coredumpscript Syntax

Purpose

This is a command-line tool used to load existing CDS settings stored in a .ini configuration file. The tool starts the core dump server and instructs it to read the settings from the specified configuration file.

Syntax

> coredumpscript [-c number_of_crashes] [-f configuration_file]

Name

Description

-c number_of_crashes

Specify the number of failure events the tool must wait for, before it exits. The default value is 1.

-f configuration_file

Specify the .ini configuration file from which the settings must be read. The default configuration file is E:\private\10282FE5\coredumpserver.ini.

Examples

The following command runs the tool to configure CDS using the settings defined in the coredumpserver_ex.ini file. It waits for two failure events, then exits.

> coredumpscript -c 2 -f coredumpserver_ex.ini