- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: auto boot of server
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-01-2008 10:21 PM
04-01-2008 10:21 PM
Hi all,
I am using hp 9000 series servers(hp rp 3440).
OS :hp-ux 11i
RAC is implemented.
Normally on weekends we take shutdown for complete system and on startup one of our server in not booting automatically.
Please tell how and what parameters i have to set for auto boot of the server.
thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2008 10:25 PM
04-01-2008 10:25 PM
Re: auto boot of server
Example:
# setboot
Primary bootpath : 0/1/1/0.1.0
Alternate bootpath : 0/1/1/1.0.0
Autoboot is ON (enabled)
Autosearch is ON (enabled)
see man setboot
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2008 10:30 PM
04-01-2008 10:30 PM
SolutionFirstly, check the current settings on that
server:
# setboot -v
You should get results similar to this:
Primary bootpath : 0/1/1/0.1.0
Alternate bootpath : 0/1/1/0.0.0
Autoboot is OFF (disabled)
Autosearch is ON (enabled)
...
Note the "Autoboot is ON (enabled)".
In your case, it is probably set to
OFF.
To enable:
# setboot -b on
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2008 10:44 PM
04-01-2008 10:44 PM
Re: auto boot of server
Primary bootpath : 0/1/1/0.0.0
Alternate bootpath : 0/0/2/0.3.0
Autoboot is ON (enabled)
Autosearch is OFF (disabled)
TEST CURRENT SUPPORTED DEFAULT NEXT BOOT
---- ------- --------- ------- ---------
all on yes on on
SELFTESTS on yes on on
early_cpu on yes on on
late_cpu on yes on on
FASTBOOT on yes on on
full_memory on yes on on
PDH on yes on on
CEC on yes on on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2008 12:27 AM
04-02-2008 12:27 AM
Re: auto boot of server
#setboot -s on
Try this & revert.
Regds,
SHR