Oracle® Enterprise Manager Grid Control Installation and Basic Configuration
10g Release 2 (10.2) for Linux x86 B16228-01 |
|
Previous |
Next |
The additional parameters that you specify during the agent installation using Agent deploy depend on the source software location that you have selected.
If you select the default software source location, you must specify additional parameters that are supported by the agent Down Load
script. See Table F-1 for a list of parameters supported by this script.
If you select an alternative location, you must specify additional parameters that are supported by Oracle Universal Installer (OUI). See Table F-2 for a list of parameters supported by OUI.
Note: If the same parameters that you specify here are also specified independently (from the command-line option), the value of the parameters that you specify here take precedence over the other.For example, if the installation base directory is specified independently, and |
The following table lists the possible parameters that you can specify if you select the default (Management Service) location:
Table F-1 Parameters Supported by agentDownload Script
Parameters | Description |
---|---|
-t |
Do not start the agent after installation/upgrade. No value required. |
-c |
Cluster node list. Used during installation only. Nodes should be specified in double-quotes, separated by commas. For example, |
-b |
Installation base directory location. For example, - |
-d |
Do not initiate automatic target discovery. No value required. |
-i |
Inventory pointer location file, for example, |
-n |
Cluster name, for example, |
-p |
File location for static port for agent. For example, The template file for the # staticports.ini Template File # This file is a template for specifying port numbers at installation time. # To specify a port number, uncomment the appropriate line (remove #) and # replace "port_num" with the desired port number. # You can then launch Oracle Universal Installer with special options to use this file. # Please refer to Enterprise Manager Grid Control 10gR2 Installation Guide for instructions. # Enterprise Manager #Enterprise Manager Central Agent Port=port_num |
-z |
Specify the timezone environment variable value ( |
Note: If you use the-z option to specify the timezone, but the Agent Deploy application discovers a TZ environment variable already set on the remote host, this TZ value will take precedence over the -z value that you specify.
You can verify whether the ssh -l <user_name> -n <remote_node> 'echo $TZ' where, If you are installing the agent from a non-default software location, you must specify the timezone environment variable using the following command: s_timeZone=<timezone> For example, s_timezone=PST8PDT |
The following table lists the possible parameters that you can specify if you select an alternative software source (non-default) location:
Table F-2 Parameters Supported by Oracle Universal Installer
Parameter | Description |
---|---|
-clusterware oracle.crs, <crs version> |
Version of the installed Oracle Clusterware. |
-crslocation <path> |
Used only for cluster installs, specifies the path to the CRS home location. Specifying this overrides CRS information obtained from the central inventory. |
-invPtrLoc <full path of oraInst.loc> |
Linux only. To point to a different inventory location. The orainst.loc file contains: inventory_loc=<location of central inventory> inst_group=<group of the user that is installing the agent> |
-jreLoc <location> |
Path where the Java Runtime Environment is installed. OUI cannot be run without this. |
-logLevel <level> |
To filter log messages that have a lesser priority level than <level>. Valid options are: severe, warning, info, config, fine, finer, finest, basic, general, detailed, trace. The use of basic, general, detailed, and trace is deprecated. |
-paramFile <location of file |
Specify location of |
-responseFile <Path> |
Specifies the response file and path to use. |
-sourceLoc <location of products.xml> |
Specifies the software source location. |
-cfs |
Indicates that the Oracle home specified is on the cluster file system (shared). This is mandatory when '-local' is specified so that the Oracle Universal Installer can register the home appropriately into the inventory. |
-debug |
Gets the debug information from OUI. |
-executeSysPrereqs |
Executes system pre-requisite checks and exits. |
-force |
Allows silent mode installation into a non-empty directory. |
-help |
Displays the usage of all the above options. |
-ignoreSysPrereqs |
Ignores the results of the system pre-requisite checks. |
-local |
Performs the operation on the local node irrespective of the cluster nodes specified. |
-printmemory |
Logs debug information for memory usage. |
-printtime |
Logs debug information for time usage. |
-updateNodeList |
Updates the node list for this home in the OUI inventory. |
The command line variables are specified using the <name=value>
format.
For example, [ session: | compName: | compName:version: ]variableName=" valueOfVariable"]
Session/Installer variables are specified using the [session:]varName=value
format.
For example: session:ORACLE_HOME_NAME="OraHome" ORACLE_HOME_NAME="OraHome"
Note: The lookup order issession:varName , and then just the varName . The session prefix is used to avoid ambiguity.
|
Component variables are specified using [compInternalName:[Version:]]varName
For example: oracle.comp1:1.0.1:varName="VarValue" oracle.comp1:varName="VarValue"
Note: The lookup order iscompInternalName:Version:varName , the compInternalName:varName , and then just the varName .
|
See Chapter4, "Silent Installation of an Additional Management Agent" for more information.