Operating System - HP-UX
1752586 Members
3882 Online
108788 Solutions
New Discussion юеВ

Re: HP-UX 11iv3 server fail to auto boot

 
SOLVED
Go to solution
Aungshuman Paul
Regular Advisor

Re: HP-UX 11iv3 server fail to auto boot

I just observed in the other node setboot outpoot :


# setboot
Primary bootpath : 0/2/1/0.0x5387fc8e4c7c08e.0x0 (/dev/rdisk/disk1)
HA Alternate bootpath : 0/1/1/0 (LAN Interface)
Alternate bootpath : 0/1/1/1 (LAN Interface)

Autoboot is ON (enabled)
Hyperthreading : ON
: ON (next boot)

Please suggest how to enable the Primary bootpath.

Aungshu
Aungshuman Paul
Regular Advisor

Re: HP-UX 11iv3 server fail to auto boot

I need your help how to identify the primary boot path and set it in the system ? Because my primary bootpath shows no path .

# setboot
Primary bootpath :
HA Alternate bootpath : 0/1/1/0 (LAN Interface)
Alternate bootpath : 0/1/1/1 (LAN Interface)

Autoboot is ON (enabled)
Hyperthreading : ON
: ON (next boot)

Nido
Trusted Contributor

Re: HP-UX 11iv3 server fail to auto boot

Hi Aungshu,

run : lvlnboot -v ( Only for LVM)to check the boot disk.

and set it with setboot command:

#setboot -p -a

run setboot again to confirm if its set properly.


You would have similar entries like below for lvlnboot:

lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c2t0d0 (0/1/1/0.0.0) -- Boot Disk


Cheers!!
" Let Villagers Be Happy!! "
Torsten.
Acclaimed Contributor

Re: HP-UX 11iv3 server fail to auto boot

Use

# lvlnboot -v

to get the path to the disk and set it after this, e.g.

# setboot -p /dev/disk/disk1_p2

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!   
Aungshuman Paul
Regular Advisor

Re: HP-UX 11iv3 server fail to auto boot

Thanks My problem solved. My bootpath was :

/dev/rdisk/disk1


Aungshuman Paul
Regular Advisor

Re: HP-UX 11iv3 server fail to auto boot

Thanka my problem solved.