Hi all,
I'm working on a scripted install (I use UDA, it works very well), all is good in the normal section of my ks.cfg, but I have problems (like most of the people) with the %post section.
So to be short, I get a 514 "error connecting hostd-vmdb service instance" everytime I wanna use a vimsh command (e.g to enable VMotion, to set NIC teaming policies ...)
I tried the classics fixes :
service mgmt-vmware restart
sleep 20
and
vimsh -n -e "/hostsvc/net/refresh"
But still have the problem...
In an other thread, Yattong fix this issue by using a bigger sleep, so I tried a sleep 40 but I still get the error message.
The strange thing is, if I manually type my vimsh command after I logged in in the COS, it works !
I'm on this subject for a while now, I'm getting desperate, anyone already encountered this situation ?
Thanks a lot...