How to restart DCS SIS agent service: SCSP agent on Unix system ?
Here we will see how to perform SCSP agent restart on a Linux or Unix system.
There are two steps involved here.
I. Stoping the agent
/etc/rc.sisipsutil stop /etc/rc.sisipsagent stop /etc/rc.sisidsagent stop
II. Starting the agent back.
/etc/rc.sisidsagent start >/dev/console 2>&1 /etc/rc.sisipsagent start >/dev/console 2>&1 /etc/rc.sisipsutil start >/dev/console 2>&1
After doing this, the DCS agent should start working fine.
If not then you might need to reach out to DCS Admin or support.