Brocade Communications Systems 53-1001778-01 Computer Accessories User Manual


 
Brocade SMI Agent User’s Guide 7
53-1001778-01
Service Location Protocol (SLP) support
2
Stopping the SMI-A when mutual authentication for clients is enabled
1. Modify the stop_server script to specify the CLASSPATH for the WbemClient.properties file.
(See “Client configuration to use client certificates” on page 48 if the WbemClient.properties
file is not used.)
The CLASSPATH should contain only the path to the directory where the file is present and not
the path to the file itself. For example, if the WbemClient.properties file is located at
C:\SMIAgent\agent, then the CLASSPATH should be:
C:\SMIAgent\agent
2. Run the following command to stop the SMI-A:
<SMIAgent>/agent/server/jserver/bin/stop_server
-s https://localhost:<HTTPSPort>/interop
This command is the same on all platforms. The protocol, host, and port information are
required only when the defaults are changed.
Stopping the SMI-A as a service
1. Type the following at the command line:
On Linux, Solaris, and AIX:
sh <SMIAgent>/agent/server/jserver/bin/stop_agent_service.sh
-s http://localhost:<portnum>/interop
On Windows:
<SMIAgent>\agent\server\jserver\bin\stop_agent_service.bat
On Windows, you can also click Start > Programs > SMIAgent > Stop SMI Agent Service.
Service Location Protocol (SLP) support
The Brocade SMI Agent supports SLP to allow applications to discover the existence, location, and
configuration of WBEM services in enterprise networks.
A WBEM client is not required to use SLP discovery to find a WBEM Server; that is, it might already
know about the location and capabilities of the WBEM Server to which it wants to send its requests.
In such environments, starting the SLP component of the SMI-A is not needed.
However, in a dynamically changing enterprise network environment, many WBEM clients might
choose to use SLP discovery to find the location and capabilities of other WBEM Servers. In such
environments, the SLP component of the SMI-A should be started to allow advertisement of its
existence, location, and capabilities.
NOTE
If you want SLP support, you must install and start the SLP daemon prior to starting the SMI-A.
Brocade SMI Agent SLP support consists of the following components:
slpd script that starts up the slpd platform-specific program
slpd program that acts as a Service Agent (SA). A different slpd binary executable exists for
Solaris, Linux, AIX, and Windows.