SlideShare a Scribd company logo
1 of 37
Download to read offline
1. Install Oracle Enterprise Manager Cloud Control 12C




Server Prerequisites

oracle-validated, kernel-headers, sysstat, setarch, rng-utils

Database Prerequisites

Oracle Database 11.2.0.2 + Enterprise Edition

Make sure database is deconfigured
emca -deconfig dbcontrol db -repos drop -SYS_PWD sep1407 -SYSMAN_PWD sep1407

Database Parameters

EXEC dbms_auto_task_admin.disable('auto optimizer stats collection',null,null);
./runInstaller -jreLoc
/u02/oracle/jdk_64bit/jdk1.7.0_09/ -invPtrLoc
/u02/oracle/oraInventory/oraInst.loc

My Oracle Support Details

Unselect
I wish to receive security updates via My Oracle
Support

Click Next

Note: This can be configured later

Software Updates

Select Skip

Click Next




Prerequisites check screen

All the prerequisites should be met on the host
server where the EMC 12C will be installed

Click Next
Installation Type

Select Advanced

Click Next




Installation Details

Middleware Home Location -
/u02/oracle/Middleware

Agent Base Directory - /u02/oracle/agent

Host Name – <hostname>

Click Next




Plug-in Deployment

Select any additional plugins are required, else leave
it to default

Click - Next
WebLogic Server Configuration

Enter passwords as required

Click Next

Please note the OMS Instance Base Location

/u02/oracle/Middleware/gc_inst




Database Connection Details

Enter database connection details

Select Deployment size as needed.

Click Next




Database Connection Details

Click Yes
Database Connection Details

Click OK.

These parameters will be updated later

Click Next




Repository Configuration Details

Enter the passwords as required
Enter table space location as required

Click Next




Port Configuration Details

Any port configuration can be updated here

Click Next
Review

Please review the installation

Click Install




Installation Progress Details

At 0%




Installation Progress Details

At 47%
Installation Progress Details

                                                                              Run the allroot.sh as root user and click ok




Output of allroot.sh

[root@<hostname>]# pwd
/u02/oracle/Middleware/oms
[root@<hostname>]# sh allroot.sh

Starting to execute allroot.sh .........

Starting to execute /u02/oracle/Middleware/oms/root.sh ......
Running Oracle 11g root.sh script...

The following environment variables are set as:
  ORACLE_OWNER= aoracle
  ORACLE_HOME= /u02/oracle/Middleware/oms

Enter the full pathname of the local bin directory: [/usr/local/bin]: /u02/oracle/local
Creating /u02/oracle/local directory...
 Copying dbhome to /u02/oracle/local ...
 Copying oraenv to /u02/oracle/local ...
 Copying coraenv to /u02/oracle/local ...

Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.
/etc exist
/u02/oracle/Middleware/oms
Finished execution of /u02/oracle/Middleware/oms/root.sh ......


Starting to execute /u02/oracle/agent/core/12.1.0.2.0/root.sh ......
Finished product-specific root actions.
/etc exist
Finished execution of /u02/oracle/agent/core/12.1.0.2.0/root.sh ......
[root@<hostname>]#
Finish Installation
Click Close

Important Information

Use the following URL to access:

        1. Enterprise Manager Cloud Control URL: https://<hostname>:7799/em
        2. Admin Server URL: https:// <hostname>:7101/console

The following details need to be provided during the additional OMS install:

        1. Admin Server Hostname: <hostname>
        2. Admin Server Port: 7101

NOTE:
 An encryption key has been generated to encrypt sensitive data in the Management Repository. If this key
is lost, all encrypted data in the Repository becomes unusable. Please run following command to backup
the Management Service configuration including the emkey and keep the backup on another system:
 emctl exportconfig oms -dir <backup location>
Status of the OMS

[aoracle@<hostname> ~]$ cd $OMS_HOME/bin
[aoracle@<hostname>]$ pwd
/u02/oracle/Middleware/oms/bin
 [aoracle@<hostname> bin]$ ./emctl status oms -details
Oracle Enterprise Manager Cloud Control 12c Release 2
Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
Enter Enterprise Manager Root (SYSMAN) Password :
<Dec 4, 2012 1:37:19 PM CST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance.
To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
Console Server Host      : <hostname>
HTTP Console Port       : 7788
HTTPS Console Port       : 7799
HTTP Upload Port        : 4889
HTTPS Upload Port        : 4900
EM Instance Home          : /u02/oracle/Middleware/gc_inst/em/EMGC_OMS1
OMS Log Directory Location : /u02/oracle/Middleware/gc_inst/em/EMGC_OMS1/sysman/log
OMS is not configured with SLB or virtual hostname
Agent Upload is locked.
OMS Console is locked.
Active CA ID: 1
Console URL: https:// <hostname>:7799/em
Upload URL: https:// <hostname>:4900/empbs/upload

WLS Domain Information
Domain Name : GCDomain
Admin Server Host: <hostname>

Managed Server Information
Managed Server Instance Name: EMGC_OMS1
Managed Server Instance Host: <hostname>
WebTier is Up
Oracle Management Server is Up

[aoracle@<hostname> bin]$


