User Tools

Site Tools


tsm:tsm_install_windows_cli_cmd

Install TSM client on Windows using command line

dsmcutil list
# cd /d "c:\program files\tivoli\tsm\baclient" 
# dsmcutil install scheduler /name:"TSM Client Scheduler" /node:tsmclient1 /password:secret /autostart:no /startnow:no /optfile:c:\tsm\baclient\dsm.opt /schedlog:c:\tsm\baclient\dsmsched.log /errorlog:c:\tsm\baclient\dsmerror.log
# dsmcutil install CAD /name:"TSM Client Acceptor" /cadschedname:"TSM Client Scheduler" /node:tsmclient1 /password:secret /autostart:yes /startnow:yes
# dsmcutil inst remoteagent /name:"TSM_WEB_%computername%" /password:***** /optfile:c:\tsm\baclient\dsm.opt /partnername:"TSM CAD"
# net start "TSM Client Acceptor"

If required you can specify to start using another user for some services:

/ntaccount:ntaccount

Specifies the Windows account which the service logs in as.

/ntdomain:ntdomain

Specifies the Windows domain which the service logs in as.

/ntpassword:ntpassword

Specifies the Windows password for the account under which the service logs in.

This is the command line to uninstall the services in windows

"C:\Program Files\Tivoli\tsm\baclient\dsmcutil" remove /name:"TSM_WEB_%computername%"
"C:\Program Files\Tivoli\tsm\baclient\dsmcutil" remove /name:"TSM_SCHED_%computername%"
"C:\Program Files\Tivoli\tsm\baclient\dsmcutil" remove /name:"TSM_ACCEPTOR_%computername%"
make sure you stop the services.. not need id but always help.

Update the client password in windows

dsmcutil updatepw /node:alpha1 /commMethod:tcpip /commServer:alpha1.example.com /commPort:1500 /password:newpw /oldpassword:oldpw /updateonserver:yes

Check the client service config detail

C:\Program Files\Tivoli\TSM\baclient>dsmcutil query /name:"TSM Client Scheduler"
...
Client Service Type = Client Scheduler Service
Options file = C:\Program Files\Tivoli\TSM\baclient\dsm.opt
TSM Client Node = MYYNODE
Event Logging = YES
Comm Protocol = (value not currently set)
Server = (value not currently set)
Server Port = (value not currently set)
Schedule Log = C:\Program Files\Tivoli\TSM\baclient\dsmsched.log
Error Log = C:\Program Files\Tivoli\TSM\baclient\dsmerror.log
Cluster Enabled = (value not currently set)
Cluster Name = (value not currently set)
tsm/tsm_install_windows_cli_cmd.txt · Last modified: 2021/01/01 21:25 (external edit)