HP StorageWorks XP Command View Advanced Edition software Device Manager server installation and configuration guide (web version) (T1780-96078, March 2008)

Appendix A Overview of CIM/WBEM
244
Execute the following command:
# chkconfig --level 01345 slpd off
# chkconfig --del slpd
# rm -f /etc/init.d/slpd
A-5-2 Starting and stopping the service discovery feature
A-5-2-1 In Windows
To manually start the SLP service, perform either of the following procedures:
From Administrative Tools, choose Services and then Service Location Protocol to start
the SLP service.
Show the command prompt, move to the folder containing the OpenSLP executable file, and
execute the following command:
> slpd -start
To stop the SLP service, perform either of the following:
From Administrative Tools, choose Services and then Service Location Protocol.
Display the command prompt, move to the folder containing the OpenSLP executable file, and
execute the following command:
> slpd –stop
A-5-2-2 In Linux
To manually start the SLP daemon, execute the following command:
installation-directory-for-the-Device-Manager-
server/Server/wsi/bin/slpd.sh start
To stop the SLP daemon, execute the following command:
installation-directory-for-the-Device-Manager-
server/Server/wsi/bin/slpd.sh stop
The following shows an example of executing the commands:
# /opt/CVXPAE/Server/wsi/bin/slpd.sh start
# /opt/CVXPAE/Server/wsi/bin/slpd.sh stop
A-5-3 Notes on using OpenSLP
The SLP service (or SLP daemon) of OpenSLP outputs operation logs to the following file:
In Windows:
%WINDIR%slpd.log
*
* %WINDIR% is replaced by the value of the environment variable WINDIR in Windows.
Normally, the value is C:\WINNT\.
In Linux:
installation-directory-for-the-Device-Manager-
server/Server/wsi/cfg/slp.log
By default, only the start message at SLP daemon startup is output to the log file. Since the SLP
service log output (or SLP daemon) accumulates as time elapses, if you use the SLP service (or
SLP daemon) for an extended period of time, the log output may eventually use up a lot of disk
space. To prevent this, you need to periodically back up the log file and clear the disk space.