Status of the Agent

[aoracle@<hostname> bin]$ cd $AGENT_HOME/bin
[aoracle@<hostname>]$ pwd
/u02/oracle/agent/agent_inst/bin
 [aoracle@<hostname>bin]$ ./emctl status agent
Oracle Enterprise Manager Cloud Control 12c Release 2
Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
---------------------------------------------------------------
Agent Version : 12.1.0.2.0
OMS Version            : 12.1.0.2.0
Protocol Version : 12.1.0.1.0
Agent Home              : /u02/oracle/agent/agent_inst
Agent Binaries : /u02/oracle/agent/core/12.1.0.2.0
Agent Process ID : 28630
Parent Process ID : 28580
Agent URL            : https://pwesoem:3872/emd/main/
Repository URL : https://pwesoem:4900/empbs/upload
Started at         : 2012-12-04 13:25:48
Started by user : aoracle
Last Reload          : (none)
Last successful upload                        : 2012-12-04 13:26:00
Last attempted upload                           : 2012-12-04 13:26:00
Total Megabytes of XML files uploaded so far : 0
Number of XML files pending upload                       :0
Size of XML files pending upload(MB)                    :0
Available disk space on upload filesystem : 89.04%
Collection Status              : Collections enabled
Heartbeat Status                : Ok
Last attempted heartbeat to OMS           : 2012-12-04 13:37:56
Last successful heartbeat to OMS        : 2012-12-04 13:37:56
Next scheduled heartbeat to OMS           : 2012-12-04 13:38:56

---------------------------------------------------------------
Agent is Running and Ready


Disable HTTPS(Peer not authenticated error)

Step 1 – Stop agent on the host

[aoracle@<hostname>bin]$ pwd
/u02/oracle/agent/agent_inst/bin
[aoracle@<hostname>bin]$ ./emctl stop agent
Oracle Enterprise Manager Cloud Control 12c Release 2
Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
Stopping agent ...... stopped.


Step 2 – Update the end.properties

/u02/oracle/agent/agent_inst/sysman/config/emd.properties

#
# EMD main servlet URL
#
#EMD_URL=https://pwesoem:3872/emd/main/
EMD_URL=http://pwesoem:3872/emd/main/

#
# OMS Upload URL
#
# if there is no receiving OMS or if you wish to disable the UploadManager
# please set this value to empty or comment out below line
#
#REPOSITORY_URL=https://pwesoem:4900/empbs/upload
REPOSITORY_URL=http://pwesoem:4889/empbs/upload

#

Make changes to the files as per the highlighted in red

Step 3 – Unlock OMS

[aoracle@<hostname>bin]$ cd $OMS_HOME/bin
 [aoracle@<hostname>bin]$ ./emctl secure unlock
Oracle Enterprise Manager Cloud Control 12c Release 2
Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
Enter Enterprise Manager Root (SYSMAN) Password :
<Dec 4, 2012 1:49:19 PM CST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance.
To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
OMS Console is unlocked. HTTP ports too can be used to access console.
Agent Upload is unlocked. Unsecure Agents may upload over HTTP.
Restart OMS.


Step 4 – Restart OMS

[aoracle@<hostname>bin]$ ./emctl stop oms -all
Oracle Enterprise Manager Cloud Control 12c Release 2
Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
Stopping WebTier...
WebTier Successfully Stopped
Stopping Oracle Management Server...
Oracle Management Server Successfully Stopped
AdminServer Successfully Stopped
Oracle Management Server is Down

[aoracle@<hostname>bin]$ ./emctl start oms
Oracle Enterprise Manager Cloud Control 12c Release 2
Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
Starting Oracle Management Server...
Starting WebTier...
WebTier Successfully Started
Oracle Management Server Successfully Started
Oracle Management Server is Up
[aoracle@<hostname>bin]$ ./emctl status oms -details
Oracle Enterprise Manager Cloud Control 12c Release 2
Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
Enter Enterprise Manager Root (SYSMAN) Password :
<Dec 4, 2012 2:02:16 PM CST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance.
To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
Console Server Host      : <hostname>
HTTP Console Port       : 7788
HTTPS Console Port       : 7799
HTTP Upload Port        : 4889
HTTPS Upload Port        : 4900
EM Instance Home          : /u02/oracle/Middleware/gc_inst/em/EMGC_OMS1
OMS Log Directory Location : /u02/oracle/Middleware/gc_inst/em/EMGC_OMS1/sysman/log
OMS is not configured with SLB or virtual hostname
Agent Upload is unlocked.
OMS Console is unlocked.
Active CA ID: 1
Console URL: https:// <hostname>:7799/em
Upload URL: https:// <hostname>:4900/empbs/upload

WLS Domain Information
Domain Name : GCDomain
Admin Server Host: <hostname>

Managed Server Information
Managed Server Instance Name: EMGC_OMS1
Managed Server Instance Host: <hostname>
WebTier is Up
Oracle Management Server is Up
[aoracle@<hostname>bin]$


Please check that the agent and OMS are unlocked

Step 4 - Restart the agent and perform check

