Hi Sean!

On 10/30/2017, at 06:16:19 PM you wrote:

> I imagine the the API will require authentication. I think were need
> something like
> https://github.com/newrelic/puppet-dell/blob/master/lib/facter/idrac.rb
> 
Yes, you need to know is vnc is enabled and encryption activated or not.
This could easily checked by racadm:
http://www.dell.com/support/manuals/us/en/04/idrac8-with-lc-v2.05.05.05/idrac8_2.05.05.05_ug-v1/using-vnc-client-to-manage-remote-server?guid=guid-bf36a9fe-9ec5-4f2b-91cd-3a428bb8eb26&lang=en-us
http://www.dell.com/support/manuals/us/en/04/idrac8-with-lc-v2.05.05.05/racadm_idrac_pub-v1/idracvncserver?guid=guid-93ce8273-3517-4d79-a258-070f61dc0ee4&lang=en-us

$ racadm -r <ip> -u <adm user> -p <passwd> get idrac.vncserver
$ racadm ... set idrac.vncserver.enable Enabled
$ racadm ... set idrac.vncserver.Password <passwd>

NB: vnc on dell is available only with enterprise license, so why this
should be checked first.

-- 
WBR et al.

-- 
You received this message because you are subscribed to the Google Groups 
"Foreman users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/foreman-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to