slp_srvreg error


 
Thread Tools Search this Thread
Operating Systems AIX slp_srvreg error
# 1  
Old 04-06-2010
slp_srvreg error

I googled for this but all i got is that it is a malware. Im not sure what I should be looking at but this is wat i have been getting on my syslog for the past since March 31st after it was rebooted:

Code:
Mar 31 08:46:46 npidvnim01 user:debug syslog: libslp [139376]: decode_msg -- receive a SERVICE REQUEST m
essage from 172.16.195.38.
Mar 31 08:46:46 npidvnim01 user:debug syslog: libslp : decode_srvrqst -- scopes match.
Mar 31 08:46:46 npidvnim01 user:debug syslog: libslp : decode_srvrqst -- No reply to send to this servic
e request.
Mar 31 08:46:46 npidvnim01 user:debug syslog: libslp [139376]: decode_msg -- Message SERVICE REQUEST suc
cefully computed.
Mar 31 08:46:46 npidvnim01 user:debug syslog: libslp [139376]: SLPServiceListener -- SELECT call with ti
meout = NULL.

Mar 31 08:51:56 npidvnim01 user:debug syslog: libslp : srv_reg_one -- start.
Mar 31 08:51:56 npidvnim01 user:debug syslog: libslp : srv_reg -- start.
Mar 31 08:51:56 npidvnim01 user:debug syslog: libslp : srv_reg -- prepare_srv_reg returns with slp code

Apr  6 15:13:12 npidvnim01 user:err|error syslog: slp_srvreg : All of 3 tries to launch the SLP service listener failed. slp_srvreg will exit.
Apr  6 15:13:17 npidvnim01 user:debug syslog: libslp : decode_srvreg -- __srv_reg_local returns with slp code = 0. make an ack to remote=10.10.1.11.
Apr  6 15:13:17 npidvnim01 user:err|error syslog: slp_srvreg : All of 3 tries to launch the SLP service listener failed. slp_srvreg will exit.
Apr  6 16:09:05 npidvnim01 user:debug syslog: libslp : decode_srvreg -- __srv_reg_local returns with slp code = 0. make an ack to remote=127.0.0.1.
Apr  6 16:09:05 npidvnim01 user:debug syslog: libslp : decode_srvreg -- __srv_reg_local returns with slp code = 0. make an ack to remote=127.0.0.1.
Apr  6 16:09:05 npidvnim01 user:debug syslog: libslp : decode_srvreg -- __srv_reg_local returns with slp code = 0. make an ack to remote=127.0.0.1.

root@npidvnim01 /var/adm # date; uname -a
Tue Apr  6 16:18:30 EET 2010
AIX npidvnim01 1 6 00CF18E34C00

Any idea...? Smilie
# 2  
Old 04-06-2010
I don't know where you got this "malware" assumption from, but to me it looks more like a problem with the SLP configuration. Please explain what you are trying to do, what you have done and relevant documentation, for instance the contents of /etc/slp.conf

I hope this helps.

bakunin
# 3  
Old 04-07-2010
Quote:
Originally Posted by bakunin
I don't know where you got this "malware" assumption from, but to me it looks more like a problem with the SLP configuration. Please explain what you are trying to do, what you have done and relevant documentation, for instance the contents of /etc/slp.conf

I hope this helps.

bakunin
Hi Bakunin

I didn't do anything, every single line in the conf file has been commented out:

Code:
# net.slp.maxResults 
# A 32 bit integer giving the maximum number of results to accumulate and return for a 
# synchronous request before the timeout, Positive integers and -1 are legal values.  
# If -1, indicates that all results should be returned. 
# Default value is -1. 
# for example:
# net.slp.maxResults = 35
      
# net.slp.useScopes 
# A value-list of strings indicating the only scopes a UA or SA  is allowed to use when 
# making requests or registering, or the scopes a DA must support. 
# Default: scope "DEFAULT" is used if no other information is available. 
# for example:
# net.slp.useScopes = david,bob
      
# net.slp.DAAddresses 
# A value-list of IP addresses or DNS resolvable host names giving the SLPv2 DAs to use for 
# statically configured UAs and SAs. 
# Default is none. 
# for example:
# net.slp.DAAddresses = 9.3.149.20, blahblah.ibm.com
      
# net.slp.isBroadcastOnly 
# A boolean indicating if broadcast should be used instead of multicast. 
# Default is false. So the default is multicast. 
# for example:
# net.slp.isBroadcastOnly = false
      
