Unix – HP StorageWorks 2.32 Edge Switch User Manual
Page 255

HA-Fabric Manager user guide 255
•
-Dsmp.log.eventCountAfterTruncate
(number of entries to be saved, between 1
and 2000).
rem HAFM Server
start %JAVA_HOME%\bin\HAFMServer.exe -server -Xmx128m
-Xminf.15 -Xmaxf.35 -Xincgc -classpath %CLASSPATH%
-Dsmp.Mp.max=128 -Dsmp.autodiscovery=false
-Dsmp.mpi.test -Dsmp.deployment.prefix=Server/
-Dsmp.zoning=Principal -Dsmp.zoning.wait.timeout=180000
-Dsmp.log.maxLogDiskSpace=50
-Dsmp.log.eventCountAfterTruncate=1000
-Dsmp.webServer
-Dsmp.flavor=HAFM Server
UNIX
1.
Open the
<Install_Home>/bin/HAFM_Mgr
file using a text editor (for example, vi).
2.
Find all instances of the following lines:
#SMP Server (xmx and smp.Mp.max should agree)
${SAN_JRE_DIR}/bin/java -server -Xmx128m -classpath
${CLASSPATH} -Dsmp.Mp.max=128 -Dsmp.callback.retries=100
-Dsun.java2d.noddraw=true -Dsmp.mpi.test
-Dsmp.deployment.prefix=Server/ -Dsmp.zoning=legacy
-Dsmp.zoning.wait.timeout=180000 -Dsmp.webServer
-Dsmp.flavor=%APP_FLAVOR% Server & -Xmaxf.35 -Xincgc
-classpath ${CLASSPATH} -Dsmp.mpi.test
-Dsmp.deployment.prefix=Server/ -Dsmp.zoning=Principal
-Dsmp.zoning.wait.timeout=180000 Server
where
%APP_FLAVOR%
is
HAFM
3.
After the
-Dsmp.zoning.wait.timeout line
, add the following lines. Be sure to include
a space before and after each entry.
•
-Dsmp.log.maxLogDiskSpace
(maximum space reserved for the log, between 1MB
and 1024MB, inclusive)
•
-Dsmp.log.eventCountAfterTruncate
(number of entries to be saved, between 1
and 2000).
-Xmaxf.35 -Xincgc -classpath ${CLASSPATH} -Dsmp.mpi.test
-Dsmp.deployment.prefix=Server/ -Dsmp.zoning=Principal
-Dsmp.zoning.wait.timeout=180000
-Dsmp.log.maxLogDiskSpace=50
-Dsmp.log.eventCountAfterTruncate=1000 Server &