Operating System - HP-UX
1826424 Members
3490 Online
109692 Solutions
New Discussion

save_config error in make_tape_recovery

 
Tommy_6
Regular Advisor

save_config error in make_tape_recovery

Hey everyone,
Just recently when I would run /make_tape_recovery -a /dev/rmt/0mn -I -v -x inc_entire=vg00, I would get the following error:

* Checking Versions of Ignite-UX filesets
* Creating System Configuration.
* /opt/ignite/bin/save_config -f
/var/opt/ignite/recovery/2003-10-27,12:20/system_cfg vg00
save_config: error - unable to determine file system length
ERROR: /opt/ignite/bin/save_config failed


======= 10/27/03 12:20:53 EST make_tape_recovery completed unsuccessfully

Checked the /var/opt/ignite/recovery/latest/recovery.log and doesn't meantion any other errors. Anyone have any ideas. Thanks is advance!!!

Tom
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: save_config error in make_tape_recovery

Do you get the same error when you run the command from the command line?

I possible cause is a discrepency between /etc/lvmtab and the actual disk setup, sometimes caused by a missing disk.

I'm attaching a script that checks that.

PLEASE, change the email address in this script prior to running it.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Tommy_6
Regular Advisor

Re: save_config error in make_tape_recovery

Steven,
I get the same message whether I run the command manually or in the cron. I ran your script and didn't find any discrepencies between the /etc/lvmtab and the actual disk setup. Any more ideas, Thanks again!!!
Steven E. Protter
Exalted Contributor

Re: save_config error in make_tape_recovery

lvlnboot -v

lifls -C /dev/rdsk/######

Get that from the boot disk on the first command.

Post the output.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Tommy_6
Regular Advisor

Re: save_config error in make_tape_recovery

Steven,
Here is the output from both command. I used the boot disk device file for the lifls command.

/root > lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t4d0 (10/0.4.0) -- Boot Disk
/dev/dsk/c0t5d0 (10/0.5.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c0t4d0
/dev/dsk/c0t5d0
Root: lvol3 on: /dev/dsk/c0t4d0
/dev/dsk/c0t5d0
Swap: lvol2 on: /dev/dsk/c0t4d0
/dev/dsk/c0t5d0
Dump: lvol2 on: /dev/dsk/c0t4d0, 0

Current path "/dev/dsk/c8t2d6" is an alternate link, skip.
Current path "/dev/dsk/c8t2d7" is an alternate link, skip.
Current path "/dev/dsk/c8t3d0" is an alternate link, skip.
Current path "/dev/dsk/c8t3d1" is an alternate link, skip.
Current path "/dev/dsk/c8t3d2" is an alternate link, skip.
Current path "/dev/dsk/c8t3d3" is an alternate link, skip.
Current path "/dev/dsk/c8t3d4" is an alternate link, skip.
Current path "/dev/dsk/c8t3d5" is an alternate link, skip.


/root > lifls -C /dev/rdsk/c0t4d0
ODE MAPFILE SYSLIB CONFIGDATA SLMOD
SLDEV SLDRIVERS SLSCSI MAPPER IOTEST
PERFVER PVCU SSINFO HPUX ISL
AUTO LABEL



Thanks again!!!

Tom