This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tsm:tsm_deployement_client [2021/01/01 21:25] 127.0.0.1 external edit |
tsm:tsm_deployement_client [2024/01/05 09:12] (current) manu |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Use TSM update client deployment ====== | + | ====== Use IBM Storage Protect update client deployment ====== |
+ | |||
+ | ===== Configure Storage Protect deploy client updates ===== | ||
On server prepare infrastructure to update clients | On server prepare infrastructure to update clients | ||
Line 19: | Line 21: | ||
reg node IBM_DEPLOY_CLIENT_UNX IBM_DEPLOY_CLIENT_UNX dom=IBM_DEPLOY_CLIENT | reg node IBM_DEPLOY_CLIENT_UNX IBM_DEPLOY_CLIENT_UNX dom=IBM_DEPLOY_CLIENT | ||
- | ====== TSM deploy client updates ====== | + | ==== TSM deploy client updates ==== |
On windows server Add the following option to dsm.opt file: | On windows server Add the following option to dsm.opt file: | ||
Line 27: | Line 29: | ||
- | ===== Add new client update into TSM ===== | + | ==== Add new client update into TSM ==== |
First download latest .exp files for each clients in use, and the deployment package | First download latest .exp files for each clients in use, and the deployment package | ||
Line 110: | Line 112: | ||
And change the settings into TSM server: | And change the settings into TSM server: | ||
- | <cli prompt='#'> | + | <cli prompt='>'> |
Protect: TSMSRV1 > q sys | Protect: TSMSRV1 > q sys | ||
ClientDeployCatalogURL https://public.dhe.ibm.com/storage/tivoli-storage-management/catalog/client/catalog.json | ClientDeployCatalogURL https://public.dhe.ibm.com/storage/tivoli-storage-management/catalog/client/catalog.json | ||
Line 122: | Line 124: | ||
For Windows: | For Windows: | ||
- | <cli prompt='@'> | + | <cli prompt='>'> |
Protect: TSMSRV1 > define schedule domain_name schedule_name action=deploy objects="deployment_package_location destination_for_package" options="-fromnode=IBM_CLIENT_DEPLOY_WIN -postnschedulecmd='relative_path\deployclient.bat schedule=schedule_name autodeploy=noreboot nodeinfo=TBD' -subdir=yes -replace=all" startdate=4/20/2013 perunits=onetime | Protect: TSMSRV1 > define schedule domain_name schedule_name action=deploy objects="deployment_package_location destination_for_package" options="-fromnode=IBM_CLIENT_DEPLOY_WIN -postnschedulecmd='relative_path\deployclient.bat schedule=schedule_name autodeploy=noreboot nodeinfo=TBD' -subdir=yes -replace=all" startdate=4/20/2013 perunits=onetime | ||
</cli> | </cli> | ||
Line 132: | Line 134: | ||
For AIX: | For AIX: | ||
- | <cli prompt='@'> | + | <cli prompt='>'> |
Protect: TSMSRV1 > define schedule UNIX deploy_aix_update action=deploy objects="/deploymngr/client/AIX/PPC/deploy/* /usr/tivoli/tsm/IBM_ANR_UNX/" options="-fromnode=IBM_CLIENT_DEPLOY_UNX -postnschedulecmd='/usr/tivoli/tsm/IBM_ANR_UNX/v818/deployclient.sh>/usr/tivoli/tsm/IBM_ANR_UNX/deploy/ui#de=DEPLOY_8180_AIX_PPC#schedule=schedule_name#domain=domain_name#nodeinfo2=TBD'-subdir=yes -replace=all" duration=1 durunits=hours perunits=onetime startdate=today starttime=now | Protect: TSMSRV1 > define schedule UNIX deploy_aix_update action=deploy objects="/deploymngr/client/AIX/PPC/deploy/* /usr/tivoli/tsm/IBM_ANR_UNX/" options="-fromnode=IBM_CLIENT_DEPLOY_UNX -postnschedulecmd='/usr/tivoli/tsm/IBM_ANR_UNX/v818/deployclient.sh>/usr/tivoli/tsm/IBM_ANR_UNX/deploy/ui#de=DEPLOY_8180_AIX_PPC#schedule=schedule_name#domain=domain_name#nodeinfo2=TBD'-subdir=yes -replace=all" duration=1 durunits=hours perunits=onetime startdate=today starttime=now | ||
Line 143: | Line 145: | ||
nodeinfo2=TBD must be entered exactly as shown. | nodeinfo2=TBD must be entered exactly as shown. | ||
| | ||
- | | + | ===== Remove Storage Protect deploy client updates ===== |
+ | To complete remove Client updates, remove the domain if no nodes are assigned, and remove the device class | ||
+ | <cli prompt='>'> | ||
+ | Protect: ISPPROD1>q dom | ||
+ | |||
+ | Policy Activate- Activate- Number of Description | ||
+ | Domain d Policy d Defaul- Registere- | ||
+ | Name Set t Mgmt d Nodes | ||
+ | Class | ||
+ | --------- --------- --------- ---------- ------------------------ | ||
+ | IBM_DEPL- IBM_DEPL- IBM_DEPL- 0 | ||
+ | OY_CLIE- OY_CLIE- OY_CLIE- | ||
+ | NT NT NT | ||
+ | |||
+ | Protect: ISPPROD1>del dom IBM_DEPLOY_CLIENT | ||
+ | |||
+ | Do you wish to proceed? (Yes (Y)/No (N)) y | ||
+ | ANR1501I Policy domain IBM_DEPLOY_CLIENT deleted. | ||
+ | </cli> |