Hitachi

JP1 Version 12 JP1/Service Support 構築・運用ガイド


6.9.3 Windowsファイアウォール使用時の注意事項

Windowsファイアウォールをオンにした環境で本製品を使用する場合,実行に必要なプログラムを除外リストへ登録する必要があります。次の内容のバッチファイルを作成し,コマンドプロンプトから実行してください。

set PDDIR=JP1/SSパス\dbms\db
set IMSSPATH=JP1/SSパス
 
for %%p in ("%PDDIR%"\bin\*.exe) do netsh advfirewall firewall add rule name="JP1/Service Support" dir=in action=allow program="%%p"
for %%p in ("%PDDIR%"\lib\servers\*.exe) do netsh advfirewall firewall add rule name="JP1/Service Support" dir=in action=allow program="%%p"
for %%p in ("%PDDIR%"\SAMPLE\sampleconf\*.exe) do netsh advfirewall firewall add rule name="JP1/Service Support" dir=in action=allow program="%%p"
for %%p in ("%PDDIR%"\SAMPLE\tools\*.exe) do netsh advfirewall firewall add rule name="JP1/Service Support" dir=in action=allow program="%%p"
for %%p in ("%PDDIR%"\HiRDEF\*.exe) do netsh advfirewall firewall add rule name="JP1/Service Support" dir=in action=allow program="%%p"
for %%p in ("%PDDIR%"\PDISTUP\bin\*.exe) do netsh advfirewall firewall add rule name="JP1/Service Support" dir=in action=allow program="%%p"
 
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\uCPSB\CC\web\bin\cjstartweb.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\uCPSB\httpsd\httpsd.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssdelrec.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssformdef.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssitemlist.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssitemhistory.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssitementry.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssitemimport.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssuserimport.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jsscollectdata.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jsscreatesysandpwb.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssinformperiod.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssitementrybymail.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssitemdeletion.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssrev.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssitemedit.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jsschauthorityserver.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssformcustomizer.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssinformleave.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssmailnotification.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssvupdbdata.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssuserlist.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssuseredit.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssrolelist.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssroleimport.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssmemberlist.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssmemberimport.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssmemberdelete.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssitemimportEx.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssitemexportEx.exe" name="JP1/Service Support" enable=yes
netsh advfirewall firewall add rule dir=in action=allow program="%IMSSPATH%\bin\jssrefaclsetup.exe" name="JP1/Service Support" enable=yes