Stopping the SunMC Agents and the SunMC Console

If the rasagent icon is not displayed in the SunMC Hardware subtree, you must stop the SunMC agents, the SunMC console, and the system database. To stop SunMC, do the following:

  1. Using the Storage Automated Diagnostic Environment GUI, deactivate SunMC, if it is currently active.
    1. Click the Administration tab.
    2. Click General Maintenance
    3. Click Remote Notification Providers.
    4. Click SunMC.
    5. Deselect the Active check box.
    6. Click Update.
  2. Change to the SUNWsymon directory.
    # cd /opt/SUNWsymon/sbin
  3. Check to see if SunMC agents are running.
    # ps -ef | grep sym
  4. If the SunMC agents are running, stop them. Type:
    # es-stop -c
    # es-stop -A
  5. Install the latest patch that contains the SUNesraa package (required for each monitoring server) and optional SUNesras package on the SunMC server host.
    # cd /opt/SUNWstade/System/SunMC
  6. Locate, unzip, and add the SUNesraa package.
    # gunzip SUNWesraa.tar.gz
    # tar -xvf SUNWesraa.tar
    # pkgadd -d . SUNWesraa
  7. Start the SunMC agents, console, and system database.
    # cd /opt/SUNWsymon/sbin
    # es-start -A
    # es-start -c
  8. Repeat the procedure Configuring the SunMC Server Host.

Related Topics