
Configuring Power Center 137
The following steps assume local host is 192.168.11.11, remote database host
is 192.168.11.22, and the remote database folder is located at C:\Program
Files\Dell\OpenManagePowerCenter\pgdata.
On the remote database host:
1
Stop the
Dell OpenManage Power Center Database Server
service.
2
Add your OS user with Read/Write permission to "C:\Program
Files\Dell\OpenManagePowerCenter\pgdata\postgresql.conf" and
"C:\Program Files\Dell\OpenManagePowerCenter\pgdata\pg_hba.conf".
Refer to your operating system documentation for instructions on how to
change file privileges.
3
Open "C:\Program
Files\Dell\OpenManagePowerCenter\pgdata\postgresql.conf" with a text
editor and update the following:
•Original value
—
"listen_addresses = 'localhost'"
, this
means that the database services will only serve connection requests from a
local host.
•New value
—
"listen_addresses = '*'"
, this means that the
database services will serve connection requests from all hosts.
4
Open "C:\Program
Files\Dell\OpenManagePowerCenter\pgdata\pg_hba.conf" with a text
editor and add the following:
• Original value (Only accepts local host connection requests)
—
# IPv4 local connections: host all all 127.0.0.1/32
password
• New value (Accepts connection requests from local host and
(192.168.11.11)
—
# IPv4 local connections:
host all all 192.168.11.11/32 password
host all all 127.0.0.1/32 password
5
Start the
Dell OpenManage Power Center Database Server
service.
NOTE: For more information on PostgreSQL client authentication, see
http://www.postgresql.org/docs/8.3/static/client-authentication.html.
OpenManagePowerCenter_User_Guide.book Page 137 Friday, March 2, 2012 10:33 AM
Comentarios a estos manuales