ADSM-L

Re: defining an tivoli script

2005-01-10 10:46:45
Subject: Re: defining an tivoli script
From: "Loon, E.J. van - SPLXM" <Eric-van.Loon AT KLM DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Mon, 10 Jan 2005 16:47:15 +0100
Hi Stephen!
Maybe a dumb question, but you did create c:\script on your TSM server,
right?
Kindest regards,
Eric van Loon
KLM Royal Dutch Airlines

-----Original Message-----
From: Weinstein, Stephen [mailto:Weinstein AT DOR.STATE.MA DOT US]
Sent: Monday, January 10, 2005 16:39
To: ADSM-L AT VM.MARIST DOT EDU
Subject: defining an tivoli script


I am trying to create a script, so far I have created a file on the c drive
of the server call script , in the file I have the
Following command:

if (rc_ok) goto loop
backup stgpool MDOR_DISK_STORAGE_POOL ONSITE_TAPES_2ND_COPY  MAXPR=3
wait=yes
If (rc_ok)go to next
/* 2nd_copy did not complete normally */
exit
next:
backup stgpool MDOR_DISK_STORAGE_POOL OFFSITE_TAPES_DAILY wait=yes
if (rc_ok) go to next1
/* Offsite_daily did not complete normally */
exit
next1:
backup stgpool MDOR_DISK_STORAGE_POOL OFFSITE_TAPES_WEEKLY wait=yes
if (rc_ok) go to next2
/* offsite_weekly did not complete normally */
loop:
exit
next2:
/* delete volhistory type=dbbackup todate=-5 */
/* ba db dev=ltotape type=full */
/* ba db dev=ltotape type=full */



now I try to define the script as follows

define script daily file=c:\script  desc='daily processing'

I get the following error message back :   ANR1475E DEFINE SCRIPT: File
c:\script could not be opened.



Now I  tried putting this file in many different places, and always get this
message.\
What am I doing wrong??


Thanx
steve

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager at postmaster at dor.state.ma.us.
**********************************************************************


**********************************************************************
For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), 
its subsidiaries and/or its employees shall not be liable for the incorrect or 
incomplete transmission of this e-mail or any attachments, nor responsible for 
any delay in receipt.
**********************************************************************

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