المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to retrieve dell drac ip's via c sharp?



C# Programming
09-08-2012, 04:12 AM
Has anyone done this? I've tried using wmi via c sharp with the namespace \\[servername]\ROOT\cimv2\dell:Dell_RemoteAccessServicePort and haven't gotten anywhere.

Our drac IP list is not accurate and I'd like to have a program that queries a server list and gives an update list from WMI or some other source. I've seen racadm do it locally, so it must be stored somewhere that is accessible from the OS.

I just did a procmon on racadm and could not find anything as far as how it generates the drac ip when it does a query. Thanks for reading.