- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem Booting my server
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-20-2001 03:29 PM
09-20-2001 03:29 PM
Problem Booting my server
The volume group /dev/vg00 has successfully been changed.
Then the system just sits there and never moves.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 03:34 PM
09-20-2001 03:34 PM
Re: Problem Booting my server
Boot to single user mode and check the system logs and diagnostic logs for possible errors. You can also try activating the other volume groups manually to see which one is having problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 05:20 PM
09-20-2001 05:20 PM
Re: Problem Booting my server
In all probability you have a defective disk on your hands. Try to boot the system in single user mode and see if it boots.
Interrupt the boot process. At the prompt type
bo pri
When asked wether you want to interact with IPL select "Y"
at the ipl prompt type hpux -is
IPL>hpux -is
Your system will boot into single user mode. Only / and /stand would be mounted at this point. Manually mount the other LV's, the list of which you'll get in /etc/fstab.
Now see what are the other volume groups mentioned. Try to see if you can activate the next volume group, say vg01
vgchange -a y /dev/vg01
If it does activate vg01, try to see if you can mount the Lv's for this VG manually. My guess is that one of the disks in one of these VG's is faulty.
Since you system stops after activating the VG01, my guess if the problem is with VG01. If it doesn't activate the VG, try to see if you can activate the VG without all its disks (without quorum), i think the command is
vgchange -a y -q n /dev/vg01.
if it activates the volume group, see if you can do a sync on that.
vgsync /dev/vg01. If there is any problem related to this VG, it will tell you at this time.
What is the model of your system and the OS ver ?.
Hope this helps.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 05:38 PM
09-20-2001 05:38 PM
Re: Problem Booting my server
Boot the system into single user mode or with
LVM turned off, as
ISL> hpux -lm (booting with no LVM)
ISL> hpux -is (single user)
Consult your /var/adm/syslog/syslog.log file
for any hardware errors and /var/opt/resmon/log/event.log
if you have EMS monitoring. If the problem lies
within your volume groups, start with the first one, which has the next lowest minor number.
One thing you could try is to de-activate your
other volume groups by using the
'vgchange -a n /dev/vgname' command
Once the volume groups are de-activated you
should be to tell if the problem exists here.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 05:46 PM
09-20-2001 05:46 PM
Re: Problem Booting my server
After booting in single user mode,edit /etc/lvmrc file and make AUTO_VG_ACTIVATE=0
then reboot and activate other vgs one by one to check which volume group is creating problem.
best of luck
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2001 11:34 AM
09-22-2001 11:34 AM
Re: Problem Booting my server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2001 04:22 AM
10-04-2001 04:22 AM
Re: Problem Booting my server
Boot the server in single user.Then active the vg00 with this steps:
vgchange -a y vg00
mount -a
Now you have the comand that you need. Then check if the PV is failed. with this white paper. Is wrote in Spanis, sorry.