Operating System - HP-UX
1833571 Members
3075 Online
110061 Solutions
New Discussion

Re: SAM causes system crash

 
SOLVED
Go to solution
Andrew Luis Arruza
Frequent Advisor

SAM causes system crash

When I go into SAM on one of our servers, an A500, running HPUX-11.00, it causes the server to crash.
Any ideas will certainly be appreciated and as always, points gratefully given.
Thanks,
Andy
It is, after all, a matter of survival!!
9 REPLIES 9
S.K. Chan
Honored Contributor

Re: SAM causes system crash

What's the error you're getting ? Any core file left behind ? Also take a look at /var/sam/log/samlog and post any errors here. That would help narrow down the root cause. What was the last thing you did prior to your SAM having the problem ? Patch install, kernel tweaks ??
Martin Johnson
Honored Contributor

Re: SAM causes system crash

Also check /var/adm/syslog/syslog.log for any errors.


HTH
Marty
Andrew Luis Arruza
Frequent Advisor

Re: SAM causes system crash

Attached is the samlog.
Prior to going into SAM, I was not doing anything on this system.
Andy
It is, after all, a matter of survival!!
harry d brown jr
Honored Contributor

Re: SAM causes system crash

Andy,

Are you saying that it cause your machine to stop running, requiring a reboot?

can you post your syslog.log file?


Did you modify the kernel, move the machine, or anything else, in anyway, before experiencing this problem?


live free or die
harry
Live Free or Die
Bill Hassell
Honored Contributor
Solution

Re: SAM causes system crash

Normal logs will be of no value in determining the reason for the crash...these logs don't exist, indeed, no files exist when the system crashes. In irder to determine the reason, you'll have to setup for a crash dump. This involves setting aside enough space in /var/adm/crash to hold about 1/3 to 1/2 of RAM (RAM=2Gb, then you'll need 700-1000 megs of free space). Edit /etc/rc.config.conf/savecrash to set:

SAVECRASH=1

Make sure there isn't any # in front of that line. Now you're set to crash the system again. When it reboots, there will be some large files in /var/adm/crash. Contact the HP Response Center to have them analyze the crash and they can recommend a fix.

On the other hand, from the sam log, it looks like the last thing that happened was a call to lookup things inside the kernel files, and in general, a system crash is either a patchable event or it is a hardware failure (ie, HPMC) which will require hardware replacement. Is your system up to date on patches? You should see the 2002 patch bundles on your system with:

swlist -l bundle

Without these patches, you'll have hundreds of problems, either now or later.


Bill Hassell, sysadmin
Andrew Luis Arruza
Frequent Advisor

Re: SAM causes system crash

I have made no changes to the kernel or added any patches.
Attaching syslogs.
It is, after all, a matter of survival!!
Andrew Luis Arruza
Frequent Advisor

Re: SAM causes system crash

Here's the syslog.
It is, after all, a matter of survival!!
Cheryl Griffin
Honored Contributor

Re: SAM causes system crash

The syslog shows SCSI error messages which are HW related. You should report these to your HW Support. SAM runs a number of commands when it loads including ioscan. So it's just a coincidence that the system crashes when you load SAM.

Cheryl
"Downtime is a Crime."
harry d brown jr
Honored Contributor

Re: SAM causes system crash

I guess this would bother me:

Jul 8 04:25:12 paytvdb1 vmunix: /var: file system full

You need to clean up your filesystems.

live free or die
harry
Live Free or Die