120 IBM Tivoli Storage Manager Version 5.3 Technical Workshop Presentation Guide
A better solution is available through multinode support. Using the example of three nodes in
the GPFS cluster, which would participate in the backup, follow these steps:
1. Define four nodes on the Tivoli Storage Manager server: node_1, node_2, node_3, and
node_gpfs. node_1, node_2, and node_3 are used only for authentication. All filespaces
are stored with node_gpfs.
REGISTER NODE node_1 mysecretpw
REGISTER NODE node_2 mysecretpw
REGISTER NODE node_3 mysecretpw
REGISTER NODE node_gpfs mysecretpw
2. Define a proxynode relationship between the nodes:
GRANT PROXYNODE TARGET=node_gpfs AGENT=node_1, node_2, node_3
3. Define the node name and asnode name for each of the machines in their respective
dsm.sys files:
nodename node_1
asnodename node_gpfs
4. Optionally define a schedule for only node_1 to do the work:
DEFINE SCHEDULE STANDARD GPFS_SCHEDULE ACTION=MACRO OBJECTS="gpfs_script"
DEFINE ASSOCIATION STANDARD GPFS node_gpfs
5. On the node_gpfs node, run the schedule:
DSMC SCHED
Note: The multiple node design, as described previously, can be exploited only in a UNIX
environment and not on Windows and NetWare Systems. The
asnodename option is
available on Windows systems. However, there is not as much benefit in using this option
because of the filespace naming limitations that are inherent in Windows systems.