Enable/disable auto discovery and check its status
search cancel

Enable/disable auto discovery and check its status

book

Article ID: 327700

calendar_today

Updated On:

Products

VMware Smart Assurance VMware Telco Cloud Service Assurance

Issue/Introduction

dmctl commands to enable and disable auto discovery in Smarts IP

Environment

Smarts 10.x / 2.x

Resolution

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

How do I check auto discovery status in Smarts IP?




The following sections provide the dmctl commands for enabling, disabling and checking the status of auto discovery in 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