Top
Cloud Services Management V1.1.0 Operation Guide
FUJITSU Software

2.10.5 Online Backup Configuration Information

Online backup configuration information is referred to when performing online backup. It defines the backup destination and whether to perform the backup operation.

The file name and storage location are as follows:

File Name
fscsm_backup_config.xml
Storage Location
%FSCSM_HOME%\conf
Setting Items

Item

Description

manager.onlinebackup.directory

Specify the storage location of the backup files. Specify the storage location folder using only alphanumeric characters, periods ("."), hyphens ("-"), and back slashes ("\").

It is necessary to create the folders and subfolders to be specified here beforehand.

For details, refer to "Backup Storage Location" below.

Default: "" (Empty string)

Configuration example 1: F:\\csm\\online

Configuration example 2: \\\\10.20.30.40\\csm\\online

csm.base.onlinebackup

Specify whether to enable or disable online backup.

true: Online backup is performed

false: Online backup is not performed

Default: false

Backup Storage Location

The folder to be specified as the backup location and its subfolders must be created beforehand.

Create the following folder structure in the folder to specify:

<Backup storage folder>
   |
   |---CSMACCOUNTING
   |     |
   |     +-- wal
   |
   |---CSMMETERINGLOG
   |     |
   |     +-- wal
   |
   |---CSMSYSTEM
   |     |
   |     +-- wal
   |
   |---CSMAPP
         |
         +-- wal

When specifying a folder as the backup storage location, note the following:

Note

  • The backup storage location is accessed from the services of this product and by the user who executes the command. Therefore, it must be accessible using the OS administrator privileges and the privileges of the OS user for database connection (fjsvcsmdb).

  • In order to prevent information that was backed up from being corrupted due to failure of the management server, specify another recording media or an external storage device for the backup location of the files on the management server.