- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cluster aware volume groups
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
11-02-2006 05:52 AM
11-02-2006 05:52 AM
Forgive me for the newbie question, but I need some help.
I am building a 4-node Service Guard cluster. Currently the volume groups are mounted via the fstab and are not cluster aware. I have done the following to try to make them cluster aware:
vgchange -a n data1vg
vgchange -c y data1vg
The "vgchange -c y" gives me the following error:
vgchange: Cluster Services not available or unreachable on this system, for volume group "/dev/data1vg".
How can I get past this error? Does the cluster have to be running when I issue this command?
Thanks!
Jeff
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 06:37 AM
11-02-2006 06:37 AM
Re: cluster aware volume groups
Check this thread for your answer:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1072708
Another sysadmin had faced a similar problem.
Cheers!
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 07:34 AM
11-02-2006 07:34 AM
SolutionThe vgchange -c y/n is used once SG is running and you need to remove a VG form SG to make some change and then put it back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 01:51 PM
11-02-2006 01:51 PM
Re: cluster aware volume groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2006 01:53 PM
11-02-2006 01:53 PM
Re: cluster aware volume groups
Thanks!
Jeff