Oracle® Enterprise Manager Grid Control Installation and Basic Configuration
10g Release 1 (10.1) Part No. B12012-01 |
|
![]() |
![]() |
This guide is your primary source of pre-installation requirements and certifications, installation options and strategy, and post-installation configuration information for Oracle Enterprise Manager.
This preface contains the following topics:
This guide is written for Oracle and system administrators who want to install and configure Oracle Enterprise Manager. You should already be familiar with Oracle and the administrative tasks you want to perform.
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at
http://www.oracle.com/accessibility/
JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.
This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites.
This guide contains four chapters and three appendixes.
This chapter contains hardware and software requirements, operating system, browser, and components certifications.
This chapter contains descriptions of the different deployment options.
This chapter identifies the configuration tasks required after installation is complete.
This chapter describes the standard out-of-box configuration upon installation and provides information on starting Grid Control and controlling the Management Agent and Management Service.
This appendix contains the additional software requirements of certified operating systems, such as patches and packages, and includes required patches for the Management Repository.
This appendix contains the recommended initialization parameter values for your Management Repository database, as well as other recommended settings.
This appendix contains instructions on installing multiple Management Agents using the agentDownload
script.
For more information, see the following manuals in the Oracle Enterprise Manager documentation set:
Oracle Enterprise Manager Concepts
Oracle Enterprise Manager Advanced Configuration
Extending Oracle Enterprise Manager
Oracle Enterprise Manager also provides extensive online help. Click Help at the top of any Enterprise Manager page to display the online help window. This installation guide has been designed to work hand-in-hand with the online help provided with the installation.
This section describes the conventions used in the text and code examples of this documentation set. It describes:
We use various conventions in text to help you more quickly identify special terms. The following table describes those conventions and provides examples of their use.
Convention | Meaning | Example |
---|---|---|
Bold | Bold typeface indicates an element in the user interface. | Click Help for more information. |
Italics | Italic typeface indicates book titles or emphasis. | Oracle Database Concepts
Ensure that the recovery catalog and target database do not reside on the same disk. |
lowercase monospace (fixed-width font)
|
Lowercase monospace typeface indicates executables, filenames, directory names, and sample user-supplied elements. Such elements include computer and database names, net service names, and connect identifiers, as well as user-supplied database objects and structures, column names, packages and classes, usernames and roles, program units, and parameter values.
Note: Some programmatic elements use a mixture of UPPERCASE and lowercase. Enter these elements as shown. |
Enter sqlplus to open SQL*Plus.
The password is specified in the Back up the datafiles and control files in the The Set the Connect as The |
Code examples illustrate SQL, PL/SQL, SQL*Plus, or other command-line statements. They are displayed in a monospace (fixed-width) font and separated from normal text as shown in this example:
SELECT username FROM dba_users WHERE username = 'MIGRATE';
The following table describes typographic conventions used in code examples and provides examples of their use.
Convention | Meaning | Example |
---|---|---|
< > | Angle brackets in command syntax denote an item for which you can substitute a real value. Do not enter the angle brackets. | <host>:<port>:<oracle_sid>
|
Italics
|
Italicized text indicates placeholders or variables for which you must supply particular values. | CONNECT SYSTEM/ system_password
|