Forcing All Clients To Be Polling - HP 316095-B21 - StorageWorks Edge Switch 2/24 User Manual

Fw v06.xx/hafm sw v08.02.00 hp storageworks ha-fabric manager user guide (aa-rs2ce-te, july 2004)
Hide thumbs Also See for 316095-B21 - StorageWorks Edge Switch 2/24:
Table of Contents

Advertisement

Note:
starting with rem HAFM Client is also included in the HAFM_sc.bat file. Both
files must be modified if they are installed on your computer.

Forcing All Clients to Be Polling

To force all Clients communicating with a Server to be treated as polling clients
(regardless of the parameters the Clients launch with), edit the HAFM_sc.bat
file located in the HAFM 8.x\bin directory (typically in c:\Program
Files\HAFM 8.x\bin). Add the -Dsmp.callback.passive parameter
to the HAFM Server section of the file as in the following example.
HA-Fabric Manager User Guide
The following example illustrates the HAFM_co.bat file. The portion of this 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.callback.passive -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
-Dsun.java2d.noddraw=true -Dsmp.fabricPersistenceEnabled=true
-Dsmp.deployment.prefix=Client/ -Dsmp.debug
-Dsmp.callback.passive ?Dsmp.flavor=%APP_FLAVOR% Client
popd
endlocal
setlocal
pushd %~dp0\..
call bin\set_cp.bat
...............
Configuring HAFM Through a Firewall
213

Advertisement

Table of Contents
loading

Table of Contents