HP Application Recovery Manager software A.06.10 Administrator's guide (March 2008)

1. Configure the backup location and backup behavior:
Windows
:
cd AppRM_home\bin
perl.exe dbtool.pl -config Root=backup_location
SizeLimit=limitMB CountLimit=number_of_kept_backups
HP-UX
:
cd /opt/omni/bin
./dbtool.pl -config Root=backup_location SizeLimit=limitMB
CountLimit=number_of_kept_backups
2. To manually start the backup, run:
Windows
:
perl.exe dbtool.pl -backup
HP-UX
: ./dbtool.pl —backup
3. To schedule the backup:
Windows
:
Use the Windows Scheduled Tasks wizard (part of the System Tools) and
add the following command to the list of scheduled tasks:
perl.exe AppRM_home\bin\dbtool.pl -backup
Run the following command:
at HH:MM /EVERY:week_day /INTERACTIVE perl.exe
AppRM_home\bin\dbtool.pl -backup
Note that the scheduling service must be running if you use the at
command.
HP-UX
:
Run System Administrator Manager > Process Management > Scheduled
Cron Jobs and add the command to the scheduled cron jobs.
Restoring the IDB
To restore the internal database and configuration, use the dbtool command.
The command syntax and examples are provided in the HP StorageWorks Command
Line Interface Reference.
Administrator's guide 97