Interpreting cell execution failure codes

When the cell runs as a daemon or a service, it has no standard output or error stream. Tracing that is configured to go to stderr is redirected to a file in this case. You can configure the path for that file in mcell.conf. The default is installationDirectory\pw\server\tmp\cellName\trace.

If the cell service setup fails, an error file, mcell.err, is generated. Additional service setup failures can be appended to the original file, resulting in a file content of multiple lines. Normally, each line corresponds to one failed service setup. This error file contains exit codes specific to BMC Impact Manager.

The following table lists the exit codes for the Infrastructure Management cell:

Code

Description

1

Invalid command line options used.

2

Incorrect home directory specification through option -l.

3

No home directory could be determined.

4

Specified home directory is invalid.

5

Internal initialization failure.

16

Tracing configuration failed.

17

System process handling module initialization failure.

19

Logging facility initialization failure.

27

Service control module initialization failure.

29

Knowledge Base load failed.

37

Message handling module initialization failure.

39

Internal object initialization failure.

47

Event processing module initialization failure.

49

Saved state reload failed.

57

Query handling module initialization failure.

59

Service activation failed.

67

Internal object module initialization failure.

69

Metrics initialization failed.

77

Data processing module initialization failure.

79

Metrics activation failed.

97

Service setup failed.

Was this page helpful? Yes No Submitting... Thank you

Comments