1834227 Members
2982 Online
110066 Solutions
New Discussion

Re: errors

 
susan_62
Occasional Contributor

errors

hi

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
9 REPLIES 9
Andrew Merritt_2
Honored Contributor

Re: errors

Can you give a little more information on exactly what you are looking for? What code errors are you referring to?

Andrew
Stephen Keane
Honored Contributor

Re: errors

You might mean /usr/include/sys/errno.h ?
Bill Hassell
Honored Contributor

Re: errors

Error messages and codes come from many, many different sources. The processor can display error messages long before HP-UX is started, and there are several logs in HP-UX, each with different error messages and codes. There is no central source to explain error messages. Many command have man pages with some (not all) error messages. There are a couple of resources:

- 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
Alessandro Pilati
Esteemed Contributor

Re: errors

Susan,
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
if you don't try, you'll never know if you are able to
Alessandro Pilati
Esteemed Contributor

Re: errors

Try also "man errno" to view specific hpux error descriptions.

Regards,
Alex
if you don't try, you'll never know if you are able to
Andrew Merritt_2
Honored Contributor

Re: errors

Susan, please use the 'reply' button to add to existing threads rather than starting a new one with 'start new thread' if you are continuing a discussion.

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
melvyn burnard
Honored Contributor

Re: errors

I have added in the text from the additional post this user created, and deleted that thread.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Mel Burslan
Honored Contributor

Re: errors

su: + tty?? messages are not actual error messages. They are just for information only messages telling you that there was a successful execution of su command. if there are excessive "su : -" messages, then you have to investigate if someone is trying to hack into a privileged account.

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...
Cem Tugrul
Esteemed Contributor

Re: errors

Susan,

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,
Our greatest duty in this life is to help others. And please, if you can't