Start TSM Server, do the following:
on Windows
use command line prompt to execute dsmserv.exe
on AIX
open terminal with root authority
change directory to TSMServer install path and execute
#./dsmserv.exe
Register License do the following:
tsm: TSM>REG LIC FILE=*.lic
For example, to register a new node named test1, password is test2, do the following:
tsm: TSM>REG NODE test1 test2
For example, to create a 100MB volume named sbkup01.dsm in BACKUPPOOL, do the following:
tsm: TSM> define volume backuppool backup01.dsm formatsize=100
For example, update backup pool next to disk pool, do the following:
tsm: TSM>update stgpool backuppool next=diskpool
Query storage pool status, do the following:
tsm: TSM>query stgpool
Shutdown TSM Server, do the following:
tsm: TSM>halt
Register Administrator for TSM Server and give ID highest authorization, do the following:
tsm: TSM>reg admin admin admin
tsm: TSM>grant auth admin classes=system
How to remove TSMDB
Start -> Run -> cmd
cd \program files\tivoli\tsm\server
execute dsmserv removedb tsmdb1
How to formate DB and log manually
Start -> Run -> cmd
cd \program files\tivoli\tsm\server
execute dsmserv -k <instance name> format dbdir=<full path> activelogsize=<minimum is 2048 (2G), maximum is 16G> activelogdir=<full path> archivelogdir=<full path> archfailoverlogdir=<full path> mirrorlogdir=<full path>
How to update admin password
tsm: TSM>update admin <account> <password>
留言列表