...
Code Block |
---|
|
c:\>sc start drxsvc |
Code Block |
---|
|
# Centos7CentOS 7
[root@node1 ~]# systemctl start drxsvc
# CentOS Centos66
[root@node1 ~]# service drxsvc start |
...
Code Block |
---|
|
c:\>sc stop drxsvc |
Code Block |
---|
|
# CentOS Centos77
[root@node1 ~]# systemctl stop drxsvc
# CentOS Centos66
[root@node1 ~]# service drxsvc stop |
...
This restart by Watchdog is permanently recorded in the DRX Log and is left in history.
Because the DRX process is automatically restarted by Watchdog when it terminates under normal circumstances, you must exit the DRX Service Stop to completely terminate the DRX process.
...