- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: volume group size in a cluster environment
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
04-04-2006 03:40 AM
04-04-2006 03:40 AM
volume group size in a cluster environment
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 03:45 AM
04-04-2006 03:45 AM
Re: volume group size in a cluster environment
You can not extend a volume group when it is activated in shared mode. to my knowledge, in a cluster VG is activated in shared mode. So you can not extend online when it's running in a cluster.
Regards
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 03:47 AM
04-04-2006 03:47 AM
Re: volume group size in a cluster environment
Things get more complicated if you want to change a VG size by adding additional PV's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 03:58 AM
04-04-2006 03:58 AM
Re: volume group size in a cluster environment
VGextend does not work when the VG is activated in "shared" mode, but it can be done when the VG is activated in normal or "exclusive" modes.
A walk-through is given in document ID: UXSGLVKBAN00000002
TITLE: Adding A Disk To A Volume Group In A ServiceGuard Package
A disk/LUN can be added to a VG while the package that controls the VG is running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2006 06:25 AM
04-04-2006 06:25 AM
Re: volume group size in a cluster environment
You will have to vgexport that vg on other nodes that have access to it anr re-vgimport it. If you change a file system mount point (or add one), you have to make sure you update your control script and copy it to the other node(s).
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2006 11:52 AM
04-09-2006 11:52 AM
Re: volume group size in a cluster environment
extend the vg on the node where it is activated and and then export it.
1. vgextend
2. vgexport -v -p -s -m
3. ftp the mapfile to second node.
On the second node
====================
1.vgexport
2.mkdir /dev/
3.mknod /dev/
4.vgimport -v -s -m