formatting is off in earlier comment but you'll need to run each command after the #
###"cd /etc/init.d"
###"./wsman status"
###"./wsman start"
###"esxcli system wbem set --enable true"
### "./wsman status"
To get it to work with ESXi 6.7 you will need to enable CIM service and SSH.
next ssh into shell and you will need to enable to CIM agent on the console.
cd /etc/init.d
./wsman status
./wsman start
esxcli system wbem set --enable true
./wsman status
https://kb.vmware.com/s/article/1025757
Many Thanks,
Vitaly Z
formatting is off in earlier comment but you'll need to run each command after the # ###"cd /etc/init.d" ###"./wsman status" ###"./wsman start" ###"esxcli system wbem set --enable true" ### "./wsman status"
To get it to work with ESXi 6.7 you will need to enable CIM service and SSH. next ssh into shell and you will need to enable to CIM agent on the console. cd /etc/init.d ./wsman status ./wsman start esxcli system wbem set --enable true ./wsman status https://kb.vmware.com/s/article/1025757 Many Thanks, Vitaly Z