Skip Headers
Oracle® Enterprise Manager Installation and Basic Configuration
10g Release 2 (10.2) for Linux x86

Part Number B16228-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

6 Post-Installation Configuration Tasks

This chapter identifies post-installation configuration tasks you must complete after installation. The following topics are covered in this chapter:

Running root.sh to Complete the Installation Process

If you have performed any of the following silent installations, you must run the allroot.sh script to complete the installation:

Execute the root.sh script from the agent Oracle home if you have performed a silent installation of only the Management Agent.

This script finishes the post-installation steps for the Oracle Management Agent, Management Service, and Management Repository database. If you used interactive mode to install Enterprise Manager, you are prompted to run allroot.sh or root.sh (depending on the installation type selected) before completing your installation.

On the Management Service machine, run the root.sh script as root from the $ORACLE_HOME directory.


Note:

For a cluster installation, you must run the root.sh script on each host of the cluster on which you installed a Management Agent.

Checking Database Settings

After the Management Repository has been created, you may need to set certain database parameters or settings after installation. See Appendix B, "Management Repository Database Settings" for more information on the initialization parameters and additional database settings.

Accessing the Oracle MetaLink Web Site

You can search Oracle MetaLink for Oracle software patches and patchsets, and download these patches/patchsets to an appropriate location in the Management Service Oracle home of Enterprise Manager.

To locate the required patches/patchsets in MetaLink:

  1. Go to http://metalink.oracle.com and navigate to the Patches and Updates page.

  2. Here, you can either perform a simple search with limited parameters, or click Advanced Search to perform a more granular search. On this page, you can search for updates based on the patch type (patches/patchsets), product name, platform, patch number, and so on.

  3. Specify emgrid and click Search. The search results display all the patches/patchsets that match the parameters you have specified.

  4. Select the appropriate patch/patchset and download it to the Management Service Oracle home location.

Accessing Management Packs

Oracle offers a number of management packs for the Oracle Database and Oracle Application Server. For example, management packs available with the Oracle 10g Enterprise Manager Release 2 include: Database Change Management Pack, Database Configuration Pack, Database Diagnostics Pack, and Database Tuning Pack. Oracle Application Server supports the following packs: Application Server Configuration Pack and Application Server Diagnostics Pack.Each pack has several premium features bundled as part of that pack. The licensable targets (also called parent targets) that are granted access to the packs propagate that access to their dependent targets. For example, all packs that are granted to a database propagate to the host on which the database resides.

For example, if databases D1, D2, and D3 reside on host H1, and the user has access to the Database Tuning pack for database D1, then not only is the D1 database granted access to the Database Tuning pack, but the host H1 is granted access to this pack as well.

You can manage, that is grant and revoke, access to packs for various databases and application servers in your Enterprise Manager repository by using the Management Pack Access option available from the Setup page. This Management Pack Access functionality is only available for Super Administrators.

Impact of Management Packs on Targets

Whether a target has access to a pack or not has a very significant impact on the user experience. The corresponding links related to the target, which need the pack, are enabled or disabled accordingly.To know what packs a page needs, as well as the links in that page, click Show Management Pack Information in the page footer.When the access to a pack is removed from a target, all corresponding links which need this pack are disabled.

Identifying the Features that can be Accessed in Enterprise Manager

When one or more packs on a target monitored by Enterprise Manager are not licensed, access to premium functionality for that target is disabled.For example, the Black Out button located on a Target home page (which you can use to move the target to the blackout state), is enabled only when either the Oracle Database Diagnostics Pack or the Oracle Application Server Diagnostics Pack is licensed for that target. To determine the packs used by the current page and to know what packs need to be licensed for any link on that page to be enabled, click Show Management Pack Information in the footer of the Enterprise Manager Home page. Enterprise Manager displays this information for all pages you navigate to during that session.

For more information on working with Management Packs, refer to the Enterprise Manager online help.

Optional Configurations

You can perform the following configuration activities, if required.

Specifying the Oracle MetaLink Credentials

Enterprise Manager uses MetaLink credentials to search for and download MetaLink patches. If you did not specify your MetaLink credentials during installation, you can do the following:

  1. On the Enterprise Manager Grid Control Home page, click Setup.

  2. On the Setup page, click Patching Setup.

  3. Specify your MetaLink user name and password in the fields provided.

The URL to access the MetaLink Web site is displayed in the Patch Search URL field on this page:

Access MetaLink directly by going to the following Web site:

http://metalink.oracle.com

From this page, Oracle licensees can register for an account or log in with an existing account. Once logged in, you can search for and download patches.

Setting Up Proxy Configuration for the Management Service

If your firewall prevents you from accessing Web sites without the use of an HTTP proxy, then you must set the proxy settings for Enterprise Manager to access MetaLink.


See Also:

For information about configuring Enterprise Manager components, such as Management Agents and Beacons, for use in a firewall environment, refer to Oracle Enterprise Manager Advanced Configuration.

