nnmseeddelete.ovpl — Remove seed from the NNM topology database
nnmseeddelete.ovpl
-help |
-f seedFile |
-seed <seed>
[-u <username> -p <password>]
[-jndiHost <hostName> Default: localhost]
[-jndiPort <port> Default: 1099]
nnmseeddelete.ovpl supports the following options:
-seed <seed>
The seed to delete. A seed can be a host name or an IP address and must match exactly as listed in the seed list.
-f seedFile
Specify a text file to read the seeds 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 <serverName>
The server JNDI host; default is
localhost.
-jndiPort <port>
The server JNDI port; default is 1099.
nnmseeddelete.ovpl -u username -p password -seed 10.1.2.3
Removes the seed 10.1.2.3.
(You must provide an NNMi administrator username and password.)
nnmseeddelete.ovpl -f /tmp/seeds_to_delete.txt
Removes each seed listed in the file.