Top
ETERNUS SF Storage Cruiser V16.1 Operation Guide
FUJITSU Storage

A.4 perf.conf Parameter

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

Platform of Manager

Location

Windows

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

Solaris OS,
Linux

/etc/opt/FJSVssmgr/current/perf.conf

Reflecting Contents of Setting File

If the setting file is changed, execute re-read definition file by using the Web Console, or reactivate the Manager. This reflects the settings on this software.

Information

  • In performance management, the setting file is referenced once every 4 hours so that changes are reflected even if the above procedure has not been performed.

  • If the number of days to retain performance data is reduced, data retained that is older than the new number of days will be deleted. When you execute re-read definition file by using the Web Console, it may take a time to delete the performance data.

Customization

Note

  • If the number of days performance data is kept is increased, the application may stop because of insufficient memory or disk space; therefore care must be taken to ensure space is sufficient. In particular, if 0 is set for PERF_DATA_KEEP_DAYS, processing to delete performance information stops, so check the memory or disk space regularly.

  • If the number of generations of log files is increased, the application may stop because of insufficient memory or disk space, therefore care must be taken to ensure space is sufficient.

  • When the performance management for number of active disks is performed, it may not be possible to obtain performance information inside the performance monitoring interval. Change the performance monitoring interval where necessary.

PERF_DATA_KEEP_DAYS

Specify the number of days during which performance management keeps performance data. The data is automatically deleted after the specified number of days elapse.

If 0 is specified, the data is not deleted. However, the number of days does not include the current day.

The default value is seven days and is defined as shown below. Change this value if necessary.

PERF_DATA_KEEP_DAYS = 7;
LOG_ROTATION

The number of generations of log files (perflog.*) related to performance is specified by an arbitrary decimal number. Default is 2. It circulates in the second generation of perflog.0 and perflog.1 when 2 is set.

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

Platform of Manager

Location

Windows

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

Solaris OS,
Linux

/var/opt/FJSVssmgr/log

ENABLED_ECO_MODE

Specify whether to use the performance management for the active disks, power consumption, and temperature. To use the performance management for them, specify "true". If you do not want to use it, specify "false". The default is "true".

Example: When the performance management for the number of active disks, power consumption, and temperature is used:
ENABLED_ECO_MODE = true;
ENABLED_PORT_ISCSI

Specify whether to use the performance management for iSCSI port.on ETERNUS Disk storage system. To use the performance management for iSCSI port, specify "true". If you do not want to use it, specify "false". The default is "true".

Example: When the performance management for iSCSI port is used:
ENABLED_PORT_ISCSI = true;