This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tsm:tdpve_second_node [2021/07/27 11:05] manu created |
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 | + | |
Define a client schedule and association using the following two Tivoli Storage Manager server administrative commands : | Define a client schedule and association using the following two Tivoli Storage Manager server administrative commands : | ||
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. | ||
Line 79: | Line 79: | ||
Note that the schedule uses -MODE=IFFull to perform an "incremental forever full backup (IFFULL)" backup. This is necessary so not to interfere with the "Change Block Tracking (CBT)" mechanism used by the daily "incremental forever incremental backup (IFINCR)" backups. | Note that the schedule uses -MODE=IFFull to perform an "incremental forever full backup (IFFULL)" backup. This is necessary so not to interfere with the "Change Block Tracking (CBT)" mechanism used by the daily "incremental forever incremental backup (IFINCR)" backups. | ||
- | Step4) Create the new services on the Windows datamover | + | ==== Step4 Create the new services on the Windows datamover ==== |
First create a new options file (dsm.TSMVE_DMMONTHLY.opt) for the new datamover. The options file should use unique ports and log names and should use the newly created datamover node. For example : | First create a new options file (dsm.TSMVE_DMMONTHLY.opt) for the new datamover. The options file should use unique ports and log names and should use the newly created datamover node. For example : |