- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MC/ServiceGuard cluster lock disk
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
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
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-31-2000 09:09 AM
10-31-2000 09:09 AM
MC/ServiceGuard cluster lock disk
vg lock disk (vglock), has no filesystem on it.
nodea - vglock is not cluster aware and is active outside of the cluster (vgchange -a n vglock, vgchange -c n vglock, vgchange -a y vglock)
nodeb - vglock is not cluster aware and not active
cluster services: down
check: fails with error saying that vglock has to be cluster aware
apply: fails with error saying that vglock has to be cluster aware
no errors in the syslog
We are unable to make the vglock cluster aware, since that would mean having to have the cluster services up when we check and apply...however, we did make the vglock cluster aware just to test, and it gave us the error..cluster services have to be down to apply. we seem to be going around in circles...any help would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 09:32 AM
10-31-2000 09:32 AM
Re: MC/ServiceGuard cluster lock disk
NODE1 :
- create the vglock on node1
- vgchange -a y vglock
- vgexport -v -p -s -m /tmp/vglock.map vglock
- vgchange -a n vglock
NODE2:
- copy /tmp/vglock.map on node2
- mkdir /dev/vglock
- mknod /dev/vglock/group c 64 0x......
- vgimport -v -s -m /tmp/vglock.map
- vgchange -a y /dev/vglock (check thas it's OK)
- vgchange -a n
NODE1:
- start the cluster only on this node whitout any package.
- vgchange -c y /dev/vglock
try to make a "vgchange -a e /dev/vglock".
stop the cluster
start the cluster on all nodes
Patrice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 10:46 AM
10-31-2000 10:46 AM
Re: MC/ServiceGuard cluster lock disk
Make a one node cluster. This should NOT require a lock VG, so comment it out of the cluster configuration file. You should then be able to do your cmapplyconf, bring up the one node cluster, and do your "vgchange -c y" on your VG's. Then bring the one node cluster down, and add in the second node, with the "cluster aware" VG for the lock VG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2000 12:03 AM
11-01-2000 12:03 AM
Re: MC/ServiceGuard cluster lock disk
This is an unusual problem, there should be no need to have the cluster up to configure the cluster lock disk, cmapplyconf should do it for you.
What have you got defined in the cluster configuration file? You should have something like:-
FIRST_CLUSTER_LOCK_VG /dev/vg01
...
NODE_NAME
...
FIRST_CLUSTER_LOCK_PV /dev/dsk/c5t0d0
...
NODE_NAME
...
FIRST_CLUSTER_LOCK_PV /dev/dsk/c5t0d0
...
VOLUME_GROUP /dev/vg01
Note that your cluster lock volume group should be in the list of cluster aware volume groups.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2000 04:27 AM
11-01-2000 04:27 AM
Re: MC/ServiceGuard cluster lock disk
If so, this has to be done with teh cluster down, and the lock disc vg enabled in non-cluster aware mode on the node you are working on. You then need to reapply your binary configuration to set the cluster lock information.
Changing the cl disc cannot be done on-line.