- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Boot Disk Failure
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
Discussions
Discussions
Discussions
Forums
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
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-12-2008 11:53 AM
тАО09-12-2008 11:53 AM
Boot Disk Failure
I have recently replaced my primary boot disk and when tried to reboot the server,the following message is appearing...
ISL >hpux -is
Boot
: disk(0/0/1/1.15.0.0.0.0.0;0)/stand/vmunix
disk(0/0/1/1.15.0.0.0.0.0;0)/stand/vmunix: cannot open, or not executable
I also tried the same with my secondary mirrored disk but getting the same error.The System is still at ISL Prompt.
My OS Version is 11.11 and its a PARISC Server.
How to resolve this ???
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 12:28 PM
тАО09-12-2008 12:28 PM
Re: Boot Disk Failure
I am assuming that
1) you did not recover the failed disk correctly after replacing, e.g. using pvcreate -B, mkboot, etc..
1) I am also assuming on the mirror, that you did not orgionally create that correctly and test.
Supply the process/commands you used to replace and re-sync the OS. You may be able to recover this if you do not have ignite by booting a CD based version of HPUX and using recovery shell. Maybe.
Recovery docs attached.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 12:42 PM
тАО09-12-2008 12:42 PM
Re: Boot Disk Failure
Thanks for your response.Well we don't have an ignite backup with us.I am aataching the steps that I ran during my primary boot disk replacement.I did this in single user mode.
Kindly suggest.Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2008 01:39 PM
тАО09-12-2008 01:39 PM
Re: Boot Disk Failure
So you were able to initially boot the mirror to single user mode to fix the primary. Now you cannot boot either ?
hmmm.....
Either there was an error following your instructions or there were errors that were overlooked while following the instructions.
Where to go from here ? I am on my way out for the weekend so hopefully someone else can chime in to help find a solution.
SOrry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2008 10:17 AM
тАО09-13-2008 10:17 AM
Re: Boot Disk Failure
Did you do pvchange before removing the disk?
Also your doc does NOT include using commands:
#lvlnboot -r /dev/vg00/lvol3
#lvlnboot -b /dev/vg00/lvol1
#lvlnboot -s /dev/vg00/lvol2
#lvlnboot -d /dev/vg00/lvol2
But this might not provide you the complete solution, i am afraid.
Else, using recovery shell use is the best option..
-RK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2008 10:26 AM
тАО09-13-2008 10:26 AM
Re: Boot Disk Failure
Try
ISL> hpux ll
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2008 11:03 AM
тАО09-13-2008 11:03 AM
Re: Boot Disk Failure
Ls
: disk(0/0/1/1.15.0.0.0.0.0;0)/.
cannot open directory
ISL>
Can anyone send me the procedure of the recovery shell using HPUX OS CDs...???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2008 12:04 PM
тАО09-13-2008 12:04 PM
Re: Boot Disk Failure
Attached a doc for system recovery. Hope this helps.
-RK
Attachment deleted to comply with ITRC Guidelines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2008 12:53 PM
тАО09-13-2008 12:53 PM
Re: Boot Disk Failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2008 12:28 AM
тАО09-16-2008 12:28 AM
Re: Boot Disk Failure
Please follow the following steps .
and this will work .
1) Boot off the recovery CD and run Recovery Shell
2) Option r. - Recover an unbootable HPUX system.
3) Option a - Verify that the hardware path for root is c2t1d0 //
4) Option a - Mount the root disk and exit to shell
5) Option B - Prompt for the fsck run string on c2t1d0s1lvm, then run fsck -p
6) loadfile chroot
7) chroot /ROOT /sbin/sh
8) vgchange -a y /dev/vg00
9) fsck -p
10) mount -a
11) lvrmboot -r /dev/vg00
12) lvlnboot -b /dev/vg00/lvol1
13) lvlnboot -r /dev/vg00/lvol3
14) lvlnboot -s /dev/vg00/lvol2
15) lvlnboot -d /dev/vg00/lvol2
16) lvlnboot -R
17) lvlnboot -v
18) cd /
19) shutdown -ry 0
Sachin Rajput
================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2008 12:37 AM
тАО09-16-2008 12:37 AM
Re: Boot Disk Failure
mkboot ├в l /dev/rdsk/c1t15d0
without a previous "pvcreate"
followed by
vgcfgrestore ...
I think this didn't work.
Can you boot from the other disk?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
