Owner's Manual
• C:\Program Files\Dell\OpenManagePowerCenter\pgdata
Backing up Power Center Data
1. Stop all Power Center services.
2. Back up all Power Center data.
a) You must add your operating system user with Read privilege for the files listed in the Power Center Data table.
Also, you must add Read privileges to all of the sub-contents of the pgdata folder. Refer to your operating
system’s documentation for instructions on how to change file privileges.
b) Local: Copy all of the Power Center data files to your backup location. Remote: Copy all of the Power Center
data files except the
pgdata folder to your backup location. You must back up the database (i.e., pgdata) on the
remote server following the PostgreSQL backup and recovery Web pages.
NOTE: For the PostgreSQL database file pgdata, if you want to do customized database backup/recovery,
such as incremental backup/recovery, see the PostgreSQL backup and recovery Web page at: http://
www.postgresql.org/docs/8.3/interactive/backup.html.
3. Start all Power Center services.
The Power Center backup is completed.
Recovering Power Center Data
1. Install Power Center with the same version and user inputs as the original installation.
2. Stop all Power Center services.
3. Recover all Power Center data files.
a) Refer to your operating system documentation for instructions on how to change file privileges; you must add
your operating system user with the Read and Write privileges for the files listed in the Power Center Data
table.
NOTE: Record your actions, because these privileges will be removed later.
b) Local: Replace all of the Power Center data files with your backup files, except server.xml and java.security.
Remote: Replace all of the Power Center data files with your backup files, except server.xml, java.security, and
the
pgdata folder. Follow the PostgreSQL backup and recovery Web page to recover the remote database. (For
both local and remote: For best results, rename these files for backup, and copy backup files to this location).
c) For server.xml, you must manually update its parameters with the parameters in the original server.xml backup
file. These parameters are:
* Update the SSL port:
Replace the value in bold below with the value in the server.xml backup file.
<Connector port="8688" protocol="HTTP/1.1" server="localhost" maxHttpHeaderSize="8192"
connectionTimeout="60000" xpoweredBy="false" allowTrace="false" scheme="http"
redirectPort="8643"/>
<Connector protocol="org.apache.coyote.http11.Http11Protocol" port="8643" minSpareThreads="5"
maxSpareThreads="75" maxHttpHeaderSize="8192" enableLookups="true" disableUploadTimeout="true"
connectionTimeout="60000" acceptCount="100" maxThreads="200" server="localhost" allowTrace="false"
scheme="https" secure="true" SSLEnabled="true" xpoweredBy="false" keystoreFile="E:\Program Files
\Dell\OpenManagePowerCenter\keystore.ssl" keystorePass="DCM10!pass" clientAuth="false"
sslProtocol="TLS"/>
* Update the Keystore path:
Replace the value in bold below with the actual location of the recovered keystore.ssl file.
<Connector protocol="org.apache.coyote.http11.Http11Protocol" port="
8643
" minSpareThreads="5"
maxSpareThreads="75" maxHttpHeaderSize="8192" enableLookups="true" disableUploadTimeout="true"
108