hello Mac,
Thanks for reply..
I have started service that return following errors:
# service-control --start vmware-updatemgr
Perform start operation. vmon_profile=None, svc_namest=['vmware-updatemgr'], include_coreossvcs=False, include_leafossvcs=False
Service updatemgr state STOPPED
Error executing start on service updatemgr. Details {
"resolution": null,
"detail": [
{
"args": [
"updatemgr"
],
"id": "install.ciscommon.service.failstart",
"localized": "An error occurred while starting servicer 'updatemgr'"
"translatable": "An error occurred while starting service ' %(0)s'"
}
],
"componentKey": null,
"problemId": null
}
Service-control failed. Error {
"resolution": null,
"detail": [
{
"args": [
"updatemgr"
],
"id": "install.ciscommon.service.failstart",
"localized": "An error occurred while starting servicer 'updatemgr'"
"translatable": "An error occurred while starting service ' %(0)s'"
}
],
"componentKey": null,
"problemId": null
}
}
After that I have checked log vmware-vum-server-3.log file but now found latest entries. So I have checked /var/log/vmware/vmware-updatemgr/vum-servers/vmware-vum-server-3.log file where I found following latest entries:
info vmware--vum-server[7FA024816700 [Originator@6876 sub=ThreadPool] Thread delisted
info vmware--vum-server[7FA0247D5700 [Originator@6876 sub=ThreadPool] Thread delisted
info vmware--vum-server[7FA04B796700 [Originator@6876 sub=ThreadPool] Thread delisted
...
...
info vmware--vum-server[7FA04B7D87C0 [Originator@6876 sub=Ufa] Plugin Stopped
info vmware--vum-server[7FA04B7D87C0 [Originator@6876 sub=ThreadPool] Thread delisted
info vmware--vum-server[7FA04B7D87C0 [Originator@6876 sub=Default] [main,418] VCI service stopped.
Thanks..
Raju Gupta