[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[orca-tech:00229] DB 2重化設定手順について



中島@です

サポートセンターさんへの質問になりますが

*/var/lib/postgres/data/pg_hba.conf *
*/etc/postgresql/pg_hba.conf*

下記どうりに進めてよろしいんですよね?!

------------------------------
Installについて(Unstable版)
http://www.orca.med.or.jp/tec/soft/install/install_unstable.html

PostgreSQLの設定
*/var/lib/postgres/data/pg_hba.conf *ファイルの内容を修正

<デフォルト>
local all                     peer sameuser
host  all 127.0.0.1 255.0.0.0 ident sameuse
host  all 0.0.0.0   0.0.0.0   reject


修正後
local all                           peer sameuser
# host all 127.0.0.1 255.0.0.0       ident sameuse  <=この行削除
host  all 127.0.0.1 255.255.255.255 trust  <=この行追加
host  all 0.0.0.0   0.0.0.0         reject

# gunzip sql.gz
# sh sql
-------------------------------
DB2重化設定手順
http://www.orca.med.or.jp/tec/db2juka/db2ju.html

*/etc/postgresql/pg_hba.conf*修正

local all                     peer sameuser
host  all 127.0.0.1 255.0.0.0 ident sameuse
host  all 0.0.0.0   0.0.0.0   trust <=この行追加
#host  all 0.0.0.0   0.0.0.0   reject <=この行コメント
----------------------------
よろしければ、違いをご説明を戴ければと思います



# See!!
# http://www.postgresql.jp/document/index.php3
# なんて言わないで!

-- 
RNAKAJIMA
web@xxxxxxxxxxx