HP StorageWorks 64 HAFM SW 08.08.00 HP StorageWorks HA-Fabric Manager Transiti - Page 35

Forcing the server and client to export a port number

Page 35 highlights

-Dsmp.zoning.wait.timeout=180000 -Dsmp.webServer -Dsmp.registry.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.registry.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.registry.port=XXXX ?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 -Dsmp.deployment.prefix=Client/ -Dsmp.debug -Dsmp.registry.port=XXXX ?Dsmp.flavor=%APP_FLAVOR% Client :end popd endlocal HAFM_c.bat file The following example shows an HAFM_c.bat file. 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.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 -Dsmp.deployment.prefix=Client/ -Dsmp.debug -Dsmp.registry.port=XXXX -Dsmp.flavor=%APP_FLAVOR% Client Forcing the server and client to export a port number To force the server and client to export a specific TCP port number for an RMI server, configure the -Dsmp.server.export.port=XXXX and -Dsmp.client.export.port=XXXX parameters in HAFM_c.bat file and the -Dsmp.client.export.port=XXXX in the HAFM_c.bat file. These files are typically located in c:\Program Files\HAFM 8.x\bin. HA-Fabric Manager transition guide 35

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40

HA-Fabric Manager transition guide
35
-Dsmp.zoning.wait.timeout=180000 -Dsmp.webServer
-Dsmp.registry.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.registry.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.registry.port=
XXXX
?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
-Dsmp.deployment.prefix=Client/ -Dsmp.debug
-Dsmp.registry.port=
XXXX
?Dsmp.flavor=%APP_FLAVOR% Client
:end
popd
endlocal
HAFM_c.bat file
The following example shows an
HAFM_c.bat
file.
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.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
-Dsmp.deployment.prefix=Client/ -Dsmp.debug
-Dsmp.registry.port=
XXXX
-Dsmp.flavor=%APP_FLAVOR% Client
Forcing the server and client to export a port number
To force the server and client to export a specific TCP port number for an RMI server, configure the
-Dsmp.server.export.port=
XXXX
and
-Dsmp.client.export.port=
XXXX
parameters in
HAFM_c.bat
file and the
-Dsmp.client.export.port=XXXX
in the
HAFM_c.bat
file. These files are typically located in
c:\Program Files\HAFM 8.x\bin
.