Start a Conversation

Unsolved

This post is more than 5 years old

D

3600

July 9th, 2009 07:00

Java API for Discovery

Hi,

I am new to EMC Smarts... just would like to find out if there is any Java API that can trigger/initiate the discovery of new device?

Thanks

Regards

Desmond

July 13th, 2009 06:00

Hi,

in order to add device to the pending list, you should use the :

     ICF_TopologyManager

object.

This is a singleton, per DM. Unique instance is :

     ICF_TopologyManager::ICF-TopologyManager

( or first element of the table return by getInstance(ICF_TopologyManager) ).

     dmctl -s getop ICF_TopologyManager

will give you the signature of the method :

     addPending

then make a call to method (from ICF_TopologyManager) :

     discoverPending

HTH,

--Fred

== Monitor your Smarts environment using APG ReportPack for Smarts health  ==
Frederic Meunier
Solutions Watch4Net Inc
APG & Smarts InCharge integration

15 Posts

December 7th, 2009 12:00

I too am attempting to add to the pendinG list using dmctl.   Could you help me understand how to format the command?  I have tried the following so far, without success.   I get "  Invalid command 'ICF_TopologyManager' -- try again.  "

dmctl -s AMPM-5-3 ICF_TopologyManager::ICF-TopologyManager addPending st-12168-h1

dmctl -s AMPM-5-3 ICF_TopologyManager addPending st-12168-h1

dmctl -s AMPM-5-3 addPending st-12168-h1

Also, what is "snmpSource"?   I do not see that attribute in my devices that are already added to Smarts.

December 8th, 2009 06:00

dmctl -s invoke ::

--Fred

No Events found!

Top