1833776 Members
1929 Online
110063 Solutions
New Discussion

lvlnboot error

 
SOLVED
Go to solution
Eric SAUBIGNAC
Honored Contributor
Solution

Re: lvlnboot error

Hi,

Torsten is right, i did a mistake. I made a correction on Nov 27, 2007 14:24:00 GMT. Here it is :

Eric SAUBIGNAC Nov 27, 2007 14:24:00 GMT Unassigned
--------------------------------------------------------------------------------
Oups again ... grrrrr !

It should be c0t1d0s1 : partition 1 where EFI is. s2 is partition 2 for HP-UX

Sorry ;-(

mjos Nov 27, 2007 14:27:52 GMT N/A: Question Author
--------------------------------------------------------------------------------
I dont see any c0t1d0s1
Primary disk is /dev/dsk/c0t6d0s2
Secondary disk is /dev/dsk/c2t6d0s2

Eric SAUBIGNAC Nov 27, 2007 14:34:40 GMT Unassigned
--------------------------------------------------------------------------------
When i wrote my "Oups again" i had not seen your latest answer. So "c0t1d0s1" is just for example, has you did when you have described your procedure.

So, for efi_cp, you should use /dev/rdsk/c0t6d0s1 and /dev/rdsk/c2t6d0s1

Eric


Anyway, I don't think you will have any problem to boot even if efi_cp did not work. The "mkboot -e" command has populated your EFI partition with utilities (/usr/lib/efi) and a default AUTO file whose content is "boot vmunix". I suggested "efi_cp" only because i am used to modify this with "-lq" option when vg00 is mirrored.

Note : the "-lq" option is not mandatory. I think that pro/cons should be about 50%/50% :-) The main reason to use or not "-lq" is :

pro : my system is very critical, i want it to boot even if one of my system disks is unavailable.

cons : i absolutly want to know that one of my system disks is dammaged even if can't boot my system though i have mirroing configured.

Almost a philosophical question ;-)


Eric
Torsten.
Acclaimed Contributor

Re: lvlnboot error

Almost a philosophical question ;-)

strongly agree

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!   
mjos
Super Advisor

Re: lvlnboot error

Thanks Eric & Torsten, you guys are too good. I have assaigned points.