ADSM-L

Re: start maintenance script after backups

2006-08-28 09:16:55
Subject: Re: start maintenance script after backups
From: Efim <eakkerman AT RAMBLER DOT RU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Mon, 28 Aug 2006 17:16:14 +0400
Kurt,

When you use Storage Agent they open min 2 session, one for data (SERVER) and one for control (NODE).
I can't test this now.

Efim


* Kurt Beyers <kurt.beyers AT TELENET DOT BE> [Mon, 28 Aug 2006 15:00:48 +0200]:
Efim,

Thanks for the suggestion, I will give it a go but can't test it right
now.

A session openend by a storage agent will be of the 'SERVER' type and
thus
not be detected by the sql query?

Best regards,
Kurt

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU] On Behalf
Of
???????? ????
Sent: maandag 28 augustus 2006 12:52
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: [ADSM-L] start maintenance script after backups

Hello,
try this:

select * from sessions where upper(session_type)='NODE'
if (rc_ok) goto reschedule
...

--
Efim.

<Prev in Thread] Current Thread [Next in Thread>