1753518 Members
5048 Online
108795 Solutions
New Discussion юеВ

EFI and LFI

 
SOLVED
Go to solution
himacs
Super Advisor

EFI and LFI

Hi Admins,

EFI is an interface between HP-UX and platform firmware.


efi_ls -d /dev/rdsk/c2t1d0s1 EFI/HPUX/
FileName Last Modified Size
. 5/17/2007 0
.. 5/17/2007 0
HPUX.EFI 12/19/2008 645215
NBP.EFI 5/17/2007 24576
AUTO 5/17/2007 12




lifls -l /dev/dsk/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 07/05/17 16:24:54

Please tell me what is difference between EFI and LIF.
As i know LIF comes under BDRA so we are using s2 while listing contents of lif.

But in both the above output of efi and lif i can found HPUX and auto file.

Regards
Pavan

5 REPLIES 5
madhuchakkaravarthy
Trusted Contributor

Re: EFI and LFI

hi

in itanium

efi_cp -d /dev/rdsk/cxtydz -u /EFI/HPUX/AUTO /tmp/AUTO.pri

in pa risc

lifcp /dev/rdsk/cxtydz:AUTO-

Rregards

MC
P Arumugavel
Respected Contributor

Re: EFI and LFI

Hi,

EFI: Extensible Firmware Interface is the firmware interface for HP Integrity systems.

LIF: Logical Interchange Format is the directory format that contains the information that is needed to boot HP 9000 systems.

Rgds...

Torsten.
Acclaimed Contributor

Re: EFI and LFI

For RISC systems the HPUX loader in side LIF is used, for Integrites the hpux.efi loader from EFI. Integrities only use the LABEL file from LIF, all others are there for compatibility reasons (same OS - more or less - for both, RISC and Itanium).

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!   
Ismail Azad
Esteemed Contributor

Re: EFI and LFI

Hi,

> As i know LIF comes under BDRA so we are using s2 while listing contents of lif.

You will not see an s2 for PARISC servers and it is PARISC servers that have a LIF area. The s2, you see on the device file is a standard slice or section of an integrity boot disk and you will not be able to see an s2 typically on a PA-RISC server. As the other partitions use different file systems, normal unix commands wil not work on HPSP and the system partition.

Regards
Ismail Azad
Read, read and read... Then read again until you read "between the lines".....
SoorajCleris
Honored Contributor
Solution

Re: EFI and LFI

Please tell me what is difference between EFI and LIF.

==> EFI partition is a FAT filesytem area which is used in Intel platform. This is accessible from EFI shell.

LIF = This is avaialble in PArisc systems and the content are used to boot a PARISC system.

Even the LIF area available in S2 partition in Integrity systems, the boot loaders are used from EFIpartition\EFI\HPUX\ direcotry.
including AUTO and hpux utility.

only LABEL file is used from LIF area.


Regards,
Sooraj


"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie