1828456 Members
3923 Online
109978 Solutions
New Discussion

Re: Problem with Ignite

 
SOLVED
Go to solution
PUJOL Gregory
Occasional Advisor

Problem with Ignite

Hi

I have the same problem with 2 machines (HP-UX 10.20, D330, D230)

I want to make a system recovery with Ignite ( make_recovery -A -d /dev/rmt/0mn ) and an error occurs :
make_recovery(390): Call to /opt/ignite/bin/save_config failed.
Check the /var/opt/ignite/logs/makrec.log1 file.
Cleanup

When I edit the makrec.log1 file, I can read :
********
Started - Thu Aug 10 11:47:05 2000
********
make_recovery -A -d /dev/rmt/0mn
/usr/sbin/vgdisplay -v "vg00"
/usr/sbin/vgdisplay -v "vg00"
/usr/sbin/vgdisplay -v "vg01"
"/opt/ignite/bin/save_config" -f "/var/opt/ignite/recovery/config.recover" "vg00
" >> "/var/opt/ignite/logs/makrec.log1" 2>&1
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 - Thu Aug 10 11:48:02 2000

And in every command, there's nothing about /dev/vg00/lvol3. There's info for /dev/root.
And this is the same problem on 2 machines (I have 8 HP-UX 10.20).

Thanks in advance.
9 REPLIES 9
Stefan Farrelly
Honored Contributor

Re: Problem with Ignite


Maybe you have some strange disks on your system. Give us the output from;
ioscan -fknCdisk and vgdisplay -v vg00 | grep "PV N"
and we can see what types of disks you have and if theyre supported HP ones.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Andreas Voss
Honored Contributor

Re: Problem with Ignite

Hi,

possibly you see for the root filesystem (/)
in bdf not the logical volume (/dev/vg00/lvol3) but the disk device (/dev/dsk/c0t6d0)
To correct this situation make the following:
cd /etc
mv mnttab mnttab.old
bdf
The bdf command takes a little time and rebuilds the /etc/mnttab file.
Now the device for / should be correct.

Hope this helps

Andrew
PUJOL Gregory
Occasional Advisor

Re: Problem with Ignite

The outputs are :

vgdisplay -v vg00 | grep "PV N"
PV Name /dev/dsk/c0t5d0

ioscan -fknCdisk
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
disk 0 8/0.5.0 sdisk CLAIMED DEVICE SEAGATE ST34572WC
/dev/dsk/c0t5d0 /dev/rdsk/c0t5d0
disk 2 8/0.8.0 sdisk CLAIMED DEVICE SEAGATE ST32171W
/dev/dsk/c0t8d0 /dev/rdsk/c0t8d0
disk 1 8/16/5.2.0 sdisk CLAIMED DEVICE TOSHIBA CD-ROM XM-5701T
A
/dev/dsk/c1t2d0 /dev/rdsk/c1t2d0

Thanks for your help ...
Stefan Farrelly
Honored Contributor

Re: Problem with Ignite

Hi,

nothing wrong with your disks, theyre fine. So the error is a bit misleading. Next thing to check is the version of Ignite and the patch level you are running;
swlist -l bundle
Im from Palmerston North, New Zealand, but somehow ended up in London...
Andreas Voss
Honored Contributor
Solution

Re: Problem with Ignite

Hi,

let me correct:
If you see /dev/root for / filesystem by bdf
do the same procedure i've told.
Andreas Voss
Honored Contributor

Re: Problem with Ignite

Hi,

now i see:
/dev/root 122880 17330 98988 15% /
That's the thing to correct !
Have you tried to rename /etc/mnttab and then run bdf ?
PUJOL Gregory
Occasional Advisor

Re: Problem with Ignite

The outputs for print_manifest is :

File System layout

LVM Device file mount point size fs type
/dev/vg00:
/dev/vg00/lvol3 120 unused
/dev/vg00/lvol2 swap 512
/dev/vg00/lvol1 /stand 48 hfs
/dev/vg00/lvol8 /usr 332 vxfs
/dev/vg00/lvol6 /opt 368 vxfs
/dev/vg00/lvol9 /var 400 vxfs
/dev/vg00/lvol7 /tmp 32 vxfs
/dev/vg00/lvol5 /home 20 vxfs
/dev/vg00/lvol4 /applis/list 1200 vxfs
/dev/vg00/lvol10 /tools/list 500 vxfs
/dev/vg00 unallocated 560
/dev/vg01:
/dev/vg01/lvol1 /archives 1000 vxfs
/dev/vg01 unallocated 1032
Device file mount point size fs type
/dev/dsk/c1t2d0 /tmp_mnt cdfs

and the outputs for bdf is
Filesystem kbytes used avail %used Mounted on
/dev/root 122880 17330 98988 15% /
/dev/vg00/lvol1 47829 22015 21031 51% /stand
/dev/vg00/lvol9 409600 202524 194183 51% /var
/dev/vg00/lvol8 339968 275411 60535 82% /usr
...
PUJOL Gregory
Occasional Advisor

Re: Problem with Ignite

Thanks a lot, Andrew ....

Now, everything is right and my system baskup is now running.
But I don't understand why the /etc/mnttab was wrong on 2 machines and correct on the others...

But the more important is that my backup is ok!
Ruediger Noack
Valued Contributor

Re: Problem with Ignite

I believe you get this situation by booting into maintainance mode (hpux -lm).

Ruediger