Tivoli Running Server Commands in Batch Mode: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Running Server Commands in Batch Mode AIX ==
== Running Server Commands in Batch Mode AIX ==
# Switch to the directory containing the dsmadmc application.
# Switch to the directory containing the dsmadmc application.
## <tt>'''# cd /usr/tivoli/tsm/client/ba/bin'''</tt>
## <tt>'''# cd /usr/tivoli/tsm/client/ba/bin64'''</tt>
# To run a server command in batch mode issue the following command.
# To run a server command in batch mode issue the following command.
## <tt>'''# ./dsmadmc -id=<TSM Username> -password=<TSM Password> <"Expression">'''</tt>
## <tt>'''# ./dsmadmc -id=<TSM Username> -password=<TSM Password> <"Expression">'''</tt>
# If your expression has double quotes (") use a \" to escape them.
# If your expression has double quotes (") use a \" to escape them.
# For a further list of <tt>'''dsmadmc'''</tt> options, refer to the link below in [[Tivoli Running Server Commands in Batch Mode#Further Reading|Further Reading]].
# For an expanded list of <tt>'''dsmadmc'''</tt> options, refer to the link below in [[Tivoli Running Server Commands in Batch Mode#Further Reading|Further Reading]].


== Further Reading ==
== Further Reading ==
# [http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp IBM Tivoli Storage Manager Infocenter]
# [http://www-01.ibm.com/support/knowledgecenter/SSGSG7/welcome?lang=en IBM Knowledge Center]
# [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)]
# [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]]

Latest revision as of 13:54, 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/bin64
  2. To run a server command in batch mode issue the following command.
    1. # ./dsmadmc -id=<TSM Username> -password=<TSM Password> <"Expression">
  3. If your expression has double quotes (") use a \" to escape them.
  4. For an expanded list of dsmadmc options, refer to the link below in Further Reading.

Further Reading

  1. IBM Knowledge Center
  2. Administrative Client Options (DSMADMC)