10.3 AdminAgentrc (Setup file for automatic start of Administration Agent)

Organization of this section
(1) Format
(2) File storage location
(3) Functionality
(4) Specifiable keys
(5) Examples of coding
(6) Precautions

(1) Format

Codes the shell script in bash format.

(2) File storage location

/opt/Cosminexus/manager/config/

(3) Functionality

Specify the settings for automatic start of Administration Agent.

Settings of this file are inherited by the logical server starting from Administration Agent.

(4) Specifiable keys

Among the shell scripts in the bash format, you can code the following settings.

When other settings are coded, the operations are not guaranteed.

(5) Examples of coding

ulimit -c unlimited

(6) Precautions

This file is executed as shell script, so if you change the coded contents, make sure that you sufficiently confirm the operation.