12 SMI Agent Configuration Tool

By default, the Management application SMI Agent is configured to advertise itself as a Service Agent (SA). The advertised SLP template shows its location (IP address) and the WBEM Services it supports. The default advertised WBEM services show the Management application SMI Agent:

accepts WBEM requests over HTTP without SSL on TCP port 5988

accepts WBEM requests over HTTPS using SSL on TCP port 5989

slptool commands

Use the following slptool commands to verify whether the SLP is operating properly.

slptool findsrvs service:service-agent

Use this command to verify that the Management application SMI Agent SLP service is properly running as a Service Agent (SA).

Example output: service:service-agent://127.0.0.1,65535

slptool findsrvs service:wbem

Use this command to verify that the Management application SMI Agent SLP service is properly advertising its WBEM services.

Example outputs: service:wbem:https://10.0.1.3:5989,65535 service:wbem:http://10.0.1.3:5988,65535

This output shows the functionalities of the Management application SMI Agent:

accepts WBEM requests over HTTP using SSL on TCP port 5989

accepts WBEM requests over HTTP without SSL on TCP port 5988

slptool findattrs service:wbem:https://IP_Address:Port

NOTE

Where IP_Address:Port is the IP address and port number that display when you use the slptool findsrvs service:wbem command.

Use this command to verify that Management application SMI Agent SLP service is properly advertising its WBEM SLP template over the HTTP protocol.

Example output:

Install_Home\cimom\bin>slptool findattrs service:wbem:http://10.24.35.61:5988 (template-type=wbem),(template-version=1.0),(template-description=This template describes the attributes used for advertising WBEM Servers), (template-url-syntax=http://10.24.35.61:5988),(service-hi-name=WBEM Solutions

JWBEM Server),(service-hi-description=WBEM Solutions J WBEM Server), (service-id=WBEMSolutions:f1f65c3b-27f1-4b70-9ced-e412e93a8d5e),(Communicatio nMechanism=CIM-XML),(OtherCommunicationMechanismDescription =null), (InteropSchemaNamespace=interop),(ProtocolVersion=1.2), (FunctionalProfilesSupported=Basic Read,Basic Write,Schema Manipulation, Instance Manipulation,Association Traversal,Query Execution,Qualifier Declaration,Indications),(FunctionalProfileDescriptions=null),(MultipleOperat ionsSupported=true),(AuthenticationMechanismsSupported=Basic),(Authentication MechanismDescriptions=null),(Namespace=root/brocade1,interop),(Classinfo=0,0)

398

Brocade Network Advisor IP User Manual

 

53-1003056-01

Page 450
Image 450
Brocade Communications Systems IP250 user manual Slptool commands