Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
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.