Operating System - HP-UX
1826398 Members
3488 Online
109692 Solutions
New Discussion

Re: Server booting problem.

 
Surajit Santra
Occasional Advisor

Server booting problem.

While booting the server it is going to shell prompt.HP-UX version is 11.23 After exit from shell prompt if I manually booted the server through EFI Boot Manager it is booting.

Please kindly help.
6 REPLIES 6
Lijeesh N G_1
Respected Contributor

Re: Server booting problem.

Hi,

I think the problem with the default option set in EFI Boot manager. I gues the present it is EFI Shell. Change the default option in to the your priamry boot disk.

Regards,
LIJEESH N G
Michal Kapalka (mikap)
Honored Contributor

Re: Server booting problem.

hi,

set the boot order in efi, or use setboot to make it.

mikap
Surajit Santra
Occasional Advisor

Re: Server booting problem.

Thanks for you reply.
I have checked setboot. But what "I have found that in primary path is DVD ROM. I have changed it to primary hard disk by command setboot -p [Hardware Path]

When I have rebooted that server the problem did not come.But when I shutdown the server and again restarted it, it is again going to shell prompt and setboot entry again changed to DVD ROM.

I have checked in EFI Boot Manager that in the boot entry there is Internel DVD ROM, there is no primary hard disk.So How do I add a new boot entry of primary hard disk to it????

Please help me.
Michal Kapalka (mikap)
Honored Contributor

Re: Server booting problem.

hi,

fo example : "dmesg |grep -i boot"

sms:/home/SuperDome_patching#dmesg |grep -i boot
Boot device's HP-UX HW path is: 0/1/1/0.0.0

them make :

"setboot -p (your boot disk HW path )"

mikap
Lijeesh N G_1
Respected Contributor

Re: Server booting problem.

Hi,

Adding Boot entry
---------------------

From HP-UX OS
==============
You can use setboot command to set primary boot from OS,

#setboot -p "HW path of the disk"


From EFI Boot Manager
======================
>>Go to Boot Maintenance menu
>>Select Add boot option
>>Select the Disk path
>>Save settings to NVRAM.

From EFI Shell
===================
>>shell>map -r ---> List the maps of bootable devices

>>Enter in to the EFI partition
Eg.shell>fs0:
fs0:>
>>find out the OS loader(hpux.efi is for HP-UX)

>>Add boot entry with following EFI Command,
fs0:>bcfg boot add "x" "OS loader" "Description"

where x is the position or priority of boot,you can make it as 01,
so this will be the 1st or primary boot.

>>If you already addedd the entry and if you want to move the position or priority
of booting, you can use the following EFI Command,

shell>bcfg mv "x" "y" --> It will move boot option from xth to yth position.

>>If you want to remove any Boot entry, you can use following EFI Command,

shell>bcfg boot rm "x" --> x is the boot position or priority number.


Regards,
LIJEESH N G

Vinod Kumar Yadav
Trusted Contributor

Re: Server booting problem.

Hi Team,


The above all soulation are correct the only one thing is missing.


I face the same issue the problem with the cache battery.

Please log a call with HP TS Team & change the cache battery.

Set the Primary boot disk.


Thanks
Vinod
Jai Shiv Shankar