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

Command Syntax

 % set profiles system coredumpProfile <profile_name> 
 	coredumpCountLimit <1-10> 
 	coredumpLevel <disable | normal | sensitive> 
 	coredumpSpaceLimit <1-20GB> 

Command Parameters

The Coredump parameters are as shown below:

Coredump 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)

Command Example

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

  • No labels