how to restart SCSP agent on Unix system
book
Article ID: 151933
calendar_today
Updated On:
Products
Critical System Protection
Issue/Introduction
For some reasons, you need to restart the SCSP agent on Unix system. 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
/etc/rc.sisidsagent stop
/etc/rc.sisipsagent stop
run following commands to start the agent service
/etc/rc.sisidsagent start
/etc/rc.sisipsagent start
For more details, please refer to SCSP installation guide.
Feedback
thumb_up
Yes
thumb_down
No