AIX Logs - SLPServiceListener Error


 
Thread Tools Search this Thread
Operating Systems AIX AIX Logs - SLPServiceListener Error
# 1  
Old 04-07-2011
AIX Logs - SLPServiceListener Error

I have enabled logging on all of my AIX systems.

Code:
# vi /etc/syslog.conf

*.debug;*.emerg;*.alert;*.crit;*.warning /var/log/messages rotate size 1000k files 4
syslog.debug /var/log/syslog rotate size 1000k files 4
*.err;kern.debug;daemon.notice;mail.crit /var/adm/messages rotate size 1000k files 4

# touch /var/log/syslog
# touch /var/adm/messages
# touch /var/log/messages
# refresh -s syslogd

Since doing so, a few of my AIX systems have been filling up the /var/adm/messages file with the following error repeatedly: (about 3000 per second)

Apr 7 10:47:16 aix61vm8 user:err|error syslog: slp: 0660-080 [4128896] SLPServiceListener -- The SA failed to compute received message: Memory Allocation Failed (-21).

All systems having this issue are AIX 6.1 (AIX 6100-06-03-1048)
and are LPARs under VIOS/IVM (VIOS 2.2.0.10-FP-24) (Not all of them have this issue)

Playing with the /etc/syslog.conf file I have discovered that its related to *.err

Removing *.err makes the error go away.

However I am hoping to fix the real issue of this: "SLPServiceListener -- The SA failed to compute received message: Memory Allocation Failed" error


any thoughts? I'm willing to try just about anything
Thanks

Moderator's Comments:
Mod Comment edit by bakunin: Please use "CODE"-tags when posting code, terminal output and the like. Thank you.

Last edited by bakunin; 04-08-2011 at 06:08 AM..
# 2  
Old 04-12-2011
You are running out of swap, perhaps? SLPService often supports printers, which can use lots of VM to precompose page images for the printer.
# 3  
Old 04-14-2011
I removed slp_srvreg (since I'm not using it) and all is good.

Thanks for the help DGPickett
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Daemon logs in AIX

I have to enable sftp and scp daemon logs in AIX 7.1. Currently only ftp daemons are being logged. What are the steps for doing so? Also programs such as filezilla uses sftp service to log into AIX. How do I ensure that sftp/scp continues to function after making change? Also needs to know what... (3 Replies)
Discussion started by: pregmi
3 Replies

2. AIX

Configure AIX server to send logs and auditing to Qradar

Hi All I need your help to configure Aix to send logs to Qradar, I did all the methods that mentioned in IBM website and no use, Plz Help,, The Logs should I receive from Aix and display in Qradar is (create user delete user changing in privileges....etc ) my skype account khaled_ly84 ... (4 Replies)
Discussion started by: khaled_ly84
4 Replies

3. Shell Programming and Scripting

If I ran perl script again,old logs should move with today date and new logs should generate.

Appreciate help for the below issue. Im using below code.....I dont want to attach the logs when I ran the perl twice...I just want to take backup with today date and generate new logs...What I need to do for the below scirpt.............. 1)if logs exist it should move the logs with extention... (1 Reply)
Discussion started by: Sanjeev G
1 Replies

4. AIX

AIX system logs files

hello, i just want to know logs files for these actions listed below : - User Account Creation - User Account Deletion - Failed and or Successful User Password Changes - Failed Login Activities for all User Users - System Reboot or and shutdown help appreciated... (6 Replies)
Discussion started by: Bolou
6 Replies

5. UNIX for Advanced & Expert Users

AIX idea needed to check the logs updated date and time

Hi with the help of Gabriel canepa, i have just edited filename only in his code. The help which i got and he helped is 1) I have around 22 logs and each log should be updated in the last 24 hours from the current timestamp. 2) It should check for ERROR message (not error,Error) in the log and... (2 Replies)
Discussion started by: Kalaihari
2 Replies

6. AIX

How to send AIX logs to windows

good day all how to send aix syslogs to a shared folder in windows regards , (2 Replies)
Discussion started by: thecobra151
2 Replies

7. Shell Programming and Scripting

Script to clean nmon logs on AIX

I use NMON (Nigels Monitoring) in AIX. It creates a daily nmon log with the naming conventions of: hostname_YYMMDD_0000.nmon or myserver_080902_0000.nmon What I am interested in doing is creating a script that is executed on the first of each month to clean up last months *nmon files. .... (4 Replies)
Discussion started by: outtacontrol
4 Replies

8. AIX

location of logs on AIX 4.3 and 5.3

Hi All, I would like to know where's the location of ALL system error logs on AIX43 and AIX53. Thanks, itik (1 Reply)
Discussion started by: itik
1 Replies

9. AIX

AIX5L - finding the AIX logs for the lp scheduler

Hi Everyone, I have a problem with the queue on a Zebra printer. I wanted to find where the scheduler logs are. Found a document: http://www.redbooks.ibm.com/redbooks/pdfs/sg245496.pdf The problem is the chapters 12.3 and 12.4 mention the logs should be in /var/lp and I do not have such a... (0 Replies)
Discussion started by: rysiekmus
0 Replies

10. HP-UX

HP-UX error logs

Hello, what are the names for the Sistem Error logs of HP-UX? I have got the error "Volume group has some stale or unavailable physical volumes." Nothing more to the error, except date and time!! Checked all the Logical Volumes (lvdisplay -v), and all the Physical Volumes (pvdisplay -v)... (4 Replies)
Discussion started by: ErantDutch
4 Replies
Login or Register to Ask a Question