Ionix IP/Smarts IP: How do I enable/disable auto discovery and check its status?
search cancel

Ionix IP/Smarts IP: How do I enable/disable auto discovery and check its status?

book

Article ID: 327700

calendar_today

Updated On:

Products

VMware

Environment

VMware Smart Assurance - SMARTS

Resolution

How do I enable auto discovery in Ionix IP/Smarts IP?
How do I disable auto discovery in Ionix IP/Smarts IP?

How do I check auto discovery statusĀ in Ionix IP/Smarts IP?




The following sections provide the dmctl commands for enabling, disabling and checking the status of auto discovery in Ionix IP/Smarts IP.

Enable auto discovery
dmctl -s <DM_NAME> invoke ICF_TopologyManager::ICF-TopologyManager
enableAutoDiscovery

Disable auto discovery
dmctl -s <DM_NAME> invoke ICF_TopologyManager::ICF-TopologyManager
disableAutoDiscovery

Check if auto discovery is enabled
dmctl -s <DM_NAME> get
ICF_TopologyManager::ICF-TopologyManager::AutoDiscoveryEnabled

OR

dmctl -s <DM_NAME> invoke ICF_TopologyManager::ICF-TopologyManager
getAutoDiscoveryEnabled