94 Installing UNIX agents
Disabling and enabling UNIX agents
Warning: You should perform these procedures only in emergency situations.
To permanently disable Linux agents
1 Open a Terminal window and become superuser.
2 Type and run the following commands:
/etc/init.d/sisipsagent stop
/etc/init.d/sisidsagent stop
3 Type 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
1 Open a Terminal window and become superuser.
2 Type 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
3 Type 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 HP-UX agents.
Temporarily disabling HP-UX agents
Warning: You should perform these procedures only in emergency situations.
To temporarily disable HP-UX agents
1 Open a Terminal window and become superuser.
2 Type and run the following commands:
/sbin/init.d/sisipsagent stop