ADSM-L

Re: Querying results of scheduled commands

2004-05-03 09:05:20
Subject: Re: Querying results of scheduled commands
From: Del Hoobler <hoobler AT US.IBM DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Mon, 3 May 2004 08:59:41 -0400
Eric,

Remove the work "start /B" from the script file.

Instead of this:

  start /B domdsmc selective * /subdir=yes /adsmoptfile=dsm.daily.opt
              /logfile=domdsm.daily.log dominc.daily.log

Use this:

  domdsmc selective * /subdir=yes /adsmoptfile=dsm.daily.opt
              /logfile=domdsm.daily.log >> dominc.daily.log

Thanks,

Del

----------------------------------------------------
"ADSM: Dist Stor Manager" <ADSM-L AT VM.MARIST DOT EDU> wrote on 05/03/2004
03:20:06 AM:

> TSM Server 5.2 on AIX 5.1
> TSM Backup/Archive client 5.2 on Windows
>
> We have a TSM schedule with an action of command which initiates a
command
> file on a Windows platform.
> The command file starts a notes backup using TDP for Domino which runs
> successfully. However, the schedule completes one second after starting,
> although the actual notes backup has only just started.
>
> I see from another posting that our problem lies with the fact that the
> script is running asynchronously instead of synchronously ie control is
> returned to the command file after STARTING the notes backup, not after
the
> backup has completed.  However the notes backup script follows the
> structure in the sample command file provided - I would have thought the
> sample would be appropriately constructed to provide meaningful results
to
> the TSM Server. Can anyone suggest what steps need to be taken to get
the
> desired result?
>
> This is the command file, domino.cmd.
>
> set dom_dir="C:\Program Files\Tivoli\TSM\domino"
> cd /d %dom_dir%
> start /B domdsmc selective * /subdir=yes /adsmoptfile=dsm.daily.opt
> /logfile=domdsm.daily.log >> dominc.daily.log
>
> And here is the schedule
>
> Policy Domain Name: DOMINO
> Schedule Name: 1800_FULL
> Description:
> Action: Command
> Options:
> Objects: "C:\domino.daily.cmd"
>
>
> What would I need to do for the script to complete AFTER the domdsmc
> command has run (and therefore get a meaningful result in response to my
"q
> event")?
>
> Thanks for your ideas.
>
>
> Regards,
>
> Eric Winters
> Sydney
> Australia

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