Configuring HAFM Through a Firewall
213
HA-Fabric Manager User Guide
Note:
The following example illustrates the
HAFM_co.bat
file. The portion of this file
starting with
rem HAFM Client
is also included in the
HAFM_sc.bat
file. Both
files must be modified if they are installed on your computer.
setlocal
pushd %~dp0\..
call bin\set_cp.bat
rem HAFM Client
start %JAVA_HOME%\bin\HAFMClient.exe -Xmx256m -Xminf.15
-Xmaxf.35 -classpath %CLASSPATH%-Dsun.java2d.noddraw=true
-Dsmp.fabricPersistenceEnabled=true
-Dsmp.Mp.max=256 -Dsmp.deployment.prefix=Client/
-Dsmp.callback.passive
-Dsmp.flavor=%APP_FLAVOR% Client
rem HAFM Client Debug Mode
rem start %JAVA_HOME%\bin\HAFMClientD.exe -Xmx256m -Xminf.15
-Xmaxf.35 -classpath %CLASSPATH% -Dsun.java2d.noddraw=true
-Dsmp.fabricPersistenceEnabled=true -Dsmp.Mp.max=256
-Dsun.java2d.noddraw=true -Dsmp.fabricPersistenceEnabled=true
-Dsmp.deployment.prefix=Client/ -Dsmp.debug
-Dsmp.callback.passive
?Dsmp.flavor=%APP_FLAVOR% Client
popd
endlocal
Forcing All Clients to Be Polling
To force all Clients communicating with a Server to be treated as polling clients
(regardless of the parameters the Clients launch with), edit the
HAFM_sc.bat
file located in the
HAFM 8.x\bin
directory (typically in
c:\Program
Files\HAFM 8.x\bin
). Add the
-Dsmp.callback.passive
parameter
to the HAFM Server section of the file as in the following example.
setlocal
pushd %~dp0\..
call bin\set_cp.bat
...............
Summary of Contents for 316095-B21 - StorageWorks Edge Switch 2/24
Page 18: ...Contents 18 HA Fabric Manager User Guide ...
Page 26: ...About this Guide 26 HA Fabric Manager User Guide ...
Page 42: ...Introduction and General Information 42 HA Fabric Manager User Guide ...
Page 126: ...Monitoring SAN Products 126 HA Fabric Manager User Guide ...
Page 210: ...Configuring Zoning 210 HA Fabric Manager User Guide ...
Page 264: ...Configuring Remote Workstations 264 HA Fabric Manager User Guide ...
Page 268: ...Editing Batch Files 268 HA Fabric Manager User Guide ...