Puertos de comunicaciones – HP Software HP Matrix Operating Environment Manual del usuario

Página 39

Advertising
background image

# Otherwise, total log file size is
# logFileSize * logNFiles
#
com.hp.gwlm.util.Log.logFileSize = 20
com.hp.gwlm.util.Log.logNFiles = 3

#
# Set the number of seconds for the high availability (HA) minimum
# timeout. Communication is considered lost on a managed node
# once the timeout period has elapsed.
#
# By default, communication is not considered lost until 10 allocation
# intervals have elapsed without communication. The default value of the
# property (60) is used only when the allocation interval is less than 6
# seconds.
#
com.hp.gwlm.node.HA.minimumTimeout = 60

#
# Enable/disable use of Instant Capacity (iCAP) to simulate movement of
# cores across nPartitions. To use iCAP, you must enable this property on
# each managed nPartition where you want to take advantage of iCAP. Also,
# each nPartition must meet the requirements outlined in the online help
# topic "Getting the most out of gWLM" as well as in the section "USING
# nPars AS COMPARTMENTS IN AN SRD" in the gwlmxml(4) man page on HP-UX or
# the gwlmxml(5) man page on Linux.
#
com.hp.gwlm.platform.icap.manageWithIcap = on

#
# Set the minimum number of Temporary Instant Capacity (TiCAP) minutes
# that must be available for TiCAP activation. gWLM will stop using
# TiCAP when the available balance goes below this threshold. The
# same value should be set on all agents managing the SRD. To use
# TiCAP, it must be available on the complex and enabled at the policy
# level or the SRD level.
#
com.hp.gwlm.node.ticap.minimumBalance = 30

Puertos de comunicaciones

gWLM utiliza los siguientes puertos para las comunicaciones:

Nodos gestionados: 9617

CMS: 9618

Si necesita cambiar estos puertos, agregue las líneas siguientes:

com.hp.gwlm.cms.port =portX

com.hp.gwlm.node.port =portY

a ambos archivos de propiedades:

gwlmcms.properties

En HP-UX, este archivo se encuentra en /etc/opt/gwlm/conf/. En Windows, se encuentra
en C:\Archivos de programa\HP\Virtual Server Environment\conf\. La ruta
de Windows proporcionada es la ruta predeterminada; sin embargo, puede haberse
seleccionado una ruta diferente en la instalación.

/etc/opt/gwlm/conf/gwlmagent.properties

Los valores portX y portY no pueden ser iguales.

La propiedad com.hp.gwlm.cms.port debe tener el mismo valor portX en todos los archivos de
propiedades, en todos los nodos gestionados y en el CMS. La propiedad com.hp.gwlm.node.port

Establecimiento de propiedades de gWLM

39

Advertising