Operating System - HP-UX
1832574 Members
4346 Online
110043 Solutions
New Discussion

reboot stops at Main Menu

 
SOLVED
Go to solution
Patti Johnson
Respected Contributor

reboot stops at Main Menu

Hi,
We recently received a new N4000 running HP-UX 11.0. When I reboot the server it stops at the Main Menu prompt and I have to renter BOOT before it will continue.

What is the setting that needs to be changed so that the boot process will continue automatically.

Thanks,
Patti
5 REPLIES 5
James R. Ferguson
Acclaimed Contributor
Solution

Re: reboot stops at Main Menu

Hi Patti:

Enable the autoboot sequence.

# setboot -b on

I'd also make sure that your primary and secondary boot paths are set to your boot disk and its mirrored partner, and that autosearch is enabled:

# setboot -p primary_path -a alternate_path -s on -b on

The primary_path and secondary path notation is of the form 2/4.1.0. Use 'ioscan' or the output of 'lvlnboot -v' to quickly ascertain your correct values.

Regards!

...JRF...
Asif Sharif
Honored Contributor

Re: reboot stops at Main Menu

Hi Johnson,

For more detail on setboot, please see the following link.

http://docs.hp.com/en/B2355-90950/ch05s01.html

Regards,
Asif Sharif
Regards,
Asif Sharif
sysadm_1
Valued Contributor

Re: reboot stops at Main Menu


You have to set AUTOBOOT to YES to boot system automatically.
You can do it either using setboot command from OS or AUTOBOOT command from main menu.





Sยภเl Kย๓คг
Respected Contributor

Re: reboot stops at Main Menu

Hi,

1.At PDC menu Check Whether Primary and Alternate path is set or not.
2.If not use 'sea' command and find out the bootable disk addresses, then set Primary and Alt boot paths.
3.Run 'bo pri' command to boot from primary boot path,interact with IPL. At ISL prompt set autoboot flag using command. 'AUTOBOOT'.

You can also set 'autoboot' at command prompt also, once the machine is booted using setboot command.

Regards,
Sunil
Your imagination is the preview of your life's coming attractions
Patti Johnson
Respected Contributor

Re: reboot stops at Main Menu

Thanks for the help.
Patti