# net.slp.multicastTTL 
# A positive integer less than or equal to 255, giving the multicast TTL. 
# Default is 255 (in seconds). 
# for example:
# net.slp.multicastTTL = 255
      
# net.slp.DAActiveDiscoveryInterval 
# A 16 bit positive integer giving the number of seconds between DA active discovery queries.  
# If this parameter is set to zero, active discovery is turned off. This property corresponds 
# to the protocol specification parameter CONFIG_DA_FIND. 
# Default is 900  (in seconds). 
# for example:
# net.slp.DAActiveDiscoveryInterval = 1200
      
# net.slp.multicastMaximumWait 
# A 32 bit integer giving the maximum amount of time to perform multicast, in milliseconds. 
# This property corresponds to the CONFIG_MC_MAX parameter in the protocol specification. 
# Default is 15000  (in ms) 
# for example:
# net.slp.multicastMaximumWait = 10000
      
# net.slp.multicastTimeouts 
# A value-list of 32 bit integers used as timeouts, in milliseconds, to implement the multicast 
# convergence algorithm.  Each value specifies the time to wait before sending the next request. 
# This property corresponds to the CONFIG_MC_RETRY parameter in the protocol specification. 
# Default is: 3000,3000,3000,3000,3000 (in ms) 
# There is no limitation on the maximum number entries to be specified. However the total sum 
# of the entries can't be bigger than CONFIG_MC_RETRY (15000 in ms). 
# for example:
# net.slp.multicastTimeouts = 2000, 3000, 4000
      
# net.slp.DADiscoveryTimeouts 
# A value-list of 32 bit integers used as timeouts, in milliseconds, to implement the multicast 
# convergence algorithm during active DA discovery.  Each value specifies the time to wait 
# before sending the next request,This property corresponds to the protocol specification 
# parameter CONFIG_RETRY. 
# Default is:  2000,2000,2000,2000,3000,4000 (in ms) 
# There is no limitation on the maximum number entries to be specified. However the total sum 
# of the entries can't be bigger than CONFIG_RETRY (15000 in ms). 
# for example:
# net.slp.DADiscoveryTimeouts = 2000, 3000, 4000
      
# net.slp.datagramTimeouts 
# A value-list of 32 bit integers used as timeouts, in milliseconds, to implement unicast 
# datagram transmission to DAs.  The nth value gives the time to block waiting for a reply on 
# the nth try to contact the DA. The sum of these values is the protocol specification 
# property CONFIG_RETRY_MAX. 
# Default is: 2000, 2000, 2000, 2000, 3000, 4000 (in ms) 
# There is no limitation on the maximum number entries to be specified. However the total sum 
# of the entries can't be bigger than CONFIG_RETRY_MAX (15000 in ms).
# for example:
# net.slp.datagramTimeouts = 2000, 3000, 4000

# net.slp.SAAttributes
# A comma-separated list of parenthesized attribute/value list pairs that the SA must advertise 
# in SAAdverts.  The property must be in the SLP attribute list wire format, including escapes 
# for reserved characters.
# for example:
# net.slp.SAAttributes = (user=zaphod,trillian,roger,marvin)

# net.slp.interfaces
# Value-list of strings giving the IP addresses of network interfaces on which the DA or SA 
# should listen on port 427 for multicast, unicast UDP, and TCP messages.  Default is empty,
# i.e.  use the default network interface.
# for example:
# net.slp.interfaces = 9.3.149.20,9.3.149.50



---------- Post updated at 10:53 PM ---------- Previous update was at 10:52 PM ----------

config file was edited last year:

Code:
root@npidvnim01 /etc # ls -lrt sl*
-rw-rw-r--    1 root     system         5495 Feb 17 2009  slp.conf
-r-xr-xr-x    1 root     system         1155 Feb 17 2009  slip.logout
-r-xr-xr-x    1 root     system         1315 Feb 17 2009  slip.login
-rw-r--r--    1 root     system         1227 Feb 17 2009  slip.hosts
-rw-------    1 root     system            6 Apr 06 18:22 slp_srvreg.pid

# 4  
Old 04-07-2010
All lines commented out means SLP is operating on defaults. First, i stll don't get what you are trying to achieve. Maybe you don't need SLP at all (maybe you do, it is a prominent part of the mechanisms of IBMs System Director, i lack the data to have an opinion about this) in this case just shut it down like all the other services you don't need. (It is good practice in Unix to switch on only what is absolutely needed, unlike Windows, where only the things absolutely contradictory are being switched off.)

