Name

nnmcommconf.ovpl — display communication configuration information

SYNOPSIS

nnmcommconf.ovpl [-u username ] [-p password] [-jndiHost host name] [-jndiPort port Default is 1099] -proto <icmp | snmp> -host <hostname>

DESCRIPTION

nnmcommconf.ovpl is a script that reads information from NNMi about how NNMi tries to communicate with a given host using a specific protocol, then displays this information. The nnmcommconf.ovpl script displays information based on either SNMP or ICMP protocols.

Parameters

nnmcommconf.ovpl recognizes the following options.

-proto <protocol>

protocol: SNMP or ICMP

-host

The name of the host you plan to retrieve information from.

-u <username>

Supply the NNMi administrator username to run the script. This script requires the NNMi administrator username unless you use an nnm.properties file. See the nnm.properties.4 reference page for more information.

-p <password>

Supply the NNMi administrator password to run the script. This script requires the NNMi administrator password unless you use an nnm.properties file. See the nnm.properties.4 reference page for more information.

-jndiHost

The server JNDI host; the default is localhost.

-jndiPort

The server JNDI port; the default is 1099.

EXAMPLES

nnmcommconf.ovpl -username foo -password bar -proto icmp -host baz
      

By running the command as shown above, you might get the information displayed below.

      address     =10.2.1.2
        

      timeout     =2000
        

      address     =10.2.1.2
        

      retries     =1
        

      enabled     =true
        

      region name     =default
        

nnmcommconf.ovpl -username foo -password bar -proto snmp -host baz
      

By running the command as shown above, you might get the information displayed below.

      name     =baz
        

      address     =10.2.1.1
        

      addressForced     =false
        

      getCommunity     =public
        

      timeout     =5000
        

      retries     =1
        

      port     =161
        

      enabled     =true
        

      region name     =default
        

AUTHOR

nnmcommconf.ovpl was developed by Hewlett Packard Enterprise.

FILES

nnmcommconf.ovpl resides in the following directory:

Windows: %NNM_BIN%\nnmcommconf.ovpl

UNIX: $NNM_BIN/nnmcommconf.ovpl

SEE ALSO

nnm.properties(4), nnmcommload.ovpl(1M).

Return to Reference Pages Index