1833151 Members
3541 Online
110051 Solutions
New Discussion

Syslog error

 
Achilles_2
Regular Advisor

Syslog error

Hi there,

Any experts encountered the following problems in HP server model rx4640 and under 11.23 OS:

1) Every line is printed out twice in the syslog.log? (See the attached file)
2) The output of machinfo command shows:
model string = "ia64 hp server"
I ran the command in other rx4640, it prints:
model string = "ia64 hp server rx1600"

Will they harm the system/machine? Do anyone explain me those situtions?

Thanks
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: Syslog error

Shalom,

1.) I've checked your syslog and its only the lat few lines that are duplicated. I'd suggest stopping and starting the syslog daemon.

2.) This issue suggests that your system was possibly cloned using Ignite from an rx1600 system. I hope not, because this could be the cause of big problems.

model
uname -a
swlist -l product | grep -i core

Please post the output.

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
Achilles_2
Regular Advisor

Re: Syslog error

Hi Steven,

My typing mistake, here is the correct one:

2) The output of machinfo command shows:
model string = "ia64 hp server"
I ran the command in other rx4640, it prints:

model string = "ia64 hp server rx1600" ====> model string = "ia64 hp server rx4640"

Thanks
Achilles_2
Regular Advisor

Re: Syslog error

Hi Steven,

My typing mistake, here is the correct one:

2) The output of machinfo command shows:
model string = "ia64 hp server"
I ran the command in other rx4640, it prints:
model string = "ia64 hp server rx1600" ====> model string = "ia64 hp server rx4640"

Thanks
Matti_Kurkela
Honored Contributor

Re: Syslog error

SEP: please check again. Sendmail's messages are not duplicated, but everything else is.

Achilles:
Please examine your /etc/syslog.conf file. You probably have two configuration lines that define "syslog.log" as the log destination in that file.

If the facility & severity settings on those lines are defined so that some log messages can match both of those lines, these messages will get logged twice into the syslog.log file.

When the syslog daemon goes through the configuration to find a destination for each log message, it will not stop after finding the first match. This makes it possible to store some log messages both locally *and* in a remote logserver, or to send critical messages to console or to logged-in users *in addition* to logging them to normal log destination.

Unfortunately, the syslog daemon is not smart enough to remove duplicate log destinations.

If you're uncertain about your /etc/syslog.conf configuration, please show us the file.

MK
MK
Torsten.
Acclaimed Contributor

Re: Syslog error

To fix the model string, see

http://docs.hp.com/en/A6961-96013/ch04s12.html

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!