- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cluster help
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
06-02-2002 06:43 PM
06-02-2002 06:43 PM
cluster help
I found following message in syslog.log
WARNING: Cluster lock on disk /dev/dsk/c1t5d0 is missing!
Until it is fixed, a single failure could
cause all nodes in the cluster to crash
and
when I use cmapply command following appeared
Error: Volume group /dev/vg00 is configured differently on node dnappc2 than on node dnappc1
Error: Volume group /dev/vg00 on node dnappc1 does not appear to have a physical volume
corresponding to /dev/dsk/c0t5d0 on node dn.
Error: Volume group /dev/vg00 on node dnappc1 does not appear to have a physical volume
corresponding to /dev/dsk/c0t8d0 on node dn.
Do you ahve any idea?
model :D390 -2-
array:autoraid -1-
with inline scsi cable -4-
external scsi card -4-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2002 07:19 PM
06-02-2002 07:19 PM
Re: cluster help
DocID=KBRC00001982
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=500000000092231
Hope it helps..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 01:46 AM
06-03-2002 01:46 AM
Re: cluster help
It seams that you tried to share the vg00. It is not possible.
Check the cluster ascii file to see if there is the vg00 (VOLUME_GROUP /dev/vg00).
In that case try cmapplyconf after deleting this line.
Fr??d??ric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 05:39 PM
06-03-2002 05:39 PM
Re: cluster help
Um, So I try to recompile cluster file using cmapply .
But same error appears!!
Does it need to reinstall OS?
Is there any solution or idea?
very interesting thing!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2002 06:26 PM
06-03-2002 06:26 PM
Re: cluster help
What is the output of the vgdisplay for vg00 on server dnappc1.
vgdisplay -v /dev/vg00
Can you post the output of this vgdisplay for us to have a look. Also post the output (/tmp/cmclconf_chk) of this command.
cmcheckconf -v -C /etc/cmcluster/cmclconf.ascii >/tmp/cmchkconf.txt
Here cmclconf.ascii is your cluster conf file. If possible post the outpur of the cmquerycl command too,
cmquerycl -v -n node1 -n node2 >/tmp/cmqerycl.txt
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 04:56 AM
06-05-2002 04:56 AM
Re: cluster help
The clusterlock disk issue can be resolved using this document: UXSGKBAN00000022
TITLE: "Cluster Lock On Disk {dsk} Is Missing"
I have seen the problem with vg00 when a boot disk of one node in the cluster was created from a "dd" of vg00 from another node in the cluster. The problem is that the VGID (volume group ID) is the SAME on both server's vg00 disks. When a modification is made to vg00 on one node, but not the other, and subsequently, a cmquerycl, cmcheckconf or cmapplyconf are performed, SG inspects all VG's in each /etc/lvmtab to see if they have the same VGID between nodes. If so, SG believes them to be one VG common to both nodes. After this, if it notices that the LVM structures of vg00 don't match between the nodes, though the VGID is the same - hence the errors you see.
If you used the 'dd' command to create the second server's boot disk, the ONLY resolution is to reinstall that disk. I have seen some customers do this quickly by using a make_recovery tape created from one server, and restore it to the other server... then customize it's hostname and IP etc.
This document discusses the issue:
UXSGKBRC00007573
TITLE: "Cloned VG00s and ServiceGuard configuration failures"
-s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 05:29 AM
06-05-2002 05:29 AM
Re: cluster help
Try this..
1.halt the cluster
2. vgchange -a y /dev/vglock (activate the cluster lock on the node)
3. cmapplyconf -C /etc/cmcluster/cmclconf
-P /etc/cmcluster/pkgdir/pkgconf
4. vgchange -a n /dev/vglock(deactivate)
5. start the cluster.