- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- EFI partitions
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
09-27-2007 02:14 AM
09-27-2007 02:14 AM
EFI partitions
I would like to know, what is the command for know the size of the EFI service partitions :
EFI, HPUX and HPSP on a HP-UX 11.23 OS ?
I have created a mirror system disk in the VG00, but when I test the alternate boot, I have the following message :
AUTOBOOTING...Could not open file vmunix to check for a directory
Could not open vmunix
loading failed
Here the result of the command lvlnboot :
lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c3t0d0s2 (0/4/1/0.0.0.0.0) -- Boot Disk
/dev/dsk/c3t1d0s2 (0/4/1/0.0.0.1.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c3t0d0s2
/dev/dsk/c3t1d0s2
Root: lvol3 on: /dev/dsk/c3t0d0s2
/dev/dsk/c3t1d0s2
Swap: lvol2 on: /dev/dsk/c3t0d0s2
/dev/dsk/c3t1d0s2
Dump: lvol2 on: /dev/dsk/c3t0d0s2, 0
Thank's a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 02:23 AM
09-27-2007 02:23 AM
Re: EFI partitions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 02:28 AM
09-27-2007 02:28 AM
Re: EFI partitions
Maybe you missed a step while mirroring or you did a step wrong.
Just check again.
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
09-27-2007 02:29 AM
09-27-2007 02:29 AM
Re: EFI partitions
Have a look at this doc.
Title: HP-UX OS 11i v2 - Understanding Integrity Disk Partition Space Allocation / Sizes
Document ID: emr_na-c00848329-1
Last Modified Date: Mon Jan 22 07:00:00 CET 2007
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00848329-1
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 02:32 AM
09-27-2007 02:32 AM
Re: EFI partitions
With efi_ls -d /dev/rdsk/cXtXdXs1 or /dev/rdsk/cXtXdXs3 and pvdisplay -v /dev/rdsk/cXtXdXs2 to view the HP-UX partition (whole boot disk)
Regards;
J. Bravo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 04:10 AM
09-27-2007 04:10 AM
Re: EFI partitions
# ioscan -m dsf
Persistent DSF Legacy DSF(s)
========================================
/dev/rdisk/disk4 /dev/rdsk/c0t0d0
/dev/rdisk/disk5 /dev/rdsk/c2t1d0
/dev/rdisk/disk5_p1 /dev/rdsk/c2t1d0s1
/dev/rdisk/disk5_p2 /dev/rdsk/c2t1d0s2
/dev/rdisk/disk5_p3 /dev/rdsk/c2t1d0s3
/dev/rdisk/disk6 /dev/rdsk/c2t0d0
/dev/rdisk/disk7 /dev/rdsk/c3t2d0
/dev/rdisk/disk7_p1 /dev/rdsk/c3t2d0s1
/dev/rdisk/disk7_p2 /dev/rdsk/c3t2d0s2
/dev/rdisk/disk7_p3 /dev/rdsk/c3t2d0s3
# diskinfo /dev/rdsk/c2t1d0s2
SCSI describe of /dev/rdsk/c2t1d0s2:
vendor: HP 36.4G
product id: ST336754LC
type: direct access
size: 34644992 Kbytes
bytes per sector: 512
root@sha1 [ /opt/boksm/lib ]
# diskinfo /dev/rdsk/c2t1d0s1
SCSI describe of /dev/rdsk/c2t1d0s1:
vendor: HP 36.4G
product id: ST336754LC
type: direct access
size: 511968 Kbytes
bytes per sector: 512
root@sha1 [ /opt/boksm/lib ]
# diskinfo /dev/rdsk/c2t1d0s3
SCSI describe of /dev/rdsk/c2t1d0s3:
vendor: HP 36.4G
product id: ST336754LC
type: direct access
size: 409440 Kbytes
bytes per sector: 512
EFI is slice 1 - 511968 Kbytes.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 08:00 PM
09-27-2007 08:00 PM
Re: EFI partitions
try this
#more /tmp/partitionfile
3
EFI 500MB
HPUX 100%
HPSP 400MB
In this case EFI is 500MB,HPSP is 400MB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2007 10:17 PM
09-27-2007 10:17 PM
Re: EFI partitions
did u run the mkboot command during the mirroring process?