- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- reboot stops at Main Menu
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
Forums
Discussions
Discussions
Discussions
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
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
04-15-2006 02:49 AM
04-15-2006 02:49 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2006 04:00 AM
04-15-2006 04:00 AM
SolutionEnable 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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2006 09:42 AM
04-15-2006 09:42 AM
Re: reboot stops at Main Menu
For more detail on setboot, please see the following link.
http://docs.hp.com/en/B2355-90950/ch05s01.html
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2006 04:57 PM
04-15-2006 04:57 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2006 11:24 PM
04-15-2006 11:24 PM
Re: reboot stops at Main Menu
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2006 04:41 AM
04-18-2006 04:41 AM
Re: reboot stops at Main Menu
Patti