1837882 Members
3429 Online
110122 Solutions
New Discussion

syslog error

 
manu_9
Frequent Advisor

syslog error

vmunix: Line 5003 in /ux/core/kern/common/io/pat_psm.c: pat_get_olar_info - rc -1 slot_id -16318587

I am getting this error in syslog.log file and my machines is getting rebooted , I am not sure if this is causing the same
8 REPLIES 8
Joseph Loo
Honored Contributor

Re: syslog error

hi,

your PDC firmware needs to be upgraded:

these commands will provide latest PDC version:

# grep -i pdc /var/tombstones/ts99
or
# /usr/sbin/diag/contrib/pdcinfo

and reply on the current version.

regards.
what you do not see does not mean you should not believe
manu_9
Frequent Advisor

Re: syslog error

But is that the reason of my machine going down, i am not seeing any errors in syslog pertaining to that.Is that message indicate something.
Joseph Loo
Honored Contributor

Re: syslog error

did u check the last few lines in /var/adm/syslog/OLDsyslog.log to see what may have happen prior to the reboot?

# tail -n 30 /var/adm/syslog/OLDsyslog.log

regards.
what you do not see does not mean you should not believe
Bharat Katkar
Honored Contributor

Re: syslog error

Manu,
Also check the /etc/shutdownlog.
It gives you the reason for system going down.
Regards,
You need to know a lot to actually know how little you know
manu_9
Frequent Advisor

Re: syslog error

yes , there is no error or something significant there , it has only some user deleted some files .Lot of lines for the same .
Fabio Ettore
Honored Contributor

Re: syslog error

Hi manu,

if your system is rebooting without an apparent reason then you should analyze the dump in order to search the problem!

Anyway Joseph said right about that message, message in syslog.log is about firmware. You should update firmware as soon as possible. It depends from model of your machine.

HTH.

Best regards,
Ettore
WISH? IMPROVEMENT!
Cheryl Griffin
Honored Contributor

Re: syslog error

The pat_get_olar_info message indicates you need to update your firmware on the machine.

http://www1.itrc.hp.com/service/patch/mainPage.do
Find individual patches --> firmware
Step 2: Enter your model
For example N4000 (click search)

To determine why your system is rebooting, check the /etc/shutdownlog. If there is no entry that corresponds to when your system reboots, then this should also be resolved by the firmware upgrade. If the firmware update does not, then suspect some sort of hardware issue.
"Downtime is a Crime."
manu_9
Frequent Advisor

Re: syslog error

Thanks to all , let me try the suggested solutions