94
Installing UNIX agents
Disabling and enabling UNIX agents
Warning: You should perform these procedures only in emergency situations.
To permanently disable Linux agents
1Open a Terminal window and become superuser.
2Type and run the following commands:
/etc/init.d/sisipsagent stop /etc/init.d/sisidsagent stop
3Type and run the following commands to rename the agent scripts, which temporarily break any symbolic links in the rc#.d startup scripts:
mv /etc/init.d/sisipsagent /etc/init.d/sisipsagentOFF mv /etc/init.d/sisidsagent /etc/init.d/sisidsagentOFF
Enabling a disabled Linux agent
You can enable a Linux agent that was previously disabled.
To enable a disabled Linux agent
1Open a Terminal window and become superuser.
2Type and run the following commands, which rename the sisipsgent scripts:
mv /etc/init.d/sisipsagentOFF /etc/init.d/sisipsagent mv /etc/init.d/sisidsagentOFF /etc/init.d/sisidsagent
3Type and run the following command to restart the computer: init 6
Disabling and enabling HP-UX agents
This section describes how to disable and enable
Temporarily disabling HP-UX agents
Warning: You should perform these procedures only in emergency situations.
To temporarily disable
1Open a Terminal window and become superuser.
2Type and run the following commands:
/sbin/init.d/sisipsagent stop