This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
tsm:tdpve_second_node [2021/07/27 11:06] manu |
tsm:tdpve_second_node [2021/07/27 11:07] (current) manu |
||
---|---|---|---|
Line 46: | Line 46: | ||
First I created a new domain (VEMONTHLY) in which you can configure the backup copygroups to keep 12 backup versions and to keep them around for 365 days. Use the below Tivoli Storage Manager server administrative commands : | First I created a new domain (VEMONTHLY) in which you can configure the backup copygroups to keep 12 backup versions and to keep them around for 365 days. Use the below Tivoli Storage Manager server administrative commands : | ||
+ | <cli> | ||
define do VEMONTHLY | define do VEMONTHLY | ||
define po VEMONTHLY VEPOLICY | define po VEMONTHLY VEPOLICY | ||
Line 53: | Line 53: | ||
assign defmgmt VEMONTHLY VEPOLICY VEMGMT | assign defmgmt VEMONTHLY VEPOLICY VEMGMT | ||
activate po VEMONTHLY VEPOLICY | activate po VEMONTHLY VEPOLICY | ||
+ | </cli> | ||
==== Step2 Register new nodes in the new domain and grant proxy ==== | ==== Step2 Register new nodes in the new domain and grant proxy ==== | ||
Register the new datamover and datacenter client nodes in the new domain. For example : | Register the new datamover and datacenter client nodes in the new domain. For example : | ||
+ | <cli> | ||
register node TSMVE_DCMONTHLY <password> do=VEMONTHLY | register node TSMVE_DCMONTHLY <password> do=VEMONTHLY | ||
register node TSMVE_DMMONTHLY <password> do=VEMONTHLY | register node TSMVE_DMMONTHLY <password> do=VEMONTHLY | ||
grant proxy target=TSMVE_DCMONTHLY agent=TSMVE_DMMONTHLY,TSMVE_VMCLI | grant proxy target=TSMVE_DCMONTHLY agent=TSMVE_DMMONTHLY,TSMVE_VMCLI | ||
grant proxy target=TSMVE_VC agent=TSMVE_DCMONTHLY | grant proxy target=TSMVE_VC agent=TSMVE_DCMONTHLY | ||
+ | </cli> | ||
==== Step3 Create a new schedule for Monthly backups ==== | ==== Step3 Create a new schedule for Monthly backups ==== | ||
Line 70: | Line 70: | ||
1) Create schedule : | 1) Create schedule : | ||
- | DEFINE SCHEDULE VEMONTHLY MONTHLY-IFFULL Type=Client ACTion=Backup SUBACTion=VM OPTions='-vmfulltype=vstor -vmbackuptype=fullvm -asnodename=TSMVE_DCMONTHLY -domain.vmfull="VM=MY-TEST-REDHAT" -MODE=IFFull' STARTDate=10/31/2014 STARTTime=08:00:00 SCHEDStyle=Enhanced WEEKofmonth=first DAYofweek=Sunday | + | DEFINE SCHEDULE VEMONTHLY MONTHLY-IFFULL Type=Client ACTion=Backup SUBACTion=VM OPTions='-vmfulltype=vstor -vmbackuptype=fullvm -asnodename=TSMVE_DCMONTHLY -domain.vmfull="VM=MY-TEST-REDHAT" -MODE=IFFull' STARTDate=10/31/2014 STARTTime=08:00:00 SCHEDStyle=Enhanced WEEKofmonth=first DAYofweek=Sunday |
2) Create association : | 2) Create association : | ||
- | DEFINE ASSOCIATION VEMONTHLY MONTHLY-IFFULL TSMVE_DMMONTHLY | + | DEFINE ASSOCIATION VEMONTHLY MONTHLY-IFFULL TSMVE_DMMONTHLY |
Adjust the -domain.vmfull="VM=MY-TEST-REDHAT" parameter to backup the VM guests you want. In this example, the VM named "MY-TEST-REDHAT" will be backed up by the schedule. Also adjust the schedule date/time to meet your requirements. In this example, the VM guest will be backed up every the Sunday of the first week of the month at 08:00 AM. | Adjust the -domain.vmfull="VM=MY-TEST-REDHAT" parameter to backup the VM guests you want. In this example, the VM named "MY-TEST-REDHAT" will be backed up by the schedule. Also adjust the schedule date/time to meet your requirements. In this example, the VM guest will be backed up every the Sunday of the first week of the month at 08:00 AM. |