Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
juangranados
For those with problems with ILO3, you have to specify the SSL cipher. In my case, in order to connect with an ILO 3 v1.89, I had to use:
--sslopts 'SSL_cipher_list => "DES-CBC3-SHA",SSL_verify_mode => SSL_VERIFY_NONE'
You can check available ciphers of ILO using cnark (http://blog.techstacks.com/cryptonark.html):
cnark.pl -h 192.168.2.66 -p 443 --insecure
--sslopts 'SSL_cipher_list => "DES-CBC3-SHA",SSL_verify_mode => SSL_VERIFY_NONE'
You can check available ciphers of ILO using cnark (http://blog.techstacks.com/cryptonark.html):
cnark.pl -h 192.168.2.66 -p 443 --insecure
Hi Spenser!
Thanks for this excellent script.
Running Get-WmiObject -Class Win32_QuickFixEngineering could return empty values on InstalledOn.
I fixed this error and upload the script to GitHub, if anyone is interested:
https://github.com/juangranados/check_updates
Thanks for this excellent script.
Running Get-WmiObject -Class Win32_QuickFixEngineering could return empty values on InstalledOn.
I fixed this error and upload the script to GitHub, if anyone is interested:
https://github.com/juangranados/check_updates