-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Disaster Recovery Linux Manager (DRLM) Issue Template
Quick response time is not guaranteed with free support, if you are using DRLM in a production environment and enterprise grade level support services are required, please see: http://www.brainupdaters.net/en/drlm-services.
Please fill in the following items before submitting a new issue:
Issue details:
- Issue type: Bug
- Impact: Low
- How often it happens: Always
- Brief description of the issue:
Upgrading minor version of drlm 2.3.0 to 2.3.1 some error messages are shown and drlm-stord service hangs. Manual intervention is required to solve the problem.
Upgrade error messages:
Created symlink from /etc/systemd/system/multi-user.target.wants/drlm-stord.service to /etc/systemd/system/drlm-stord.service.
Job for drlm-stord.service failed because the control process exited with error code. See "systemctl status drlm-stord.service" and "journalctl -xe" for details.
warning: %posttrans(drlm-2.3.1-1git.el7.noarch) scriptlet failed, exit status 1
Non-fatal POSTTRANS scriptlet failure in rpm package drlm-2.3.1-1git.el7.noarch
- Work-around, if any:
run the following commands just after upgrade:
systemctl daemon-reload
/usr/sbin/drlm-stord stop
systemctl start drlm-stord.service
DRLM Server information:
- DRLM version (/usr/sbin/drlm -V): 2.3.1 (after upgrading from 2.3.0)