Re: Server script condition checking

2020-11-12 Thread Loon, Eric van (ITOP NS) - KLM
inal Message- From: ADSM: Dist Stor Manager On Behalf Of Marc Lanteigne Sent: donderdag 12 november 2020 13:55 To: ADSM-L@VM.MARIST.EDU Subject: Re: Server script condition checking Bonjour Eric, I don't know if this will work, but it's worth a shot. In the query, can you try using

Re: Server script condition checking

2020-11-12 Thread Marc Lanteigne
Bonjour Eric, I don't know if this will work, but it's worth a shot. In the query, can you try using the following: " ... upper(%1) ..." And when run the script, put the node name between single quotes: run script 'NODE' - Thanks, Marc... Marc Lanteigne Spectrum Protect Specialist AVP / SRT I

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 [mailto:ADSM

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 idea

Re: Server Script

2006-09-20 Thread Efim
Hello I think it's help: Administrator's Guide p. 781 dsmadmc -id=x -pa=yy MACRO c:\drm\checkin.mac Administrator's Reference p. 17: dsmadmc -id=admin -password=admin define clientaction test_node domain=test_dom action=restore objects=’\"C:\program files\test\*\"’ Efim * Richard va

Re: Server Script

2006-09-20 Thread Richard van Denzel
Brett, Do you want to run an OS command (script) from within a TSM script or do you want to run an OS script instead of a TSM script? Met vriendelijke groet, with kind regards, Richard van Denzel. Van: ADSM: Dist Stor Manager namens Whitlock, Brett Verzonde

Re: Server Script

2001-05-31 Thread Prather, Wanda
select node_name as "Nodes with no filespaces:", - date(reg_time) as "Registered:", - date(lastacc_time) as "Last Access:" - from nodes where node_name not in - (select node_name from filespaces) -Original Message- From: Rajesh Oak [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31,

Re: Server Script

2001-05-29 Thread Cook, Dwight E
try slight variations of these... Dwight select node_name,filespace_name,cast((backup_end) as varchar(10)) as "Date" from adsm.filespaces where (cast((current_timestamp-backup_end)day as decimal(18,0))>2 ) select node_name,cast((lastacc_time) as varchar(10)) from adsm.nodes where (cast((current_