If Enterprise Manager is using a proxy server for external access, the following properties must be properly set in the sysman/config/emoms.properties file:

proxyHost=www-fooproxy.here.com
proxyPort=80
dontProxyFor=.here.com


See Also:

For information about configuring the Management Service properties file, refer to Oracle Enterprise Manager Advanced Configuration.

You can also specify domain names that cover all hosts with those domains. For example:

dontProxyFor=.us.mycompany.com, .uk.mycompany.com

If the proxy properties are set incorrectly or not set at all, and you try to search for a patch, you receive an error message indicating that Enterprise Manager cannot access the MetaLink Web site.

Setting Up Proxy Configuration for the Management Agent

There are two ways to specify proxy information for a Management Agent:

  • Specify values for s_proxyHost and s_proxyPort using a response file when performing a silent installation using Oracle Universal Installer.

  • Specify values directly through the command line option when invoking Oracle Universal Installer. For example:

    <runInstaller or setup.exe> oracle.sysman.top.agent:s_proxyHost="<value>" oracle.sysman.top.agent:s_proxyPort="<value>"
    

Configuring Database and ASM Targets for Monitoring

When you first display the Database Home page for an Oracle Database 10g target, the Database Home page may display no monitoring data and the status of the database may indicate that there is a metric collection error. This is because you need to supply the DBSNMP password to use to monitor the database. The database may also be listed as being down because the DBSNMP user account has been locked due to unsuccessful login attempts.

Similarly, the first time you display the home page for an Automatic Storage Management (ASM) target, the status of the ASM instance may be unknown or unavailable, and the home page may indicate that the Management Agent is down. Again, this is because you need to supply the ASM SYS password.


Note:

You may first need to unlock the DBSNMP user account before setting the monitoring credentials. If the account is not locked, skip Chapter7, "Unlock the DBSNMP User Account" in the next chapter and proceed to Chapter7, "Set Monitoring Credentials" for instructions.

To fix this problem for an Oracle Database 10g target, do the following from the Grid Control console:

  1. Unlock the DBSNMP User Account (if necessary).

  2. Set Monitoring Credentials.

Agent Reconfiguration and Rediscovery

The Agent Configuration Assistant (agentca) script is used to reconfigure the agent and rediscover the targets on the machine. This script is useful when you want to rediscover a newly added target on the machine and/or to convert a standalone agent to a RAC Agent.

You can make use of the following options in the agentca script.

Table 6-1 Agent Configuration Assistant Script Options

Option Description

-n

Specify the cluster name (CLUSTER_NAME).

-c

Specify a comma-separated cluster node list.

-t

Do not start the agent after reconfiguration or target rediscovery.

-d

To rediscover targets.

-f

To reconfigure agents.

-i

Specify the oraInst.loc (oracle inventory location). This is required when the Oracle home does not exist in the central inventory.

-h

To get information on all the available options.



IMPORTANT:

You must specify either the -f or -d option when executing this script. Using one of these two options is mandatory.

Rediscover/Reconfigure Targets on Standalone Agents

An agent automatically discovers all targets that are installed before the agent installation. Typically, rediscovering of targets is performed when you have installed new targets after an agent installation.

To rediscover new targets, execute agentca. The usage is as follows:

<Agent_Home>/bin/agentca -d [ -t -i oraInstloc ]

Reconfiguring a Standalone Agent to a RAC Agent

Reconfiguration of a standalone agent occurs when you want to configure this agent (with standalone configurations) as a RAC agent.

To reconfigure a standalone agent as a RAC agent, you must execute the agentca script with the following options:

<Agent_Home>/bin/agentca -f -c "node1,node2…." [-t -i oraInstloc -n CLUSTER_NAME ]


Note:

The -c option must comprise all the nodes (including the local machine) to update the inventory.

Reconfiguring an Existing RAC Agent

If you have added new nodes to an existing RAC, you can invoke the agentca script to automatically reconfigure the existing RAC agent. The agentca script updates the central inventory to add the new nodes information, and also discovers the new targets (if any).

When this script is executed, it takes a back-up of the EMSTATE directory on the local machine and creates a new EMSTATE directory.


IMPORTANT:

Ensure you run this script on one node at a time.

To reconfigure an existing RAC agent, execute agentca as follows:

prompt> <Agent_Home>/bin/agentca -f  -c "node1,node2,node3....." [-t -i oraInst.loc -n CLUSTER_NAME] 


Note:

The -c option must comprise all the nodes (including the local machine) to update the inventory.

Rediscovering Targets on a RAC Agent

You can rediscover the new targets that have been installed on RAC nodes by running the agent configuration assistant with the following options.

prompt> <Agent_Home>/bin/agentca -d  -c "node1,node2,node3....." [-t -i oraInst.loc -n CLUSTER_NAME] 


Note:

The -c option must comprise all the nodes (including the local machine) to update the inventory.


IMPORTANT:

Ensure you run this script on one node at a time.