This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tsm:tdpve_add_datamover [2021/05/26 12:10] manu |
tsm:tdpve_add_datamover [2022/02/06 19:03] (current) manu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Add a new datamover ====== | ====== Add a new datamover ====== | ||
| + | :!: use full qualified hostname, and register into a DNS | ||
| - | Adding additional DataMovers to existing configuration. | + | Step 1: |
| - | Troubleshooting | + | Install a VM |
| - | ==== Problem ==== | + | Step 2: |
| + | Install TDP for VE package: typical install (Datamover) | ||
| - | Configure additional DataMovers into existing Tivoli Storage Manager for Virtual Environments configuration. | + | Step 3: |
| - | Resolving The Problem | + | Copy dsm.opt file from another datamover and modify nodename |
| - | Follow the she steps below to add additional DataMovers to Tivoli Storage Manager for Virtual Environments. | + | Step 4: |
| + | Create the node on TSM server and set the proxy | ||
| - | Tivoli Storage Manager side: | + | Step 5: |
| + | Create the 3 TSM services based on dsm.opt file (agent, acceptor, scheduler; only acceptor is automaticaly started) | ||
| - | - Register the DataMover nodename with a required password using the following command : | + | Step 6: |
| - | register node {node_name} {password} | + | Activate the datamover using |
| + | C:\Program Files\Tivoli\TSM\baclient>dsmc SET PASSWORD -type=VM vcenter01 service.tsm@domain <passwd> | ||
| + | -optfile=dsm.VM_HRS_DM.opt | ||
| - | Tivoli Storage Manager DataMover side: | ||
| - | - Install the following packages on the machine: | + | Step 7: |
| - | Windows: | + | Activate the new datamover into TDP VE first datamover web interface |
| - | Data Protection for VMware Enablement File | + | |
| - | Tivoli Storage Manager Backup-Archive client with VMware vStorage API runtime files. | + | |
| + | Step 8: | ||
| + | Create the nodename into VMware tags (as datamover) | ||
| - | Linux: | + | Step 9: |
| - | Data Protection for VMware Enablement File | + | Associate a schedule into TSM server |
| - | Tivoli Storage Manager Backup-Archive client | + | |
| + | …… Assign the right tags into VMware infra | ||
| - | - Configure the dsm.opt and dsm.sys(unix) as required. | ||
| - | - Set the VM password using the following client command : | ||
| - | dsmc set password -type=vm {vCenter Hostname} {vCenter Userid} {vCenter Password} | ||
| - | - Start the Tivoli Storage Manager Client Acceptor Service/Daemon: | ||
| - | Windows: | + | **Windows:** Typical install |
| - | Create a Tivoli Storage Manager Client Acceptor Service using the Backup-Archive client GUI setup wizard. | + | Data Protection for VMware Enablement File |
| + | Tivoli Storage Manager Backup-Archive client with VMware vStorage API runtime files. | ||
| - | Linux: | ||
| - | Start the 'dsmcad' daemon. | ||
| - | - vCenter Plug-In GUI or vCenter Standalone GUI: | + | **Linux:** |
| + | Data Protection for VMware Enablement File | ||
| + | Tivoli Storage Manager Backup-Archive client | ||
| - | 1: Login to the GUI. | ||
| - | 2: Select Configuration tab. | ||
| - | |||
| - | 3: Select 'Edit Configuration' from Tasks drop down. | ||
| - | |||
| - | 4: Select 'Data Mover Nodes' tab. | ||
| - | |||
| - | 5: Select 'Add DataMover node' tab. It will create a default DataMover nodename, change it to the required name. | ||
| - | |||
| - | 6: Make sure that 'Register Node' option is UN-Selected as the node has already been created on the Tivoli Storage Manager Server side. Click Ok. | ||
| - | |||
| - | 7: Enter vCenter Credentials if asked. Click Ok to continue and at this stage it will register this DataMover to this configuration and validate the node. | ||