Operating System - HP-UX
1833426 Members
3216 Online
110052 Solutions
New Discussion

Expand the existing LUN size on EVA3000

 
SOLVED
Go to solution
Chui Kock You_1
Frequent Advisor

Expand the existing LUN size on EVA3000

Hi,

I have a HP EVA3000 San Storage which has 2 LUN allocated with 200GB on HP RP7420 system and 300GB on N4000 system. The 1st LUN has been presented to a HP RP7420 system which is running on HPUX 11i version 1. I wish to increase the partition size from 200GB to 500GB on one of the partitions on the HP RP7420 system, which has the 200GB of the disk space allocated to it by the EVA3000 previously. The RP7420 and N4000 system is running on hpux cluster.

The 2nd LUN has been presented to a HP N4000 system, which is running on HPUX 11i version 1. I which to delete the 2nd LUN which has 300GB and them unpresent it from the EVA command view. Can i expand the 1st LUN thru the EVA command view? Will it corrupt the data after the LUN expansion?

Can i see the new LUN size on the hpux os?

Regards
Chui

8 REPLIES 8
Kapil Jha
Honored Contributor
Solution

Re: Expand the existing LUN size on EVA3000

I am not sure about EVA, but I have done this on EMC and it took new lun size automatically.
If i remember correct I just did a vgscan.

Well its always better to have LUNs with small size 500GB lun would be huge, so as per me its better if you would allocate this 300G as separtae LUN rather than incraseing it.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Torsten.
Acclaimed Contributor

Re: Expand the existing LUN size on EVA3000

With 11.11 you cannot extend the VG that way. You need to delete the VG and LVs, extend the LUN and recreate VG and LUNs.


Better to create a new vdisk and extend the VG.

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!   
Chui Kock You_1
Frequent Advisor

Re: Expand the existing LUN size on EVA3000

Hi Kapil,

Thank for the help. I will try get the information from the storage team.

Hi Torsten,

Before i start to expand the LUN, i need to do the full database backup on the cluster package and them restore back into new partition.

From the hp research website, the vgmodify can work on hpux 11i v2 & v3. Can i used the vgmodify to extend the existing vg on 11i v1 ?

Re: Expand the existing LUN size on EVA3000

no, you missed the point... don't expand the existing LUN, just create new ones and add them into the existing volume group using vgextend.

HTH

Duncan


I am an HPE Employee
Accept or Kudo
Kapil Jha
Honored Contributor

Re: Expand the existing LUN size on EVA3000

Yeh...and vgmodify does not work on 11v1.
And yeh......its better to add new LUN and don expand it.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Johnson Punniyalingam
Honored Contributor

Re: Expand the existing LUN size on EVA3000

Create New LUN -> Present-> to Host
than follow by -> Don't Expand , No

#ioscan -fn
#ioscan -fnC disk
# pvcreate -f /dev/rdsk/cxtxd -> new luns
# vgextemd /dev/vgxx /dev/dsk/cxtxdx -> new luns


Problems are common to all, but attitude makes the difference
Emil Velez
Honored Contributor

Re: Expand the existing LUN size on EVA3000


Using vgmodify and expanding luns is a feature that will be available at 11iv2 (11.23).

Chui Kock You_1
Frequent Advisor

Re: Expand the existing LUN size on EVA3000

Hi All,

Thank for the help.

Regards
Chui