Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleWindows
c:\>sc start drxsvc 


Code Block
titleLinux
# Centos7CentOS 7 
[root@node1 ~]# systemctl start drxsvc
# CentOS Centos66
[root@node1 ~]# service drxsvc start 

...

Code Block
titleWindows
c:\>sc stop drxsvc 


Code Block
titleLinux
# 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.

...