HPlogo HP-UX Reference > S

slpdc(1M)

HP-UX 11i Version 2: December 2007 Update
» 

Technical documentation

 » Table of Contents

 » Index

NAME

slpdc — send signals to the SLP daemon or starts slpd

SYNOPSIS

slpdc [start | stop | restart | dump]

DESCRIPTION

slpdc sends the appropriate signal to the SLP daemon or starts slpd /usr/sbin/slpd. The process ID is obtained from /var/run/slpd.pid or from the ps command if /var/run/slpd.pid does not exist (see ps(1)).

Options

slpdc recognizes the following command-line arguments:

dump

Sends the SIGINT signal to slpd and makes slpd dump its database. The database of registrations is dumped to the log file. The default logfile is /var/adm/syslog/slpd.log

restart

Restarts the slpd by sending the SIGHUP signal.

start

Starts slpd with the arguments following it on the command-line.

stop

Stops the slpd by sending the SIGTERM signal.

AUTHOR

slpdc was developed by HP.

FILES

/var/run/slpd.pid

File storing the slpd process ID

/var/adm/syslog/slpd.log

Default SLP log output file and slpd database dump