Ask the Community
Groups
How to determine the vCenter that a device was auto provisioned from - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION:</strong></p> <p>I have devices which say that they are auto provisioned from vCenter configuration. How can I find out from which vCenter were they auto provisioned?</p> <p><strong>RESOLUTION:</strong></p> <p>There are three possible ways:</p> <p><em>1. from the GUI:</em></p> <p>* represent into the department<br>* navigate top Administration --> Devices<br>* click on the 'Device Dependency' link at the top left<br>* Find the discovered device in the 'All Devices List' and select it<br>* the lower right panel will display the vCenter<br>* Hit Cancel</p> <p> </p> <p><em>2. from the Traverse CLI tool:</em></p> <p>This example is on a Windows BVE server; please fill iln the username and password as appropriate</p> <div> <pre class="code codeBlock" spellcheck="false" tabindex="0"> cd TRAVERSE_HOME\utils bveCLI.pl --host=127.0.0.1 --username=____ --password=_____ --exec="dependency.list 'devicename=*discovered*" --format=csv --fields=deviceName,parentDeviceName serialnumber, devicename, parentdevicename<br>"380158", "dv-sso-esx04.kaseya.com (discovered)", "SJ vCenter" </pre> </div> <p> </p> <p><em>3. from the BVE FlexAPI server</em></p> <div> <pre class="code codeBlock" spellcheck="false" tabindex="0">dependency.list "devicename=*discovered*" OK 203 request accepted, records returned: 1 ... "deviceName=dv-sso-esx04.kaseya.com (discovered)", ... "parentDeviceName=SJ vCenter", "parentAddress=ip-us-bak02.kaseya.com", ... </pre> </div> <p> </p> <p><strong>APPLIES TO:</strong></p> <p>All versions of Traverse </p> <p> </p> <p><strong>REFERENCE:</strong></p> <p>None</p> </article> </main>