Hi You can also call an external batch file (such as "post_sched.cmd" and "pre_sched.cmd") if you have multiple actions to do. In this cas include this to the dsm.opt
POSTSCHEDULECMD "%dsm_dir%\POST_SCHED.CMD" In this example, the POST_SCHED.CMD is to be located in the %dsm_dir% Be carefull of ERRORLEVEL different of 0 at the end of the batch file (or individual command) because it can cause a "FAILED" result of the schedule. Vincent R Master of MySelf =D Mohammed Bhyat <[EMAIL PROTECTED]> Envoyé par : "ADSM: Dist Stor Manager" <[email protected]> 02/11/2005 08:22 Veuillez répondre à "ADSM: Dist Stor Manager" Pour : [email protected] cc : (ccc : Vincent RATAJSZCZAK/INFOGER/GRT/FR) Objet : Re: [ADSM-L] Essbase backup with TSM Hi If the application starts as a service in windows then add the following commands to the dsm.opt POSTSCHEDULECMD "net START service_name" PRESCHEDULECMD "net stop service_name" Eg: POSTSCHEDULECMD "net START TSM SCHEDULER" PRESCHEDULECMD "net stop TSM SCHEDULER" Thanks Mohammed -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Di Genova, Mario Sent: 01 November 2005 11:15 PM To: [email protected] Subject: [ADSM-L] Essbase backup with TSM We have been asked to backup Essbase from one of our Windows 2000 client machines. This apparently involves stopping the Essbase application prior to backup and restarting it after. We plan to use the Pre and Post schedulecmd client option to run the required scripts. Does anyone have a process/script they could share which describes how you stop and start the app around the TSM backup? Thanks, Mario ___________________________________________________________ Important Notice: Authorised Financial Services Provider Important restrictions, qualifications and disclaimers ("the Disclaimer") apply to this email. To read this click on the following address or copy into your Internet browser: http://www.absa.co.za/disclaimer The Disclaimer forms part of the content of this email in terms of section 11 of the Electronic Communications and Transactions Act, 25 of 2002. If you are unable to access the Disclaimer, send a blank e-mail to [EMAIL PROTECTED] and we will send you a copy of the Disclaimer.