[aoracle@<hostname>bin]$ ./emctl start agent
Oracle Enterprise Manager Cloud Control 12c Release 2
Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
Starting agent ........ started.
[aoracle@<hostname>bin]$ ./emctl pingOMS
Oracle Enterprise Manager Cloud Control 12c Release 2
Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
---------------------------------------------------------------
EMD pingOMS completed successfully
[aoracle@<hostname>bin]$
Log into EMC 12C

http://<hostname:7799/em




Enter SYSMAN/*******




Click I Accept
Set Summary as default home page

Resynchronize Agents after disabling HTTPS
Click Continue




Click the JOB ID to check the status of resynchronization
Note that the resynchronization is succeeded




Make sure all components are up and running
2. Install agents on SOA Clustered domains
Deploy SOA Agents
Update fields highlighted and Click Next




Update necessary fields
Status of the deployment of agent
This error is OK, since we have a 11g agent installed from the previous installs
Run u01/oracle/agent/core/12.1.0.2.0/root.sh

Shutdown the agent, Unsecure the agents and resynchronize the agents as mentioned above
Please check the status of the agents as up
Secure targets using preferred credentials
Configure Auto Discovery on the SOA agents
Select Hosts
Edit Parameters




Enter Middleware home
Check Auto Discovery Results
Promote SOA Targets – Unmanaged state to Managed State
3. Install JVMD Manager to monitor JVM

Step1
Unsecure the agent pwesoem by setting preferred credentials
Test the preferred credentials
As described above

Step 2
Configure Auto Discovery

Step 3
Resynchronize the agent and restart the agent from command prompt
Step 4

Select Application Performance Agents
Update fields as needed. This will create a new managed server where the JVM Diagnostics engine will
reside
If you hit the error that ls: /oracle/agent12c/core/12.1.0.1.0/sysman/jlib/wlfullclient.jar: No such file or
directory

Please do the below:
enter <WEBLOGIC_HOME>/server/lib


java -jar wljarbuilder.jar --> generate wlfullclient.jarthen copy wlfullclient.jar to
/oracle/agent12c/core/12.1.0.1.0/sysman/jlib/

More Related Content

What's hot

Enterprise Manager Cloud Control 12c Release 4 - Installation
Enterprise Manager Cloud Control 12c Release 4 - InstallationEnterprise Manager Cloud Control 12c Release 4 - Installation
Enterprise Manager Cloud Control 12c Release 4 - InstallationIvica Arsov
 
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White Paper
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White PaperConfiguring Oracle Enterprise Manager Cloud Control 12c for HA White Paper
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White PaperLeighton Nelson
 
EM12C High Availability without SLB and RAC
EM12C High Availability without SLB and RACEM12C High Availability without SLB and RAC
EM12C High Availability without SLB and RACSecure-24
 
Managing Oracle Enterprise Manager Cloud Control 12c with Oracle Clusterware
Managing Oracle Enterprise Manager Cloud Control 12c with Oracle ClusterwareManaging Oracle Enterprise Manager Cloud Control 12c with Oracle Clusterware
Managing Oracle Enterprise Manager Cloud Control 12c with Oracle ClusterwareLeighton Nelson
 
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linuxUpgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linuxmaclean liu
 
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linuxUpgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linuxmaclean liu
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manualPramod Sharma
 
Oracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi services
Oracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi servicesOracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi services
Oracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi servicesdbi services
 
Configuring Oracle Enterprise Manager Cloud Control 12c for High Availability
Configuring Oracle Enterprise Manager Cloud Control 12c for High AvailabilityConfiguring Oracle Enterprise Manager Cloud Control 12c for High Availability
Configuring Oracle Enterprise Manager Cloud Control 12c for High AvailabilityLeighton Nelson
 
Deploy agent in em12c
Deploy agent in em12cDeploy agent in em12c
Deploy agent in em12cOsama Mustafa
 
MySQL Group Replication - Ready For Production? (2018-04)
MySQL Group Replication - Ready For Production? (2018-04)MySQL Group Replication - Ready For Production? (2018-04)
MySQL Group Replication - Ready For Production? (2018-04)Kenny Gryp
 
Oracle Database SQL Tuning Concept
Oracle Database SQL Tuning ConceptOracle Database SQL Tuning Concept
Oracle Database SQL Tuning ConceptChien Chung Shen
 
Oracle Linux 7 Beta First Look (Installations)
Oracle Linux 7 Beta First Look (Installations)Oracle Linux 7 Beta First Look (Installations)
Oracle Linux 7 Beta First Look (Installations)Osama Mustafa
 
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0Yury Velikanov
 
Pluggable database tutorial 2
Pluggable database tutorial 2Pluggable database tutorial 2
Pluggable database tutorial 2Osama Mustafa
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Raheel Syed
 
Pluggable database 3
Pluggable database 3Pluggable database 3
Pluggable database 3Osama Mustafa
 
Clouldera Implementation Guide for Production Deployments
Clouldera Implementation Guide for Production DeploymentsClouldera Implementation Guide for Production Deployments
Clouldera Implementation Guide for Production DeploymentsAhmed Mekawy
 
Flex Your Database on 12c's Flex ASM and Flex Cluster
Flex Your Database on 12c's Flex ASM and Flex ClusterFlex Your Database on 12c's Flex ASM and Flex Cluster
Flex Your Database on 12c's Flex ASM and Flex ClusterMaaz Anjum
 

What's hot (20)

Enterprise Manager Cloud Control 12c Release 4 - Installation
Enterprise Manager Cloud Control 12c Release 4 - InstallationEnterprise Manager Cloud Control 12c Release 4 - Installation
Enterprise Manager Cloud Control 12c Release 4 - Installation
 
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White Paper
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White PaperConfiguring Oracle Enterprise Manager Cloud Control 12c for HA White Paper
Configuring Oracle Enterprise Manager Cloud Control 12c for HA White Paper
 
EM12C High Availability without SLB and RAC
EM12C High Availability without SLB and RACEM12C High Availability without SLB and RAC
EM12C High Availability without SLB and RAC
 
Managing Oracle Enterprise Manager Cloud Control 12c with Oracle Clusterware
Managing Oracle Enterprise Manager Cloud Control 12c with Oracle ClusterwareManaging Oracle Enterprise Manager Cloud Control 12c with Oracle Clusterware
Managing Oracle Enterprise Manager Cloud Control 12c with Oracle Clusterware
 
12c on RHEL7
12c on RHEL712c on RHEL7
12c on RHEL7
 
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linuxUpgrade 11.2.0.1 rac db to 11.2.0.2 in linux
Upgrade 11.2.0.1 rac db to 11.2.0.2 in linux
 
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linuxUpgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
Upgrade 11.2.0.1 gi crs to 11.2.0.2 in linux
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
 
Oracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi services
Oracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi servicesOracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi services
Oracle OEM 12C : monitoring nouvelle génération - Pierre Sicot - dbi services
 
Configuring Oracle Enterprise Manager Cloud Control 12c for High Availability
Configuring Oracle Enterprise Manager Cloud Control 12c for High AvailabilityConfiguring Oracle Enterprise Manager Cloud Control 12c for High Availability
Configuring Oracle Enterprise Manager Cloud Control 12c for High Availability
 
Deploy agent in em12c
Deploy agent in em12cDeploy agent in em12c
Deploy agent in em12c
 
MySQL Group Replication - Ready For Production? (2018-04)
MySQL Group Replication - Ready For Production? (2018-04)MySQL Group Replication - Ready For Production? (2018-04)
MySQL Group Replication - Ready For Production? (2018-04)
 
Oracle Database SQL Tuning Concept
Oracle Database SQL Tuning ConceptOracle Database SQL Tuning Concept
Oracle Database SQL Tuning Concept
 
Oracle Linux 7 Beta First Look (Installations)
Oracle Linux 7 Beta First Look (Installations)Oracle Linux 7 Beta First Look (Installations)
Oracle Linux 7 Beta First Look (Installations)
 
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
Oracle 12c RAC On your laptop Step by Step Implementation Guide 1.0
 
Pluggable database tutorial 2
Pluggable database tutorial 2Pluggable database tutorial 2
Pluggable database tutorial 2
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
 
Pluggable database 3
Pluggable database 3Pluggable database 3
Pluggable database 3
 
Clouldera Implementation Guide for Production Deployments
Clouldera Implementation Guide for Production DeploymentsClouldera Implementation Guide for Production Deployments
Clouldera Implementation Guide for Production Deployments
 
Flex Your Database on 12c's Flex ASM and Flex Cluster
Flex Your Database on 12c's Flex ASM and Flex ClusterFlex Your Database on 12c's Flex ASM and Flex Cluster
Flex Your Database on 12c's Flex ASM and Flex Cluster
 

Viewers also liked

Oracle WebLogic Server 11g for IT OPS
Oracle WebLogic Server 11g for IT OPSOracle WebLogic Server 11g for IT OPS
Oracle WebLogic Server 11g for IT OPSRakesh Gujjarlapudi
 
Oracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning TutorialOracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning TutorialRakesh Gujjarlapudi
 
Oracle OSB Security Enforcement with OWSM
Oracle OSB Security Enforcement with OWSMOracle OSB Security Enforcement with OWSM
Oracle OSB Security Enforcement with OWSMRakesh Gujjarlapudi
 
Oracle fusionmiddlewarecontinuosintegration slideshare_v1
Oracle fusionmiddlewarecontinuosintegration slideshare_v1Oracle fusionmiddlewarecontinuosintegration slideshare_v1
Oracle fusionmiddlewarecontinuosintegration slideshare_v1Rakesh Gujjarlapudi
 
Lesson1 - SOA Governance Overview
Lesson1  - SOA Governance OverviewLesson1  - SOA Governance Overview
Lesson1 - SOA Governance OverviewRakesh Gujjarlapudi
 
Mule JSON Schema Validator
Mule JSON Schema ValidatorMule JSON Schema Validator
Mule JSON Schema ValidatorAnkush Sharma
 
Using JSON Schema Validator
Using JSON Schema ValidatorUsing JSON Schema Validator
Using JSON Schema ValidatorRahul Kumar
 
XML's validation - XML Schema
XML's validation - XML SchemaXML's validation - XML Schema
XML's validation - XML Schemavidede_group
 
4 xml namespaces and xml schema
4   xml namespaces and xml schema4   xml namespaces and xml schema
4 xml namespaces and xml schemagauravashq
 
Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...
Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...
Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...Berry Clemens
 
Strategy and erp in-the-cloud
Strategy and erp in-the-cloudStrategy and erp in-the-cloud
Strategy and erp in-the-cloudBerry Clemens
 

Viewers also liked (20)

Oracle BPM 11g Lesson 2
Oracle BPM 11g Lesson 2Oracle BPM 11g Lesson 2
Oracle BPM 11g Lesson 2
 
Oracle WebLogic Server 11g for IT OPS
Oracle WebLogic Server 11g for IT OPSOracle WebLogic Server 11g for IT OPS
Oracle WebLogic Server 11g for IT OPS
 
Oracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning TutorialOracle ADF 11g Skinning Tutorial
Oracle ADF 11g Skinning Tutorial
 
Oracle WebLogic 11g Topology
Oracle WebLogic 11g TopologyOracle WebLogic 11g Topology
Oracle WebLogic 11g Topology
 
Oracle BPM 11g Lesson 1
Oracle BPM 11g Lesson 1Oracle BPM 11g Lesson 1
Oracle BPM 11g Lesson 1
 
Oracle OSB Security Enforcement with OWSM
Oracle OSB Security Enforcement with OWSMOracle OSB Security Enforcement with OWSM
Oracle OSB Security Enforcement with OWSM
 
Oracle OSB Tutorial 3
Oracle OSB Tutorial 3Oracle OSB Tutorial 3
Oracle OSB Tutorial 3
 
Oracle OSB Tutorial 2
Oracle OSB Tutorial 2Oracle OSB Tutorial 2
Oracle OSB Tutorial 2
 
Oracle EMC 12C Grand Tour
Oracle EMC 12C Grand TourOracle EMC 12C Grand Tour
Oracle EMC 12C Grand Tour
 
Oracle fusionmiddlewarecontinuosintegration slideshare_v1
Oracle fusionmiddlewarecontinuosintegration slideshare_v1Oracle fusionmiddlewarecontinuosintegration slideshare_v1
Oracle fusionmiddlewarecontinuosintegration slideshare_v1
 
Lesson1 - SOA Governance Overview
Lesson1  - SOA Governance OverviewLesson1  - SOA Governance Overview
Lesson1 - SOA Governance Overview
 
Oracle ADF 11g Tutorial
Oracle ADF 11g TutorialOracle ADF 11g Tutorial
Oracle ADF 11g Tutorial
 
Oracle API Gateway Installation
Oracle API Gateway InstallationOracle API Gateway Installation
Oracle API Gateway Installation
 
Oracle OSB Tutorial 1
Oracle OSB Tutorial 1Oracle OSB Tutorial 1
Oracle OSB Tutorial 1
 
Mule JSON Schema Validator
Mule JSON Schema ValidatorMule JSON Schema Validator
Mule JSON Schema Validator
 
Using JSON Schema Validator
Using JSON Schema ValidatorUsing JSON Schema Validator
Using JSON Schema Validator
 
XML's validation - XML Schema
XML's validation - XML SchemaXML's validation - XML Schema
XML's validation - XML Schema
 
4 xml namespaces and xml schema
4   xml namespaces and xml schema4   xml namespaces and xml schema
4 xml namespaces and xml schema
 
Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...
Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...
Simplified user experience_design_patterns_for_the_oracle_applications_cloud_...
 
Strategy and erp in-the-cloud
Strategy and erp in-the-cloudStrategy and erp in-the-cloud
Strategy and erp in-the-cloud
 

Similar to Enterprise managerclodcontrolinstallconfiguration emc12c

Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationFrancisco Alvarez
 
Enterprise manager 13c -let's connect to the Oracle Cloud
Enterprise manager 13c -let's connect to the Oracle CloudEnterprise manager 13c -let's connect to the Oracle Cloud
Enterprise manager 13c -let's connect to the Oracle CloudTrivadis
 
Oracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseOracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseMonowar Mukul
 
Upgradation of OEM 13cR1 to 13cR2
Upgradation of OEM 13cR1 to 13cR2Upgradation of OEM 13cR1 to 13cR2
Upgradation of OEM 13cR1 to 13cR2Pinto Das
 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installationMonowar Mukul
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...ginniapps
 
Oracle upgrade
Oracle upgradeOracle upgrade
Oracle upgradeRaj p
 
Data Guard on EBS R12 DB 10g
Data Guard on EBS R12 DB 10gData Guard on EBS R12 DB 10g
Data Guard on EBS R12 DB 10gIbrahim Malek
 
Weblogic application server
Weblogic application serverWeblogic application server
Weblogic application serverAnuj Tomar
 
Oracle virtual server-2-t0-3-upgrade
Oracle virtual server-2-t0-3-upgradeOracle virtual server-2-t0-3-upgrade
Oracle virtual server-2-t0-3-upgradeRavi Kumar Lanke
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Osama Mustafa
 
OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...
OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...
OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...NETWAYS
 
UPGRADING FROM ORACLE ENTERPRISE MANAGER 10G TO CLOUD CONTROL 12C WITH ZERO D...
UPGRADING FROM ORACLE ENTERPRISE MANAGER 10G TO CLOUD CONTROL 12C WITH ZERO D...UPGRADING FROM ORACLE ENTERPRISE MANAGER 10G TO CLOUD CONTROL 12C WITH ZERO D...
UPGRADING FROM ORACLE ENTERPRISE MANAGER 10G TO CLOUD CONTROL 12C WITH ZERO D...Leighton Nelson
 

Similar to Enterprise managerclodcontrolinstallconfiguration emc12c (20)

OAM Install & Config
OAM Install & ConfigOAM Install & Config
OAM Install & Config
 
Oracle vm-installation
Oracle vm-installationOracle vm-installation
Oracle vm-installation
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c Presentation
 
Enterprise manager 13c -let's connect to the Oracle Cloud
Enterprise manager 13c -let's connect to the Oracle CloudEnterprise manager 13c -let's connect to the Oracle Cloud
Enterprise manager 13c -let's connect to the Oracle Cloud
 
Oracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseOracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create Database
 
Long live to CMAN!
Long live to CMAN!Long live to CMAN!
Long live to CMAN!
 
Upgradation of OEM 13cR1 to 13cR2
Upgradation of OEM 13cR1 to 13cR2Upgradation of OEM 13cR1 to 13cR2
Upgradation of OEM 13cR1 to 13cR2
 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installation
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
 
Instalasi Solr
Instalasi SolrInstalasi Solr
Instalasi Solr
 
Oracle upgrade
Oracle upgradeOracle upgrade
Oracle upgrade
 
Data Guard on EBS R12 DB 10g
Data Guard on EBS R12 DB 10gData Guard on EBS R12 DB 10g
Data Guard on EBS R12 DB 10g
 
Weblogic application server
Weblogic application serverWeblogic application server
Weblogic application server
 
Oracle virtual server-2-t0-3-upgrade
Oracle virtual server-2-t0-3-upgradeOracle virtual server-2-t0-3-upgrade
Oracle virtual server-2-t0-3-upgrade
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c
 
Physical_Standby_Database_R12.2.4
Physical_Standby_Database_R12.2.4Physical_Standby_Database_R12.2.4
Physical_Standby_Database_R12.2.4
 
Freeradius edir
Freeradius edirFreeradius edir
Freeradius edir
 
Less04_Database_Instance.ppt
Less04_Database_Instance.pptLess04_Database_Instance.ppt
Less04_Database_Instance.ppt
 
OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...
OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...
OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...
 
UPGRADING FROM ORACLE ENTERPRISE MANAGER 10G TO CLOUD CONTROL 12C WITH ZERO D...
UPGRADING FROM ORACLE ENTERPRISE MANAGER 10G TO CLOUD CONTROL 12C WITH ZERO D...UPGRADING FROM ORACLE ENTERPRISE MANAGER 10G TO CLOUD CONTROL 12C WITH ZERO D...
UPGRADING FROM ORACLE ENTERPRISE MANAGER 10G TO CLOUD CONTROL 12C WITH ZERO D...
 

Enterprise managerclodcontrolinstallconfiguration emc12c

  • 1. 1. Install Oracle Enterprise Manager Cloud Control 12C Server Prerequisites oracle-validated, kernel-headers, sysstat, setarch, rng-utils Database Prerequisites Oracle Database 11.2.0.2 + Enterprise Edition Make sure database is deconfigured emca -deconfig dbcontrol db -repos drop -SYS_PWD sep1407 -SYSMAN_PWD sep1407 Database Parameters EXEC dbms_auto_task_admin.disable('auto optimizer stats collection',null,null);
  • 2. ./runInstaller -jreLoc /u02/oracle/jdk_64bit/jdk1.7.0_09/ -invPtrLoc /u02/oracle/oraInventory/oraInst.loc My Oracle Support Details Unselect I wish to receive security updates via My Oracle Support Click Next Note: This can be configured later Software Updates Select Skip Click Next Prerequisites check screen All the prerequisites should be met on the host server where the EMC 12C will be installed Click Next
  • 3. Installation Type Select Advanced Click Next Installation Details Middleware Home Location - /u02/oracle/Middleware Agent Base Directory - /u02/oracle/agent Host Name – <hostname> Click Next Plug-in Deployment Select any additional plugins are required, else leave it to default Click - Next
  • 4. WebLogic Server Configuration Enter passwords as required Click Next Please note the OMS Instance Base Location /u02/oracle/Middleware/gc_inst Database Connection Details Enter database connection details Select Deployment size as needed. Click Next Database Connection Details Click Yes
  • 5. Database Connection Details Click OK. These parameters will be updated later Click Next Repository Configuration Details Enter the passwords as required Enter table space location as required Click Next Port Configuration Details Any port configuration can be updated here Click Next
  • 6. Review Please review the installation Click Install Installation Progress Details At 0% Installation Progress Details At 47%
  • 7. Installation Progress Details Run the allroot.sh as root user and click ok Output of allroot.sh [root@<hostname>]# pwd /u02/oracle/Middleware/oms [root@<hostname>]# sh allroot.sh Starting to execute allroot.sh ......... Starting to execute /u02/oracle/Middleware/oms/root.sh ...... Running Oracle 11g root.sh script... The following environment variables are set as: ORACLE_OWNER= aoracle ORACLE_HOME= /u02/oracle/Middleware/oms Enter the full pathname of the local bin directory: [/usr/local/bin]: /u02/oracle/local Creating /u02/oracle/local directory... Copying dbhome to /u02/oracle/local ... Copying oraenv to /u02/oracle/local ... Copying coraenv to /u02/oracle/local ... Entries will be added to the /etc/oratab file as needed by Database Configuration Assistant when a database is created Finished running generic part of root.sh script. Now product-specific root actions will be performed. /etc exist /u02/oracle/Middleware/oms Finished execution of /u02/oracle/Middleware/oms/root.sh ...... Starting to execute /u02/oracle/agent/core/12.1.0.2.0/root.sh ...... Finished product-specific root actions. /etc exist Finished execution of /u02/oracle/agent/core/12.1.0.2.0/root.sh ...... [root@<hostname>]#
  • 8. Finish Installation Click Close Important Information Use the following URL to access: 1. Enterprise Manager Cloud Control URL: https://<hostname>:7799/em 2. Admin Server URL: https:// <hostname>:7101/console The following details need to be provided during the additional OMS install: 1. Admin Server Hostname: <hostname> 2. Admin Server Port: 7101 NOTE: An encryption key has been generated to encrypt sensitive data in the Management Repository. If this key is lost, all encrypted data in the Repository becomes unusable. Please run following command to backup the Management Service configuration including the emkey and keep the backup on another system: emctl exportconfig oms -dir <backup location>
  • 9. Status of the OMS [aoracle@<hostname> ~]$ cd $OMS_HOME/bin [aoracle@<hostname>]$ pwd /u02/oracle/Middleware/oms/bin [aoracle@<hostname> bin]$ ./emctl status oms -details Oracle Enterprise Manager Cloud Control 12c Release 2 Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved. Enter Enterprise Manager Root (SYSMAN) Password : <Dec 4, 2012 1:37:19 PM CST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true> Console Server Host : <hostname> HTTP Console Port : 7788 HTTPS Console Port : 7799 HTTP Upload Port : 4889 HTTPS Upload Port : 4900 EM Instance Home : /u02/oracle/Middleware/gc_inst/em/EMGC_OMS1 OMS Log Directory Location : /u02/oracle/Middleware/gc_inst/em/EMGC_OMS1/sysman/log OMS is not configured with SLB or virtual hostname Agent Upload is locked. OMS Console is locked. Active CA ID: 1 Console URL: https:// <hostname>:7799/em Upload URL: https:// <hostname>:4900/empbs/upload WLS Domain Information Domain Name : GCDomain Admin Server Host: <hostname> Managed Server Information Managed Server Instance Name: EMGC_OMS1 Managed Server Instance Host: <hostname> WebTier is Up Oracle Management Server is Up [aoracle@<hostname> bin]$ Status of the Agent [aoracle@<hostname> bin]$ cd $AGENT_HOME/bin [aoracle@<hostname>]$ pwd /u02/oracle/agent/agent_inst/bin [aoracle@<hostname>bin]$ ./emctl status agent Oracle Enterprise Manager Cloud Control 12c Release 2 Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved. --------------------------------------------------------------- Agent Version : 12.1.0.2.0 OMS Version : 12.1.0.2.0 Protocol Version : 12.1.0.1.0 Agent Home : /u02/oracle/agent/agent_inst Agent Binaries : /u02/oracle/agent/core/12.1.0.2.0 Agent Process ID : 28630 Parent Process ID : 28580 Agent URL : https://pwesoem:3872/emd/main/ Repository URL : https://pwesoem:4900/empbs/upload Started at : 2012-12-04 13:25:48 Started by user : aoracle Last Reload : (none) Last successful upload : 2012-12-04 13:26:00 Last attempted upload : 2012-12-04 13:26:00 Total Megabytes of XML files uploaded so far : 0 Number of XML files pending upload :0 Size of XML files pending upload(MB) :0 Available disk space on upload filesystem : 89.04%
  • 10. Collection Status : Collections enabled Heartbeat Status : Ok Last attempted heartbeat to OMS : 2012-12-04 13:37:56 Last successful heartbeat to OMS : 2012-12-04 13:37:56 Next scheduled heartbeat to OMS : 2012-12-04 13:38:56 --------------------------------------------------------------- Agent is Running and Ready Disable HTTPS(Peer not authenticated error) Step 1 – Stop agent on the host [aoracle@<hostname>bin]$ pwd /u02/oracle/agent/agent_inst/bin [aoracle@<hostname>bin]$ ./emctl stop agent Oracle Enterprise Manager Cloud Control 12c Release 2 Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved. Stopping agent ...... stopped. Step 2 – Update the end.properties /u02/oracle/agent/agent_inst/sysman/config/emd.properties # # EMD main servlet URL # #EMD_URL=https://pwesoem:3872/emd/main/ EMD_URL=http://pwesoem:3872/emd/main/ # # OMS Upload URL # # if there is no receiving OMS or if you wish to disable the UploadManager # please set this value to empty or comment out below line # #REPOSITORY_URL=https://pwesoem:4900/empbs/upload REPOSITORY_URL=http://pwesoem:4889/empbs/upload # Make changes to the files as per the highlighted in red Step 3 – Unlock OMS [aoracle@<hostname>bin]$ cd $OMS_HOME/bin [aoracle@<hostname>bin]$ ./emctl secure unlock Oracle Enterprise Manager Cloud Control 12c Release 2 Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved. Enter Enterprise Manager Root (SYSMAN) Password : <Dec 4, 2012 1:49:19 PM CST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true> OMS Console is unlocked. HTTP ports too can be used to access console. Agent Upload is unlocked. Unsecure Agents may upload over HTTP. Restart OMS. Step 4 – Restart OMS [aoracle@<hostname>bin]$ ./emctl stop oms -all Oracle Enterprise Manager Cloud Control 12c Release 2 Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved.
  • 11. Stopping WebTier... WebTier Successfully Stopped Stopping Oracle Management Server... Oracle Management Server Successfully Stopped AdminServer Successfully Stopped Oracle Management Server is Down [aoracle@<hostname>bin]$ ./emctl start oms Oracle Enterprise Manager Cloud Control 12c Release 2 Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved. Starting Oracle Management Server... Starting WebTier... WebTier Successfully Started Oracle Management Server Successfully Started Oracle Management Server is Up [aoracle@<hostname>bin]$ ./emctl status oms -details Oracle Enterprise Manager Cloud Control 12c Release 2 Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved. Enter Enterprise Manager Root (SYSMAN) Password : <Dec 4, 2012 2:02:16 PM CST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true> Console Server Host : <hostname> HTTP Console Port : 7788 HTTPS Console Port : 7799 HTTP Upload Port : 4889 HTTPS Upload Port : 4900 EM Instance Home : /u02/oracle/Middleware/gc_inst/em/EMGC_OMS1 OMS Log Directory Location : /u02/oracle/Middleware/gc_inst/em/EMGC_OMS1/sysman/log OMS is not configured with SLB or virtual hostname Agent Upload is unlocked. OMS Console is unlocked. Active CA ID: 1 Console URL: https:// <hostname>:7799/em Upload URL: https:// <hostname>:4900/empbs/upload WLS Domain Information Domain Name : GCDomain Admin Server Host: <hostname> Managed Server Information Managed Server Instance Name: EMGC_OMS1 Managed Server Instance Host: <hostname> WebTier is Up Oracle Management Server is Up [aoracle@<hostname>bin]$ Please check that the agent and OMS are unlocked Step 4 - Restart the agent and perform check [aoracle@<hostname>bin]$ ./emctl start agent Oracle Enterprise Manager Cloud Control 12c Release 2 Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved. Starting agent ........ started. [aoracle@<hostname>bin]$ ./emctl pingOMS Oracle Enterprise Manager Cloud Control 12c Release 2 Copyright (c) 1996, 2012 Oracle Corporation. All rights reserved. --------------------------------------------------------------- EMD pingOMS completed successfully [aoracle@<hostname>bin]$
  • 12. Log into EMC 12C http://<hostname:7799/em Enter SYSMAN/******* Click I Accept
  • 13. Set Summary as default home page Resynchronize Agents after disabling HTTPS
  • 14. Click Continue Click the JOB ID to check the status of resynchronization
  • 15. Note that the resynchronization is succeeded Make sure all components are up and running
  • 16. 2. Install agents on SOA Clustered domains Deploy SOA Agents
  • 17. Update fields highlighted and Click Next Update necessary fields
  • 18.
  • 19. Status of the deployment of agent
  • 20. This error is OK, since we have a 11g agent installed from the previous installs
  • 21. Run u01/oracle/agent/core/12.1.0.2.0/root.sh Shutdown the agent, Unsecure the agents and resynchronize the agents as mentioned above Please check the status of the agents as up
  • 22. Secure targets using preferred credentials
  • 23.
  • 24. Configure Auto Discovery on the SOA agents
  • 28. Promote SOA Targets – Unmanaged state to Managed State
  • 29.
  • 30. 3. Install JVMD Manager to monitor JVM Step1 Unsecure the agent pwesoem by setting preferred credentials Test the preferred credentials As described above Step 2 Configure Auto Discovery Step 3 Resynchronize the agent and restart the agent from command prompt Step 4 Select Application Performance Agents
  • 31. Update fields as needed. This will create a new managed server where the JVM Diagnostics engine will reside
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37. If you hit the error that ls: /oracle/agent12c/core/12.1.0.1.0/sysman/jlib/wlfullclient.jar: No such file or directory Please do the below: enter <WEBLOGIC_HOME>/server/lib java -jar wljarbuilder.jar --> generate wlfullclient.jarthen copy wlfullclient.jar to /oracle/agent12c/core/12.1.0.1.0/sysman/jlib/