Operating System - HP-UX
1825562 Members
3107 Online
109681 Solutions
New Discussion

Errors and Command Options for make_tape_recovery

 
Andrew Kaplan
Super Advisor

Errors and Command Options for make_tape_recovery

Hi there --

I am running Ignite 6.7.79 on an HP-UX 11.11 v.1 system. I currently run make_tape_recovery without any options, and while it does complete it does so with errors. I've included the recovery.log file in this posting. Are these errors show-stoppers, or do I have an effective recovery tape for the system?

What I would like to do is be able to back up the entire core operating system so that if the unthinkable does happen, I can insert the recovery tape and have a full system restore completed. What command options should I include to accomplish this? Thanks.
A Journey In The Quest Of Knowledge
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor

Re: Errors and Command Options for make_tape_recovery

Hi Andrew:

I prefer this:

# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn

Regards!

...JRF...
Andrew Kaplan
Super Advisor

Re: Errors and Command Options for make_tape_recovery

Hi there --

I ran make_tape_recovery with the options you suggested, and it completed with errors. I checked the recovery.log file, and I included it with this posting.

I noticed the following series of messages in the file:

vgcfgbackup: Warning: couldn't query physical volume
The specified path does not correspond to physical volume attached to this volume group

I also saw several instances of the following:

vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "/dev/vg102".

The latter refers to volume groups that are not mounted, so I am not too worried about that. The vgcfgbackup lines have me more concerned. Is there something that am missing or are those messages mostly informational?
A Journey In The Quest Of Knowledge
Bill Hassell
Honored Contributor

Re: Errors and Command Options for make_tape_recovery

Ignite always validates all the disk configurations to make the recovery as accurate as possible. The vgdisplay command probably fails too, possibly other LVM commands -- due to the bad volume group. If the volume group is bogus or no longer used, remove it properly with a vgexport command. You want vgdisplay and lvlnboot -v to report normal lines of output with no error messages. Then Ignite should work OK.


Bill Hassell, sysadmin