Manual Pages


Table of Contents

NAME

na_coredump_segment_config - Manage the core segmenting configuration

SYNOPSIS

coredump segment config help

coredump segment config show

coredump segment config modify
[ -auto-delete {true|false} ]
[ -auto-segment {true|false} ]

DESCRIPTION

The coredump segment config command set is used to manage the core segmenting configuration.

SUBCOMMANDS

help
Displays a list of coredump segment config commands or provides additional information about a specified command.

show
Displays basic information about a systems's core segmenting configuration, such as whether automatic segmenting is enabled and whether the full core file is deleted afterward.

modify
Controls automatic core file segmenting.

The -auto-delete {true|false} parameter specifies whether the core file is deleted after automatic segmentation. The default setting is false, meaning the core file in not deleted.

The -auto-segment {true|false} parameter specified whether the core file is automatically segmented after it is saved. For some systems, the default setting is false. For all other platforms, the default setting is true , and the system will automatically segment the full core file after the core has been saved.

EXAMPLE

  This enables automatic core file segmenting.

  toaster> coredump segment modify -auto-segment true

SEE ALSO

na_savecore(1), na_coredump_segment(1)


Table of Contents