Stopping VxSS Daemons
When stopping the VxSS daemons, stop Az first, then stop At.
When stopping the VxSS services, stop Authorization first, then stop Authentication.
UNIX: Use the following commands.
To stop Az: /opt/VRTSaz/bin/vrtsaz -stop
To stop At: Use the term signal as shown in the example below:
# ps -fed |grep vxatd
root 16018 1 4 08:47:35 ? 0:01 ./vxatd
root 16019 16011 0 08:47:39 pts/2 0:00 grep vxatd
# kill 16018
# ps -fed |grep vxard
root 16021 16011 0 08:47:48 pts/2 0:00 grep vxard
Windows:
Use the Services utility that Windows provides, since these services do not appear in the NetBackup Activity Monitor.
|