Hi All,
I have a task to install Dell Open Manage bundle on 30 ESXi 5.1 standalone servers.
I know I could have automated this task if it was part of vCenter using VUM.
Now since these are standalone ESXi hosts below are the manual steps
Enable ssh on ESXi host
Winscp to host copy vib to /var/tmp
putty to ESXi host run esxcli software vib install
reboot the host at the end.
This is very manual task and was wondering is it possible to automate this task.
If I use PowerCLI I do not need to enable SSH on ESXi host then how do I copy vib from my local pc to destination server with out enabling SSH?
Thanks Guys...