Save the common control repository.
Information
About the notation in procedure
Directory name | Explanation |
---|---|
$BAK_DIR | Backup destination directory. |
Stop the ETERNUS SF Manager Web service.
Execute the following shell script to stop the service.
/opt/FJSVesfcm/bin/stop-webservice.sh
Create backup data.
Create the following backup directories:
mkdir -p $BAK_DIR/Common
From a user with OS Administrator privilege, execute the following command to create backup data.
If you did not change the port number, specify 15432 for portNumber. If you did change the port number, specify the changed port number for portNumber.
The file name of the created backup data is backupFileName.
/opt/FJSVesfcm/postgres/bin/pg_dump -U esfpostgres -C --attribute-inserts -p portNumber -f $BAK_DIR/Common/backupFileName esfdb
The prompt is displayed, and waiting for input. Input the following strings.
master01!
Start the ETERNUS SF Manager Web service.
Execute the following shell script to start the service.
/opt/FJSVesfcm/bin/start-webservice.sh