Re: server script to find what schedules a node is associated with?

2016-10-04 Thread David Ehresman
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

Re: server script to find what schedules a node is associated with?

2016-10-04 Thread J. Pohlmann
Try q sch * * no= -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Dury, John C. Sent: Tuesday, October 04, 2016 12:47 To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] server script to find what schedules a node is associated with? Anyone have any