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
243
To register the SLP service:
1. Install Device Manager, and then log in as a member of the Administrator group.
2. Display the command prompt and move to the folder containing the OpenSLP executable file.
OpenSLP is installed in the following folder:
installation-folder-for-the-Device-Manager-
server\Server\wsi\bin\windows
3. Register the SLP service as a Windows service.
Execute the following command:
> slpd -install
To automatically start the service when Windows starts, execute the command with the auto
option.
> slpd -install auto
This operation is required only once. Even if you restart the Windows system, you do not need
to re-register the daemon. If you execute the command without the auto option, you need to
manually start the SLP service.
If the following message is displayed when Device Manager is uninstalled, release the SLP service
manually from the Windows services.
An attempt to release the SLP service has failed. After uninstallation,
release the SLP service manually. Uninstallation continues.
To release the SLP service:
1. Log in as a member of the Administrator group.
2. Show the command prompt and move to the folder containing the OpenSLP executable file.
3. Release the SLP service from Windows services.
Execute the following command:
> slpd –remove
A-5-1-2 In Linux
When Device Manager is installed, the OpenSLP file is copied at the same time. Settings do not
need to be specified after installation, and the service discovery feature can be used as is.
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.