Operating System - HP-UX
1752282 Members
4804 Online
108786 Solutions
New Discussion юеВ

server suddenly reboot without problem signal

 
SOLVED
Go to solution
Sam_88
Occasional Advisor

server suddenly reboot without problem signal

I got a problem on my server (HP A500) since it reboots suddenly and I am new for HP-UX. So, please help. I am attach the syslog.log for reference.
Paul Mayor
18 REPLIES 18
Pete Randall
Outstanding Contributor

Re: server suddenly reboot without problem signal

Sam,

You need to look at the OLDsyslog.log, the /etc/shutdownlog, and crash dumps in /var/adm/crash, and any diagnostic logs (assuming you're running diagnostics).


Pete


Pete
Jean-Luc Oudart
Honored Contributor

Re: server suddenly reboot without problem signal

Did you check the other logs to see if that's a "proper" reboot or unwanted one.

check this link :
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x335fcc0a76c1ae4da5364278123d54c8,00.html

Rgds,
Jean-Luc
fiat lux
Steven E. Protter
Exalted Contributor
Solution

Re: server suddenly reboot without problem signal

Check the NIC card, cable and switch, it appears that your LAN connection was interupted. This could result in the issues you've noted in this thread.

From the outisde on a Unix/Linux box. ping hostname

If the ping times gradually climb, you need a NIC card replacement.

dmesg

Check for hardware faults.

ioscan, look for NW_HW or unclaimed devices.

Check /var/adm/crash for crash dumps.

If there is one, follow the attached guide to analyze the dump. You may need a patch.

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
Helen French
Honored Contributor

Re: server suddenly reboot without problem signal

What version of MC/SG (MC ServiceGuard cluster software) are you using? Applying these patches might solve your issue:

For HP-UX 11.X, MC/SG version A.11.09 - PHSS_27158:

http://www2.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHSS_27158

For HP-UX 11.X, MC/SG version A.11.14 - PHSS_29122:

http://www2.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHSS_29122
Life is a promise, fulfill it!
Pete Randall
Outstanding Contributor

Re: server suddenly reboot without problem signal

Sam,

Since the last entry I see in your syslog is someone su'ing to root, I have to wonder if this is somehow connected. Do you know who did the su? Do you know what they did after they su'd? What does /etc/shutdownlog say?


Pete


Pete
E. Wong
Frequent Advisor

Re: server suddenly reboot without problem signal

Please check for possibles cron jobs that may trigger a reboot.

run

# crontab -l

and check for each of the jobs scheduled.


compute, therefore you are
Sam_88
Occasional Advisor

Re: server suddenly reboot without problem signal

Thnaks for you all info.

Here is the OLDsyslog.log file. Please help me to see whether the system crash is due to hardware problem or other.

Paul Mayor
Pete Randall
Outstanding Contributor

Re: server suddenly reboot without problem signal

Sam,

I don't think we're seeing all of the OLDsyslog.

Could you just do a "tail -100 /var/adm/syslog/OLDsyslog.log" and attach that output?


Pete


Pete
Sam_88
Occasional Advisor

Re: server suddenly reboot without problem signal

Thanks for your reply


Here is the modified OLDsys.log

Thanks
Paul Mayor