- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hp-ux box can not reboot after shutdown?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
09-18-2002 05:27 PM
09-18-2002 05:27 PM
hp-ux box can not reboot after shutdown?
we have a hp-box with 4 external disks, we experienced some slow repsonse and our sys adm and I decide to do a shutdown.
We reboot the sytem by pressing the power switch, and the boot process stop at activating one of the LVM and system hang.
We turn off the sever and boot it in single user mode. and tried various things.
eg. dd if=/dev/rdsk/diskname of=/dev/null
the system hang again.
we can not even do fsck since we can not do vgchange, the system hangs.
How do we reboot the system by bypassing the bad volume group?
Thanks for your help!
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 05:49 PM
09-18-2002 05:49 PM
Re: hp-ux box can not reboot after shutdown?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 06:42 PM
09-18-2002 06:42 PM
Re: hp-ux box can not reboot after shutdown?
Hi,
To bypass vgs to be activated at boot time
edit /etc/lvmrc file and make it 0
AUTO_VG_ACTIVATE=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 10:08 AM
09-19-2002 10:08 AM
Re: hp-ux box can not reboot after shutdown?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 10:11 AM
09-19-2002 10:11 AM
Re: hp-ux box can not reboot after shutdown?
That's the correct way of rebooting your system bypassing any problems in any bad volume groups or disks.
You can run all the way doing this.
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 11:16 AM
09-19-2002 11:16 AM
Re: hp-ux box can not reboot after shutdown?
You can follow the suggestion made by both Animesh as you are already in single user mode suggesting that it may not be an issue with the root volume group.
In single user mode,
edit /etc/lvmrc and set AUTO_VG_ACTIVATE=0.
Boot the system all the way. Other volume groups will not be activated.
Run ioscan -fnC disk and observe the disks. Compare them to see if all the disks in 'strings /etc/lvmtab' are seen. If not, you may have to fix the problems like bad disk, cable etc.,
Once the disks are shown in the ioscan, then you can activate the volume groups using vgchange -a y vg-name.
If there is any problem with the disks, you will see the errors there and post them.
Booting the system always with -lq is a good idea particularly if you have mirrors setup.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 05:35 PM
09-19-2002 05:35 PM
Re: hp-ux box can not reboot after shutdown?
Thanks for the reponse. Since we can not do anything about the two disks, we just did the vgexport to generate mapfile and output files in single user mode and then init 3 the system to multiple user mode.
We will probably need to replace the disk since any command( dd, diskinfo, lvchange) would hange.
Any procedure to replace the disk and restore everything would be very helpful given we have mapfile and output file from vgexport.
Thanks,
Jane