Parameter: enablecoredump

Startup parameters change the behavior of the HPE Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

enablecoredump

Description

This parameter enables HPE Service Manager to log information generated by a system crash. The operating system of the HPE Service Manager server determines what core file gets generated, if any, during a system crash. Core file names are specific to the operating system.

For example:

AIX and Solaris:core.sm.<process_id>_<thread_id>

HP-UX and Linux:Core.<process_id>

Windows:sm.<process_id>_<thread_id>.mini.dmp

When you see system messages in the sm.log file that indicate the Core Generation is disabled and ignoring Generate Core dump requests, start the processes to log information by enabling the parameter with a setting of "1" (enablecoredump:1).

Note By default, the file is generated in HPE Service Manager's RUN directory. You can choose an alternate location by providing the corepath parameter.

Valid if set from

Server's operating system command prompt

Initialization (sm.ini) file

Requires restart of the Service Manager server?

No

Default value

0

Possible values

0 (Disable)

1 (Enable)

Example usage

Command line: sm -enablecoredump:1 -corepath:/sm/corefiles/

Initialization file: enablecoredump:1