HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- extending volume group that contains mirrored pv
Operating System - HP-UX
1829118
Members
1791
Online
109986
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-19-2007 01:15 PM
01-19-2007 01:15 PM
hi gurus,
i have a cluster of rp3440 of 2 node a hp fiber disk system.
cluster is running fine.
i have now to extend the volume group shared.
i have now physically installed the drives into the shelf and can see them all with device file when i do ioscan -fnC disk.
find attached please the output of vgdisplay of the volume group shared.
please give me procedure to extend the vg, the lv and the file system.
thanks
i have a cluster of rp3440 of 2 node a hp fiber disk system.
cluster is running fine.
i have now to extend the volume group shared.
i have now physically installed the drives into the shelf and can see them all with device file when i do ioscan -fnC disk.
find attached please the output of vgdisplay of the volume group shared.
please give me procedure to extend the vg, the lv and the file system.
thanks
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2007 01:39 PM
01-19-2007 01:39 PM
Re: extending volume group that contains mirrored pv
Google for: +"Physical volume groups" +mirror
Find:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1036407
Read carefully
Check Man pages
execute!
Good luck,
Hein.
Find:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1036407
Read carefully
Check Man pages
execute!
Good luck,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2007 11:47 PM
01-20-2007 11:47 PM
Solution
#pvcreate /dev/dsk/...
Initialize disks for use in lvm.
#vgextend -g PVG0 /dev/vgsmp /dev/dsk/...
#vgextend -g PVG1 /dev/vgsmp /dev/dsk/...
By this you will extend the respective pvg with named disks. See /etc/lvmpvg for changes.
What does lvdisplay -v /dev/vgsmp/lvsmp | more says (first lines of output till logical extents mapping)? See allocation, mirroring etc. Then we will continue with lvextend and fsadm (provided you have onlinejfs installed).
Initialize disks for use in lvm.
#vgextend -g PVG0 /dev/vgsmp /dev/dsk/...
#vgextend -g PVG1 /dev/vgsmp /dev/dsk/...
By this you will extend the respective pvg with named disks. See /etc/lvmpvg for changes.
What does lvdisplay -v /dev/vgsmp/lvsmp | more says (first lines of output till logical extents mapping)? See allocation, mirroring etc. Then we will continue with lvextend and fsadm (provided you have onlinejfs installed).
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP