You can stop the DAH from running in several different ways.
(All Platforms) Send the Stop
service action to the component service port:
http://host:servicePort/action=stop
where host
is the name or IP address of the host on which the DAH is running, and servicePort
is the component service port (which is specified in the [Service]
section of the HPE Distributed Action Handler configuration file).
On Windows platforms, when the component is installed as a service, you can use the system dialog box to stop the service:
Display the Windows Services dialog box.
Select the DAH service, and click Stop to stop HPE Distributed Action Handler.
Click Close to close the Services dialog box.
On UNIX platforms, when the component is installed as a service, you can run one of the following commands to stop the service:
On systemd platforms:
systemctl stop DAH
On system V platforms:
service DAH stop
On Solaris platforms (using System V):
/etc/init.d/DAH stop
stop-dah.sh
.
|