HAFM SW 08.08.00 HP StorageWorks HA-Fabric Manager User Guide (AA-RS2CH-TE, August 2006)

HA-Fabric Manager user guide 205
HAFM_c.bat
HAFM_c.bat starts the client only. HAFM_c.bat starts the client only and is installed with the
client software. Edit the file to include the parameter -Dsmp.client.export.port=YYYY. Add
this parameter after the %CLASSPATH% parameter.
The following example shows the edited file with the added parameters in bold:
setlocal
pushd %~dp0\..
call bin\set_cp.bat
...............
rem HAFM Client
start %JAVA_HOME%\bin\HAFMMClient.exe -Xmx256m -Xminf.15 -Xmaxf.35 -Xincgc
-classpath %CLASSPATH% -Dsmp.Mp.max=256 -Dsmp.deployment.prefix=Client/
-Dsmp.flavor=HAFM Client
rem HAFM Client Debug Mode
rem start %JAVA_HOME%\bin\HAFMClientD.exe -Xmx256m -Xminf.15 -Xmaxf.35
-Xincgc -classpath %CLASSPATH% -Dsmp.Mp.max=256
-Dsmp.deployment.prefix=Client/ -Dsmp.debug -Dsmp.client.export.port=YYYY
-Dsmp.flavor=HAFM Client
popd
endlocal