1834829 Members
2146 Online
110070 Solutions
New Discussion

EFI partitions

 
M. FRANGEUL
Advisor

EFI partitions

Hi !

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
7 REPLIES 7
Tim Nelson
Honored Contributor

Re: EFI partitions

idisk -p /dev/rdsk/cxtxd0

Torsten.
Acclaimed Contributor

Re: EFI partitions

I cannot see a relation between the error and the partition size.
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!   
Robert-Jan Goossens
Honored Contributor

Re: EFI partitions

Hi,

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
J. Bravo
Respected Contributor

Re: EFI partitions

Hi!

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.
Geoff Wild
Honored Contributor

Re: EFI partitions

Just look at the slices...

# 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
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
sdass
Advisor

Re: EFI partitions


try this

#more /tmp/partitionfile
3
EFI 500MB
HPUX 100%
HPSP 400MB

In this case EFI is 500MB,HPSP is 400MB
tkc
Esteemed Contributor

Re: EFI partitions

hi,

did u run the mkboot command during the mirroring process?