- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Creating a LARGE VG HPUX 11.23
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2010 07:53 PM
10-15-2010 07:53 PM
Creating a LARGE VG HPUX 11.23
D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2010 08:52 PM
10-15-2010 08:52 PM
Re: Creating a LARGE VG HPUX 11.23
Here size is not an issue. Version 1.0 Volume groups supports upto 2TB size of LV in 11.11 and 11.23. In 11.23 size of LV can be upto 16TB with superseding Patshes PHCO_36744, PHKL_36745 and PHCO_37939 installed.
Set the maximum number of physical volumes that the volume group is allowed to contain. The default value for max_pv is 16. The maximum number of physical volumes can be a value in the range 1 to 255.
#vgcreate -p 'max_pv'
pe_size is expressed in units of megabytes (MB) in the range 1 to 256. pe_size must be equal to a power of 2 (1, 2, 4, 8, etc.). The default value for pe_size is 4 (four megabytes).
#vgcreate -s 'pe_size'
Set the maximum number of physical extents that can be allocated from any of the physical volumes in the volume group. The default value for max_pe is 1016. However, if the size of any physical volume exceeds 1016 times the pe_size, the default value for max_pe is adjusted to match the physical volume size. The maximum number of physical extents can be a value in the range 1 to 65535.
#vgcreate -e 'max_pe'
Refer the attchment for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2010 10:09 PM
10-16-2010 10:09 PM
Re: Creating a LARGE VG HPUX 11.23
11.23 will support 2TB default.
If you need upto 16TB you can update your 11.23
with recent patches.
pvcreate -f pvname
mkdir /dev/vgname
mknod /dev/vgname/group c 64 0x050000
vgcreate -e 12500 -s 64 -p 60 vgname pvname
lvcreate -L sizeinMB vgname
newfs -F vxfs -o largefiles /dev/vgname/rlvname
chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2011 12:00 AM
06-02-2011 12:00 AM
Re: Creating a LARGE VG HPUX 11.23
This is my try, I cannot create 2TB LV.
#
# lvdisplay /dev/vgDATA01/DATA01
--- Logical volumes ---
LV Name /dev/vgDATA01/DATA01
VG Name /dev/vgDATA01
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 1048544
Current LE 32767
Allocated PE 32767
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
#
# vgdisplay -v /dev/vgDATA01
--- Volume groups ---
VG Name /dev/vgDATA01
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 1
Open LV 1
Max PV 16
Cur PV 1
Act PV 1
Max PE per PV 65504
VGDA 2
PE Size (Mbytes) 32
Total PE 65495
Alloc PE 32767
Free PE 32728
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2011 05:05 AM
06-02-2011 05:05 AM
Re: Creating a LARGE VG HPUX 11.23
> AZayed: I cannot create 2TB LV.
No, of course you can't. Look at the 'PE Size' (32MB) and the number of allocated extents you chose (32767) for the logical volume. The product of the two is 1,048,544 which is what you achieved.
On 11.23 you could have up to 65,535 logical extents in a logical volume.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2011 07:00 AM
06-02-2011 07:00 AM
Re: Creating a LARGE VG HPUX 11.23
If you can recreate the vg.
-p 16
This vgcreate parm reduces the number of disks the PE's have to be spread across allowing larger groups.
You can if you wish go for a larger PE size. It will have no impact on disk performance.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com