beautypg.com

Specifying a host ip address in multi-nic networks, Windows systems – HP StorageWorks 2.32 Edge Switch User Manual

Page 267

background image

Editing Batch Files

267

HA-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

\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.