IBM Tivoli Storage Manager Extended Edition, Version 7.1

DEFINE RECMEDMACHASSOCIATION (Associate recovery media with a machine)

Use this command to associate recovery media with one or more machines. A machine is associated with recovery media so that the location of the boot media and its list of volume names are available to recover the machine. To retrieve the information, issue the QUERY MACHINE command. This information will be included in the plan file to help you recover the client machines.

To associate a machine with recovery media, both the machine and media must be defined to Tivoli® Storage Manager. A machine remains associated with the media until the association, the media, or the machine is deleted.

Privilege class

To issue this command, you must have system privilege.

Syntax

Read syntax diagramSkip visual syntax diagram
                                             .-,------------.   
                                             V              |   
>>-DEFine RECMEDMACHAssociation--media_name----machine_name-+--><

Parameters

media_name (Required)
Specifies the name of the recovery media with which one or more machines will be associated.
machine_name (Required)
Specifies the name of the machines to be associated with the recovery media. A machine can be associated with multiple recovery media. To specify a list of machines, separate the names with commas and no intervening spaces. You can use wildcard characters to specify a name.

Example: Associate machines to recovery media

Associate machines DISTRICT1 and DISTRICT5 to the DIST5RM recovery media.
define recmedmachassociation dist5rm 
district1,district5

Related commands

Table 1. Commands related to DEFINE RECMEDMACHASSOCIATION
Command Description
DEFINE MACHINE Defines a machine for DRM.
DEFINE RECOVERYMEDIA Defines the media required to recover a machine.
DELETE MACHINE Deletes a machine.
DELETE RECMEDMACHASSOCIATION Deletes association between recovery media and a machine.
DELETE RECOVERYMEDIA Deletes recovery media.
QUERY MACHINE Displays information about machines.
QUERY RECOVERYMEDIA Displays media available for machine recovery.


Feedback