Hi All,
I was trying to merge esxi SSH service start then following by other command in same script but unable to merge the same. Can someone good at powercli help me in creating such script.
The following activities should be done in script.
-> Start SSH service for esxi host (Specific Cluster in vCenter)
Then
-> esxcli sched swap system set -l false
then
-> esxcli system corefump file remove -F
Then stop the SSH service
the above 4 steps should be included in one script.
Thanks in Advance.