1752579 Members
3928 Online
108788 Solutions
New Discussion юеВ

Re: BACKUP IGNITE HP11

 
Ali_11
Occasional Advisor

BACKUP IGNITE HP11

Hi,

I done a IGNITE backup with make_recovery and i want to know how to test if the backup is good. How can i check the band to see what it contains ?

when i do mt -t /dev/rmt/Om status , i have file : 0 block : 0 .
I don't understand because de return code of backup is OK.

thanks.
4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: BACKUP IGNITE HP11

Hi,

You can check the log files in
/var/opt/ignite/logs/makerec.log?

or

# mt -t /dev/rmt/0mn fsf 1
# tar -vt /dev/rmt/0m

Hope this helps,

Robert-Jan.
Tom Geudens
Honored Contributor

Re: BACKUP IGNITE HP11

Hi,
This thread covers the options :
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdfb13fa720f3d5118ff40090279cd0f9,00.html
A life ? Cool ! Where can I download one of those from ?
T G Manikandan
Honored Contributor

Re: BACKUP IGNITE HP11

V. V. Ravi Kumar_1
Respected Contributor

Re: BACKUP IGNITE HP11

hi,
do this.
1. To view the archive later to bootimage use
mt -t /dev/rmt/0mn rew
mt -t /dev/rmt/0mn fsf 1
tar tvf /dev/rmt/0m |pg

2. You can use copy_boot_tape command to copy the boot area
into /tmp

copy_boot_tape -u /dev/rmt/0mn -b -d /tmp

It should create a file called /tmp/bootimage

It will also list out the boot file contents once it is done. You can
use regular lifls and lifcp commands against this file..

lifls /tmp/bootimage
lifcp /tmp/bootimage:AUTO -
This should give out the INSTALL string.
hpux (;0):INSTALL

Then the tape is created properly.
regards
Never Say No