Ive changed the IP address of one of my Agents. What changes need to be done in SunMC?
There are a few changes to be made. They are all simple, but make sure you perform them in the following order on the Agent host: 1) Shut down the Agent: On Solaris: /opt/SUNWsymon/sbin/es-stop -a On HP-UX: /opt/PrimeAlert/sbin/HALHPAgent-stop.sh On Linux: /opt/PrimeAlert/sbin/HALLinuxAgent-stop.sh On NT: -Navigate: Start->Settings->Control Panel->Services -Click on “Halcyon PrimeAlert Agent” -Click “Stop” 2) Edit the domain-config.x file. It can be found here: On Solaris: /var/opt/SUNWsymon/cfg On HP-UX and Linux: /var/opt/PrimeAlert/cfg On NT: C:\Program Files\Halcyon\PrimeAlert\cfg Change the IP address or hostname (if it has changed) in the “agent” section. For example, say the old host had the IP 192.168.0.1, and you’ve changed it to 10.1.1.1. This would be in your original file: agent = { agentServer = “192.168.0.1” snmpPort = “161” } ….so you would change it to this: agent = { agentServer = “10.1.1.1” snmpPort = “161” } 3) Reseed the Agent: On Solaris: /opt/SUNWsymon/sbin/es-r