HP StorageWorks XP Command View Advanced Edition Software 6.4 Server Administrator Guide for Device Manager and Provisioning Manager (web) (T1780-96341, July 2010)

Table Of Contents
Settings for CIM/WBEM (SMI-S CIMOM)
118
If the following message is displayed when Device Manager is uninstalled, release the SLP daemon
from the Linux daemons manually.
WARNING: An attempt to release the SLP daemon has failed. After
uninstallation, release the SLP daemon manually. Uninstallation
continues.
To release the SLP daemon:
1. Log in as the root user.
2. 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 command:
# /opt/CVXPAE/Server/wsi/bin/slpd.sh stop
3. If /etc/init.d/slpd exists, delete it.
Execute the following commands:
# chkconfig --level 01345 slpd off
# chkconfig --del slpd
# rm -f /etc/init.d/slpd
7-6-1-3 In SUSE Linux Enterprise Server
OpenSLP is provided with the standard configuration. No settings are required to use the service
discovery feature after installing SUSE Linux Enterprise Server. You can use the service discovery
feature as is.
7-6-2 Starting and stopping the service discovery feature
This section describes how to start and stop the SLP service.
7-6-2-1 In Windows
To manually start the SLP service, perform either of the following procedures:
From Administrative Tools, select 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, select 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
7-6-2-2 In Red Hat Enterprise 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: