FW V06.XX/HAFM SW V08.02.00 HP StorageWorks HA-Fabric Manager User Guide (AA-RS2CE-TE, July 2004)

Editing Batch Files
267HA-Fabric Manager User Guide
Specifying a Host IP Address in Multi-NIC Networks
In a network that has two or more NICs, the local host IP returns one of the IPs
known to the system. To specify which IP is returned, edit the
Dsmp.server.edipaddress variable to instruct the Trap Event Distributor
to use a specific IP address.
Windows Systems
1. Open the <Install_Home>\bin\HAFM_sc.bat file using a text
editor.
2. Edit the following lines:
rem HAFM Server
start %JAVA_HOME%\bin\HAFMServer.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.webServer
-Dsmp.flavor=%APP_FLAVOR% Server
to read:
rem HAFM Server
start %JAVA_HOME%\bin\HAFMServer.exe -server -Xmx512m -Xminf.15
-Xmaxf.35 -Xincgc -classpath %CLASSPATH% -Dsmp.Mp.max=512
-Dsmp.autodiscovery=false -Dsmp.mpi.test
-Dsmp.deployment.prefix=Server/
-Dsmp.server.edipaddress=x,x,x,x -Dsmp.zoning=legacy
-Dsmp.zoning.wait.timeout=180000 -Dsmp.webServer
-Dsmp.flavor=%APP_FLAVOR% Server
where x.x.x.x is the desired IP address.