Oracle iPlanet Web Server 7.0.9 Administrator's Guide

ProcedureTo Activate SNMP on Windows

  1. Configure SNMP Parameters.

    Set the SNMP parameters for the configuration.


    wadm> enable-snmp --user=admin --password-file=../admin.passwd 
    --host=serverhost --port=8989 --ssl=true --no-prompt --rcfile=null 
    --config=config1 --loconfig1ion=india --master-host=hostname 
    --description=cli-snmp --organization=sun --contact=internal
  2. Deploy the configuration.


    <install_root>\bin\wadm.bat deploy-config --user=admin --host=<hostname> --port=8989 <config1>

    You can check whether the SNMP service has been enabled, by running the command:


    <install_root>\bin>wadm.bat get-snmp-prop --user=admin --port=8989 -c <config1>
    
    contact=internal
    enabled=true
    description=snmp
    master-host=127.0.0.1
    location=us
    organization=sun
  3. Start the Web Server instance using Windows Services option.

  4. Configure both SNMP and SNMP Trap Services according to the MSDN document.

  5. Start SNMP Service and SNMP Trap Service using Windows Services option.


    Note –

    Ensure that <install_root>/lib directory is present in the System Path environment variable.