Dell OpenManage Power Center Version 1.0 Instrukcja Użytkownika Strona 135

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 134
Configuring Power Center 135
3
Change the pg_hba.conf file (By default, pgdata of Power Center is
installed at C:\Program Files\Dell\OpenManagePowerCenter\pgdata):
Original:
# IPv4 local connections:
host all all 127.0.0.1/32
password
New:
# IPv4 local connections:
host all all 127.0.0.1/32
trust
4
Start
Dell OpenManage Power Center Database Server
service.
5
To change the user name, run the following commands (The command
below assumes Power Center is installed at C:\Program
Files\Dell\OpenManagePowerCenter and NewName is the new user
name):
"C:\Program
Files\Dell\OpenManagePowerCenter\external\pgsql\bin
\psql.exe" -p 6443 -U postgres -d dcmapp -c "ALTER
ROLE dcmdba RENAME TO NewName;"
NOTE: If you change the user name, you must reset the password.
6
To change the password, run the following commands (The command
below assumes Power Center is installed at C:\Program
Files\Dell\OpenManagePowerCenter NewPassword is the new password):
"C:\Program
Files\Dell\OpenManagePowerCenter\external\pgsql\bin
\psql.exe" -p 6443 -U postgres -d dcmapp -c " ALTER
Role dcmdba PASSWORD 'NewPassword';"
7
Stop the
Dell OpenManage Power Center Database Server
service.
8
Restore
"
C:\Program
Files\Dell\OpenManagePowerCenter\pgdata\pg_hba.conf file
"
to the
original value, see the following commands (By default, pgdata of Power
Center is installed at C:\Program
Files\Dell\OpenManagePowerCenter\pgdata):
OpenManagePowerCenter_User_Guide.book Page 135 Friday, March 2, 2012 10:33 AM
Przeglądanie stron 134
1 2 ... 130 131 132 133 134 135 136 137 138 139 140 ... 147 148

Komentarze do niniejszej Instrukcji

Brak uwag