1847772 Members
3949 Online
104020 Solutions
New Discussion

syslog.log

 
Frans Janssen
New Member

syslog.log

We have an HP900 server connected to an FC60 disk storage.Since the installation the syslog.log is filling up with messages generated every 15 minutes:
1. Management Authorization to HP Array: 00000037A812 Succeeded
for Userid: root
2.AM60Srvr rescan has occurred
I installed the patch PHCO-22103. The agentlog and the swlist indicate a correct installation. I stopped/started HPARRAY and HPARAMGR. This all with no result at all. Last thing I know I can try is a reboot but I am reluctant to do this. Any suggestions??
4 REPLIES 4
Carsten Krege
Honored Contributor

Re: syslog.log

This seems to be a problem of the system wide LANG variable set in /etc/rc.config.d/LANG. You can verify the actual setting of LANG by issueing the command

# locale

The problem should go away if modifying the /sbin/init.d/hparamgr script and inserting the LANG=C at the script's head.

LANG=C
export LANG

Now stop the array monitor daemon

# /sbin/init.d/hparamgr stop

(verify that hparamgrd is killed, there could be an error in the script) and restart it with

# /sbin/init.d/hparamgr start

Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
Carsten Krege
Honored Contributor

Re: syslog.log

I checked the patch catalog:

PHCO_21315:
1. JAGad00714 - Change connection messages going to syslog from info type to debug type. Also change rescan message to be debug as well.

This is the "Array:Manager/60:AM60Srvr" manager patch, now replaced by PHCO_21315.

You installed PHCO_22103, which is thre "AutoRAID:Manager:ARMServer" patch -- the wrong one.

Carsten
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
Carsten Krege
Honored Contributor

Re: syslog.log

Sorry typo:

Patch PHCO_21315 is now replaced by PHCO_23149
-------------------------------------------------------------------------------------------------
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG