Monday, September 21, 2009

tivoli command line other nodes

So we use tivoli and we want to get backup information from the node foo to the node we are on, baz in this case. First we need to pre-authorize. On foo we do a:
dsmc set access backup '/var/log/messages' baz
or
dsmc set access backup '/var/log/*' baz

Then on baz you can access foo's backup information for filespecs you've been authorized for.
dsmc q backup -fromnode=FOO -inactive '/var/log/messages'
or
dsmc q backup -fromnode=FOO -inactive '/var/log/*'

No comments: