HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Contents of AUTO file on itanium and pa-risc serve...
Operating System - HP-UX
1838581
Members
3150
Online
110128
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
10-30-2007 04:35 PM
10-30-2007 04:35 PM
Contents of AUTO file on itanium and pa-risc servers
HI !
please clarify the following,
admin guide
HP-UX 11i Version 3
HP-UX System Administrator's Guide:
Logical Volume Management
HP 9000 and HP Integrity Systems
HP Part Number: 5991-6481
In the section where is describes mirroring boot disk on Integrity servers says
mkboot -a "hpux" /dev/rdisk/disk2
while some other notes says
mkboot -a "boot vmunix" /dev/dsk/c2t1d0
whts the difference betweent the two ?
Can anyone provide about detials /doc about AUTO file ? boot sequence ?
Is there any difference in contents of AUTO file on pa-risc and itanium server
thanks
please clarify the following,
admin guide
HP-UX 11i Version 3
HP-UX System Administrator's Guide:
Logical Volume Management
HP 9000 and HP Integrity Systems
HP Part Number: 5991-6481
In the section where is describes mirroring boot disk on Integrity servers says
mkboot -a "hpux" /dev/rdisk/disk2
while some other notes says
mkboot -a "boot vmunix" /dev/dsk/c2t1d0
whts the difference betweent the two ?
Can anyone provide about detials /doc about AUTO file ? boot sequence ?
Is there any difference in contents of AUTO file on pa-risc and itanium server
thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2007 06:15 PM
10-30-2007 06:15 PM
Re: Contents of AUTO file on itanium and pa-risc servers
Saghar,
11iv3 has changed from legacy to Agile view.
http://docs.hp.com/en/LVMmigration1/LVM_Migration_to_Agile.pdf
WK
11iv3 has changed from legacy to Agile view.
http://docs.hp.com/en/LVMmigration1/LVM_Migration_to_Agile.pdf
WK
Problem never ends, you must know how to fix it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2007 06:19 PM
10-30-2007 06:19 PM
Re: Contents of AUTO file on itanium and pa-risc servers
thanks, actually i want to clarify contents of AUTO file weather "hpux" or "boot vmunix" and whats the difference between these two
Ayaz
Ayaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2007 09:06 PM
10-30-2007 09:06 PM
Re: Contents of AUTO file on itanium and pa-risc servers
I think the suggestion to use 'mkboot -a "hpux"...' on Itanium is an error. The writer of the document has obviously been thinking mainly of PA-RISC, and failed to highlight this difference between PA-RISC and Itanium.
To find general information about HP-UX boot sequence (both Itanium and PA-RISC), see "man boot".
On PA-RISC, the firmware (known as PDC) first loads the ISL boot loader. ISL then reads the AUTO file to find out what it should do.
ISL alone is not sufficient to load a HP-UX kernel, so ISL must be instructed to load another component named "hpux". This "hpux" component can then find a bootable kernel.
If the AUTO file contains any boot options, ISL simply passes the boot options to "hpux" which can act on some of them and pass the rest on to the kernel.
See "man hpux" for more information of the "hpux" component and the possible contents of the AUTO file on PA-RISC.
On Itanium, the firmware contains the EFI boot manager. You can use it to start any EFI application, but by default it starts hpux.efi. The settings for the EFI boot manager are stored in the NVRAM, so there is no need to use a file at this point. However, the HP-UX specific boot options cannot be stored in NVRAM: everything in there is for EFI's internal use only.
When hpux.efi starts, it reads the AUTO file to find out the HP-UX-specific boot options (if any) and the name of the kernel file. See "man hpux.efi" to find more information about the AUTO file on Itanium.
MK
To find general information about HP-UX boot sequence (both Itanium and PA-RISC), see "man boot".
On PA-RISC, the firmware (known as PDC) first loads the ISL boot loader. ISL then reads the AUTO file to find out what it should do.
ISL alone is not sufficient to load a HP-UX kernel, so ISL must be instructed to load another component named "hpux". This "hpux" component can then find a bootable kernel.
If the AUTO file contains any boot options, ISL simply passes the boot options to "hpux" which can act on some of them and pass the rest on to the kernel.
See "man hpux" for more information of the "hpux" component and the possible contents of the AUTO file on PA-RISC.
On Itanium, the firmware contains the EFI boot manager. You can use it to start any EFI application, but by default it starts hpux.efi. The settings for the EFI boot manager are stored in the NVRAM, so there is no need to use a file at this point. However, the HP-UX specific boot options cannot be stored in NVRAM: everything in there is for EFI's internal use only.
When hpux.efi starts, it reads the AUTO file to find out the HP-UX-specific boot options (if any) and the name of the kernel file. See "man hpux.efi" to find more information about the AUTO file on Itanium.
MK
MK
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP