IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1

Silent installation and configuration settings for WebLogic - J2EE Agent


WebLogic silent install parameter definitions for UNIX/Linux

Parameter Definition
LICENSE_ACCEPT_BUTTON License agreement. You must specify this parameter to begin the product installation. Default setting is true.
installLocation The location where you intend to install the product.
LAUNCH_CONFIG This parameter launches the Configuration Tool. Specifying this parameter begins the process of configuring the DC to the Managing Server after installation. The default setting is true.
LOGSETTING.LOGLEVEL The log level for the installation and configuration process. Possible values are: ALL / DEBUG_MAX / DEBUG_MID / INFO / WARN / ERROR / FATAL / OFF.
LOGSETTING.LOGCONSOLEOUT This parameter controls whether the output message is printed to console or not. Possible values are true or false.
DC Configuration
UNCONFIGURE_SERVERS Specify this parameter will cancel the configuration process after the installation is complete. The default setting is false.
J2EE_SELECTED ITCAM for J2EE's Application Monitor interface. Specifying this parameter will configure monitored data to be accessed through ITCAM for J2EE's Application Monitor interface. To use the Application Monitor interface, ITCAM for J2EE and its components must be fully installed. Default true.
TEMA_SELECTED ITCAM for J2EE Tivoli Enterprise Portal. Specifying this parameter will configure monitored data to be accessed using the portal. To use the portal interface, ITCAM for J2EE and its components must be fully installed. Default false.
SERVER_HOME WebLogic directory location. Enter the root directory location in which WebLogic is located on the host computer.
SERVER_VERSION WebLogic version number. Enter the version number of WebLogic that you are currently running.
JAVA_HOME The location of the JDK. Enter the directory location of the JDK that supports WebLogic.
IS64UNIXJVM The flag for 64 bit model. The default value is false. If you are running a 64 bit OS using 64 bit JVM on a UNIX or Linux platform, change the parameter totrue. Ignore this parameter on Windows.
DC_OFFLINE_ALLOW This is for you to decide whether offline configuration is allowed. If you enter "true", the program will skip the verification of the connection to the Managing Server (MS) during configuration, and use the entered value of MS_AM_HOME; if you enter "false", the program will connect to MS and detect the MS home directory on MS server. The default value is false.
TEMA_OFFLINE_ALLOW The option indicates whether offline configuration type is allowed during the configuation. The program will skip the monitoring agent connection test if it is set to be true. Set it to false when you don't want to allow the offline configuration for the monitoring agent.
AM_SOCKET_BINDIP This is the DC side IP address or full qualified Host name. The IP or Host name will be used by DC to communicate with MS. If there are more then one NIC or multiple IP address configured on DC server, choose one of them. For example: -V AM_SOCKET_BINDIP=9.181.93.95 or -V AM_SOCKET_BINDIP=dc.cn.ibm.com or -V AM_SOCKET_BINDIP=<value>
FIREWALL_ENABLED For DC side if the firewall is enabled, set the value to be true; otherwise, set the value to be false.
PROBE_RMI_POR If the DC is behind firewall, set this port number. This port number should be configured as allowable in firewall software on which the DC host locates. The legal values are from "8200" to "8299".
PROBE_CONTROLLER_RMI_PORT If the DC is behind firewall, set this port number. This port number should be configured as allowable in firewall software on which the DC host locates. The legal values are from "8300" to "8399".
Manage-Server Specific Options
RECOLLECT_MSINFO Specify this parameter prompts the DC to recollect data from the Managing Server. Default true.
MS_AM_HOME The location of the Managing Server. Enter the directory location where the Managing Server is located. This parameter correlates the DC_OFFLINE_ALLOW. Refer to DC_OFFLINE_ALLOW for more detailed information.
KERNEL_HOST01 Primary kernel server name. Enter full-qualified host name of the primary kernel server hosting the Managing Server.
PORT_KERNEL_CODEBASE01 Primary kernel codebase port. Default 9122.
Application Server Specific Options
WLHOST WebLogic Server host name. Enter the IP or domain name of the host location of the WebLogic server.
WLPORT WebLogic server port number. Default 7001.
WLUSER User name. Optional Enter a user ID name to match your current security settings; otherwise, leave this blank.
WLPSWD Password. Optional Enter a password to match your current security settings; otherwise, leave this blank.
WLJNDI_TYPE WebLogic admin server connection method. If you choose connect to the WebLogic admin server using plain socket or HTTP, set WLJNDI_TYPE to t3 and ignore WL_SSL_* parameters. If you choose connect to the WebLogic admin server using SSL, set WLJNDI_TYPE to t3s_oneway for SSL one way connection or t3s_twoway for SSL two way connection.
WL_SSL_TRUST_CA_KEYSTORE SSL client CA trust keystore file. It is a .jks file. This parameter is for t3s_oneway and t3s_twoway.
WL_SSL_CERT_TYPES SSL Certificate types. This parameter is for SSL two way connection only. The valid file format types are DER and PEM. Types of multiple cetificates should be separated by a vertical bar ("|"). Note that the certificate type should be corresponding to the certificate file in terms of sequence.
WL_SSL_CERT_FILES SSL Certificate Files. This parameter is for SSL two way connection only. Set WL_SSL_CERT_FILES to RSA private key and chain of X.509 certificates for SSL client authentication. Multiple files are separated by a vertical bar ("|"). Note that the sequence of the certificates matters. The SSL Client private key should be put as the first certificate. All but the first certificate are issuer certificates for the previous certificate. Example: WL_SSL_CERT_FILES="C:\temp\testkey\client3.prv|C:\temp\testkey\client3.pub|C:\temp\testkey\netca_test_individual.cer"
WL_SSL_KEY_PSWD SSL client private key password. If the SSL client private key file is encrypted, set WL_SSL_KEY_PSWD to be the RSA private key's password; otherwise, leave it blank.
WL_MANAGED Managed Server instance. WebLogic supports two server instance types, managed and admin. Specifying this parameter as false indicates that the server instance is an admin type. True indicates that the server instance is a managed server. Default setting is false.
WLINST WebLogic instances. Enter the names of the Managing Server instances to be configured for data collection. Multiple instances should be separated by a comma (",")
WL_STARTSH WebLogic startup script. This is the startup script containing the necessary commands to call the application server. Ignore this value if CUSTOM_SCRIPT_ENABLED is set to be false. Multiple startup files should be separated by a comma (","). Check Table for WebLogic/WebLogic Portal server startup script locations for details.
CUSTOM_SCRIPT_ENABLED Enable custom startup script. If this parameter is selected, the WebLogic Startup Script is ignored. The custom startup script adds certain JVM properties to the WebLogic Startup command line, which enables the DC for testware when WebLogic is launched.
INST_WLHOST WebLogic server host. Enter the host name or IP address of the computer that has WebLogic installed. Multiple value should be separated by a comma (",")
INST_WLPORT WebLogic server port number. Enter the port number of the computer that has WebLogic installed. Default is 7001. Multiple value should be separated by a comma (",")
INST_WLJNDI_TYPE WebLogic admin server instance connection method. If you choose connect to the WebLogic admin server using plain socket or HTTP, set INST_WLJNDI_TYPE to t3 and ignore INST_WL_SSL_* parameters. If you choose connect to the WebLogic admin server using SSL, set INST_WLJNDI_TYPE to t3s_oneway for SSL one way connection or t3s_twoway for SSL two way connection. Multiple value should be separated by a comma (",")
INST_WL_SSL_TRUST_CA_KEYSTORE SSL client CA trust keystore file. It is a .jks file. Multiple value should be separated by a comma (","). This parameter is for t3s_oneway and t3s_twoway.
INST_WL_SSL_CERT_TYPES SSL Certificate types. This parameter is for SSL two way connection only. The valid file format types are DER and PEM. Types of multiple certificates should be separated by a vertical bar ("|"). Note that the certificate type should be corresponding to the certificate file in terms of sequence. Multiple value should be separated by a comma (",")
INST_WL_SSL_CERT_FILES SSL Certificate Files. This parameter is for SSL two way connection only. Set INST_WL_SSL_CERT_FILES to RSA private key and chain of X.509 certificates for SSL client authentication. Multiple files are separated by a vertical bar ("|"). Note that the sequence of the certificates matters. The SSL Client private key should be put as the first certificate. All but the first certificate are issuer certificates for the previous certificate. Example: INST_WL_SSL_CERT_FILES="C:\temp\testkey\client3.prv|C:\temp\testkey\client3.pub|C:\temp\testkey\netca_test_individual.cer". Multiple value should be separated by a comma (",")
INST_WL_SSL_KEY_PSWD SSL client private key password. If the SSL client private key file is encrypted, set INST_WL_SSL_KEY_PSWD to be the RSA private key's password; otherwise, leave it blank. Multiple value should be separated by a comma (",")


Parent topic:

Performing a silent installation and configuration

+

Search Tips   |   Advanced Search