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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-13-2003 09:21 PM
тАО11-13-2003 09:21 PM
I'm trying to figure out the syntax to turn FastBoot off on a server I have running HP-UX 11.11.
Could someone provide the syntax as well as let me know where this gets set?
(Ie: Which run level or is it in the GSP?)
Thanks,
-Ken
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2003 09:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2003 09:35 PM
тАО11-13-2003 09:35 PM
Re: FastBoot
check the man pages of setboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2003 09:41 PM
тАО11-13-2003 09:41 PM
Re: FastBoot
From the setboot manpage it looks like the syntax is simply :
# setboot -t FASTBOOT=off
You can use "setboot -v" to see if this is supported by your hardware. It is only supported on systems that have a boot console handler (BCH - rp7400 etc). If your system has a BCH but the option is inaccessable I suspect you will need a firmware upgrade to activate it. It will be set in stable storage on the cpu.
Cheers,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2003 09:46 PM
тАО11-13-2003 09:46 PM
Re: FastBoot
With setboot -v you can check the fastboot setting.
to adjust it use setboot -t FASTBOOT=on
check te manpage.
I only use fastboot during installation, not afterwards to make sure the system has no HW problems.
Gideon