- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmclconfd - security token exchange?
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
04-20-2006 07:57 PM
04-20-2006 07:57 PM
cmclconfd - security token exchange?
I've noticed my cmviewcl, cmgetconf, cmquerycl commands are taking a while (1-2 minutes) to return. I've got a 7 node cluster with 36 packages. All nodes have dedicated heartbeat LANs.
As I'm adding a new package, I got the message below:
# cmapplyconf -v -P /etc/cmcluster/packages/stcards/stcards.conf
Checking existing configuration ... Done
Gathering configuration information ... Done
Parsing package file: /etc/cmcluster/packages/stcards/stcards.conf.
Attempting to add package stcards.
(this took a while to come back too)
Maximum configured packages parameter is 70.
Configuring 36 package(s).
34 package(s) can be added to this cluster.
198 access policies can be added to this cluster.
Modify the package configuration ([y]/n)? y
Adding the package configuration for package stcards.
Unable to perform the security token exchange with cmclconfd on node hods01
Unable to perform the security token exchange with cmclconfd on node drds04
Unable to perform the security token exchange with cmclconfd on node drds02
Unable to perform the security token exchange with cmclconfd on node hods04
Unable to perform the security token exchange with cmclconfd on node hods02
Unable to perform the security token exchange with cmclconfd on node drds06
Completed the cluster update.
I can startup the new package ok.
Questions:
1. What is that security token exchange thing?
2. Why is it taking longer for cmviewcl, cmgetconf, cmquerycl to return?
Any help would be greatly appreciated.
Many thanks.
Tung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 08:08 PM
04-20-2006 08:08 PM
Re: cmclconfd - security token exchange?
What version SG?
Did you think about applying it with -k option? I think (not sure though) security token messages are on account of existing access policies.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 08:26 PM
04-20-2006 08:26 PM
Re: cmclconfd - security token exchange?
Thanks for the suggestion, RAC, but no go, I tried cmquerycl with the -k option, it was a bit faster, but it took a while "Gathering configuration information...", but the warnings and errors below worries me.
Warning: Not probing node drds06 as it is currently unreachable.
This may cause network partitions to be reported.
Warning: Not probing node hods02 as it is currently unreachable.
This may cause network partitions to be reported.
Error: Cannot connect to configuration daemon (cmclconfd) on node drds06
Error: Cannot connect to configuration daemon (cmclconfd) on node hods02
cmclconfd is running on both drds06 and hods02, I can ping both servers from hods01. It was not always like this, the latest change was adding drds06 into the cluster.
More question:
3. Why is it complaining it cannot connect to configuration daemon cmclconfd?
Hmmm...
Many thanks.
Tung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 08:35 PM
04-20-2006 08:35 PM
Re: cmclconfd - security token exchange?
Are you up to date on patches?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 09:01 PM
04-20-2006 09:01 PM
Re: cmclconfd - security token exchange?
We also moved our DNS and Sendmail server, but not sure if that could have affected it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 09:08 PM
04-20-2006 09:08 PM
Re: cmclconfd - security token exchange?
If identd appears to be working correctly and syslog gives no further clues then it would probably be necessary to turn on logging to determine what is causing this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 01:16 AM
04-21-2006 01:16 AM
Re: cmclconfd - security token exchange?
1) identd (sendmail) is at version 8.9.3.1 and patched
2) /etc/nsswitch.conf =
hosts: files dns
3) /etc/hosts contains a list of every IP-bearing NIC on each cluster node
4) nslookup and "who -Rm" shows the correct hostname
5) Port 113 is not denied in /var/adm/inetd.sec
6) Internode HB connection is not done by a router, and if done by switch, no filtering of hacl ports or identd port numbers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2006 06:26 PM
05-09-2006 06:26 PM
Re: cmclconfd - security token exchange?
Anyway, the problem went away after a restart of inetd daemon. It seems to have played up after our redundant core switch died? We restarted inetd because our Control-M agents were playing up too, complaining about inetd. cmviewcl and cmgetconf runs great now.
Is this normal behaviour? Strange that it should complain about some security token exchange?
Thanks again for your help, guys.