SET NODEATRISKINTERVAL (Specifies at-risk mode for an individual node)
Use this command to adjust the at-risk evaluation mode for an individual node.
Privilege class
To issue this command, you must have system privilege, policy privilege for the domain to which the node is assigned, or client owner authority over the node.
Syntax
Parameters
- node_name (Required)
- Specifies the name of the client node that you want to update.
- TYPE (Required)
- Specifies the at-risk evaluation type. Specify one of the following
values:
- DEFAULT
- Specifies that the node is evaluated with the same interval that
was specified for the nodes classification by the SET STATUSATRISKINTERVAL command.
The value is either system or applications, or VM, and is determined
by the status monitor.
For example, you can specify
TYPE = DEFAULT
, which allows the status monitor to go ahead and classify the node automatically. Then the interval that is used, is the interval that was defined for that classification by the SET STATUSATRISKINTERVAL command. - BYPASSED
- Specifies that the node is not evaluated for at-risk status by the status monitor. The at risk status is also reported as bypassed to the Operations Center.
- CUSTOM
- Specifies that the node is evaluated with the specified interval, rather than the interval that was specified by the SET STATUSATRISKINTERVAL command.
- Interval
- Specifies the amount of time, in hours, between client backup
activity before the status monitor
considers the client to be at risk. You can
specify an integer in the range 6 - 8808. You must specify
this parameter when
TYPE = CUSTOM
. You do not specify this parameter whenTYPE = BYPASSED
orTYPE = DEFAULT
. The interval value for all client types is set to 24 at server installation.
Set node name to use a custom 90 day at-risk interval
Set
the at-risk interval for a node named fred to 90
days.
set nodeatriskinterval fred type=custom interval=2160
Bypass the at-risk interval evaluation
Bypass
the at-risk interval checking for a node named bob.
set nodeatriskinterval bob type=bypassed
Related commands
Command | Description |
---|---|
SET STATUSATRISKINTERVAL (Specifies the backup activity interval for client at-risk evaluation) | Specifies whether to enable client at-risk activity interval evaluation |
SET VMATRISKINTERVAL (Specifies the at-risk mode for an individual VM filespace) | Sets the at-risk mode for a VM filespace |
QUERY MONITORSTATUS (Query the monitoring status) | Displays information about monitoring alerts and server status settings. |
QUERY MONITORSETTINGS (Query the configuration settings for monitoring alerts and server status) | Displays information about monitoring alerts and server status settings. |
SET STATUSMONITOR (Specifies whether to enable status monitoring) | Specifies whether to enable status monitoring. |
SET STATUSREFRESHINTERVAL (Set refresh interval for status monitoring) | Specifies the refresh interval for status monitoring. |
SET STATUSSKIPASFAILURE (Specifies whether to use client at-risk skipped files as failure evaluation) | Specifies whether to use client at-risk skipped files as failure evaluation |
QUERY NODE (Query nodes) | Displays partial or complete information about one or more clients. |
QUERY FILESPACE (Query one or more file spaces) | Displays information about data in file spaces that belong to a client. |