Hitachi

JP1 Version 12 JP1/Service Support Configuration and Administration Guide


6.9.3 Notes on using Windows Firewall

If you use this product in an environment in which Windows Firewall is enabled, you must register programs that are necessary for execution of this product to the list of exceptions. To do this, create a batch file that contains the following entries, and then execute the file from the command prompt:

set PDDIR=JP1SS-path\dbms\db
set IMSSPATH=JP1SS-path
 
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