Restore the common control repository.
Information
About the notation in procedure
Directory name | Explanation |
---|---|
$BAK_DIR | Backup destination directory. |
$INS_DIR | "Program Directory" specified at the ETERNUS SF Manager installation. |
Stop the ETERNUS SF Express Tomcat service.
Open Service Control Manager to stop the following service.
ETERNUS SF Manager Tomcat Service
Restore the backup data. The following procedure must be implemented by a user with administrator privileges for the operating system.
Execute the following command.
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.
$INS_DIR\Common\sys\postgres\bin\psql -U esfpostgres -p portNumber postgres
The prompt is displayed, and waiting for input. Input the following strings in order.
master01! drop database esfdb; \q
Execute the following command to restore the 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 backupFileName is the file name specified when the backup data was created.
$INS_DIR\Common\sys\postgres\bin\psql -U esfpostgres -p portNumber -f $BAK_DIR\Common\backupFileName postgres
The prompt is displayed, and waiting for input. Input the following strings.
master01!
Start the ETERNUS SF Express Tomcat service.
Open Service Control Manager to start the following service.
ETERNUS SF Manager Tomcat Service
Note
After restoring the shared control repository, it takes approximately 2 minutes before the Web Console becomes available.