REMCS Agent Operator's Guide 1.5
Contents Index PreviousNext

UpChapter 3 Collection of Software Investigation Information

3.10 Environment Definition File

The operation of collecting investigation information can be changed by modifying the default value inside the environment definition file (sirms.conf). Use of the system without modification is recommended.

[Filename]

/etc/opt/FJSVsirms/sirms.conf

[Contents of the file]

Name of definition

Use and unit

Modification

FORMAT_VER=1.0

Version number of software configuration information

Prohibited

CCLevel=2

Specify which kind of Software related information should be collected.

no: No information is collected.

1: Package information is collected.

2: Package information and Oracle related information are collected.

Permitted

SmallLimit=700KB

Unit: KB or MB. The default is byte.
When the size of the collected information is below the SmallLimit value, the information can be sent by "E-mail".

Permitted

BigLimit=30MB

Unit: KB or MB. The default is byte.
Maximum size of one item of information that can be saved in save area.
The information that exceeds the maximum size, can be saved only of its full path location in the save area.

Permitted

SaveArea=/var/crash/
$HOSTNAME$/
FJSVsirms_sa

Destination of storage in the save area of investigation information that is collected. $HOSTNAME$ is the field that is replaced by the hostname during execution.
A maximum of 256 characters can be specified as the path.
If the specified directory does not exist, it is created automatically.

Permitted

SaveAreaSize=200MB

Unit: KB or MB. The default is byte.
Upper limit of the amount of use of the save area

Permitted

AvailableSize=300MB

Unit: KB or MB. The default is byte.
Standard value of the free disk space of the file system required for execution.

Permitted

SaveCore=

Destination for saving the crash dump.
If the value is left blank, the following is selected.

1) Solaris 7 OEand higher: Definition in the dumpadm (1M) command

2) Solaris 2.6 OE: Definition in /etc/init.d/sysetup or /etc/rc2.d/S75savecore.

3) If a definition is not defined in the above 1) and 2), the following is defined.

SaveCore=/var/crash/$HOSTNAME$
$HOSTNAME$ is the field that is replaced by the hostname during execution.

Permitted

MaxSendTotal=5MB

Unit: KB or MB. The default is byte.
Maximum amount of information that can be sent. Specification is possible to 10MB. If total amount of the information to be sent exceeds this value, transmission is suppressed.

In Point to Point connection, it Prohibited

AllowSendAllInfo=no

Yes: Information will be transmitted even if the size exceeds the SmallLimit value
No: Information will not be transmitted when its size exceeds the SmallLimit value.

Permitted

SaveLocalHost=yes

The collected investigation information is stored in the Save area in local hosts.

Prohibited

AutoCleaning=yes

Yes: When the space can be used in the Save area reaches the maximum value before collecting, the information with the oldest incident number is deleted.
No: Do not delete.

Permitted

RCCollect=no

No: Do not execute the automatic collection of the investigation information.
Yes: Execute the automatic collection automatically.

Permitted

RCExtremeTime=24

Unit: Hour
Specified the frequencies of the automatic collection. If it will be execute 3 times in 24 hours, it should be specified as follows.
RCExtremeTime=24
RCExtremeFrequency=3

Permitted

RCExtremeFrequency=3

Unit: Times
Specified the frequencies of the automatic collection. If it will be execute 3 times in 24 hours, it should be specified as follows.
RCExtremeTime=24
RCExtremeFrequency=3

Permitted

RCWaitLimit=180

Unit: Minute

The time that automatic collection function waits for completing the crash dumps generation.

Permitted

SysLogFacility=LOG_USER

The log type of outputting to Syslog.

Prohibited

SysLogPriority=LOG_INFO

The log type of outputting to Syslog.

Prohibited

PCWaitLimit=10

The retry frequencies on the occasion of multiple starting. (Collect remotely)

Prohibited

SWRetryCount=0

The retry counts of file transfer API.

Prohibited

SWRetryTime=0

The retry time(interval) of file transfer API.

Prohibited


[Note]

Example:sirms.conf.cpy

When you re-install REMCS Agent, please also set environment definition file values with referring the back-uped environment definition file.


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED, PFU LIMITED 2001-2003