Name

nnmseeddelete.ovpl — Remove seed from the NNM topology database

SYNOPSIS

nnmseeddelete.ovpl -help | -f seedFile | -seed <seed> [-u <username> -p <password>] [-jndiHost <hostName> Default: localhost] [-jndiPort <port> Default: 1099]

DESCRIPTION

nnmseeddelete.ovpl removes a seed from the system.

Parameters

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.

EXAMPLES

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.

Diagnostics

nnmseeddelete.ovpl returns the following exit codes:

0

Operation was successful.

1

Seeds were deleted.

2

An error occured; see error message for details.

-help

Prints the usage statement.

AUTHOR

nnmseeddelete.ovpl was developed by Hewlett Packard Enterprise.

FILES

$NNM_BIN/nnmseeddelete.ovpl

SEE ALSO

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

Return to Reference Pages Index