Operating System - HP-UX
1833432 Members
3050 Online
110052 Solutions
New Discussion

Re: /var/stm/logs/os full!!!

 
SOLVED
Go to solution
MassimilianoRHO
Occasional Contributor

/var/stm/logs/os full!!!

Hi is the second time that my directory on my hp-ux /var/stm/logs/os go to became 2,15 GB!!!!

This is a problem for me because with this occupation my Hdisk go to full!!! you can see: /dev/vg00/lvol8 4718592 4482488 234384 95% /var
95%!!!!

So when became up then 95% my hp-ux doesn't work.

HELP ME!
7 REPLIES 7
Luk Vandenbussche
Honored Contributor
Solution

Re: /var/stm/logs/os full!!!

1) these are log files, so you can cleanup the files.
2) have you checked /var/adm/syslog/syslog.log? Probably there is some problem with your server and this is why the occupation grows
MassimilianoRHO
Occasional Contributor

Re: /var/stm/logs/os full!!!

the name of the file is similar to log3237.raw
MassimilianoRHO
Occasional Contributor

Re: /var/stm/logs/os full!!!

the name of the file is similar to log3237.raw, so more and more log*.raw!
AwadheshPandey
Honored Contributor

Re: /var/stm/logs/os full!!!

You can clean these file. see http://docs.hp.com/en/diag/archive/log_data.htm
It's kind of fun to do the impossible
whiteknight
Honored Contributor

Re: /var/stm/logs/os full!!!

Hi,

Here is the steps to trim the logs

1.# /sbin/init.d/diagnostic stop
2. delete files at : /var/stm/logs/os"
3.# /sbin/init.d/diagnostic start

WK
please assign points
Problem never ends, you must know how to fix it
Sp4admin
Trusted Contributor

Re: /var/stm/logs/os full!!!

Hello,

Sound like you just need to cleanup the logs. I would check the syslogs for any problems that my be logging that cause to logs to grow so fast and large.

sp,
Andrew Merritt_2
Honored Contributor

Re: /var/stm/logs/os full!!!

Those log files will contain errors, almost certainly from SCSI devices. If they are filling up quickly, you need to find out what is logging and fix it.

Look in /var/opt/resmon/log/event.log for any EMS events, and use 'logtool' in STM to check the low level errors.

Andrew