The log you posted looks like the usual startup messages followed by some failed attempt to communicate with another system (10.10.1.11?). To detect and pinpoint possible problems one would have to have intimate knowledge about your network, your environment in general, etc., etc. - to much, IMHO, to discuss it remotely on an internet board.

Get some professional help who can lay hands on your environment is the best advice i can give you.

I hope this helps.

bakunin
# 5  
Old 04-12-2010
I just used another tool to suppress the alerts...was some internal error...its all fixed now..thanks for your help!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Print Error in Console and both Error & Output in Log file - UNIX

I am writing a shell script with 2 run time arguments. During the execution if i got any error, then it needs to redirected to a error file and in console. Also both error and output to be redirected to a log file. But i am facing the below error. #! /bin/sh errExit () { errMsg=`cat... (1 Reply)
Discussion started by: sarathy_a35
1 Replies

2. Shell Programming and Scripting

IF section problem. syntax error: unexpected end of file error

Hello, I have another problem with my script. Please accept my apologies, but I am really nooby in sh scripts. I am writing it for first time. My script: returned=`tail -50 SapLogs.log | grep -i "Error"` echo $returned if ; then echo "There is no errors in the logs" fi And after... (10 Replies)
Discussion started by: jedzio
10 Replies

3. Solaris

Rpcinfo: can't contact portmapper: RPC: Authentication error; why = Failed (unspecified error)

I have two servers with a fresh install of Solaris 11, and having problems when doing rpcinfo between them. There is no firewall involved, so everything should theoretically be getting through. Does anyone have any ideas? I did a lot of Google searches, and haven't found a working solution yet. ... (2 Replies)
Discussion started by: christr
2 Replies

4. AIX

slp_srvreg filling up syslog.log

Hello everyone, I'm having an issue with one server running AIX 6.1. The syslog.log file has been filling up with entries from slp_srvreg and reaching critical disk space. I've been googling and reading and I've found that the logging for slp_srvreg could be customized but I haven't found how. ... (0 Replies)
Discussion started by: designbc
0 Replies

5. UNIX for Dummies Questions & Answers

> 5 ")syntax error: operand expected (error token is " error

im kinda new to shell scripting so i need some help i try to run this script and get the error code > 5 ")syntax error: operand expected (error token is " the code for the script is #!/bin/sh # # script to see if the given value is correct # # Define errors ER_AF=86 # Var is... (4 Replies)
Discussion started by: metal005
4 Replies

6. UNIX for Advanced & Expert Users

ssh error: Error reading response length from authentication socket

Hi - I am getting the error `Error reading response length from authentication socket' when I ssh from my cluster to another cluster, and then back to my cluster. It doesn't seem to affect anything, but it's just annoying that it always pops up and tends to confuse new users of the cluster. I... (1 Reply)
Discussion started by: cpp6f
1 Replies

7. AIX

nim mksysb error :/usr/bin/savevg[33]: 1016,07: syntax error

-------------------------------------------------------------------------------- Hello, help me please. I am trying to create a mksysb bakup using nim. I am geting this error, how to correct it ? : Command : failed stdout: yes stderr: no... (9 Replies)
Discussion started by: astjen
9 Replies

8. UNIX for Advanced & Expert Users

VSI-FAX error - Cannot login to server and Connecto error to host

I encounters a VSIFAX related error: vfxstat: Cannot login to server on rsac3: Connect error to host 172.16.1.45: Invalid argument It started happening last night with a core dump. Then we can't start VSIFAX again. I am runing VSI-FAX 4.2 on AIX box (0 Replies)
Discussion started by: b_jin
0 Replies

9. UNIX for Dummies Questions & Answers

awk Shell Script error : "Syntax Error : `Split' unexpected

hi there i write one awk script file in shell programing the code is related to dd/mm/yy to month, day year format but i get an error please can anybody help me out in this problem ?????? i give my code here including error awk ` # date-month -- convert mm/dd/yy to month day,... (2 Replies)
Discussion started by: Herry
2 Replies

10. UNIX for Dummies Questions & Answers

Error: Internal system error: Unable to initialize standard output file

Hey guys, need some help. Running AIX Version 5.2 and one of our cron jobs is writing errors to a log file. Any ideas on the following error message. Error: Internal system error: Unable to initialize standard output file I'm guessing more info might be needed, so let me know. Thanks (2 Replies)
Discussion started by: firkus
2 Replies
Login or Register to Ask a Question