This section explains messages starting from BRPG10000.
Succeeded in getting base-backup. file="{0}"
Description
The backup command has executed successfully.
Parameter
{0}: Path to the backup file
Exit status
0
Corrective Action
No action is required.
Failed to get base-backup.
Description
An attempt to execute the backup command has failed.
Exit status
The exit status of the other message output in conjunction with this message (a value from 1 to 13).
Corrective Action
Take action according to the message that was displayed immediately before this message.
The argument for the configurations file is not specified.
Description
The configuration file for the command has not been specified in the parameter.
Exit status
1
Corrective Action
Check for any problem with the content of the configuration file for the command.
If the above does not apply, contact Fujitsu technical staff.
The argument for the backup directory is not specified.
Description
The backup directory has not been specified in the parameter.
Exit status
2
Corrective Action
Check for any problem with the content of the configuration file for the command.
If the cause of the problem is other than the above, contact Fujitsu technical staff.
The configuration file does not exist. - "{0}"
Description
The configuration file for the specified command does not exist.
Parameter
{0}: Path to the configuration file for the command
Exit status
3
Corrective Action
Collect the console message and the investigation data, and then contact Fujitsu technical staff.
The specified directory does not exist. - "{0}"
Description
The specified backup directory does not exist.
Parameter
{0}: Path to the backup directory
Exit status
4
Corrective Action
Check for any problem with the content of the configuration file for the command.
If the cause of the problem is other than the above, contact Fujitsu technical staff.
The database is not running.
Description
The database is not running.
Exit status
6
Corrective Action
Check the operational status of the database.
If the cause of the problem is other than the above, contact Fujitsu technical staff.
Failed to get the PostgreSQL setting 'archive_mode'.
Description
The operation settings information for PostgreSQL could not be acquired.
Exit status
7
Corrective Action
Check whether the database is running. If the database is stopped, start the database before executing the command again.
If the cause of the problem is other than the above, contact Fujitsu technical staff.
This command can be used when PostgreSQL setting 'archive_mode' is set 'on'.
Description
The operation settings information for PostgreSQL is not appropriate.
Exit status
5
Corrective Action
There are errors in the settings of operational settings file for the database.
Enable the WAL saving settings in the operational settings file for the database.
Refer to "10.1.5 Online Backup Settings for Metering" in the "Operation Guide CE" for information on enabling the WAL saving settings.
Failed to execute SQL for starting backup. return code={0}
Description
An attempt to execute the backup start SQL has failed.
Parameter
{0}: Exit status of the internal program
Exit status
8
Corrective Action
Collect the console message and the investigation data, and then contact Fujitsu technical staff.
Failed to create the base-backup file.
Description
An attempt to generate a backup file has failed.
Exit status
9
Corrective Action
Collect the console message and the investigation data, and then contact Fujitsu technical staff.
Failed to execute SQL for stop backup. return code={0}
Description
An attempt to execute the backup stop SQL has failed.
Parameter
{0}: Exit status of the internal program
Exit status
10
Corrective Action
Collect the console message and the investigation data, and then contact Fujitsu technical staff.
Failed to move WAL files to the previous generation buckup directory. return code={0}
Description
An attempt to move the WAL files has failed.
Parameter
{0}: Exit status of the internal program
Exit status
11
Corrective Action
Collect the console message and the investigation data, and then contact Fujitsu technical staff.
Failed to delete the old generation buckup directory. return code={0}
Description
An attempt to delete old backup data has failed.
Parameter
{0}: Exit status of the internal program
Exit status
12
Corrective Action
Collect the console message and the investigation data, and then contact Fujitsu technical staff.
Failed to execute SQL for getting WAL write location. return code={0}
Description
An attempt to execute the SQL for getting the WAL file write position has failed.
Parameter
{0}: Exit status of the internal program
Exit status
13
Corrective Action
Collect the console message and the investigation data, and then contact Fujitsu technical staff.
Another backup process is running.
Description
Duplicate backup commands have been started.
Exit status
101
Corrective Action
Multiple backup commands cannot be started simultaneously. Ensure that duplicate commands are not started.
The restore command is running.
Description
Restore command execution is in progress.
Exit status
102
Corrective Action
Do not start the backup command while execution of the restore command is in progress.
Timeout error has occurred in executing the backup command.
Description
The backup command was waiting for completion of the WAL file switch command, but a timeout occurred.
Exit status
103
Corrective Action
Execute the backup command again after completion of the WAL file switch command.
Failed to execute the backup command.
Description
The backup command failed to start.
Exit status
104
Corrective Action
The following might apply:
The command was executed by a user that does not have system administrator privileges.
There are insufficient execution environment resources.
If none of the above applies, contact Fujitsu technical staff.