Top
ETERNUS SF Storage Cruiser 14.0 User's Guide

C.3 ssmgr.conf Parameter

This file is saved at the following location as a detailed setting file of the storage management for the correlation management:

Platform of Manager

Location

Windows

$ENV_DIR\Manager\etc\opt\FJSVssmgr\current\ssmgr.conf
($ENV_DIR means "Environment Directory" specified at the Manager installation.)

Solaris OS,
Linux

/etc/opt/FJSVssmgr/current/ssmgr.conf


Reflecting the contents of the setting file

If the setting file is changed, select [Tool] - [Option] - [Re-read Definition File] from the resource view, or reactivate the Manager. This reflects the settings on this software.


Customization

Note

Note that the memory or the disk capacity may become insufficient when the number of generations or the maximum capacity of each log file is increased. Operation may stop when the memory or the disk capacity becomes insufficient.

Note when changing the number of generations or maximum capacity, secure the memory capacity and the disk capacity.

LOG_COUNT

The number of generations of log files (common.*) which is common to system to SNMP Trap is specified by an arbitrary decimal number.

Default is 2.

It circulates in the second generation (common.0 and common.1), when 2 is set.

Example for circulating in the fifth generation:
LOG_COUNT = 5; 
Location of the log file

Platform of Manager

Location

Windows

$TMP_DIR\Manager\var\opt\FJSVssmgr\current
($TMP_DIR means "Work Directory" specified at the Manager installation.)

Solaris OS,
Linux

/var/opt/FJSVssmgr/current

LOG_LIMIT

The maximum capacity of log file (common.*) which is common to system is specified within the range of 0-2147483647 (KB).

Default capacity is 1024 (KB).

When 0 or a minus value is specified, the log is not output. Moreover, when the value larger than the maximum value is specified, it becomes a default value.

Example for setting the maximum capacity to 2MB:
LOG_LIMIT = 2048;

For location of the log files, refer to LOG_COUNT.

SES_FILE_MAX_SIZE

The maximum capacity of system event log file (systemevent.csv) is specified within the range of 0-262144 (KB).

Default capacity is 2048 (KB).

When 0 is specified, the log is not output. Moreover, when the value is specified outside the range, it becomes a default value.

Example for setting the maximum capacity to 4MB:
SES_FILE_MAX_SIZE = 4096;

For location of the log files, refer to LOG_COUNT.

SYSTEMLOG_FACIRITY (Valid only for Solaris OS Manager)

Specify a facility name which has system log output destination information if a facility name is changed from the default ("daemon"). The facility name that is specified here must be defined by /etc/syslog.conf. Users can optionally change the system log output destination according to the specified facility name and the level.

Refer to online manuals of each operating system for syslog.conf definition.

PS_UNUSED_AFFINITYGROUP_WARNING

Specify whether to display an affinity group that is not assigned to the HBA as a warning in a system event. The default value is set to true. If false is set, no message is displayed for the system events.

For information on system event messages, refer to "1.2 Events Related to Storage Device Operation" in the ETERNUS SF Storage Cruiser Event Guide.