Operating System - HP-UX
1838230 Members
5982 Online
110125 Solutions
New Discussion

Re: Make_recovery error message

 
SOLVED
Go to solution
Kathleen
Regular Advisor

Make_recovery error message

I am trying to do make_recovery -ACv on my system. It errors out and this is what I see in the log....

"/opt/ignite/bin/save_config" -f "/var/opt/ignite/reovery/config.recover" "vg-- save_config: error - unknown disk type for /dev/vg00/lvol3, not SCSI or HPFL
grep: can't open /var/tmp/swapinfo.tmp
grep: can't open /var/tmp/lvlnboot.tmp
save_config : error - cannot determine primary swap size

****
Ended unsuccessfully.

Any suggestions?
7 REPLIES 7
harry d brown jr
Honored Contributor

Re: Make_recovery error message

What is on /dev/vg00/lvol3, or should I say what was on there?

Can you provide us the output from a "swapinfo" and "vgdisplay -v vg00" ??

thanks

live free or die

harry
Live Free or Die
Eileen Millen
Trusted Contributor

Re: Make_recovery error message

Have you got space in /var/tmp?
It looks like it wants to write some /tmp files.
Eileen
G. Vrijhoeven
Honored Contributor

Re: Make_recovery error message

Hi Katleen,

Do you see other disk related messages in the syslog file?
Kathleen
Regular Advisor

Re: Make_recovery error message

--- Volume groups ---
VG Name /dev/vg00
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 8
Open LV 8
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 2500
VGDA 2
PE Size (Mbytes) 4
Total PE 1023
Alloc PE 984
Free PE 39
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0

--- Logical volumes ---
LV Name /dev/vg00/lvol1
LV Status available/syncd
LV Size (Mbytes) 96
Current LE 24
Allocated PE 24
Used PV 1

LV Name /dev/vg00/lvol2
LV Status available/syncd
LV Size (Mbytes) 1536
Current LE 384
Allocated PE 384
Used PV 1

LV Name /dev/vg00/lvol3
LV Status available/syncd
LV Size (Mbytes) 128
Current LE 32
Allocated PE 32
Used PV 1
LV Name /dev/vg00/lvol4
LV Status available/syncd
LV Size (Mbytes) 128
Current LE 32
Allocated PE 32
Used PV 1

LV Name /dev/vg00/lvol5
LV Status available/syncd
LV Size (Mbytes) 400
Current LE 100
Allocated PE 100
Used PV 1

LV Name /dev/vg00/lvol6
LV Status available/syncd
LV Size (Mbytes) 252
Current LE 63
Allocated PE 63
Used PV 1

LV Name /dev/vg00/lvol7
LV Status available/syncd
LV Size (Mbytes) 884
Current LE 221
Allocated PE 221
Used PV 1

LV Name /dev/vg00/lvol8
LV Status available/syncd
LV Size (Mbytes) 512
Current LE 128
Allocated PE 128
Used PV 1

--- Physical volumes ---
PV Name /dev/dsk/c0t5d0
PV Status available
Total PE 1023
Free PE 39



u46_2:[/var/tmp]# swapinfo
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1572864 104532 1468332 7% 0 - 1 /dev/vg00/lvol2
dev 2082636 104268 1976500 5% 0 - 1 /dev/dsk/c0t6d0
reserve - 2038504 -2038504


S.K. Chan
Honored Contributor

Re: Make_recovery error message

I think your lvol3 is not mounted .. check/do this ..

# bdf
==> check if /dev/vg00/lvol3 is mounted
==> if not do
# mount -a
==> I'm guessing lvol3 should be mounted to /
==> check /etc/fstab
==> cleanup mounts if needed

# rm /etc/mnttab
# mount -a

Now run save_config again
Kathleen
Regular Advisor

Re: Make_recovery error message

When I do a bdf....what I have mounted at / is /dev/root

Filesystem kbytes used avail %used Mounted on
/dev/root 131072 38519 86779 31% /

In my fstab...this is the start of the file...
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /home vxfs delaylog 0 2
/dev/vg00/lvol5 /opt vxfs delaylog 0 2
/dev/vg00/lvol6 /tmp vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2

but in mnttab I don't see anything relating to lvol3, this is the start of the file
/dev/root / vxfs log 0 0 1002151865
/dev/vg00/lvol1 /stand hfs defaults 0 0 1002151868

This isn't supose to show up like this, is it?
Darrell Allen
Honored Contributor
Solution

Re: Make_recovery error message