Restarting SCSP Agent on a Unix system
search cancel

Restarting SCSP Agent on a Unix system

book

Article ID: 151933

calendar_today

Updated On:

Products

Critical System Protection

Issue/Introduction

You need to restart the SCSP agent on 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

    /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.