- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- i want to extend a logical volume.
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-07-2009 07:59 PM
10-07-2009 07:59 PM
I have a hpux v2 cluster node & some packages are running ,In that box one logical volume doesn't have enough space,So i have to extend the same.In the VG doesn't have any free space , so i have to add one more disk from EVA.And this logical volume is mirrored.
I want to do this activity without downtime.
pls send me the procedures to do this activity.
Pls do some help ...
thanks..
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2009 08:25 PM
10-07-2009 08:25 PM
SolutionExtend the volume group with a new disk /dev/dsk/cxtxdx
At Node1 do this activity
#pvcreate -f /dev/rdsk/cxtxdx
#vgextend
#vgdisplay -v
Extend existing logical volume
#lvextend -L
#lvdisplay -v
Export vg00 configuration from Node1 to Node2.
#vgexport -p -v -s -m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2009 08:33 PM
10-07-2009 08:33 PM
Re: i want to extend a logical volume.
Can i do it without down time ?
Is it affect the packages running in the node . ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2009 08:44 PM
10-07-2009 08:44 PM
Re: i want to extend a logical volume.
process is
Node1
pvcreate
vgextend
lvextend
create map file
vgexport -p -v -s -m mapfile vg_name
scp mapfile to node 2
and on node 2
import the VG.
thats all, you don have to edit any configuration file as you are not adding anything related to cluster.
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2009 08:45 PM
10-07-2009 08:45 PM
Re: i want to extend a logical volume.
no DT.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2009 09:30 PM
10-07-2009 09:30 PM
Re: i want to extend a logical volume.
Do you have PVG groups - how the mirror is implemented?
Please provide some information:
vgdisplay -v VGNAME
regards,
ivan