- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: panic: all VFS_MOUNTROOTs failed: NEED DRIVERS...
Operating System - HP-UX
1821546
Members
2060
Online
109633
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2009 02:06 PM
тАО02-05-2009 02:06 PM
panic: all VFS_MOUNTROOTs failed: NEED DRIVERS ?????
I made an incredibly stupid mistake on an rx2620 HP-UX 11.23 with mirrored disks. I executed
# lvremove /dev/vg00/lvol14
in single-user mode (not LVM maintenance mode). lvol14 was being used as secondary swap. The command errored out with an error I stupidly failed to record. When I shut down, it would not boot to LVM maintenance mode.
I don't have the luxury of an Ignite server. I reloaded the O/S from DVD to one of the disks (c3t2d0). I was able to access file systems of the formerly mirrored disk (c2t1d0), no problem. But it still won't boot to LVM maintenance mode off of c2t1d0 (I realize I still need to fix vg00.conf). [See attached for more detailed information.]
I would very much like to get the disk bootable again. The other postings with this panic describe conditions that don't seem to apply here, unless I missed something. I would greatly appreciate any suggestions provided.
# lvremove /dev/vg00/lvol14
in single-user mode (not LVM maintenance mode). lvol14 was being used as secondary swap. The command errored out with an error I stupidly failed to record. When I shut down, it would not boot to LVM maintenance mode.
I don't have the luxury of an Ignite server. I reloaded the O/S from DVD to one of the disks (c3t2d0). I was able to access file systems of the formerly mirrored disk (c2t1d0), no problem. But it still won't boot to LVM maintenance mode off of c2t1d0 (I realize I still need to fix vg00.conf). [See attached for more detailed information.]
I would very much like to get the disk bootable again. The other postings with this panic describe conditions that don't seem to apply here, unless I missed something. I would greatly appreciate any suggestions provided.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-05-2009 06:45 PM
тАО02-05-2009 06:45 PM
Re: panic: all VFS_MOUNTROOTs failed: NEED DRIVERS ?????
# vgcfgrestore -f /wcw/etc/lvmconf/vg00.conf -l
Volume Group Configuration information in "/wcw/etc/lvmconf/vg00.conf"
VG Name /dev/vg00
---- Physical volumes : 2 ----
/dev/rdsk/c3t2d0s2 (Bootable)
/dev/rdsk/c2t1d0s2 (Bootable)
I assume that earlier you had these 2 disks as a part of vg00 and that they had been mirrored.
WARNING: Logical volume for Dump expected but not found.
you are perhaps missing
#lvlnboot -b /dev/vg01/lvol1
#lvlnboot -s /dev/vg01/lvol2
#lvlnboot -r /devvg01/lvol3
#lvlnboot -d /dev/vg01/lvol2
Try booting normally using the disk that is /dev/rdsk/c3t2d0s2
and as u said that you are able to access the disk /dev/rdsk/c2t1d0s2, do the following
once the system comes up you can
#cd /etc/lvmconf
keep a copy all the LVM Cinfigurations there by appending to the name of exch conf file your name
eg
cp -p vg00.conf vg00.conf.mark
cp -p vg00.conf.old vg00.conf.old.mark
#vgexport /dev/vg01
#mkdir /dev/newroot
#mknod /dev/newroot/group c 64 0x010000
#vgimport /dev/vg01 /dev/dsk/c2t1d0s2
Reduce the other disk if agin you find as ghost disk in vg01.
#lvlnboot -b /dev/vg01/lvol1
#lvlnboot -s /dev/vg01/lvol2
#lvlnboot -r /dev/vg01/lvol3
#lvlnboot -v
#lvlnboot -R
#lvlnboot - v
#echo "boot vmunix -lq" >/tmp/AUTO
#efi_cp -d /dev/rdsk/c2t1d0s2 /tmp/AUTO/EFI
#setboot -p
#setboot -h
and set the Disk /dev/rdsk/c2t1d0s2> as thr Pry boot path.
Start in LVM Maint mode
#shutdown -ry 00
Once in LVM maint mode : (you should get the system boot in LVM Maint mode as lvlnboot has corrected the boot and swap for the disk)
#vgexport /dev/vg00
#vgexport /dev/vg01
#mkdir /dev/vg00
#mknod /dev/vg00/group c 64 0x000000
#vgimport /dev/vg00 /dev/dsk/c2t1d0s2
#lvlnboot -v
do this again for the boot,swap,root and dumo if reqd.
#lvlnboot -R
try
vgchange -a y vg00
#mount -a
ot reboot
regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-06-2009 03:34 PM
тАО02-06-2009 03:34 PM
Re: panic: all VFS_MOUNTROOTs failed: NEED DRIVERS ?????
No luck. The suggested actions seemed to help a little. The shutdown did not have the warning message and the boot seemed to be a bit closer to normal [see attached]. But it still gave the same panic.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP