Hafm_c.bat – HP StorageWorks 2.140 Director Switch User Manual

Page 197

Advertising
background image

HA-Fabric Manager user guide 201

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

Advertising