See information about the latest product version
Parameter values for the cachemanager component
Select the objects and properties that are associated with the global cache that you want to change.
You can set cache manager properties at the broker level or at the execution group level. For examples of how to change parameters for the cachemanager component, see mqsichangeproperties command.
Broker parameters
- policy
- The policy to use for the cache manager. Set this parameter to default, disabled, none,
or the fully qualified name of a policy file.
- If you specify default, the default cache policy is used. This policy defines the default single-broker topology.
- If you specify disabled, the global cache components
in the broker are disabled. By default, the cache is disabled.
When the cache is enabled, the memory usage of execution groups that are hosting cache components is larger. If this memory usage is an issue, and you do not intend to use the cache, set the cache policy to disabled.
- If you specify none, the cache manager in each execution group uses the values that you set. The execution group properties that were set most recently by the broker-level policy are retained as a starting point for customization.
- If you specify the fully qualified name of a policy file, the brokers that are listed in the policy file are configured to share the data in the global cache. The path must be absolute, not relative.
- portRange
- The range of ports to be used by the cache manager. You can set
this parameter when you use the default topology. Set this parameter
to generate or to a specific range of ports.
- If you specify a range of ports, the value of this parameter must be in the format xxxx-yyyy, and the range must contain at least 20 ports.
- If you specify generate, the broker generates a range of ports that are not being used by another broker on that computer. The broker chooses a range that starts from 2800. If, for example, another broker is using ports 2800 - 2819, the broker generates a range from 2820 to 2839.
- listenerHost
- A host name or IP address to which the broker cache components listen. If your computer has more than one host name, set this parameter to ensure that the cache components use the correct host name. You can set this parameter when you use the default topology.
Execution group parameters
- enableCatalogService
- Determines whether the named execution group hosts a catalog server. Valid values are true or false.
- enableContainerService
- Determines whether the named execution group hosts a container server. Valid values are true or false.
- catalogClusterEndPoints
- This parameter is required if a catalog server is enabled in the
named execution group. The format of this value is a comma-separated
list of catalog server cluster endpoints. If you have more than one
execution group with a catalog server enabled for your embedded grid
(for failover), the list of endpoints must be identical for all execution
groups. Each endpoint has the format ServerName:listenerHost:CatalogPeerPort:haManagerPort.
The CatalogPeerPort must be unique. Do not specify
the same CatalogPeerPort for more than one execution
group. ServerName is a unique name for the catalog server in this execution group. The format of this value is BrokerName_listenerHost_listenerPort. The following example shows the catalogClusterEndPoints parameter when it is set dynamically by the execution group:
MB8BROKER_hostname.com_2809:hostname.com:2812:2810
- clientsDefaultToSSL
- Determines whether SSL is enabled for this execution group when
connecting to an external WebSphere® eXtreme
Scale grid.
Valid values are true or false.
If this property is set to true, all connections to external WebSphere eXtreme Scale grids are made with SSL supported. The connection to the external WebSphere eXtreme Scale grid is defined by the WXSServer configurable service. For an explanation of the combinations between this client connection and the external WebSphere eXtreme Scale server, see the topic Transport layer security and secure sockets layer in the WebSphere eXtreme Scale information center.
By default, this property is set to an empty string, which is equivalent to false. SSL connections can be made only from execution groups that are not hosting catalog or container servers. You can specify the SSL protocol by setting the sslProtocol property.
For more information, see Enabling SSL for external WebSphere eXtreme Scale grids.
- connectionEndPoints
- A string that comprises connection endpoints for container servers to connect to catalog servers, and for client connections to the embedded grid. You must set this parameter for all execution groups that participate in, or access, the embedded grid. The format of this value is a comma-separated list of endpoints. Each endpoint has the format listenerHost:listenerPort, and typically matches the execution group or groups where catalog servers are enabled.
- domainName
- The domain name that is used by WebSphere eXtreme
Scale clients
to identify and distinguish between embedded grids. Only WebSphere eXtreme
Scale servers with the same domain
name can participate in the same grid. Therefore, ensure that all
servers that participate in one embedded grid use the same domain
name. Also, ensure that each grid has a unique domain name.
If you do not specify a domain name, the broker creates a name that is based on the server names of the catalog servers. (For more information about the format of this name, see catalogClusterEndPoints.)
- enableJMX
- Determines whether the named execution group can provide administration information about the grid. Valid values are true or false. To use the mqsicacheadmin command, you must set this parameter to true.
- haManagerPort
- This parameter is required if either the catalog server or container server is enabled. This value must be unique. Do not specify the same haManagerPort parameter for more than one execution group.
- jmxServicePort
- This parameter is required if the enableJMX parameter is set to true. This value must be unique. Do not specify the same jmxServicePort parameter for more than one execution group.
- listenerHost
- The host name of the local computer. If this parameter is not set, the broker uses as the default the first host name that it identifies for this computer. Set this parameter if you have more than one network card (for example, IPv4 and IPv6).
- listenerPort
- The number of the listener port. This parameter is required if either the catalog server or container server is enabled. The value must be unique. Do not specify the same listenerPort parameter for more than one execution group.
- sslAlias
- The private key to use for a connection to an external WebSphere eXtreme
Scale grid.
This property is optional and is used only if the clientsDefaultToSSL property is set to true. If the external grid requires client authentication, and more than one trusted private key exists in the broker keystore, use this property to specify which key to use. You can use only one key alias per execution group.
- sslProtocol
- The SSL protocol to use for a connection to an external WebSphere eXtreme
Scale grid.
This property is optional and is used only if the clientsDefaultToSSL property is set to true. Valid values are determined by the IBMJSSE2 security provider. If you enter a value that is not recognized by the IBMJSSE2 provider, a BIP7146 warning is written to the local error log (syslog). If you try to connect to an external grid with the unrecognized value, exception message BIP7143 is issued. Examples of valid values are SSL, SSLv3, TLS, TLSv1, and SSL_TLS. If you do not set this property, a default value of TLS is used.