- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bypassing the ISL
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
05-23-2008 06:55 AM
05-23-2008 06:55 AM
bypassing the ISL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 07:03 AM
05-23-2008 07:03 AM
Re: bypassing the ISL
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 07:59 AM
05-23-2008 07:59 AM
Re: bypassing the ISL
See also autoboot/autosearch options in man page - http://docs.hp.com/en/B2355-90692/setboot.1M.html
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 09:49 AM
05-23-2008 09:49 AM
Re: bypassing the ISL
Main Menu: Enter command or menu > co au bo on
Configuration Menu: Enter command > au
Autoboot: ON
Autosearch: ON
From running OS:
# setboot -b on
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
05-23-2008 08:03 PM
05-23-2008 08:03 PM
Re: bypassing the ISL
If the problem is that the boot stops at the _ISL_ menu, the problem is that the boot LIF has no valid AUTO file in it. The AUTO file should contain "hpux", "hpux -lq" or whatever you prefer to use to get the system past the ISL menu manually.
The AUTO file is easiest to recreate using the "mkboot -a" command.
Example:
mkboot -a hpux /dev/rdsk/
or, in a MirrorDisk/UX mirrored boot disk:
mkboot -a "hpux -lq" /dev/rdsk/
mkboot -a "hpux -lq" /dev/rdsk/
As the boot LIF is outside the LVM-managed area of the disk, it will not be mirrored automatically.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2008 06:12 AM
05-24-2008 06:12 AM
Re: bypassing the ISL
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!
