Configuring HAFM Through a Firewall
219
HA-Fabric Manager User Guide
HAFM_sc.bat File
Edit the HAFM_sc.bat file in the HAFM Server area to include the parameter
-Dsmp.server.export.port=XXXX
and the HAFM Client area to include
the parameter
-Dsmp.client.export.port=YYYY
, where
XXXX
and
YYYY
are any TCP port numbers not being used by another application. Although
the server port number
XXXX
could match the client port number
YYYY
, this is not
necessary. If the
HAFM_co.bat
file is installed on your computer, add the
-Dsmp.client.export.port=YYYY
parameter to that file. Add these
parameters after the
%CLASSPATH%
parameter as in the following example.
setlocal
pushd %~dp0\..
call bin\set_cp.bat
...............
rem HAFM Server
start %JAVA_HOME%\bin\HAFMServer.exe -server -Xmx512m -Xminf.15
-Xmaxf.35 -classpath %CLASSPATH% -Dsmp.Mp.max=512
-Dsmp.autodiscovery=false -Dsmp.mpi.test
-Dsmp.deployment.prefix=Server/ -Dsmp.zoning=legacy
-Dsmp.zoning.wait.timeout=180000 -Dsmp.webServer
-Dsmp.server.export.port=XXXX
-Dsmp.flavor=%APP_FLAVOR% Server
rem HAFM Server Debug Mode
rem start %JAVA_HOME%\bin\HAFMServerD.exe -server -Xmx512m
-Xminf.15 -Xmaxf.35 -classpath %CLASSPATH% -Dsmp.Mp.max=512
-Dsmp.autodiscovery=false -Dsmp.mpi.test
-Dsmp.deployment.prefix=Server/ -Dsmp.zoning=legacy
-Dsmp.zoning.wait.timeout=180000 -Dsmp.debug -Dsmp.webServer
-Dsmp.server.export.port=XXXX
-Dsmp.flavor=%APP_FLAVOR% Server
:client
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.client.export.port=YYYY
?Dsmp.flavor=%APP_FLAVOR% Client
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 ...