Symantec Critical System Network Card User Manual


 
95Installing UNIX agents
Disabling and enabling UNIX agents
/sbin/init.d/sisidsagent stop
Permanently disabling HP-UX agents
If you have performance issues with HP-UX agents, you may need to
permanently disable them.
Warning: You should perform these procedures only in emergency situations.
To permanently disable HP-UX agents
1 Open a Terminal window and become superuser.
2 Type and run the following commands:
/sbin/init.d/sisipsagent stop
/sbin/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 /sbin/init.d/sisipsagent /sbin/init.d/sisipsagentOFF
mv /sbin/init.d/sisidsagent /sbin/init.d/sisidsagentOFF
Enabling a disabled HP-UX agent
You can enable a HP-UX agent that was previously disabled.
To enable a permanently disabled HP-UX agent
1 Open a Terminal window and become superuser.
2 Type and run the following commands, which rename the sisipsgent
scripts:
mv /sbin/init.d/sisipsagentOFF /sbin/init.d/sisipsagent
mv /sbin/init.d/sisidsagentOFF /sbin/init.d/sisidsagent
3 Type and run the following commands to start the agents:
/sbin/init.d/sisipsagent start
/sbin/init.d/sisidsagent start
Disabling and enabling AIX agents
This section describes how to disable and enable AIX agents.