- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmcheckconf freeze
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
09-27-2002 02:35 AM
09-27-2002 02:35 AM
cmcheckconf freeze
The cluster is up,running a package on the K580 the K360 is purely standby at the present time.
I want to add a couple of packages to the cluster. When a cmcheckconf command is issued to verify the config no response is generated after "Begin cluster verification..." the longest I've left it is 20minutes before issuing a ctrl C interrupt.
I noticed a number of "cmclconfd -c " entries generated by inetd when a ps -ef|grep cmc was issued.
Any ideas on what's going ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 05:51 AM
09-27-2002 05:51 AM
Re: cmcheckconf freeze
Have you tried running cmscancl to see what information this brings back. Have a look at the man page for it.
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 05:59 AM
09-27-2002 05:59 AM
Re: cmcheckconf freeze
You could try to ue the -k option to eliminate some disk probing.
I have often seen issues like this where there are eihter network problems, especially nakme resolution, or there have been scenarios where there are PV's known about by lvm, .g. in lvmtab, but htey do not actually exist,. What happens here is that the system goes off to scan every PV it thinks it knows about, and if there is no disc, it sits until it hits the pv timeout, of around 2 minutes per disc.
One way around this is to ensure your cluster ascii file has all the shared vgs within the cluster specifed, I have seen that speed things up.
Just a few thought
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 06:28 AM
09-27-2002 06:28 AM
Re: cmcheckconf freeze
A good way is to run cmscancl and verify the output against your actual setup .
Also first try running cmcheckconf for the cluster ascii file only . If it passes then do it again for the package conf file only . If that passes to it togther . The results of the three may give you several clues .
As far as cmclconf -d goes . I don't know what your number is . but I have several 2 node cluster and each node has 2 , cmclconfd -c daemons running . I guess it depends on the number of nodes in the cluster , but i am not sure .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 05:32 AM
09-30-2002 05:32 AM
Re: cmcheckconf freeze
I really often saw such symptoms with cmclconfd processes being stuck during disk probing. You should have a look at the cmclconfd's priorities using "ps -el". Watch out for PRIO 148, typically for IO. Looking at the proc's open files (with Glance or lsof e.g.) should show the offending disk device then. Try to read it with e.g. dd then.
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 06:44 AM
09-30-2002 06:44 AM
Re: cmcheckconf freeze
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 07:42 AM
09-30-2002 07:42 AM
Re: cmcheckconf freeze
Marty