Operating System - HP-UX
1834465 Members
3415 Online
110067 Solutions
New Discussion

cmquerycl and cmcheckconf gives error "" does not support enhanced security"

 
SOLVED
Go to solution
jolight
Frequent Advisor

cmquerycl and cmcheckconf gives error "" does not support enhanced security"

Warning: Node wbnd2 does not support enhanced security
Error: A cluster is already configured with enhanced security enabled.
One or more nodes in the attempted configuration do not support enhanced security.
cmcheckconf : Unable to verify cluster security.


Any one got this error earlier? verified the cmclnodelist and /etc/hosts file.
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: cmquerycl and cmcheckconf gives error "" does not support enhanced security"

Shalom,

As I recall node2 needs a cmnodelist file with the same permissions and listing.

In spite of what you post there may be an inconsistency. Perhaps the local DNS server has on inconsistent entry.

Check:
/etc/nsswtich.conf
/etc/resolv.conf
/etc/inetd.conf

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
melvyn burnard
Honored Contributor
Solution

Re: cmquerycl and cmcheckconf gives error "" does not support enhanced security"

What version of Serviceguard and which patch do you have on each node?
use :
what /usr/lbin/cmcld
and check EACH node and compare.
I suspect you have a node that has not got the enhanced securty patch or has it disabled in inetd.conf

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Fabio Ettore
Honored Contributor

Re: cmquerycl and cmcheckconf gives error "" does not support enhanced security"

Hi jolight,

since the October 2004 Serviceguard was hardened:

http://www.docs.hp.com/en/5874/securingserviceguard_nov2005.pdf

You can obtain that level of security by installing SG patch of October 2004 or later. Please follow Melvyn's suggestions to obtain the current installed patches and check that all nodes in cluster have the same SG patch level.

Hope that helps you.

Best regards,
Fabio
WISH? IMPROVEMENT!
Siju Vadakkan
Trusted Contributor

Re: cmquerycl and cmcheckconf gives error "" does not support enhanced security"

check the following :

1. Make sure every node has the /etc/cmcluster/cmclnodelist file in place and
a complete list of hostname/username and IP address/username for all machines in the cluster.

2.
# more /etc/inetd.conf | grep auth
auth stream tcp6 wait root /usr/lbin/identd identd
#

3.
# ll /etc/cmcluster/cmclnodelist
-rw-r--r-- 1 root sys 84 Mar 18 2007 /etc/cmcluster/cmclnodelist

jolight
Frequent Advisor

Re: cmquerycl and cmcheckconf gives error "" does not support enhanced security"

Hi All


First of all sorry for the late reply.

The problem was because of the patch level.
one node was not having the patch PHSS_32660.
I have installed latest patches on both the nodes and now cmquerycl and cmcheckconf commands not showing any security error.

Thank you guys for the solution..

George.
jolight
Frequent Advisor

Re: cmquerycl and cmcheckconf gives error "" does not support enhanced security"

Pls check previous note.