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:
fscsm_backup_config.xml
%FSCSM_HOME%\conf
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 |
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:
Use two back slashes ("\\") as a folder separator
Ensure that the specified folder string does not end with "\\\\"
Use the following escape characters if necessary:
"<" -> "<"
">" -> ">"
"&" -> "&"
"""(double quotes) -> """
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.