Disk Enclosures
1747987 Members
4551 Online
108756 Solutions
New Discussion юеВ

Autoraid 12H log full

 
SOLVED
Go to solution
Gerardo Mora
Advisor

Autoraid 12H log full

Hello!

OS: HPUX 11.0
Hp-9000 T-600
4 X autoraids 12H

I have a warning in one of the autoraids, I Checked the messages and found the message "Log Full", I tried to clean the logs from my console and apparently looked like were removed them, but I still have the warning in the autoraid, I would like to clean the warning or disable the log full warning feature, how can do it?
Thanks
Gerardo
share to learn
3 REPLIES 3
Michael Tully
Honored Contributor

Re: Autoraid 12H log full

Hi,

Try this procedure:

Stop ARMServer daemon

/sbin/init.d/hparray stop

Remove everything in array log directory

cd /var/opt/hparray/log

pwd (to ensure we are in the log directory

rm -i *

will force you to confirm deletion of each file

Create empty catalog file /var/opt/hparray/log
touch LOGCATLG

Restart the ARMServer daemon

/sbin/init.d/hparray start

HTH
Michael
Anyone for a Mutiny ?
Michael Tully
Honored Contributor
Solution

Re: Autoraid 12H log full

If you know the array id then you can also use this procedure.

# /opt/hparray/bin/arraydsp -i (get the id's)

# /opt/hparray/bin/arraylog -C -c
Anyone for a Mutiny ?
Gerardo Mora
Advisor

Re: Autoraid 12H log full

Michael
Before I run command "opt/hparray/bin/arraylog -C -c " and said me the logs were cleared but still the autoraids had the warning message, now I ran it again and the message was cleared, it's queer. Any way It worked.
Thank you!
share to learn