Fujitsu ServerView Resource Orchestrator Cloud Edition V3.1.1 Operation Manual page 106

Windows/linux
Hide thumbs Also See for ServerView Resource Orchestrator Cloud Edition V3.1.1:
Table of Contents

Advertisement

1.
Create a new backup directory.
[Windows Manager]
> D: <RETURN>
> cd \ <RETURN>
> mkdir basebackup\Charging <RETURN>
> E: <RETURN>
> cd \ <RETURN>
> mkdir walbackup\Charging <RETURN>
[Linux Manager]
# mkdir /basebackup <RETURN>
# mkdir /walbackup <RETURN>
2.
Set access privileges for users connected with the database, for the directory.
[Windows Manager]
>cacls D:\basebackup\Charging /T /E /G rcxctdbchg:F <RETURN>
>cacls E:\walbackup\Charging /T /E /G rcxctdbchg:F <RETURN>
[Linux Manager]
# chown -R rcxctdbdhg:rcxctdbchg /basebackup <RETURN>
# chown -R rcxctdbdhg:rcxctdbchg /walbackup <RETURN>
3.
Copy (move) files from the existing directory to the new directory.
[Windows Manager]
>xcopy c:\Fujitsu\ROR\RCXCTMG\backup\data\* D:\basebackup\ /E /H /K /X <RETURN>
>xcopy c:\Fujitsu\ROR\RCXCTMG\backup\wal\* E:\walbackup\ /E /H /K /X <RETURN>
[Linux Manager]
# cp -pR /var/opt/FJSVctchg/backup/data/* /basebackup/. <RETURN>
# cp -pR /var/opt/FJSVctchg/backup/wal/* /walbackup/. <RETURN>
4.
Modify the operational settings file for the database.
Change the settings for the following operational settings file for each database cluster:
[Windows Manager]
Installation_folder\RCXCTMG\Charging\pgsql\data\postgresql.conf
Change as follows:
-
Setting before Change
archive_command = 'copy "%p" "C:\\Fujitsu\\ROR\\RCXCTMG\\backup\\wal\\Charging\\%f"'
command to use to archive a logfile segment
-
Setting after Change
archive_command = 'copy "%p" "E:\\walbackup\\Charging\\%f"'
logfile segment
Point
Use "\\" as a delimiter.
[Linux Manager]
- 92 -
# command to use to archive a
#

Advertisement

Table of Contents
loading

Table of Contents