Cisco MDS 9000 Family Storage Media Encryption Configuration Guide - Release 4.x (OL-18091-01, February 2009)

Send documentation comments to mdsfeedback-doc@cisco.com
A-7
Cisco MDS 9000 Family Storage Media Encryption Configuration Guide
OL-18091-01, Cisco MDS NX-OS Release 4.x
Appendix A Cisco SME CLI Commands
discover
discover
To initiate the discovery of hosts, use the discovery command. To disable this feature, use the no form
of the command.
discover host host port target target port vsan vsan id fabric fabric name
no discover host host port target target port vsan vsan id fabric fabric name
Syntax Description
Defaults None.
Command Modes Cisco SME cluster configuration submode.
Command History
Usage Guidelines If the discover command is issued on an existing host that could be configured or discovered, then Cisco
SME deletes all the existing discovered LUNs, sends out a LOGO notification to the host, and does a
discovery again.
Examples The following example discovers a host and specifies a target, a VSAN, and a fabric for discovery:
switch# config t
switch(config)# sme cluster clustername1
switch(config-sme-cl)# discover host 20:00:00:00:c9:49:28:47 target
21:01:00:e0:8b:29:7e:0c vsan 2345 fabric sw-xyz
The following example disables the discovery feature:
switch# config t
switch(config)# sme cluster clustername1
switch(config-sme-cl)# no discover
Related Commands
host host port Identifies the host port WWN. The format is hh:hh:hh:hh:hh:hh:hh:hh.
target target port Identifies the target port WWN. The format is hh:hh:hh:hh:hh:hh:hh:hh.
vsan vsan id Selects the VSAN identifier. The range is 1 to 4093.
fabric fabric name Specifies the fabric for discovery. The maximum length is 32 characters.
Release Modification
3.2(2c) This command was introduced.
Command Description
show sme cluster Displays information about the Cisco SME cluster.