1753311 Members
6642 Online
108792 Solutions
New Discussion юеВ

PV size problem

 
Emanuele De Angelis
Frequent Advisor

PV size problem

Hi,
i have a disk of 36 GB and when i create a PV (Physical Volume), the PV is 10 GB.
Why?

disk 2 10/1/2/0.6.0 sdisk CLAIMED DEVICE MAXTOR ATLAS10K4_36WLS
/dev/dsk/c3t6d0 /dev/rdsk/c3t6d0

___________________________


PV Name /dev/dsk/c3t6d0
VG Name /dev/vg00
PV Status available
Allocatable yes
VGDA 2
Cur LV 6
PE Size (Mbytes) 4
Total PE 2500
Free PE 0
Allocated PE 2500
Stale PE 0
IO Timeout (Seconds) default
Autoswitch On




Thanks
5 REPLIES 5
Karthik S S
Honored Contributor

Re: PV size problem

That is because of max_pe_per_pv limitation.

Refer,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=15455

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=210571

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=122070

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Mark Grant
Honored Contributor

Re: PV size problem

You are going to have to re-create the volume group to solve this problem and specify either the new maximum number of physical extents per volume and/or increase the physical extent size. It's a common problem so don't feel too bad about it.
Never preceed any demonstration with anything more predictive than "watch this"
Patrick Wallek
Honored Contributor

Re: PV size problem

It looks like your original VG00 was created with 9-10GB disks. The max size disk you can have with your current VG00 configuration is:

PE SIZE x TOTAL PE = 4MB x 2500 = 10000MB = 9.76GB

The only way you are going to be able to use the entire disk is to install Ignite/UX, if you don't already have it, create a make_tape_recovery tape (preferably 2) and then boot from that tape.

When you boot from an Ignite tape it allows you to choose which disks you want VG00 to be set up with. This will allow you to include the 36GB disk and make full use of it.

Do you NEED to have this disk as part of VG00? Can you create another VG and LVs and move data around to make use of the new disk? That would be easier than reinstalling your system with Ignite.

Otherwise you have taken a perfectly good 36GB disk and turned it into a 10GB disk.
Printaporn_1
Esteemed Contributor

Re: PV size problem

Hi,

create vg again with vgcreate -s ....
select size more than 4MB.

HTH
enjoy any little thing in my life
Suresh Patoria
Super Advisor

Re: PV size problem

Hi,

Check command

#pvdisplay -v /dev/dsk/c3t6d0

Thanx