Operating System - HP-UX
1752571 Members
4532 Online
108788 Solutions
New Discussion юеВ

lvlnboot error for swap volume update. HP-UX 10.20

 
rveri
Super Advisor

lvlnboot error for swap volume update. HP-UX 10.20

Hi all,
I have to mirror the root disks in HP-UX 10.20
MirrorDisk/UX is loaded and all the three lvols namely


/dev/vg00/lvol1
/dev/vg00/lvol2
/dev/vg00/lvol3


are mirrored and the lvlnboots are updated for boot and root partitions but when I update the boot record of swap it fails after giving the following
error messg.

# lvlnboot -s /dev/vg00/lvol2
lvlnboot: Unable to configure swap logical volume.
Swap logical volume size beyond the IODC max address.

and the following is the lvlnboot -v report
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t6d0 (8/16/5.6.0) -- Boot Disk
/dev/dsk/c0t5d0 (8/16/5.5.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c0t6d0
/dev/dsk/c0t5d0
Root: lvol3 on: /dev/dsk/c0t6d0
/dev/dsk/c0t5d0
Swap: lvol2 on: /dev/dsk/c0t6d0
Dump: lvol2 on: /dev/dsk/c0t6d0, 0


Can any one help me finding the probelm , happening here.

Many Thanks ,
Regads,

R. Veri.
------------
5 REPLIES 5
Shaikh Imran
Honored Contributor

Re: lvlnboot error for swap volume update. HP-UX 10.20

Hi,

I think you have to check for patch

Patch Name : PHCO_24809
Patch Description :

introduced behavior that will cause the lvlnboot(1M) command to fail when executed in recovery mode. Executing 'lvlnboot -R' will fail to configure swap and dump volumes and messages similar to the following will be reported:
lvlnboot: Unable to configure swap logical volume.
Swap logical volume size beyond the IODC max address.
lvlnboot: Unable to configure dump logical volume.
Dump logical volume size beyond the IODC max address.

You may have to check for superseding patch & or equivalent & dependent patches also.

Regards,





I'll sleep when i am dead.
Sridhar Bhaskarla
Honored Contributor

Re: lvlnboot error for swap volume update. HP-UX 10.20

Hi,

Post the outputs of 'pvdisplay -v ' of both the disks. Make sure the lvols are mirrored in the same order as on the primary disk.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Shaikh Imran
Honored Contributor

Re: lvlnboot error for swap volume update. HP-UX 10.20

Hi,
i think the patch is here :
http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_24809&context=hpux:800:11:11


Pls revert back if the patch has already been applied.


Regards,


I'll sleep when i am dead.
rveri
Super Advisor

Re: lvlnboot error for swap volume update. HP-UX 10.20

Thaks Sridhar and Imran , I ll check for the patch u mentioned

and also
PHCO_27408 s700_800 11.11 LVM commands cumulative patch.

And I will give the output of pvdisplay -v , soon by eve.

Is there any limitation for swap space , to define , for HP-UX 10.20 ?

Thanks , regards ,

Rveri.
Sridhar Bhaskarla
Honored Contributor

Re: lvlnboot error for swap volume update. HP-UX 10.20

Yep. It can't be more than 2 GB and if my memory servers me right, it should also be found within the first 2 GB on the boot disk.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try