This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tsm:tsm_deployement_client [2024/01/05 09:09] manu |
tsm:tsm_deployement_client [2024/01/05 09:12] (current) manu |
||
|---|---|---|---|
| Line 112: | 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 124: | 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 147: | Line 147: | ||
| ===== Remove Storage Protect deploy client updates ===== | ===== 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> | ||