Troubleshoot using multiple EGO log files
If a service does not start as expected, open the appropriate service log file and review the runtime information that is contained within it to discover the problem. Look for relevant entries such as insufficient disk space, lack of memory, or network problems that result in unavailable hosts.
EGO log file locations and content
Log file | Default location | What it contains |
---|---|---|
esc.log |
|
Logs service failures and service instance restarts based on availability plans. |
named.log |
|
Logs information that is gathered during the updating and querying of service instance location; logged by BIND, a DNS server. |
pem.log |
|
Logs remote operations (start, stop, control activities, failures). Logs tracked results for resource usage of all processes that are associated with the host, and information for accounting or chargeback. |
vemkd.log |
|
Logs aggregated host information about the state of individual resources, status of allocation requests, consumer hierarchy, resource assignment to consumers, and started operating system-level processes. |
wsg.log |
|
Logs service failures in web services interfaces for web service client applications. |
Match service error messages and corresponding log files
Message | Problem | Review this log file |
---|---|---|
failed to create vem working directory | Cannot create work directory during startup | vemkd.log |
failed to open lock file | Cannot get lock file during startup | vemkd.log |
failed to open host event file |
Cannot recover during startup because event file cannot be opened |
vemkd.log |
lim port is not defined | EGO_LIM_PORT in ego.conf is not defined | lim.log |
management candidate can not set GET_CONF=lim | Wrong parameter value for management candidate host (for example, EGO_GET_CONF=LIM) | lim.log |
there is no valid host in EGO_MASTER_LIST | No valid host in the management host list | lim.log |
ls_getmyhostname fails | Cannot get local host name during startup | pem.log |
temp directory (%s) not exist or not accessible, exit | Temporary directory does not exist | pem.log |
incorrect EGO_PEM_PORT value %s, exit | EGO_PEM_PORT is a negative number | pem.log |
chdir(%s) fails | Temporary directory does not exist | esc.log |
cannot initialize the listening TCP port %d | Socket error | esc.log |
cannot log on | Log on to vemkd failed | esc.log |
vem_register: error in invoking vem_register function | VEM service registration failed | wsg.log |
you are not authorized to unregister a service | Either you are not authorized to unregister a service, or no registry client exists | wsg.log |
request has invalid signature: TSIG service.ego: tsig verify failure (BADTIME) | Failed to update a resource record | named.log |