Veritas-bu

Re: [Veritas-bu] Multistream job and bpstart & bpend notify script

2009-10-04 21:45:08
Subject: Re: [Veritas-bu] Multistream job and bpstart & bpend notify script
From: Roedy boy <roed212 AT yahoo DOT com>
To: VERITAS-BU AT mailman.eng.auburn DOT edu, Michael Graff Andersen <mian71 AT gmail DOT com>
Date: Sun, 4 Oct 2009 18:41:58 -0700 (PDT)
Hi Michael,
Thanks for the scripts, btw what NBU version currently you use, in some thread i read stream number doesn't exist in NBU 6.5, because its random stream..

Thanks,
Rudi

--- On Fri, 10/2/09, Michael Graff Andersen <mian71 AT gmail DOT com> wrote:

From: Michael Graff Andersen <mian71 AT gmail DOT com>
Subject: Re: [Veritas-bu] Multistream job and bpstart & bpend notify script
To: VERITAS-BU AT mailman.eng.auburn DOT edu
Date: Friday, October 2, 2009, 3:35 PM

Here is the bpstart_notify script for multiple streams that I use
 
 
timeout /t %STREAM_NUMBER%


if exist c:\temp\wget_script_running.lock (goto waiting)
echo "" > c:\temp\wget_script_running.lock

<< wget_script command stuff>>
 
set RETURN=%errorlevel%
del /f c:\temp\wget_script_running.lock
if %RETURN% NEQ 0 (
echo 1 > %6
)

 


:waiting
if EXIST c:\temp\wget_script_running.lock (
timeout /t 1
goto waiting
)


-----Inline Attachment Follows-----

_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
<Prev in Thread] Current Thread [Next in Thread>