Environmental parameters
Parameter | Default value | Description |
---|---|---|
_BPX_JOBNAME=jobName | No default | Specifies the MJEJVM job name |
_BPX_SHAREAS=[YES|NO] | NO | Specifies whether the spawned child process should run in a separate address space from the shell address space Valid values are as follows:
|
_BPXK_MDUMP=jvmDumpDirectory | No default | Specifies the directory to which Java dumps are written |
COREMJETHREADS=minNumThreads | No default | Specifies the minimum number of threads in the thread pool You can calculate this value as follows: <numberOfMonitoredJMX> * 3 |
HCTMPDIR=directory | /tmp | (Optional) Specifies the directory for routing IBM Health Center temporary generated files and Strobe measurements JSON files. |
HOLDQSIZE=numThreads | No default | Specifies the maximum number of threads that can be held in the queue which are waiting for execution while all threads are busy We recommend using the MAXMJETHREADS value for the HOLDZSIZE value. |
JAVA_HOME=location | No default | Specifies the location of Java 8.0 64-bit |
KEEPALIVESEC=maxTime | No default | Specifies the maximum time in seconds to retain inactive threads in the thread pool The recommended time is 90 seconds. |
MAXMJETHREADS=maxNumThreads | No default | Specifies the maximum number of threads allowed in the thread pool You can calculate this value as follows: <valueOfCOREMJETHREADS> * 2 |
MJEPATH=directory | No default | Specify the mount point for mounting BMC AMI OpsMJE ZFS files |
MONINT=monitoringInterval | No default | Specifies the self-monitoring interval time in seconds The recommended time is 60 seconds. |
OUTPATH=directoryPath | No default | Specifies the directory to which to write BMC AMI OpsMJE messages |
TCPMJEPORT=portNumber | 20334 | Specifies the number of the port through which the product communicates with the MJEJVM and Strobe systems |
WLP_DIR=directory | No default | Specifies the IBM WebSphere Application Server Liberty profile bin (wlp) directoryThe product uses this directory to locate the client's subdirectory. The subdirectory contains the restConnector.jar file, which is used to gather JMX data from Liberty servers. |
XMS=initialHeapSize | 4096 | Specifies the MJEJVM initial heap size in MB |
XMX=maximumHeapSize | 4096 | Specifies the maximum MJEJVM heap size in MB |
HCCHILDIP=x.x.x.x | localhost | (Optional) Specifies the primary TCP/IP address (ipv4) associated with MJESTACK MJEJVM child connects to the Health Center agent using the HCCHILDIP IP address to collect Health Center data. x.x.x.x must have a decimal value between 0 and 255. For example: 192.240.0.36 |