1842948 Members
2923 Online
110211 Solutions
New Discussion

error with lvlnboot

 

error with lvlnboot

After run the lvlnboot, error message is displayed:

Current path "/dev/dsk/c41t0d1" is an alternate link, skip.
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c30t0d1 (0/4/0/0.8.0.1.0.0.1) -- Boot Disk
/dev/dsk/c41t0d1 (0/5/0/0.8.0.2.0.0.1) -- Boot Disk
Unable to query the I/O interface: Parameter error.
lvlnboot: Unable to print reliable information.
Alex
3 REPLIES 3
Ashwani Kashyap
Honored Contributor

Re: error with lvlnboot

looks like you have a corrupted VGRA/BDRA .
See if this links helps :
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000067002755

An here is a link to mirroring cookbook , just in case :

http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073345589
Sridhar Bhaskarla
Honored Contributor

Re: error with lvlnboot

Hi,

Do a "vgdisplay vg00" and see if you get any errors. If so, then you may have to do a 'vgcfgrestore' on the disks. However, try the following.

#lvlnboot -b /dev/vg00/lvol1 #boot lvol
#lvlnboot -r /dev/vg00/lvol3 #root lvol
#lvlnboot -s /dev/vg00/lvol2 #primary swap lvol
#lvlnboot -d /dev/vg00/lvol2 #dump (swap lvol)
#lvlnboot -R
#lvlnboot -v

If the above doesn't work, then you may have to do a 'vgcfgrestore' on each of the disks.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try

Re: error with lvlnboot

Hi Sridhar,

The problem was resolved.

Thanks

Alex Sobral
Alex