Automating Storserver ABC Backup

zatogo

ADSM.ORG Member
Joined
Feb 24, 2007
Messages
207
Reaction score
2
Points
0
Location
Pacific NW...USA
PREDATAR Control23

I have a customer with a couple of OpenVMS servers that we installed the ABC backup application from Storserver.

We were able to do the initial configuration and we have no problems running manual backups.

The issue...how do I automate the backup on the OpenVMS box?

Either I am blind or the document accompnying the software is weak in this area.

Any help is greatly appreciated!
 
Last edited:
PREDATAR Control23

Zatago,

Have you contacted the reseller? I dont think this is a TSM issue
 
PREDATAR Control23

you have to either run a DCL script that calls the dsmc command (forgot the syntax) of sched a command from the TSM server again forgot the OpenVMS specific command.

that how we did it @ M&M MARS
 
PREDATAR Control23

vms backups using storserver

I have a customer with a couple of OpenVMS servers that we installed the ABC backup application from Storserver.

We were able to do the initial configuration and we have no problems running manual backups.

The issue...how do I automate the backup on the OpenVMS box?

Either I am blind or the document accompnying the software is weak in this area.

Any help is greatly appreciated!
-------------------------------------------------------------
here is the command we use inside the DCL job.

[FONT=r_ansi][FONT=r_ansi]$ abc BACKUP/ignore=(interlock,nobackup)/log -[/FONT]
[FONT=r_ansi]/summary=(create,file=sys$output,server) -[/FONT]
[FONT=r_ansi]$1$DGA300:[*...]*.*;* [/FONT]

[FONT=r_ansi]send me an email address and I will send you the procedure....chris[/FONT]

[email protected]
[/FONT]
 
Top