- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- lvextend - vgexport
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
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
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
тАО09-01-2008 04:23 AM
тАО09-01-2008 04:23 AM
lvextend - vgexport
If I extend an existing lv do I need the procedure to vgexport-vgimport ?
If yes what are the rights step to do?
Thanks,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2008 06:57 AM
тАО09-01-2008 06:57 AM
Re: lvextend - vgexport
You are not changing the disks in the volume group with lvextend - only increase the logical volume size.
Just do the following:
# lvextend -L 15G /dev/vgXX/lvXX
# ext2online /mountpoint
When logical volume /dev/vgXX/lvolXX is mounted under /mountpoint.
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-01-2008 07:38 AM
тАО09-01-2008 07:38 AM
Re: lvextend - vgexport
But I don't have etx2online command.
I have 2.6 kernel and I read that is possible use resize2fs ((As of this writing, the Linux 2.6 kernel supports on-line resize for filesystems mounted using ext3 only.)).
It's true that I can extend the lvol without stop the package ?
And:
On the second node these steps are right if I extend a volume group?
a. pvscan
b. vgexport vgname
c. vgimport vgname /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1 etc.etc
Regards,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2008 02:12 AM
тАО09-02-2008 02:12 AM
Re: lvextend - vgexport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2008 04:21 AM
тАО09-02-2008 04:21 AM
Re: lvextend - vgexport
I don't specify above but the post is in the serviceguard section, then I mean that my qustion was oriented in a cluster enviroment.
I have more knowledge in mc/sg in the hpux o.s. but not in the linux o.s.
In the hpux there are some option for vgexport (like -s -p -m mapfile) that I don't find in the linux box.
Can somebody suggest me the right procedure after I extended a lvol (or vg) in one of nodes of the cluster?
Thanks,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2008 11:31 AM
тАО09-02-2008 11:31 AM
Re: lvextend - vgexport
something simialr it should be.
vgchange -a n vgec_rde0_d
vgexport -v /dev/vgec_rde0_d
vgimport /dev/vgec_rde0_dbin /dev/sdm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-04-2008 08:49 PM
тАО09-04-2008 08:49 PM