Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Noprint
Panel
borderColorgreen
bgColortransparent
borderWidth2

Back to Table of Contents

Back to CLI Configure Mode

Back to Profiles - CLI

Back to System Profile - CLI

The coredump profile feature specifies limits on the maximum number, sensitivity level and total size of coredump files.

...

Caption
0Table
1Coredump parameters

Parameter

Length/Range

Description

coredumpProfile

1-23

Specifies the name of the Coredump profile.
The symbol "#" may be used in the profile name to denote that any character following the "#" symbol is a comment.

coredumpCountLimit

1-10

Specifies the number of coredumps allowed on a hard disk per process. (default = 3)

coredumpLevel

N/A

Use this object to specify the coredump sensitivity level:

  • disabled
  • normal (default)
  • sensitive

coredumpSpaceLimit

1-20

Coredump disk space limit per server (in Gigabytes).
(default = 6)

...

Code Block
languagenone
% set profiles system coredumpProfile MyCoreDump#example 
	coredumpLevel sensitive coredumpCountLimit 10 
	coredumpSpaceLimit 8 
% show profiles system coredumpProfile 
	coredumpProfile MyCoreDump { 
		coredumpLevel sensitive; 
		coredumpSpaceLimit 8; 
		coredumpCountLimit 10; 
	}

Pagebreak