- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX CLuster : message in the /var/adm/syslog/...
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
01-14-2004 04:22 PM
01-14-2004 04:22 PM
HPUX CLuster : message in the /var/adm/syslog/syslog.log
I am getting following messages in the /var/adm/syslog/syslog.log files
On node 1 :
Jan 15 10:23:38 cmgtpn1 cmcld: WARNING: Cluster lock on disk /dev/dsk/c8t15d7 i!
Jan 15 10:23:38 cmgtpn1 cmcld: Until it is fixed, a single failure could
Jan 15 10:23:38 cmgtpn1 cmcld: cause all nodes in the cluster to crash
Jan 15 10:23:39 cmgtpn1 cmclconfd[2540]: Updated file /var/adm/cmcluster/frdump.
On node 2
Jan 15 10:23:42 cmgtpn2 cmcld: WARNING: Cluster lock on disk /dev/dsk/c6t15d7 is
missing!
Jan 15 10:23:42 cmgtpn2 cmcld: Until it is fixed, a single failure could
Jan 15 10:23:42 cmgtpn2 cmcld: cause all nodes in the cluster to crash
Jan 15 10:23:43 cmgtpn2 cmclconfd[2627]: Updated file /var/adm/cmcluster/frdump.
Both the HPUX nodes are connected to XP512 disk array.
Though it appears as different devices on both the nodes but basically it's the same physical device coming from the disk array.
The message itself is scary '... a single failure can cause all the nodes in the cluster to crash.'
My queries are
Is it really something to be taken care of ?
How can I get rid of the message ?
Can I get rid of the message w/o causing packages to go down. ?
TIA
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 05:29 PM
01-14-2004 05:29 PM
Re: HPUX CLuster : message in the /var/adm/syslog/syslog.log
Is this LUN workign fine ?
It seems Cluster locak disk has some problem.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 05:39 PM
01-14-2004 05:39 PM
Re: HPUX CLuster : message in the /var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 05:40 PM
01-14-2004 05:40 PM
Re: HPUX CLuster : message in the /var/adm/syslog/syslog.log
The Lun should be working fine.
diskinfo output is as below
# diskinfo -v /dev/rdsk/c8t15d7
SCSI describe of /dev/rdsk/c8t15d7:
vendor: HP
product id: OPEN-E-CVS
type: direct access
size: 102960 Kbytes
bytes per sector: 512
rev level: 0118
blocks per disk: 205920
ISO version: 0
ECMA version: 0
ANSI version: 2
removable media: no
response format: 2
(Additional inquiry bytes: (32)34 (33)30 (34)30 (35)37 (36)46 (37)32 (38)44 )
#
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 06:32 PM
01-14-2004 06:32 PM
Re: HPUX CLuster : message in the /var/adm/syslog/syslog.log
The cluster lock disk is used when the connection between the nodes are lost. In that case, all running nodes will attempt to grab hold of the disk first, will continue running, the others will crash (TOC). If no nodes can reach the disk, all of them will crash.
First, check that the disk is actually redable, not just that diskinfo works.
If it is, then the problem probably is that some header on the disk has been destroyed.
The supported way to fix that was to stop the entire cluster and do a cmapplyconf -C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 06:33 PM
01-14-2004 06:33 PM
Re: HPUX CLuster : message in the /var/adm/syslog/syslog.log
The diskinfo is convincing. This proves the disk is accessable. However I assume you have two paths to the disk. mc/sg does not check the alternate path.
Can it be that then Alternate path has become the primairy path. Check with vgdisplay -v. The cmquerycl
Jakes advices is also a good option.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 06:48 PM
01-14-2004 06:48 PM
Re: HPUX CLuster : message in the /var/adm/syslog/syslog.log
dd if=/dev/dsk/c8t15d7 of=/dev/null
on node1 to make sure the disk is readable.
Also, you might try:
fuser /dev/dsk/c8t15d7
to find possible locks on the device.
You also need to check the disk is writable on all nodes. Checking this might be tricky if the disk also contains a filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2004 07:08 PM
01-14-2004 07:08 PM
Re: HPUX CLuster : message in the /var/adm/syslog/syslog.log
The correct way to fix this is to halt the cluster, activate the cluster lock vg on one node, and from that node re-apply the cmapplyconf command.
Failing that, you could log a software call with your local HP office and request the unsupported utility called cminitlock, which will allow you to first check the disk in question, and then to set the bits on the physical disk to fix this problem without halting the cluster. Note that this utility will NOT allow you to change the cluster lock disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 04:37 PM
01-15-2004 04:37 PM
Re: HPUX CLuster : message in the /var/adm/syslog/syslog.log
status is
Gideon : I have single path to the XP array.
Elmar : dd is working fine. though I did not try fuser just out of fear that it won't cause any issue.
Melvyn : Thanks for sensitinsing. However, the second node which is a kind of a stand by, I mean not active, was shutdown in the same condition 2 days back and the packages/cluster remained up.
HP said, in order to get it resolved, one must bring the cluster down which I wanted to avoid.
Best Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 07:21 PM
01-15-2004 07:21 PM
Re: HPUX CLuster : message in the /var/adm/syslog/syslog.log
As I said, if you log a call and request the cminitlock script, then this will assist you in repairing this online.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 07:34 PM
01-15-2004 07:34 PM
Re: HPUX CLuster : message in the /var/adm/syslog/syslog.log
Any chance that HP will be changing the rule of a mandatory lock disk for a 2-node cluster?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 07:43 PM
01-15-2004 07:43 PM
Re: HPUX CLuster : message in the /var/adm/syslog/syslog.log
You must have either a lock disc, or a quorum server for a two node cluster.
If you do not wish to use the cluster lock disc, then look at using the free quorum server product to supply the tie-breaking mechanism.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 07:50 PM
01-15-2004 07:50 PM
Re: HPUX CLuster : message in the /var/adm/syslog/syslog.log
I remember that error to occur when a cluster lock disk failed and had to be replaced. (This was in a JBOD not an array LUN).
The tool to fix the problem without bringing the cluster down was "cminitlock", which initializes a disk as a lock disk while the cluster is up. I wonder why Melvyn did not point you in that direction (maybe it is not officially supported or there are problems with LUNs being the lock disk). Would be interesting to know...
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2004 08:02 PM
01-15-2004 08:02 PM
Re: HPUX CLuster : message in the /var/adm/syslog/syslog.log
You clearly did not read the thread.....
He mentioned it in his first posting.