q sched

PankajP

Active Newcomer
Joined
Mar 12, 2013
Messages
8
Reaction score
0
Points
0
PREDATAR Control23

I want to run the dsmc q sched command.
But when I do so from the command line, it treats the unix server name as the node name.
Is there a way to explicitely provide the node name in dsmc q sched command?

[ /lhome/cfsccmod ] > dsmc q sched
IBM Tivoli Storage Manager
Command Line Backup/Archive Client Interface
Client Version 5, Release 5, Level 0.0
Client date/time: 03/28/13 09:11:40
(c) Copyright by IBM Corporation and other(s) 1990, 2007. All Rights Reserved.
Node Name: server name
Please enter your user id <server name>: admin
ANS1353E Session rejected: Unknown or incorrect ID entered
 
PREDATAR Control23

dsmc q sched -virtualnodename=XXX
or use the dsm.sys Server entry
dsmc q sched -server=SERVER_ENTRY_IN_DSM.SYS

The second option can use passwords that are saved/encrypted on the client.
The first option will always prompt for a password
 
Top