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

HA-Fabric Manager user guide 289
2. Edit the following lines:
rem HAFM Server
start %JAVA_HOME%\bin\HAFMServer.exe -server -Xmx128m
-Xminf.15 -Xmaxf.35 -Xincgc -classpath %CLASSPATH%
-Dsmp.mpi.test -Dsmp.deployment.prefix=Server/
-Dsmp.zoning=Principal -Dsmp.zoning.wait.timeout=180000
-Dsmp.webServer -Dsmp.backupManager
-Dsmp.locale.customization=en_US_HAFM Server
to read:
rem HAFM Server
start %JAVA_HOME%\bin\HAFMServer.exe -server -Xmx128m
-Xminf.15 -Xmaxf.35 -Xincgc -classpath %CLASSPATH%
-Dsmp.mpi.test -Dsmp.deployment.prefix=Server/
-Dsmp.server.edipaddress=x,x,x,x -Dsmp.zoning=Principal
-Dsmp.zoning.wait.timeout=180000 -Dsmp.webServer
-Dsmp.backupManager
-Dsmp.locale.customization=en_US_HAFM Server
where x.x.x.x is the desired IP address.
Windows server running as a service
1. Stop the service.
2. Uninstall the service.
3. Edit the following lines in the install_service.bat file
rem HAFM Server
start %JAVA_HOME%\bin\HAFMServer.exe -server -Xmx128m
-Xminf.15 -Xmaxf.35 -Xincgc -classpath %CLASSPATH%
-Dsmp.mpi.test -Dsmp.deployment.prefix=Server/
-Dsmp.zoning=Principal -Dsmp.zoning.wait.timeout=180000
-Dsmp.webServer -Dsmp.backupManager
-Dsmp.locale.customization=en_US_HAFM Server
to read:
rem HAFM Server
start %JAVA_HOME%\bin\HAFMServer.exe -server -Xmx128m
-Xminf.15 -Xmaxf.35 -Xincgc -classpath %CLASSPATH%
-Dsmp.mpi.test -Dsmp.deployment.prefix=Server/
-Dsmp.server.edipaddress=x,x,x,x -Dsmp.zoning=Principal
-Dsmp.zoning.wait.timeout=180000 -Dsmp.webServer
-Dsmp.backupManager
-Dsmp.locale.customization=en_US_HAFM Server
where x.x.x.x is the desired IP address.