Tivoli Running Server Commands in Batch Mode: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
Line 7: Line 7:
== Further Reading ==
== Further Reading ==
# [http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp IBM Tivoli Storage Manager Infocenter]
# [http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp IBM Tivoli Storage Manager Infocenter]
# [http://www-01.ibm.com/support/docview.wss?uid=swg21376419 IBM Redefining TSM Library and Drives for UNIX OS]
# [http://www-01.ibm.com/support/knowledgecenter/SSGSG7_6.4.1/com.ibm.itsm.srv.ref.doc/r_cmdline_adclient_options.html Administrative Client Options (DSMADMC)]


[[Category: Software]]
[[Category: Software]]
[[Category: Tivoli]]
[[Category: Tivoli]]

Revision as of 11:47, 15 August 2014

Running Server Commands in Batch Mode AIX

  1. Switch to the directory containing the dsmadmc application.
    1. # cd /usr/tivoli/tsm/client/ba/bin
  2. To run a server command in batch mode issue the following command.
    1. # ./dsmadmc -id=<TSM Username> -password=<TSM Password> <"Expression">

Further Reading

  1. IBM Tivoli Storage Manager Infocenter
  2. Administrative Client Options (DSMADMC)