
You now have the following device files for this disk:
The entire disk (block access)
The entire disk (character access)
The EFI partition (block access)
The EFI partition (character access)
The HP-UX partition (block access)
The HP-UX partition (character access)
The Service partition (block access)
The Service partition (character access)
Use efi_fsinit to initialize the FAT filesystem on the EFI partition:
# efi_fsinit -d /dev/rdsk/c2t1d0s1
3. Create a physical volume using pvcreate with the -B option. Be sure to use the device file
denoting the HP-UX partition.
# pvcreate -B /dev/rdsk/c2t1d0s2
4. Add the physical volume to your existing root volume group using vgextend:
# vgextend /dev/vg00 /dev/dsk/c2t1d0s2
5. Use the mkboot command to set up the boot area. Specify the -e and -l options to copy EFI
utilities to the EFI partition, and use the device special file for the entire disk:
# mkboot –e –l /dev/rdsk/c2t1d0
To list the contents of the EFI directory, enter the efi_ls command:
# efi_ls -d /dev/rdsk/c2t1d0s1
FileName Last Modified Size
EFI/ 11/ 9/2006 0
STARTUP.NSH 11/ 9/2006 296
total space 523251712 bytes, free space 519856128 bytes
To list the contents of the LIF directory, enter the lifls command:
# lifls –l /dev/rdsk/c2t1d0s2
volume ISL10 data size 7984 directory size 8 06/04/19 14:02:34
filename type start size implement created
=============================================================
ISL -12800 584 242 0 06/04/19 14:02:34
AUTO -12289 832 1 0 06/04/19 14:02:34
HPUX -12928 840 1024 0 06/04/19 14:02:34
PAD -12290 1864 1468 0 06/04/19 14:02:34
LABEL BIN 3336 8 0 06/11/09 06:22:46
Enter the following to check the contents of the AUTO file on EFI partition on primary disk:
# efi_cp –d /dev/rdsk/c1t0d1s1 –u /EFI/HPUX/AUTO /tmp/prim
# cat /tmp/prim
6. To update the autoboot file in the EFI partition, follow these steps:
a. Create an AUTO file in the current directory. If you expect to boot from this disk only when you
have lost quorum, you can use the alternate string “boot vmunix –lq” to disable quorum
checking (This not recommended; use this with caution to prevent data loss):
Comentários a estes Manuais