パスワードは必ず適切に設定してください.
Tomcat のインストール を終えておくこと。 Tomcat インストールディレクトリは、この資料では、 C:\tomcat55と書く。
他のPCからHiRDBサーバにアクセスするためのサーバ側の設定手順とクライアン ト側の設定手順
注:XP SP1(or SP2)がインストールされていない場合、ファイアウォールが入っ ていないため、以下の2手順を行う必要はない
注2:以下はHiRDB/Single Server Version 7の場合の手順である
カスタムの一覧を選んだ場合、複数のIPアドレスや対応するサブネットマスクの設定が可能
参考URL: http://www.hitachi.co.jp/Prod/comp/soft1/om/windows/win2003/win2003sp1/txt/P-2462-7177_txt.html
以下の内容の.batファイルを作成し、実行する
---------------------------(ここから)---------------------------------
for %%p in ("%PDDIR%"\bin\*.exe) do netsh firewall set allowedprogram
"%%p" "HiRDB/Single Server"
for %%p in ("%PDDIR%"\lib\servers\*.exe) do netsh firewall set
allowedprogram "%%p" "HiRDB/Single Server"
for %%p in ("%PDDIR%"\SAMPLE\sampleconf\*.exe) do netsh firewall set
allowedprogram "%%p" "HiRDB/Single Server"
for %%p in ("%PDDIR%"\SAMPLE\tools\*.exe) do netsh firewall set
allowedprogram "%%p" "HiRDB/Single Server"
for %%p in ("%PDDIR%"\HiRDEF\*.exe) do netsh firewall set allowedprogram
"%%p" "HiRDB/Single Server"
for %%p in ("%PDDIR%"\PDISTUP\bin\*.exe) do netsh firewall set
allowedprogram "%%p" "HiRDB/Single Server"
---------------------------(ここまで)---------------------------------
参考URL: http://www.hitachi.co.jp/Prod/comp/soft1/om/windows/win2003/win2003sp1/bat/P-2462-7177_bat.html
データベースにホスト名(マシン名)を用いて接続したい場合、c: /windows/system32/drivers/etc/にあるhostsファイルにサーバのIPアドレスと ホスト名(マシン名)を追加
例:IPアドレス「192.168.33.23」、マシン名「hitachi-664320D」のサーバを加 える場合は次の一行をhostsファイルに追加する
---------------------------(ここから)--------------------------------- 192.168.33.23 hitachi-664320D ---------------------------(ここまで)---------------------------------