1820254 Members
2654 Online
109622 Solutions
New Discussion юеВ

Boot Disk Failure

 
ramendra
New Member

Boot Disk Failure

Hi,
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
10 REPLIES 10
Tim Nelson
Honored Contributor

Re: Boot Disk Failure

Did you create an ignite image ? If so use that.

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.
ramendra
New Member

Re: Boot Disk Failure

Hey Tim,

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
Tim Nelson
Honored Contributor

Re: Boot Disk Failure

Nothing wrong with your doc. Looks good.

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.


R.K. #
Honored Contributor

Re: Boot Disk Failure

Hi Ramendra,

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

Don't fix what ain't broke
Torsten.
Acclaimed Contributor

Re: Boot Disk Failure

ramendra, your procedure looks wrong to me ...

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!   
ramendra
New Member

Re: Boot Disk Failure

ISL> hpux ll

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...???
R.K. #
Honored Contributor

Re: Boot Disk Failure

Hi Ramendra,

Attached a doc for system recovery. Hope this helps.

-RK
Attachment deleted to comply with ITRC Guidelines
Don't fix what ain't broke
ramendra
New Member

Re: Boot Disk Failure

Thanks R K..let me go through the attachment...
Sachin Rajput
Advisor

Re: Boot Disk Failure

Hi Ramendra ,

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
================
Torsten.
Acclaimed Contributor

Re: Boot Disk Failure

According to the procedure (your attachment) you did, there is a step

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!