Name

nnmsetdampenedinterval.ovpl — sets the dampened interval for all incident configurations

SYNOPSIS

nnmsetdampenedinterval.ovpl [ [-hours hours] [-minutes minutes] [-seconds seconds] [-u username] [-p password] ]

DESCRIPTION

nnmsetdampenedinterval.ovpl Sets the dampened interval for all incident configurations. The maximum dampened interval that can be set is 60 minutes. A dampened interval of at least 6 minutes is recommended. At least one of hours, minutes, or seconds must be specified. To disable dampening, set hours, minutes, and seconds to 0.

Parameters

-hours hours

Specify the number of hours for the dampened interval. If specified, the value for hours must be greater than or equal to 0.

-minutes minutes

Specify the number of minutes for the dampened interval. If specified, the value for minutes must be greater than or equal to 0.

-seconds seconds

Specify the number of seconds for the dampened interval. If specified, the value for seconds must be greater than or equal to 0.

-jndiHost hostname

Server jndi host. Default is localhost.

-jndiPort port

Server jndi port. Default is 1099.

-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.

EXAMPLES

Set the dampened interval for all incident configurations to 10 minutes 10 seconds:

nnmsetdampenedinterval.ovpl -hours 0 -minutes 10 -seconds 10

Set the dampened interval for all incident configurations to 1 hour:

nnmsetdampenedinterval.ovpl -hours 1

Set the dampened interval for all incident configurations to 6 minutes:

nnmsetdampenedinterval.ovpl -minutes 6

Set the dampened interval for all incident configurations to 30 seconds:

nnmsetdampenedinterval.ovpl -seconds 30

Set the dampened interval for all incident configurations to 10 minutes 10 seconds:

nnmsetdampenedinterval.ovpl -minutes 10 -seconds 10

Disable dampening for all incident configurations:

nnmsetdampenedinterval.ovpl -hours 0 -minutes 0 -seconds 0

AUTHOR

nnmsetdampenedinterval.ovpl was developed by Hewlett Packard Enterprise.

SEE ALSO

nnm.properties(4)

Return to Reference Pages Index