It seems that it did not work. My son's mistake is to throw when I try to lift the service. I followed the steps you indicated but still nothing
root@SAPL1454 [ ~ ]# kill 1904
root@SAPL1454 [ ~ ]# ps aux | grep -i idmd
root 108905 0.0 0.0 13872 2344 pts/0 S+ 11:14 0:00 grep --color=auto -i idmd
root@SAPL1454 [ ~ ]# service-control --stop vmware-sts-idmd
Perform stop operation. vmon_profile=None, svc_names=['vmware-sts-idmd'], include_coreossvcs=False, include_leafossvcs=False
2018-08-09T15:15:36.450Z Service vmware-sts-idmd does not seem to be registered with vMon. If this is unexpected please make sure your service config is a valid json. Also check vmon logs for warnings.
2018-08-09T15:15:36.450Z Running command: ['/sbin/service', u'vmware-sts-idmd', 'status']
2018-08-09T15:16:10.406Z Done running command
Successfully stopped service vmware-sts-idmd
root@SAPL1454 [ ~ ]# service-control --start vmware-sts-idmd
Perform start operation. vmon_profile=None, svc_names=['vmware-sts-idmd'], include_coreossvcs=False, include_leafossvcs=False
2018-08-09T15:16:15.105Z Running command: ['/usr/bin/systemctl', 'is-enabled', u'vmware-sts-idmd']
2018-08-09T15:16:17.386Z Done running command
2018-08-09T15:16:17.395Z Service vmware-sts-idmd does not seem to be registered with vMon. If this is unexpected please make sure your service config is a valid json. Also check vmon logs for warnings.
2018-08-09T15:16:17.395Z Running command: ['/sbin/service', u'vmware-sts-idmd', 'status']
2018-08-09T15:16:17.455Z Done running command
2018-08-09T15:16:17.465Z Running command: ['/usr/bin/systemctl', 'daemon-reload']
2018-08-09T15:16:42.486Z Done running command
2018-08-09T15:16:42.487Z Invoked command: ['/usr/bin/systemctl', 'daemon-reload']
2018-08-09T15:16:42.487Z RC = 1
Stdout =
Stderr = Failed to execute operation: Connection timed out
2018-08-09T15:16:42.487Z {
"resolution": null,
"detail": [
{
"args": [
"Command: ['/usr/bin/systemctl', 'daemon-reload']\nStderr: Failed to execute operation: Connection timed out\n"
],
"id": "install.ciscommon.command.errinvoke",
"localized": "An error occurred while invoking external command : 'Command: ['/usr/bin/systemctl', 'daemon-reload']\nStderr: Failed to execute operation: Connection timed out\n'",
"translatable": "An error occurred while invoking external command : '%(0)s'"
}
],
"componentKey": null,
"problemId": null
}
Error executing start on service vmware-sts-idmd. Details {
"resolution": null,
"detail": [
{
"args": [
"vmware-sts-idmd"
],
"id": "install.ciscommon.service.failstart",
"localized": "An error occurred while starting service 'vmware-sts-idmd'",
"translatable": "An error occurred while starting service '%(0)s'"
}
],
"componentKey": null,
"problemId": null
}
Service-control failed. Error {
"resolution": null,
"detail": [
{
"args": [
"vmware-sts-idmd"
],
"id": "install.ciscommon.service.failstart",
"localized": "An error occurred while starting service 'vmware-sts-idmd'",
"translatable": "An error occurred while starting service '%(0)s'"
}
],
"componentKey": null,
"problemId": null
}