Tivoli Running Server Commands in Batch Mode

From UNIX Systems Administration
Revision as of 12:03, 15 August 2014 by Michael Kohler (talk | contribs)
Jump to navigation Jump to search

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">
  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 Tivoli Storage Manager Infocenter
  2. Administrative Client Options (DSMADMC)