Forcing all clients to be polling – HP StorageWorks 2.32 Edge Switch User Manual
Page 213

Configuring HAFM Through a Firewall
213
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
...............