- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Share volume group
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
07-27-2004 05:00 AM
07-27-2004 05:00 AM
"-S" option with vgchange, but the one node is not able to see this volume group unless I failover the package from the other node. Hopefully, this makes sense. If there are any suggestions, I would highly appreciate it.
Thanks,
Gabe
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 05:04 AM
07-27-2004 05:04 AM
Re: Share volume group
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 05:04 AM
07-27-2004 05:04 AM
Re: Share volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 05:07 AM
07-27-2004 05:07 AM
Re: Share volume group
1 NFS
2 MCSG.
In MCSG, the volume group will be included in a package. The package will have it's own ip. At any point of time, a package will be owned/running on one node. The aplications/programs will access it with package ip. In case that nodes fails, package will be switched over to another node. A volume group needs to configured with following options for putting it in MCSG.
vgchange -c y vgxx (cluster aware)
vgchange -s y vgxx (sharable)
vgchange -a e vgxx (exclusive activation)
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 05:09 AM
07-27-2004 05:09 AM
SolutionFrom node1
# vgexport -p -v -s -m vg.map /dev/vgname
# rcp vg.map node2:/tmp
on node2
# mkdir /dev/vgname
# mknod /dev/vgname/group c 64 0x020000
- match the minor number of the group file with that of node1.
# vgimport -v -s -m /tmp/vg.map /dev/vgname
now on node2
# vgchange -a r /dev/vgname.
Now vg is activated in node2 in read only mode.
-- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 06:33 AM
07-27-2004 06:33 AM
Re: Share volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2004 11:07 AM
07-27-2004 11:07 AM