Restarting Data Center Security (DCS) Agent on a Unix system
book
Article ID: 151933
calendar_today
Updated On:
Products
Data Center Security Server Advanced
Issue/Introduction
You need to restart the DCS agent on the Unix system and you want to know how to do it.
Resolution
1, On Solaris and Linux system, run following commands to stop the agent services
/etc/init.d/sisidsagent stop
/etc/init.d/sisipsagent stop
run following commands to start the agent service
/etc/init.d/sisidsagent start
/etc/init.d/sisipsagent start
2, On HP-UX system,run following commands to stop the agent services
/sbin/init.d/sisidsagent stop
/sbin/init.d/sisipsagent stop
run following commands to start the agent service
/sbin/init.d/sisidsagent start
/sbin/init.d/sisipsagent start
3, On AIX system, run following commands to stop the agent services
run following commands to start the agent service
/etc/rc.sisidsagent start
/etc/rc.sisipsagent start
For more details, please refer to DCS Agent guide.
Feedback
thumb_up
Yes
thumb_down
No