IBM Tivoli Storage Manager, Version 7.1

SET VMATRISKINTERVAL (Specifies the at-risk mode for an individual VM filespace)

Use this command to adjust the at-risk evaluation mode for an individual VM filespace.

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

Read syntax diagramSkip visual syntax diagram
>>---Set VMATRISKINTERVAL--node_name--fsid---------------------->

>--TYPE--=--+-DEFAULT--+--+--------------------+---------------><
            +-BYPASSED-+  '-Interval--=--value-'   
            '-CUSTOM---'                           

Parameters

node_name (Required)
Specifies the name of the client node, that owns the VM filespace, that you want to update.
fsid (Required)
Specifies the filespace ID of the client node that you want to update.
TYPE (Required)
Specifies which at-risk evaluation mode the status monitor should use when evaluating the at-risk classification for the specified nodes VM filespace. Specify one of the following values:
DEFAULT
Specifies that the VM filespace is evaluated with the same interval that was specified for the SET STATUSATRISKINTERVAL command.
BYPASSED
Specifies that the VM filespace 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 VM filespace is evaluated with the specified interval, rather than the interval that was specified for the SET STATUSATRISKINTERVAL command.
Interval
Specifies the amount of time, in hours, between client backup activity before the status monitor considers the client at-risk. You can specify an integer from 6 to 8784. This parameter is required when TYPE = CUSTOM and is not specified when TYPE = BYPASSED or TYPE = 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 charlievm (filespace ID 50) on datacenter node named alice to use a 90 day at-risk interval. You can issue the QUERY FILESPACE command to determine the filespace ID for the VM.
set vmatriskinterval alice 50 type=custom interval=2160

Bypass the at-risk interval evaluation

Exclude the VM called davevm (filespace ID 213) on datacenter node named erin from at-risk interval checking. You can issue the QUERY FILESPACE command to determine the filespace ID for the VM called davevm. Then set the at-risk interval check for the VM as bypassed.
set vmatriskinterval erin 213 type=bypassed

Related commands

Table 1. Commands related to set vmatriskinterval
Command Description
SET STATUSATRISKINTERVAL (Specifies whether to enable client at-risk activity interval evaluation) Specifies whether to enable client at-risk activity interval evaluation
SET NODEATRISKINTERVAL (Specifies at-risk mode for an individual node) Sets the at-risk mode and interval for a node
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.


Feedback