- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extending a VG in an AutoRAID
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
03-02-2001 12:40 PM
03-02-2001 12:40 PM
Extending a VG in an AutoRAID
Please advise.
Thanks,.
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2001 01:20 PM
03-02-2001 01:20 PM
Re: Extending a VG in an AutoRAID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2001 01:26 PM
03-02-2001 01:26 PM
Re: Extending a VG in an AutoRAID
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2001 10:05 PM
03-04-2001 10:05 PM
Re: Extending a VG in an AutoRAID
Carlo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2001 03:30 PM
03-08-2001 03:30 PM
Re: Extending a VG in an AutoRAID
Good Luck
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2001 07:45 PM
03-08-2001 07:45 PM
Re: Extending a VG in an AutoRAID
Hope this helps.
...jcd...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2001 11:30 PM
03-11-2001 11:30 PM
Re: Extending a VG in an AutoRAID
would be /dev/dsk/c4t1d3 and /dev/dsk/c6t0d3 based on your earlier example.
Then
# pvcreate /dev/rdsk/c4t1d3
(no need to pvcreate on the alt link..
it's the same disk!)
If your VG is vgauto and the primary path to the other pv is through c4t1d1 you should not
bottleneck c4 with LUN3s traffic so extend the vg this way
# vgextend vgauto /dev/dsk/c6t0d3 /dev/dsk/c4t1d3
# strings /etc/lvmtab
should look something like this
/dev/vgauto
/dev/dsk/c6t0d1
/dev/dsk/c4t1d1
/dev/dsk/c6t0d3
/dev/dsk/c4t1d3
Now you can stripe your lvs across the LUNs.
# lvcreate -i 2 -I 64 -n mylvol /dev/vgauto
# lvextend -L 400 /dev/vgauto/mylvol
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 06:18 AM
03-12-2001 06:18 AM
Re: Extending a VG in an AutoRAID
I'm afraid that your 134GB limitation is caused by the "maximum physical extent" parameter (vgcreate -e n ).
The bad thing is that there is no way to increase this setting. You will need to drop and recreate the volume group.
For your sake I hope I'm wrong.
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 06:21 AM
03-12-2001 06:21 AM
Re: Extending a VG in an AutoRAID
If you look at his PE # he's just running
out of unallocate free space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 06:57 AM
03-12-2001 06:57 AM
Re: Extending a VG in an AutoRAID
- he HAD a 100GB VG (25000 PE of 27495 PE used)
- 100 GB diskspace was added (from dropped VG)
- maximum extendable to 134 GB ?!?
I still have a hunch I'm right.
Please show us some vgdisplay output Joe.
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 07:09 AM
03-12-2001 07:09 AM
Re: Extending a VG in an AutoRAID
Without recreating.
Yea, send the vgdisplay anyway, it'll do no harm.
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2001 07:19 AM
03-12-2001 07:19 AM
Re: Extending a VG in an AutoRAID
vgcreate -e defines the maximum number of physical extents possible per disk in the volume group, NOT for the whole VG.
is there an option to delete some replies in this forum ? ;-)
Thierry.