Users Guide

Power Center の構成 146
データベースのユーザー名やパスワードを変更するには、次の手順を実
行します。
1
管理者特権で
Windows
にログインします。
2
Dell OpenManage Power Center Database Server
サービスを停止し
ます。
3
pg_hba.conf
ファイル
(
既定で、
Power Center
pgdata
C:
\
Program
Files
\
Dell
\
OpenManagePowerCenter
\
pgdata
にインストールされます
)
変更します。
元の設定
:
# IPv4 local connections:
host all all 127.0.0.1/32
password
新しい設定
:
# IPv4 local connections:
host all all 127.0.0.1/32
trust
4
Dell OpenManage Power Center Database Server
サービスを開始し
ます。
5
ユーザー名を変更するには次のコマンドを実行します
(
以下のコマン
ドは、
Power Center
C:
\
Program Files
\
Dell
\
OpenManagePowerCenter
にインストールされていることが前提です。
また、
NewName
は新しいユーザー名です
)
"C:\Program
Files\Dell\OpenManagePowerCenter\external\pgsql\bin
\psql.exe" -p 6443 -U postgres -d dcmapp -c "ALTER
ROLE dcmdba RENAME TO NewName;"
メモ: ユーザー名を変更する場合は、パスワードをリセットする必要があ
ります。