Sascha.Koerber
February 15th, 2005, 06:33 AM
[System: Win2000 Server, Raid 5, iomega REV Drive for Backup solution]
Hello TrueImage-Fans,
i've got a Problem with TrueImage Server 8.0 (newest build available). The TrueImageTerminal.exe schedules a job when started without executing it.
More exact explanation:
We weren't able to use the scheduling function that is built-in with TrueImage Frontend, because we want to stop some services before the scheduled backup-job starts.
Therefore we made a .TIS script which is used by TrueImageTerminal.exe to start the backup job at a given time. We created a little batch-file that shuts down the needed oracle-services, before TrueImageTerminal.exe ist startet to do the backup.
Here the code of the batch file, so you can see what we did:
rem stop Oracle-Services
net stop OracleServiceEVA1
net stop OracleOraHome92TNSListener
rem Start Acronis True Image Backup
c:\programme\acronis\trueimage\trueimageterminal.exe /execute:c:\sicherung.tis
rem Restart Oracle-Services after backup
net start OracleServiceEVA1
net start OracleOraHome92TNSListener
And here is the .TIS file we made which describes the way TrueImageTerminal.exe should do the backup:
<?xml version="1.0" encoding="utf-8" ?>
<backup>
<source letter="C" />
<source letter="D" />
<source letter="E" />
<target file="Z:\sicherung.tib" />
<options compression="normal" incremental="false" description="Datensicherung Server Offheim" split="1024 Mb" />
</backup>
So far so good. If i start the batch file by hand, everything works fine. Services get stopped, backup runs, services get started again.
Now if i create a scheduled task in windows scheduler to start the above batch file at a certain time, the batch file gets started like desired.
BUT:
After the oracle-services got stopped (at the point where TrueImageTerminal.exe is started) a message appears, that a backup job is scheduled for exectution by schedule2.exe (or something very similar). At this point the batch file stops and nothing happens anymore.
Now the Questions:
1) WHY does TrueImageTerminal.exe try to schedule a job - i did not tell it to do so?!? The backup should start right away when the exe ist triggered.
2) HOW is schedule2.exe involved into this? Thought that is a separate thing which has nothing to do with the TrueImageTerminal.exe-program of TrueImage?
I would be gracefull if anybody could give me a hint, how to get the above constellation to work properly (which it should in my opinion).
Hello TrueImage-Fans,
i've got a Problem with TrueImage Server 8.0 (newest build available). The TrueImageTerminal.exe schedules a job when started without executing it.
More exact explanation:
We weren't able to use the scheduling function that is built-in with TrueImage Frontend, because we want to stop some services before the scheduled backup-job starts.
Therefore we made a .TIS script which is used by TrueImageTerminal.exe to start the backup job at a given time. We created a little batch-file that shuts down the needed oracle-services, before TrueImageTerminal.exe ist startet to do the backup.
Here the code of the batch file, so you can see what we did:
rem stop Oracle-Services
net stop OracleServiceEVA1
net stop OracleOraHome92TNSListener
rem Start Acronis True Image Backup
c:\programme\acronis\trueimage\trueimageterminal.exe /execute:c:\sicherung.tis
rem Restart Oracle-Services after backup
net start OracleServiceEVA1
net start OracleOraHome92TNSListener
And here is the .TIS file we made which describes the way TrueImageTerminal.exe should do the backup:
<?xml version="1.0" encoding="utf-8" ?>
<backup>
<source letter="C" />
<source letter="D" />
<source letter="E" />
<target file="Z:\sicherung.tib" />
<options compression="normal" incremental="false" description="Datensicherung Server Offheim" split="1024 Mb" />
</backup>
So far so good. If i start the batch file by hand, everything works fine. Services get stopped, backup runs, services get started again.
Now if i create a scheduled task in windows scheduler to start the above batch file at a certain time, the batch file gets started like desired.
BUT:
After the oracle-services got stopped (at the point where TrueImageTerminal.exe is started) a message appears, that a backup job is scheduled for exectution by schedule2.exe (or something very similar). At this point the batch file stops and nothing happens anymore.
Now the Questions:
1) WHY does TrueImageTerminal.exe try to schedule a job - i did not tell it to do so?!? The backup should start right away when the exe ist triggered.
2) HOW is schedule2.exe involved into this? Thought that is a separate thing which has nothing to do with the TrueImageTerminal.exe-program of TrueImage?
I would be gracefull if anybody could give me a hint, how to get the above constellation to work properly (which it should in my opinion).