Tivoli Running Server Commands in Batch Mode: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
m (Michael Kohler moved page TSM Running Commands in Batch Mode to Tivoli Running Server Commands in Batch Mode without leaving a redirect)
No edit summary
Line 1: Line 1:
# cd /usr/tivoli/tsm/client/ba/bin  
== Running Server Commands in Batch Mode AIX ==
# ./dsmadmc -id=<TSM Username> -password=<TSM Password> <"Expression">
# Switch to the directory containing the dsmadmc application.
## <tt>'''# cd /usr/tivoli/tsm/client/ba/bin'''</tt>
# To run a server command in batch mode issue the following command.
## <tt>'''# ./dsmadmc -id=<TSM Username> -password=<TSM Password> <"Expression">'''</tt>
 
== Further Reading ==
# [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]
 
[[Category: Software]]
[[Category: Tivoli]]

Revision as of 18:25, 7 March 2013

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. IBM Redefining TSM Library and Drives for UNIX OS