- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: errors
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-05-2005 11:18 PM
09-05-2005 11:18 PM
errors
please help me ,where can i find the liste from code errors in hp-ux 10.20?
thank you.
"added by Forum Moderator"
for exemple we find inder the file syslog
this comments:
11:27:18 host syslog: su : + tty??
11:27:19 host syslog: su : + tty??
11:27:27 host last message repeated 4 times
11:27:28 host syslog: su : + tty??
11:28:55 host last message repeated 2 times
11:30:58 host cmcld: Service host terminated due to a sig
11:30:58 host cmcld: Automatically restarted service hostfailure.
11:30:58 host syslog: su : + tty??
11:30:59 host syslog: su : + tty??
iwill find where are the causes for this probleme .
and what is it cmcld.
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 11:25 PM
09-05-2005 11:25 PM
Re: errors
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 11:27 PM
09-05-2005 11:27 PM
Re: errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 11:30 PM
09-05-2005 11:30 PM
Re: errors
- Post the error message(s) here in the Forums and many people will help you decode the meaning.
- Look in the ITRC knowledge base and also at http://docs.hp.com
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 11:31 PM
09-05-2005 11:31 PM
Re: errors
what kind of error codes are you looking for?
Maybe it can be interesting:
http://www.emulex.com/ts/docfc/hpux/42004/error.htm
But if you give more precise indication we can search better...
Regards,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 11:34 PM
09-05-2005 11:34 PM
Re: errors
Regards,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 03:36 AM
09-06-2005 03:36 AM
Re: errors
This thread has been continued in http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=954362
Oh, and please remember to assign points to people who respond to your questions, it's really very simple and much appreciated.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 04:53 AM
09-06-2005 04:53 AM
Re: errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 06:03 AM
09-06-2005 06:03 AM
Re: errors
cmcld is the cluster manager deamon. If your server is a member of a serviceguard cluster, cmcld deamon runs in the background, handling cluster related requests. If these messages are getting logged very often, it is a time to look into the source by examining the cluster formation on your system and other cluster member(s), their common disk areas and network connectivity. This is a general advice. For more details, more data is definitely needed.
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 05:39 PM
09-06-2005 05:39 PM
Re: errors
As Mel mentioned cmcld deamon is HP clustering SG deamon probably you have cluster between 2 of your nodes;
#ps -ef|grep -i cmcld
must return something like;
root 3124 3103 0 Aug 23 ? 41:11 /usr/lbin/cmcld -m -n your_host_name
so this shows your active node(your_host_name)
On the other hand;
Could you please run and post output below;
#cmviewcl
Good Luck,