Active IQ Unified Manager Discussions

Limiting OnCommand port usage

joycem
2,299 Views

I am running OnCommand in a secure environment. It appears OnCommand is trying to connect to various hosts on port 10000.  Is there any way to stop that? 

1 REPLY 1

adaikkap
2,299 Views

Hi

Yes there is way to turn OFF autodiscovery. Port 10000 is used by NDMP, so you will have to turn off this option in specific.

[root@vmlnx ~]# dfbm options list discoverNdmp

Option          Value

--------------- ------------------------------

discoverNdmp    Enabled

[root@vmlnx~]#

You can disable all auto discovery by setting the below autodiscover options appropriately.

[root@vmlnx~]# dfm options list | grep -i discover

discoverAgents                        Enabled

discoverClusters                      Enabled

discoverEnabled                       Enabled

discoverHostInitEnabled               Enabled

discoverHosts                         Enabled

discoverInterval                      15 minutes

discoverNetworks                      Disabled

discoverSAN                           Enabled

discoverTimeout                       5 seconds

discoverVfilers                       Enabled

networkDiscoveryLimit                 15

[root@vmlnx~]#

Regards

adai

Public