Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

slpd(8) [centos man page]

SLPD(8) 						  System Administration Utilities						   SLPD(8)

NAME
slpd - SLP daemon SYNOPSIS
slpd [-d] [-c configfile] [-l logfile] [-r registrationfile] [-s spifile] [-p pidfile] [-v version] OPTIONS
-d Don't detach from the controlling tty. -c configfile Use configfile as the file slpd reads to obtain configuration information, rather than the default, /etc/slp.conf. -l logfile Use logfile as the file that slpd reads to write log messages, rather than the default, /var/log/slpd.log. -l registrationfile Use registrationfile as the file that slpd reads to obtain static registrations, rather than the default, /etc/slp.reg. -l pidfile Use pidfile as the file that holds the slpd process id, rather than the default, /var/run/slpd.pid. -v Show slpd version and compile options. slpd 2.0.beta2 May 2013 SLPD(8)

Check Out this Related Man Page

slp_strerror(3SLP)				    Service Location Protocol Library Functions 				slp_strerror(3SLP)

NAME
slp_strerror - map SLP error codes to messages SYNOPSIS
#include <slp.h> const char* slp_strerror(SLPError err_code); DESCRIPTION
The slp_strerror() function maps err_code to a string explanation of the error. The returned string is owned by the library and must not be freed. PARAMETERS
err_code An SLP error code. ERRORS
This function or its callback may return any SLP error code. See the ERRORS section in slp_api(3SLP). EXAMPLES
Example 1 Using slp_sterror() The following example returns the message that corresponds to the error code: SLPError error; const char* msg; msg = slp_streerror(err); ENVIRONMENT VARIABLES
SLP_CONF_FILE When set, use this file for configuration. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWslpu | +-----------------------------+-----------------------------+ SEE ALSO
slpd(1M), slp_api(3SLP), slp.conf(4), slpd.reg(4), attributes(5) System Administration Guide: Network Services Kempf, J. and Guttman, E. RFC 2614, An API for Service Location. The Internet Society. June 1999. SunOS 5.11 16 Jan 2003 slp_strerror(3SLP)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Mac OS X

Have a customer with an OSX server. Server freezes without any warning 2-3-4 times a day. Log excerpt says: -- Mar 19 10:44:38 localhost mach_kernel: ether_ifattach called for en Mar 19 10:44:38 localhost mach_kernel: ipfw_load Mar 19 10:44:38 localhost mach_kernel: IP packet filtering... (13 Replies)
Discussion started by: John Philip
13 Replies

2. Shell Programming and Scripting

vmstat returns good val for cpuIdle put ps shows no active process

hi i'm running a shell script that checks the amount of cpu idle either using /usr/bin/vmstat 1 2 or sar 1 2 (on unixware) before i run some tests(if cpu idle greater than 89 I run them). These tests are run on many platforms, linux(suse, redhat) hp-ux, unixware, aix, solaris, tru64. ... (5 Replies)
Discussion started by: OFFSIHR
5 Replies

3. Shell Programming and Scripting

to print output using shell command

suppose u have 2 files ; where both files have one line in common. say one file like that >gi|62859953|ref|NP_001017322.1| plexin B2 MKEKERTKAITEIYLTRLLSVKGTLQQFVDNFFQSVLNSNQVVPPAVKYFFDFLDEQAEKYEIKDEDTVHIWKTNSLSLR... (13 Replies)
Discussion started by: cdfd123
13 Replies

4. Solaris

fatal: relocation error: R_SPARC_WDISP22

Hello, I wonder if anyone has a clue what could be wrong. I get the following error on SUN Netra-T4 server when some applications try to start (e.g. slpd) also even if I try commands such as "jar" I get the same error: ld.so.1: /usr/java1.2/jre/bin/sparc/native_threads/java: fatal:... (3 Replies)
Discussion started by: Juha
3 Replies

5. Solaris

could not able to start the ssh service plz suggest

Hi Gurus I could not able to start the ssh service plz suggest root@bics-uatsrvr-01 # svcs -x ssh svc:/network/ssh:default (SSH server) State: offline since Thu May 28 04:12:02 2009 Reason: Service svc:/system/filesystem/usr:default is not running because a method failed. ... (1 Reply)
Discussion started by: girish.batra
1 Replies

6. UNIX for Dummies Questions & Answers

How would i schedule a job on ESX

Hi I m using a machine for VMWARE setup. machine details. #uname -a VMkernel testmachine.test.com 3.5.0 #1 SMP Release build-110271 Aug 12 2008 19:36:55 i686 unknown the problem is i m not able to schedule a job using crontab as crontab is not found on the machine. ~ # crontab -e... (5 Replies)
Discussion started by: pinga123
5 Replies

7. Shell Programming and Scripting

Script not working as expected

Hi, I have prepared a script and trying to execute it but not getting expected output. Could you please help and advise what is going wrong. "If else" part in below script is not working basically. I am running it on HP-UX. for i in slpd puma sfmdb do echo "******\t$i\t*******" echo... (10 Replies)
Discussion started by: sv0081493
10 Replies