- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- expandig a volume group on and EVA and unix server
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
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
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
тАО01-21-2004 08:03 PM
тАО01-21-2004 08:03 PM
expandig a volume group on and EVA and unix server
I have volumes created on an EVA 3000 and configured on a HPUX server, in fact on of the volumes is about 8GB and i need to extend it to 20 GB, i want to expend the same disk created on the EVA3000 and it is possible by command view, but i want to know how to extend it on the unix systems.
with the vgextend i can add another disk to the volume group, but is there a possibility to extend the volume group on the same disk if the new size of the disk is 20 GB on the EVA now and not 8GB.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2004 08:08 PM
тАО01-21-2004 08:08 PM
Re: expandig a volume group on and EVA and unix server
I would make a backup before doing this action, but if the resize does not effect the current used PE on the VA LUN it should work.
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2004 08:13 PM
тАО01-21-2004 08:13 PM
Re: expandig a volume group on and EVA and unix server
i fact when i reactivated the volume group and make a vgdisplay -v vgdisk6 i have got the same PE and size of the volume group nothing has chaged .
i don't know if there is a way to extend the number of PE ?
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2004 08:17 PM
тАО01-21-2004 08:17 PM
Re: expandig a volume group on and EVA and unix server
An alternative is to break down your new 20GB lun into 8GB pieces and add each into your existing VG, then you can increase the lvol and filesystem on the fly (using fsadm).
In future with EVA's there is going to be some software which will allow dynamic increasing of a lun on he fly, ie. you increase the size of an existing lun on the EVA (not add in a new one) and the VG and LV will automatically resize to the new larger lun size. Very handy - but I dont believe its available yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2004 08:23 PM
тАО01-21-2004 08:23 PM
Re: expandig a volume group on and EVA and unix server
First check the vgdisplay output for the maximum number PE's per PV. It should be at least 5000 with a PE size of 4Mb to support 20Gb disks.
If that number is high enough, you need to re-add the disk, probably with a new pvcreate. Mirroring is your friend for this...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2004 08:25 PM
тАО01-21-2004 08:25 PM
Re: expandig a volume group on and EVA and unix server
But I hope the lvol's don't expand automatically if a LUN expands. Sometimes you expand a LUN to create new lvols in a vg.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2004 08:26 PM
тАО01-21-2004 08:26 PM
Re: expandig a volume group on and EVA and unix server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2004 08:47 PM
тАО01-21-2004 08:47 PM
Re: expandig a volume group on and EVA and unix server
(as Stefan already said) increasing PE SIZE is only possible at the moment of the creation of a volume group and it is needed when managing big volume groups (with big sizes of disks/LUNs):
# vgcreate -s PE_SIZE /dev/vgXX /dev/dsk/cXtXdX
In your instance I think the following value:
# vgcreate -s 8 /dev/vgXX /dev/dsk/cXtXdX
From man page of vgcreate:
-s pe_size Sets the number of megabytes in each physical
extent, where 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).
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2004 04:45 PM
тАО03-02-2004 04:45 PM