DEFINE SCRIPT Q_SCHED DESC="List all backup schedules associated with a node"
UPDATE SCRIPT Q_SCHED "select domain_name,schedule_name,node_name from
associations - "
UPDATE SCRIPT Q_SCHED " where node_name like upper('$1%') "
-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of Dury,
John C.
Sent: Tuesday, October 04, 2016 3:47 PM
To: [email protected]
Subject: [ADSM-L] server script to find what schedules a node is associated
with?
Anyone have any idea how to query a TSM server (v6 or v7) to find what backup
schedules a node is associated with? I'm trying to do the reverse of a "q
assoc" command and looking for way to supply a node parameter to a script and
have the TSM server tell me it is in the following list of schedules.
.