SlideShare una empresa de Scribd logo
1 de 52
Descargar para leer sin conexión
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Zero to Manageability in One Hour 
Build a Solid Foundation for Oracle Enterprise Manager 12c 
Courtney Llamas 
Strategic Customer Programs, Enterprise Manager 
November 4, 2014
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Safe Harbor Statement 
The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle.
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Enterprise Manager Strategic Customer Programs 
Work with global customers on biggest, most mission critical implementations 
80+ 
Enterprise Manager 12c implementations 
176+ 
Combined years of experience working with Enterprise Manager in all capacities (dev, support, user) 
Promote battle tested recommendations by presenting, writing, and working with more customers
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Program Agenda 
1 
2 
3 
4 
5 
Architecture and Planning 
Deploy and Configure 
Setup Monitoring Framework 
Keeping Enterprise Manager Happy 
Extend Your Use 
4
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Total Cloud Control 
Optimized, Efficient 
Agile, Automated 
| 
| 
Expanded Cloud Stack Management 
Scalable, Secure 
Superior Enterprise-Grade Management 
Complete Cloud Lifecycle Management
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Laying a Foundation for Success 
•Do Your Research 
–Learn about EM 12c and the features you plan to implement 
•Define a schedule 
–Small bites and early accomplishments 
–Consider company structure and change processes 
–Include process definition/documentation 
•Define a test plan and success criteria
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Enterprise Manager Infrastructure Overview 
Repository (OMR): 
•Heart 
•Data storage, rollup and purging Management Server (OMS): 
•Brains 
•Handles management data from Agents 
•Handles administration requests from UI 
•Sends out notifications Agents (OMA): 
•Nerve endings 
•Gather management information 
•Perform administration task 
Repository Database 
Management Server 
EM Users: EMCLI Console / Reports 
Agent 
Agent 
Agent 
Firewall 
Notifications 
Connectors 
Internet
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
•What features will be used? 
•What kind of targets and how many? 
–Identify sizing criteria and plug-ins required 
–Check certification matrix 
•How many users and what are their job functions? 
•High Availability requirements? 
•Read Advanced Installation Guide chapter on sizing, forecast for growth 
–Consider sizing guidelines as minimums 
–Size up when on the border 
•Storage recommendations 
Design with Growth in Mind 
OMS Install 
64gb 
Software Library 
50gb basic 250gb patch/provisioning 
500gb Cloud/VM images 
Agent 
2-4gb 
Repository Data 
Small 
Medium 
Large 
100gb 
350gb 
500gb
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
•Zero or minimal data loss depending on configuration 
–Level 3 - HA using RAC and multi-OMS with Load Balancer 
–Level 4 - DR using Data Guard and Standby OMS(s) 
•Planning ahead 
–Global VIP for DNS/LB 
–Sharable SWLIB location 
–Replicable storage for OMS Binaries 
Plan for High Availability and Disaster Recovery 
Doc: Oracle Enterprise Manager Advanced Installation Guide: Enterprise Manager Disaster Recovery
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Identifying Network Requirements 
•Load balancer or VIP (highly recommended) 
•Firewalls and Ports 
–Between OMS and Agent, OMS and Targets (Listener, Admin Server, JMX, etc.) 
–Additional ports required for add-on components (JVMD, BIP, etc.) 
•Proxy for access to Oracle via https 
–Offers direct access to patches, plug-ins, Oracle Support knowledge/SRs 
–Highly recommended 
Doc: Using Self Update in Offline Mode Blog: Network Ports Used in Oracle Enterprise Manager 12c 
support.oracle.com login.oracle.com aru-akam.oracle.com ccr.oracle.com updates.oracle.com servicecentral.sun.com* loginadc.oracle.com* 
* Certain firewall configurations require these
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Agent and Host Permissions 
•Agent Installation 
–Typically same owner as product install owner (oracle, weblogic) 
–Root access to run root.sh, can be delayed 
–Privilege Delegation requires additional configuration 
•See agent installation prerequisites 
•Post-Install Privilege Delegation (pbrun/sudo/su) 
–Add sudoers/pbrun configuration for nmosudo 
–Configure in EM for each agent and PDP method 
–12cR4 new default sudo templates 
Doc: Oracle Enterprise Manager Cloud Control Security Guide 
12cR4
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
LDAP, Pbrun, Sudo, Certificates, Target Access… 
DBA, MW Admin, App Admin, Monitoring Standards, Authentication… 
SMTP (e-mail), SNMP, 3rd Party Service Desk, Pager, ITOC… 
Network, Storage, DBA, System Admin, Security… 
Oracle Confidential – Internal 
12 
Engagement with Other Resources 
Notification 
Infrastructure 
Security 
Targets 
EM
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Program Agenda 
1 
2 
3 
4 
5 
Architecture and Planning 
Deploy and Configure 
Setup Monitoring Framework 
Keeping Enterprise Manager Happy 
Extend Your Use 
13
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Create a Solid Oracle Management Repository 
•Recommend 11.2.0.3 or later + latest PSU patch 
–Use the EM provided DBCA templates (OTN, Basic Install Guide) or 
–Or convert an existing DB by running the DBCA sql scripts set_repo_param_11.2.0.3_Database_SQL_for_EM12c_Large_deployment.sql 
•Apply required patches per Install/Upgrade guide 
•Disable OPTIMIZER_USE/CAPTURE_SQL_PLAN BASELINES 
•Recommend isolating OMR from monitored targets and OMS 
•Review Master Index for Cloud Control Oracle Management Service (OMS) and Repository Installation, Upgrade and Patching (Doc ID 1363769.1)
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Installation Tips 
•Consider Exakit for one-click installation or install on ODA 
–Obtaining the Oracle Enterprise Manager Setup Automation kit for Exadata (Doc ID 1440951.1) 
–Solution-in-a-box: Deploying Highly Available Monitoring Infrastructure using Oracle Enterprise Manager Cloud Control 12c and Oracle Database Appliance 
•Double check prerequisites in advance $./runInstaller -prereqchecker -entrypoint "oracle.sysman.top.oms_Core" PREREQ_CONFIG_LOCATION=<../stage/prereqs> -detailedExitCodes -prereqLogLoc <prereqLog_location> -silent -waitForCompletion -invPtrLoc <invPtrLoc> 
•Download latest installer Auto Updates to prevent known install issues 
•Use VNC for performance and recoverability 
–If using Xterm, ensure install stage is not on NFS
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Favorite runInstaller Options 
•Run in debug to get additional diagnostics 
$ runInstaller –debug 
•Download auto-updates from a connected system (Doc ID 1099123.1) 
–Unzip install binaries on connected system (i.e. desktop) 
$ runInstaller –downloadUpdates 
–Copy entire updates folder /tmp/OraInstall<date_time>/updates and stage on server 
–Select local directory to search for updates 
•Show proxy options for Auto Updates 
$ runInstaller –showProxy 
•Use a non-default Inventory location 
$ runInstaller -invPtrLoc <full path of oraInst.loc>
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Backups, Backups, Backups! Recovery, Recovery, Recovery! 
•Repository 
–MAA Best Practices: weekly full, daily incremental and archive logs, flashback enabled 
•OMS 
–Binary Install, Software Library, EMKey $ORACLE_HOME/sysman/config/emkey.ora 
–OMS Configuration from all OMSes $ORACLE_HOME/bin/emctl exportconfig oms 
•Agent 
–Recoverable from the OMS, except for emd.properties tweaks 
•Test your Recovery!
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Installing Plug-ins and Agents 
•Order is important 
–Setup / Provisioning and Patching / Offline Patching 
–Setup / My Oracle Support / Proxy 
–Setup / My Oracle Support / Set Credentials 
•Download current catalog 
•Download and apply agents and plug-ins 
–12cR4 – Deploy multiple plug-ins in one step via UI or EMCLI 
12cR4
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Configure Load Balancer/VIP 
•Recommend always using a VIP to avoid rework in future when adding additional OMSes 
•Secure OMS, full stop/start $ emctl secure oms -sysman_pwd <sysman_pwd> -reg_pwd <agent_reg_password> -host oms.example.com -secure_port 4900 -slb_port 4900 -slb_console_port 443 –console -lock - lock_console $ emctl stop oms $ emctl start oms 
•Resecure all agents $ emctl secure agent –emdWalletSrcUrl https://oms.example.com:4900/em 
•Rescure EM CLI $ emcli setup -url=https://oms.example.com/em -username=em_user 
•Console URL in MTM Health Overview
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Import Custom Certificate for Console 
•Create wallet with custom certificate MOS Note 1367988.1 and secure the console 
Without Load Balancer 
$ emctl secure console -wallet <wallet loc> 
With Load Balancer 
$ emctl secure oms -host oms.example.com -secure_port 4900 -slb_port 4900 -slb_console_port 443 –console -wallet <wallet_loc> 
$ emctl stop oms -all 
$ emctl start oms 
Doc: Oracle Enterprise Manager Cloud Control Security Guide
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Optimize for Your Environment 
•Increase JAVA Heap Size 
–Default 1.7gb, Recommend 2-4gb 
$ emctl set property –name OMS_HEAP_MAX –value 4096M 
•Adjust Console Timeout value $ emctl set property -name oracle.sysman.eml.maxInactiveTime -value 60 
•Additional Configurations 
–Increase Stuck Thread Timeout 
–Reduce duplicate/excessive logging 
–Run repvfy execute optimize 
MOS Note 1553342.1 - Oracle Enterprise Manager 12c Configuration Best Practices
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Clone OMS for High Availability 
•Requires Load Balancer, shared Software Library 
•Use Deployment Procedure to clone the OMS 
Doc: Oracle Enterprise Manager Cloud Control Advanced Installation and Configuration Guide
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Program Agenda 
1 
2 
3 
4 
5 
Architecture and Planning 
Deploy and Configure 
Setup Monitoring Framework 
Keeping Enterprise Manager Happy 
Extend Your Use 
23
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
•Groups 
•Target Properties 
•Templates 
•Template Collections 
•Roles 
•Incident Rules 
•Agents 
•Targets 
Components of the Monitoring Framework 
PROD Group 
Non-PROD Group 
All Targets Group 
Production Template Collection 
(Contains monitoring settings) 
Incident Rule Sets 
(Email, Create Incident, Send traps…) 
Role 
Administration Group hierarchy 
Lifecycle Status = Production
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Group Targets with Common Attributes 
Whitepaper: Strategies for Scalable, Smarter Monitoring using Oracle Enterprise Manager Cloud Control 12c 
•Think about how your targets will be Accessed? Monitored? Notified? 
•Define Organizational structure (DB, MW, Host, etc) as well as LifeCycle Status (Dev, Prod) 
•Monitoring Settings 
–Admin Group for template automation 
•Security, Notifications 
–If Admin Group doesn’t work, use dynamic groups
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
•Control membership to Administration Groups/Dynamic Groups, filters in Incident Rules and Notification Methods, Reports 
•LifeCycle Status now helps prioritize OMS workload in back logged system/agents 
•Set at container level for WLS Farm, Systems, Clusters, Groups, etc. 
emcli set_target_property_value - propagate_to_members 
Importance of Target Properties
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
•Check often for targets not added to administration group, correct target properties 
•Non privilege propagating aggregate targets won’t get added 
–Convert to privilege-propagating 
$ emcli modify_system - privilege_propagation=true 
–Exclude: group, generic system, generic service 
Unassigned Targets Report
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
•Standardize your metrics! 
–Limit alerts (metrics with thresholds) to actionable metrics 
–Use reports for non-urgent metrics and trending 
•Ways to Create Templates 
–Customize a target and create from that target 
–Create by Target Type using Oracle Recommended settings 
–Oracle Certified Templates 
Templates
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
•Group of templates that can be associated to an administration group tier 
–DBA Dev, DBA MC/Prod, FMW Prod 
•Last applied wins 
•Check Synchronization Status 
Template Collections
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
•Grant roles to users not direct privileges 
•Grant Target Privileges on groups of targets to restrict access in multi- organization environments 
–Use the Connect Target Read-Only 
•Limit the use of the “Any”s 
•Utilize the Out-of-Box Roles for examples 
Create Function/Job Based Roles
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
•Rule Set contains 1+ rules and actions 
–Customize out-of-box Rule Set 
–Group by function or organization 
–Filter on Groups to target notifications 
–Out-of-box has no action on Warnings 
•Create incidents, e-mail, SNMP, custom notification scripts or send to 3rd party connectors 
•Simulate Rules in 12cR4 
–Test rules against targets or alert types 
Incident Rule Sets and Notifications 
12cR4
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Agent Deployment 
•Push, pull, clone, rpm, emcli 
–Test before mass deploy 
•Apply latest Agent/Plugin Patches 
–Stage agent patches in $OMS_HOME/install/oneoffs 
–Create custom plug-in updates $emcli create_custom_plugin_update - agent_name="agent_name” -plugin_id="plugin_id”[-overwrite] 
Blog: Simplified Agent and Plug-in Deployment
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
•Discover or promote via UI or EMCLI 
•Auto Discovery 
–Searches for new targets on existing agents daily 
–Check often for unmanaged targets and promote 
–Set target properties during promote 
•Promote all Oracle Homes (for patching) 
•If host is static, auto-discovery is just extra noise 
–Setup / Add Targets / Configure Auto Discovery, Select Targets on Host tab, select Host, click Collection Schedule 
Target Discovery 
Target Discovery 
Not Yet Managed 
Promote 
Managed Target
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Configure WLS Domain Auto Refresh
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Program Agenda 
1 
2 
3 
4 
5 
Architecture and Planning 
Deploy and Configure 
Setup Monitoring Framework 
Keep Enterprise Manager Happy 
Extend Your Use 
35
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
•Under the Hood: Diagnosing and Troubleshooting Enterprise Manager 12cR4 
•Werner de Gruyter, Oracle 
•Wednesday 3:50 – 4:50pm 
•Crown Room
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
EM Administrator Role 
•Responsible for: 
–Install, patches and upgrades 
–Creating and managing users, roles 
–Setting standards and processes 
–Backup and recovery 
–Maintaining and monitoring EM itself 
–Troubleshooting 
•Recommend 2 or more people be trained in EM administration 
–Always 2 there are - A master and an apprentice... :-)
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Use EM to Monitor EM 
•Create an Incident Ruleset to monitor the EM components and notify EM support team 
–Thresholds may need to be adjusted based on your site size and activity 
•Out-of-Bound Notifications via an email, script, and/or trap when fatal conditions occur 
–Single OMS environment, if the OMS is down, but the Agent is up 
–Multi-OMS environment, if all OMS’s are down, but the Agent is up 
–If Repository database is unavailable 
MOS Note 1929586.1 - Oracle Enterprise Manager 12c Configuration Best Practices
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
•OMS and Repository / Monitoring / All Metrics 
–EM records valuable data on all targets, including itself 
–Review current or historical metrics to determine appropriate thresholds 
Know Your Metrics
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Get to Know EMDIAG 
•Repository (repvfy) 
–Verify and report critical components 
–Schedule a weekly repvfy –details report and review for areas that need attention 
–Use repvfy dump modules to diagnose components (job_health, notif_health, loader_health, agent_health) 
$ repvfy dump target 
$ repvfy dump availability 
•OMS (omsvfy) and Agent (agtvfy) 
–zip, verify, show, status, snapshot, lsof, etc… 
$ omsvfy zip all 
MOS Note 421053.1 - EMDIAG Troubleshooting Kits Master Index
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Patching EM 
•OMS Patching via OPatch tool 
–Some patches require all OMSes to be shutdown during patching, some are rolling or online patches. For further details on OMS patching see the Administrator’s Guide. 
•Plug-in Updates & Agent Patches 
–Agent and Plug-in Patches to be bundled – MOS Note 1900943.1 
•Agents Patched via EM 
–Create a deployment plan, check for conflicts and deploy to a few Agents 
–Create a template from deployment plan and use to mass deploy 
Blog: Simplified Agent and Plug-in Deployment https://blogs.oracle.com/oem/entry/simplified_agent_and_plug_in Blog: Patching 101 – The User Friendly Guide to Understanding EM Patches http://courtneyllamas.com/patching-101-user-friendly-guide-understanding-em-patches/ Reducing Downtime While Patching Multi-OMS Environments http://www.oracle.com/technetwork/oem/install-upgrade/reducedowntime-patchmultioms-2251257.pdf
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Program Agenda 
1 
2 
3 
4 
5 
Architecture and Planning 
Deploy and Configure 
Setup Monitoring Framework 
Keep Enterprise Manager Happy 
Extend Your Use 
42
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Extending Enterprise Manager 
•Determine biggest impact 
•Add features one at a time 
•Plan each phase 
•Create a test plan 
•Create a training/support plan 
•Rinse & Repeat
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Extend the Core Features 
•My Oracle Support & Oracle Configuration Manager 
–Get patch recommendations 
–Upload configuration information to MOS 
–Create draft SRs and package all files 
•BI Publisher 
–Preinstalled in 12cR4, just run configureBIP 
•Corrective Actions 
•Metric Extensions
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
•Diagnostics & Tuning 
–AWR Warehouse 
•Database Lifecycle Management 
–Manage compliance 
–Compare configurations 
–Patch & Provision 
•Weblogic Management Pack 
–Compliance 
–Configuration Management 
–Patch & Provision 
–Java Diagnostics (JVMD) 
•Cloud 
–DBaaS (Schema, DB, PDB) 
–IaaS 
–PaaS 
•Applications Management Pack 
–Monitoring and management 
–Real User Experience Insight 
–Change Management 
–Patch Management 
–Cloning 
Extend by Adding Packs
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
AWR Warehouse Features 
•Warehouse dashboard tracking ETL jobs 
•All AWR features available on long term AWR data 
•Performance page 
•AWR report 
•ASH analytics 
•Compare Period ADDM 
•Compare Period Report 
•Integrated seamlessly into EM UI 
•Zero runtime overhead on source Production databases
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
AWR Warehouse – Availability Licensing Details 
•AWR Warehouse is a licensable feature of Database Diagnostics Pack 
•Functionality available EM 12.1.0.4 with DB 12.1.0.6 + Bundle 2 
–Documentation: 2-Day DBA Performance Tuning Guide (12.1.0.2) 
•AWR Warehouse includes free restricted use Database EE license 
•Non-system or user usage of additional options requires separate per product licenses, for e.g., RAC, Partitioning, etc.
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
AWR Warehouse - Requirements 
•EM 12.1.0.4, DB Plugin 12.1.0.6 + 19391521 
•AWR Warehouse 
–Best practice recommendation - do not co-locate EM and AWR Warehouse 
–DB 12.1.0.2+ or 11.2.0.4 + Patch 18547891 
•Target Databases 
–Agent 12.1.0.4 + 19051570, DB Plugin + 19391503 
–Database discovered as target 
–Database version 10.2.0.4 and higher 
–DB User with execute on sys.dbms_swrf_internal package and DBA role 
Oracle Confidential – Internal/Restricted/Highly Restricted 
48
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Summary 
•Start with a strong foundation 
–Plan 
–Deploy 
–Monitor 
–Then Extend… 
•Tips for Keeping EM Happy 
–Like any other application, requires care and feeding 
–Need an EM admin or team who owns responsibility 
–Read Operational Considerations and Troubleshooting for OEM 12c 
–Get to know EMDIAG Troubleshooting Kits Master Index (MOS Note 421053.1)
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | 
Resources 
•OTN Enterprise Manager – OOW14 Content 
http://www.oracle.com/technetwork/oem/pdf/em-oow2014-2339393.html 
•Blogs: 
http://blogs.oracle.com/oem 
http://blogs.oracle.com/emmaa 
http://courtneyllamas.com 
•Twitter 
@oracle_EM 
@courtneyllamas
Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle Enterprise Manager 12c

Más contenido relacionado

La actualidad más candente

Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationFrancisco Alvarez
 
Oracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12cOracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12csolarisyougood
 
Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Kellyn Pot'Vin-Gorman
 
Getting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationGetting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationBerry Clemens
 
Kscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise ManagerKscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise ManagerKellyn Pot'Vin-Gorman
 
OOW15 - Getting Optimal Performance from Oracle E-Business Suite
OOW15 - Getting Optimal Performance from Oracle E-Business SuiteOOW15 - Getting Optimal Performance from Oracle E-Business Suite
OOW15 - Getting Optimal Performance from Oracle E-Business Suitevasuballa
 
Oracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid CloudOracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid Cloudjobacle
 
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)pasalapudi123
 
Managing EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experienceManaging EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experienceInSync Conference
 
Ebs12.2 online patching(aioug_aug2015)
Ebs12.2 online patching(aioug_aug2015)Ebs12.2 online patching(aioug_aug2015)
Ebs12.2 online patching(aioug_aug2015)pasalapudi123
 
Five Keys for Performance Management of Oracle Forms and E-Business Suite
Five Keys for Performance Management of Oracle Forms and E-Business SuiteFive Keys for Performance Management of Oracle Forms and E-Business Suite
Five Keys for Performance Management of Oracle Forms and E-Business SuiteCorrelsense
 
Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015andreas kuncoro
 
Oracle Enterprise Manager
Oracle Enterprise ManagerOracle Enterprise Manager
Oracle Enterprise ManagerBob Rhubart
 
Oracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsOracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsGokhan Atil
 
veshaal-singh-ebs-oracle cloud(iaas+paas)
veshaal-singh-ebs-oracle cloud(iaas+paas)veshaal-singh-ebs-oracle cloud(iaas+paas)
veshaal-singh-ebs-oracle cloud(iaas+paas)aioughydchapter
 
Oracle IaaS Overview - AIOUG Hyderabad Chapter
Oracle IaaS Overview - AIOUG Hyderabad ChapterOracle IaaS Overview - AIOUG Hyderabad Chapter
Oracle IaaS Overview - AIOUG Hyderabad Chapteraioughydchapter
 

La actualidad más candente (20)

Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c Presentation
 
Oracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12cOracle enterprise manager cloud control 12c
Oracle enterprise manager cloud control 12c
 
Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016
 
Enterprise manager 13c
Enterprise manager 13cEnterprise manager 13c
Enterprise manager 13c
 
Upgrading Em13c Collaborate 2016
Upgrading Em13c Collaborate 2016Upgrading Em13c Collaborate 2016
Upgrading Em13c Collaborate 2016
 
Getting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentationGetting optimal performance from oracle e-business suite presentation
Getting optimal performance from oracle e-business suite presentation
 
Kscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise ManagerKscope Not Your Father's Enterprise Manager
Kscope Not Your Father's Enterprise Manager
 
OOW15 - Getting Optimal Performance from Oracle E-Business Suite
OOW15 - Getting Optimal Performance from Oracle E-Business SuiteOOW15 - Getting Optimal Performance from Oracle E-Business Suite
OOW15 - Getting Optimal Performance from Oracle E-Business Suite
 
Oracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid CloudOracle Enterprise Manager 13C and Hybrid Cloud
Oracle Enterprise Manager 13C and Hybrid Cloud
 
Oracle Enterprise Manager
Oracle Enterprise ManagerOracle Enterprise Manager
Oracle Enterprise Manager
 
AWR, ASH with EM13 at HotSos 2016
AWR, ASH with EM13 at HotSos 2016AWR, ASH with EM13 at HotSos 2016
AWR, ASH with EM13 at HotSos 2016
 
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
Ebs upgrade-to-12.2 technical-upgrade_best_practices(aioug-aug2015)
 
Managing EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experienceManaging EBS Testing, Performance, Configurations, Change & User experience
Managing EBS Testing, Performance, Configurations, Change & User experience
 
Ebs12.2 online patching(aioug_aug2015)
Ebs12.2 online patching(aioug_aug2015)Ebs12.2 online patching(aioug_aug2015)
Ebs12.2 online patching(aioug_aug2015)
 
Five Keys for Performance Management of Oracle Forms and E-Business Suite
Five Keys for Performance Management of Oracle Forms and E-Business SuiteFive Keys for Performance Management of Oracle Forms and E-Business Suite
Five Keys for Performance Management of Oracle Forms and E-Business Suite
 
Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015Adop and maintenance task presentation 151015
Adop and maintenance task presentation 151015
 
Oracle Enterprise Manager
Oracle Enterprise ManagerOracle Enterprise Manager
Oracle Enterprise Manager
 
Oracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsOracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAs
 
veshaal-singh-ebs-oracle cloud(iaas+paas)
veshaal-singh-ebs-oracle cloud(iaas+paas)veshaal-singh-ebs-oracle cloud(iaas+paas)
veshaal-singh-ebs-oracle cloud(iaas+paas)
 
Oracle IaaS Overview - AIOUG Hyderabad Chapter
Oracle IaaS Overview - AIOUG Hyderabad ChapterOracle IaaS Overview - AIOUG Hyderabad Chapter
Oracle IaaS Overview - AIOUG Hyderabad Chapter
 

Destacado

Oracle Enterprise Manager 12c: The Oracle Monitoring tool of choice – Why yo...
Oracle Enterprise Manager 12c:  The Oracle Monitoring tool of choice – Why yo...Oracle Enterprise Manager 12c:  The Oracle Monitoring tool of choice – Why yo...
Oracle Enterprise Manager 12c: The Oracle Monitoring tool of choice – Why yo...Jeff Kayser
 
Oracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsOracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsGokhan Atil
 
Oracle Exadata Management with Oracle Enterprise Manager
Oracle Exadata Management with Oracle Enterprise ManagerOracle Exadata Management with Oracle Enterprise Manager
Oracle Exadata Management with Oracle Enterprise ManagerEnkitec
 
DHI-WASY Aktuell 2/13
DHI-WASY Aktuell 2/13DHI-WASY Aktuell 2/13
DHI-WASY Aktuell 2/13DHI-WASY GmbH
 
Big data oracle_introduccion
Big data oracle_introduccionBig data oracle_introduccion
Big data oracle_introduccionFran Navarro
 
Python and EM CLI: The Enterprise Management Super Tools
Python and EM CLI: The Enterprise Management Super ToolsPython and EM CLI: The Enterprise Management Super Tools
Python and EM CLI: The Enterprise Management Super ToolsSeth Miller
 
Big Data & Oracle Technologies
Big Data & Oracle TechnologiesBig Data & Oracle Technologies
Big Data & Oracle TechnologiesOleksii Movchaniuk
 
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...vasuballa
 
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
 
Data center Trends with Oracle
Data center Trends with OracleData center Trends with Oracle
Data center Trends with OracleFran Navarro
 
Enterprise Manager: Write powerful scripts with EMCLI
Enterprise Manager: Write powerful scripts with EMCLIEnterprise Manager: Write powerful scripts with EMCLI
Enterprise Manager: Write powerful scripts with EMCLIGokhan Atil
 
Google Tag Manager: un nuevo paso en la Analítica Digital (Congreso de Zarago...
Google Tag Manager: un nuevo paso en la Analítica Digital (Congreso de Zarago...Google Tag Manager: un nuevo paso en la Analítica Digital (Congreso de Zarago...
Google Tag Manager: un nuevo paso en la Analítica Digital (Congreso de Zarago...Lucía Marín
 

Destacado (13)

Oracle Enterprise Manager 12c: The Oracle Monitoring tool of choice – Why yo...
Oracle Enterprise Manager 12c:  The Oracle Monitoring tool of choice – Why yo...Oracle Enterprise Manager 12c:  The Oracle Monitoring tool of choice – Why yo...
Oracle Enterprise Manager 12c: The Oracle Monitoring tool of choice – Why yo...
 
Oracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAsOracle Enterprise Manager Cloud Control 13c for DBAs
Oracle Enterprise Manager Cloud Control 13c for DBAs
 
Oracle Exadata Management with Oracle Enterprise Manager
Oracle Exadata Management with Oracle Enterprise ManagerOracle Exadata Management with Oracle Enterprise Manager
Oracle Exadata Management with Oracle Enterprise Manager
 
Toad
ToadToad
Toad
 
DHI-WASY Aktuell 2/13
DHI-WASY Aktuell 2/13DHI-WASY Aktuell 2/13
DHI-WASY Aktuell 2/13
 
Big data oracle_introduccion
Big data oracle_introduccionBig data oracle_introduccion
Big data oracle_introduccion
 
Python and EM CLI: The Enterprise Management Super Tools
Python and EM CLI: The Enterprise Management Super ToolsPython and EM CLI: The Enterprise Management Super Tools
Python and EM CLI: The Enterprise Management Super Tools
 
Big Data & Oracle Technologies
Big Data & Oracle TechnologiesBig Data & Oracle Technologies
Big Data & Oracle Technologies
 
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
OOW15 - Oracle Enterprise Manager Cloud Control for Managing Oracle E-Busines...
 
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
 
Data center Trends with Oracle
Data center Trends with OracleData center Trends with Oracle
Data center Trends with Oracle
 
Enterprise Manager: Write powerful scripts with EMCLI
Enterprise Manager: Write powerful scripts with EMCLIEnterprise Manager: Write powerful scripts with EMCLI
Enterprise Manager: Write powerful scripts with EMCLI
 
Google Tag Manager: un nuevo paso en la Analítica Digital (Congreso de Zarago...
Google Tag Manager: un nuevo paso en la Analítica Digital (Congreso de Zarago...Google Tag Manager: un nuevo paso en la Analítica Digital (Congreso de Zarago...
Google Tag Manager: un nuevo paso en la Analítica Digital (Congreso de Zarago...
 

Similar a Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle Enterprise Manager 12c

New Not Your Father's Enterprise Manager
New Not Your Father's Enterprise ManagerNew Not Your Father's Enterprise Manager
New Not Your Father's Enterprise ManagerKellyn Pot'Vin-Gorman
 
Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!Kellyn Pot'Vin-Gorman
 
Oracle Database Lifecycle Management
Oracle Database Lifecycle ManagementOracle Database Lifecycle Management
Oracle Database Lifecycle ManagementHari Srinivasan
 
C6 deploying applications to your private cloud 7 to 10 times faster
C6   deploying applications to your private cloud 7 to 10 times fasterC6   deploying applications to your private cloud 7 to 10 times faster
C6 deploying applications to your private cloud 7 to 10 times fasterDr. Wilfred Lin (Ph.D.)
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Fran Navarro
 
Disaster Recovery pomocí Oracle Cloudu
Disaster Recovery pomocí Oracle ClouduDisaster Recovery pomocí Oracle Cloudu
Disaster Recovery pomocí Oracle ClouduMarketingArrowECS_CZ
 
Managing Oracle Solaris Systems with Puppet
Managing Oracle Solaris Systems with PuppetManaging Oracle Solaris Systems with Puppet
Managing Oracle Solaris Systems with Puppetglynnfoster
 
Oracle business continuity for virtualization and cloud infrastructure
Oracle business continuity for virtualization and cloud infrastructureOracle business continuity for virtualization and cloud infrastructure
Oracle business continuity for virtualization and cloud infrastructureOTN Systems Hub
 
Hyperion Planning: Cloud or On Premise
Hyperion Planning: Cloud or On PremiseHyperion Planning: Cloud or On Premise
Hyperion Planning: Cloud or On PremiseOAUGNJ
 
Securing data in Oracle Database 12c - 2015
Securing data in Oracle Database 12c - 2015Securing data in Oracle Database 12c - 2015
Securing data in Oracle Database 12c - 2015Connor McDonald
 
Optimizing the Enterprise Manager 12c
Optimizing the Enterprise Manager 12cOptimizing the Enterprise Manager 12c
Optimizing the Enterprise Manager 12cKellyn Pot'Vin-Gorman
 
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...jeckels
 
2014 OpenSuse Conf: Protect your MySQL Server
2014 OpenSuse Conf: Protect your MySQL Server2014 OpenSuse Conf: Protect your MySQL Server
2014 OpenSuse Conf: Protect your MySQL ServerGeorgi Kodinov
 
Sesion covergentes 2016
Sesion covergentes 2016Sesion covergentes 2016
Sesion covergentes 2016Fran Navarro
 
MySql's NoSQL -- best of both worlds on the same disks
MySql's NoSQL -- best of both worlds on the same disksMySql's NoSQL -- best of both worlds on the same disks
MySql's NoSQL -- best of both worlds on the same disksDave Stokes
 
Latest Innovations in Database as a Service Enabled by Oracle Enterprise Manager
Latest Innovations in Database as a Service Enabled by Oracle Enterprise ManagerLatest Innovations in Database as a Service Enabled by Oracle Enterprise Manager
Latest Innovations in Database as a Service Enabled by Oracle Enterprise ManagerHari Srinivasan
 

Similar a Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle Enterprise Manager 12c (20)

New Not Your Father's Enterprise Manager
New Not Your Father's Enterprise ManagerNew Not Your Father's Enterprise Manager
New Not Your Father's Enterprise Manager
 
Em13c features- HotSos 2016
Em13c features- HotSos 2016Em13c features- HotSos 2016
Em13c features- HotSos 2016
 
Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!Oracle EM12c Release 4 New Features!
Oracle EM12c Release 4 New Features!
 
con8832-cloudha-2811114.pdf
con8832-cloudha-2811114.pdfcon8832-cloudha-2811114.pdf
con8832-cloudha-2811114.pdf
 
Oracle Database Lifecycle Management
Oracle Database Lifecycle ManagementOracle Database Lifecycle Management
Oracle Database Lifecycle Management
 
C6 deploying applications to your private cloud 7 to 10 times faster
C6   deploying applications to your private cloud 7 to 10 times fasterC6   deploying applications to your private cloud 7 to 10 times faster
C6 deploying applications to your private cloud 7 to 10 times faster
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster
 
Disaster Recovery pomocí Oracle Cloudu
Disaster Recovery pomocí Oracle ClouduDisaster Recovery pomocí Oracle Cloudu
Disaster Recovery pomocí Oracle Cloudu
 
Oracle Database Cloud Service
Oracle Database Cloud ServiceOracle Database Cloud Service
Oracle Database Cloud Service
 
Managing Oracle Solaris Systems with Puppet
Managing Oracle Solaris Systems with PuppetManaging Oracle Solaris Systems with Puppet
Managing Oracle Solaris Systems with Puppet
 
Oracle business continuity for virtualization and cloud infrastructure
Oracle business continuity for virtualization and cloud infrastructureOracle business continuity for virtualization and cloud infrastructure
Oracle business continuity for virtualization and cloud infrastructure
 
Hyperion Planning: Cloud or On Premise
Hyperion Planning: Cloud or On PremiseHyperion Planning: Cloud or On Premise
Hyperion Planning: Cloud or On Premise
 
Securing data in Oracle Database 12c - 2015
Securing data in Oracle Database 12c - 2015Securing data in Oracle Database 12c - 2015
Securing data in Oracle Database 12c - 2015
 
Optimizing the Enterprise Manager 12c
Optimizing the Enterprise Manager 12cOptimizing the Enterprise Manager 12c
Optimizing the Enterprise Manager 12c
 
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
The Power of Java and Oracle WebLogic Server in the Public Cloud (OpenWorld, ...
 
2014 OpenSuse Conf: Protect your MySQL Server
2014 OpenSuse Conf: Protect your MySQL Server2014 OpenSuse Conf: Protect your MySQL Server
2014 OpenSuse Conf: Protect your MySQL Server
 
Sesion covergentes 2016
Sesion covergentes 2016Sesion covergentes 2016
Sesion covergentes 2016
 
MySql's NoSQL -- best of both worlds on the same disks
MySql's NoSQL -- best of both worlds on the same disksMySql's NoSQL -- best of both worlds on the same disks
MySql's NoSQL -- best of both worlds on the same disks
 
Performance in the Oracle Cloud
Performance in the Oracle CloudPerformance in the Oracle Cloud
Performance in the Oracle Cloud
 
Latest Innovations in Database as a Service Enabled by Oracle Enterprise Manager
Latest Innovations in Database as a Service Enabled by Oracle Enterprise ManagerLatest Innovations in Database as a Service Enabled by Oracle Enterprise Manager
Latest Innovations in Database as a Service Enabled by Oracle Enterprise Manager
 

Último

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 

Último (20)

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 

Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle Enterprise Manager 12c

  • 1. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Zero to Manageability in One Hour Build a Solid Foundation for Oracle Enterprise Manager 12c Courtney Llamas Strategic Customer Programs, Enterprise Manager November 4, 2014
  • 2. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle’s products remains at the sole discretion of Oracle.
  • 3. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Enterprise Manager Strategic Customer Programs Work with global customers on biggest, most mission critical implementations 80+ Enterprise Manager 12c implementations 176+ Combined years of experience working with Enterprise Manager in all capacities (dev, support, user) Promote battle tested recommendations by presenting, writing, and working with more customers
  • 4. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Program Agenda 1 2 3 4 5 Architecture and Planning Deploy and Configure Setup Monitoring Framework Keeping Enterprise Manager Happy Extend Your Use 4
  • 5. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Total Cloud Control Optimized, Efficient Agile, Automated | | Expanded Cloud Stack Management Scalable, Secure Superior Enterprise-Grade Management Complete Cloud Lifecycle Management
  • 6. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Laying a Foundation for Success •Do Your Research –Learn about EM 12c and the features you plan to implement •Define a schedule –Small bites and early accomplishments –Consider company structure and change processes –Include process definition/documentation •Define a test plan and success criteria
  • 7. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Enterprise Manager Infrastructure Overview Repository (OMR): •Heart •Data storage, rollup and purging Management Server (OMS): •Brains •Handles management data from Agents •Handles administration requests from UI •Sends out notifications Agents (OMA): •Nerve endings •Gather management information •Perform administration task Repository Database Management Server EM Users: EMCLI Console / Reports Agent Agent Agent Firewall Notifications Connectors Internet
  • 8. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | •What features will be used? •What kind of targets and how many? –Identify sizing criteria and plug-ins required –Check certification matrix •How many users and what are their job functions? •High Availability requirements? •Read Advanced Installation Guide chapter on sizing, forecast for growth –Consider sizing guidelines as minimums –Size up when on the border •Storage recommendations Design with Growth in Mind OMS Install 64gb Software Library 50gb basic 250gb patch/provisioning 500gb Cloud/VM images Agent 2-4gb Repository Data Small Medium Large 100gb 350gb 500gb
  • 9. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | •Zero or minimal data loss depending on configuration –Level 3 - HA using RAC and multi-OMS with Load Balancer –Level 4 - DR using Data Guard and Standby OMS(s) •Planning ahead –Global VIP for DNS/LB –Sharable SWLIB location –Replicable storage for OMS Binaries Plan for High Availability and Disaster Recovery Doc: Oracle Enterprise Manager Advanced Installation Guide: Enterprise Manager Disaster Recovery
  • 10. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Identifying Network Requirements •Load balancer or VIP (highly recommended) •Firewalls and Ports –Between OMS and Agent, OMS and Targets (Listener, Admin Server, JMX, etc.) –Additional ports required for add-on components (JVMD, BIP, etc.) •Proxy for access to Oracle via https –Offers direct access to patches, plug-ins, Oracle Support knowledge/SRs –Highly recommended Doc: Using Self Update in Offline Mode Blog: Network Ports Used in Oracle Enterprise Manager 12c support.oracle.com login.oracle.com aru-akam.oracle.com ccr.oracle.com updates.oracle.com servicecentral.sun.com* loginadc.oracle.com* * Certain firewall configurations require these
  • 11. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Agent and Host Permissions •Agent Installation –Typically same owner as product install owner (oracle, weblogic) –Root access to run root.sh, can be delayed –Privilege Delegation requires additional configuration •See agent installation prerequisites •Post-Install Privilege Delegation (pbrun/sudo/su) –Add sudoers/pbrun configuration for nmosudo –Configure in EM for each agent and PDP method –12cR4 new default sudo templates Doc: Oracle Enterprise Manager Cloud Control Security Guide 12cR4
  • 12. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | LDAP, Pbrun, Sudo, Certificates, Target Access… DBA, MW Admin, App Admin, Monitoring Standards, Authentication… SMTP (e-mail), SNMP, 3rd Party Service Desk, Pager, ITOC… Network, Storage, DBA, System Admin, Security… Oracle Confidential – Internal 12 Engagement with Other Resources Notification Infrastructure Security Targets EM
  • 13. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Program Agenda 1 2 3 4 5 Architecture and Planning Deploy and Configure Setup Monitoring Framework Keeping Enterprise Manager Happy Extend Your Use 13
  • 14. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Create a Solid Oracle Management Repository •Recommend 11.2.0.3 or later + latest PSU patch –Use the EM provided DBCA templates (OTN, Basic Install Guide) or –Or convert an existing DB by running the DBCA sql scripts set_repo_param_11.2.0.3_Database_SQL_for_EM12c_Large_deployment.sql •Apply required patches per Install/Upgrade guide •Disable OPTIMIZER_USE/CAPTURE_SQL_PLAN BASELINES •Recommend isolating OMR from monitored targets and OMS •Review Master Index for Cloud Control Oracle Management Service (OMS) and Repository Installation, Upgrade and Patching (Doc ID 1363769.1)
  • 15. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Installation Tips •Consider Exakit for one-click installation or install on ODA –Obtaining the Oracle Enterprise Manager Setup Automation kit for Exadata (Doc ID 1440951.1) –Solution-in-a-box: Deploying Highly Available Monitoring Infrastructure using Oracle Enterprise Manager Cloud Control 12c and Oracle Database Appliance •Double check prerequisites in advance $./runInstaller -prereqchecker -entrypoint "oracle.sysman.top.oms_Core" PREREQ_CONFIG_LOCATION=<../stage/prereqs> -detailedExitCodes -prereqLogLoc <prereqLog_location> -silent -waitForCompletion -invPtrLoc <invPtrLoc> •Download latest installer Auto Updates to prevent known install issues •Use VNC for performance and recoverability –If using Xterm, ensure install stage is not on NFS
  • 16. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Favorite runInstaller Options •Run in debug to get additional diagnostics $ runInstaller –debug •Download auto-updates from a connected system (Doc ID 1099123.1) –Unzip install binaries on connected system (i.e. desktop) $ runInstaller –downloadUpdates –Copy entire updates folder /tmp/OraInstall<date_time>/updates and stage on server –Select local directory to search for updates •Show proxy options for Auto Updates $ runInstaller –showProxy •Use a non-default Inventory location $ runInstaller -invPtrLoc <full path of oraInst.loc>
  • 17. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Backups, Backups, Backups! Recovery, Recovery, Recovery! •Repository –MAA Best Practices: weekly full, daily incremental and archive logs, flashback enabled •OMS –Binary Install, Software Library, EMKey $ORACLE_HOME/sysman/config/emkey.ora –OMS Configuration from all OMSes $ORACLE_HOME/bin/emctl exportconfig oms •Agent –Recoverable from the OMS, except for emd.properties tweaks •Test your Recovery!
  • 18. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Installing Plug-ins and Agents •Order is important –Setup / Provisioning and Patching / Offline Patching –Setup / My Oracle Support / Proxy –Setup / My Oracle Support / Set Credentials •Download current catalog •Download and apply agents and plug-ins –12cR4 – Deploy multiple plug-ins in one step via UI or EMCLI 12cR4
  • 19. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Configure Load Balancer/VIP •Recommend always using a VIP to avoid rework in future when adding additional OMSes •Secure OMS, full stop/start $ emctl secure oms -sysman_pwd <sysman_pwd> -reg_pwd <agent_reg_password> -host oms.example.com -secure_port 4900 -slb_port 4900 -slb_console_port 443 –console -lock - lock_console $ emctl stop oms $ emctl start oms •Resecure all agents $ emctl secure agent –emdWalletSrcUrl https://oms.example.com:4900/em •Rescure EM CLI $ emcli setup -url=https://oms.example.com/em -username=em_user •Console URL in MTM Health Overview
  • 20. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Import Custom Certificate for Console •Create wallet with custom certificate MOS Note 1367988.1 and secure the console Without Load Balancer $ emctl secure console -wallet <wallet loc> With Load Balancer $ emctl secure oms -host oms.example.com -secure_port 4900 -slb_port 4900 -slb_console_port 443 –console -wallet <wallet_loc> $ emctl stop oms -all $ emctl start oms Doc: Oracle Enterprise Manager Cloud Control Security Guide
  • 21. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Optimize for Your Environment •Increase JAVA Heap Size –Default 1.7gb, Recommend 2-4gb $ emctl set property –name OMS_HEAP_MAX –value 4096M •Adjust Console Timeout value $ emctl set property -name oracle.sysman.eml.maxInactiveTime -value 60 •Additional Configurations –Increase Stuck Thread Timeout –Reduce duplicate/excessive logging –Run repvfy execute optimize MOS Note 1553342.1 - Oracle Enterprise Manager 12c Configuration Best Practices
  • 22. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Clone OMS for High Availability •Requires Load Balancer, shared Software Library •Use Deployment Procedure to clone the OMS Doc: Oracle Enterprise Manager Cloud Control Advanced Installation and Configuration Guide
  • 23. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Program Agenda 1 2 3 4 5 Architecture and Planning Deploy and Configure Setup Monitoring Framework Keeping Enterprise Manager Happy Extend Your Use 23
  • 24. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | •Groups •Target Properties •Templates •Template Collections •Roles •Incident Rules •Agents •Targets Components of the Monitoring Framework PROD Group Non-PROD Group All Targets Group Production Template Collection (Contains monitoring settings) Incident Rule Sets (Email, Create Incident, Send traps…) Role Administration Group hierarchy Lifecycle Status = Production
  • 25. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Group Targets with Common Attributes Whitepaper: Strategies for Scalable, Smarter Monitoring using Oracle Enterprise Manager Cloud Control 12c •Think about how your targets will be Accessed? Monitored? Notified? •Define Organizational structure (DB, MW, Host, etc) as well as LifeCycle Status (Dev, Prod) •Monitoring Settings –Admin Group for template automation •Security, Notifications –If Admin Group doesn’t work, use dynamic groups
  • 26. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | •Control membership to Administration Groups/Dynamic Groups, filters in Incident Rules and Notification Methods, Reports •LifeCycle Status now helps prioritize OMS workload in back logged system/agents •Set at container level for WLS Farm, Systems, Clusters, Groups, etc. emcli set_target_property_value - propagate_to_members Importance of Target Properties
  • 27. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | •Check often for targets not added to administration group, correct target properties •Non privilege propagating aggregate targets won’t get added –Convert to privilege-propagating $ emcli modify_system - privilege_propagation=true –Exclude: group, generic system, generic service Unassigned Targets Report
  • 28. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | •Standardize your metrics! –Limit alerts (metrics with thresholds) to actionable metrics –Use reports for non-urgent metrics and trending •Ways to Create Templates –Customize a target and create from that target –Create by Target Type using Oracle Recommended settings –Oracle Certified Templates Templates
  • 29. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | •Group of templates that can be associated to an administration group tier –DBA Dev, DBA MC/Prod, FMW Prod •Last applied wins •Check Synchronization Status Template Collections
  • 30. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | •Grant roles to users not direct privileges •Grant Target Privileges on groups of targets to restrict access in multi- organization environments –Use the Connect Target Read-Only •Limit the use of the “Any”s •Utilize the Out-of-Box Roles for examples Create Function/Job Based Roles
  • 31. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | •Rule Set contains 1+ rules and actions –Customize out-of-box Rule Set –Group by function or organization –Filter on Groups to target notifications –Out-of-box has no action on Warnings •Create incidents, e-mail, SNMP, custom notification scripts or send to 3rd party connectors •Simulate Rules in 12cR4 –Test rules against targets or alert types Incident Rule Sets and Notifications 12cR4
  • 32. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Agent Deployment •Push, pull, clone, rpm, emcli –Test before mass deploy •Apply latest Agent/Plugin Patches –Stage agent patches in $OMS_HOME/install/oneoffs –Create custom plug-in updates $emcli create_custom_plugin_update - agent_name="agent_name” -plugin_id="plugin_id”[-overwrite] Blog: Simplified Agent and Plug-in Deployment
  • 33. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | •Discover or promote via UI or EMCLI •Auto Discovery –Searches for new targets on existing agents daily –Check often for unmanaged targets and promote –Set target properties during promote •Promote all Oracle Homes (for patching) •If host is static, auto-discovery is just extra noise –Setup / Add Targets / Configure Auto Discovery, Select Targets on Host tab, select Host, click Collection Schedule Target Discovery Target Discovery Not Yet Managed Promote Managed Target
  • 34. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Configure WLS Domain Auto Refresh
  • 35. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Program Agenda 1 2 3 4 5 Architecture and Planning Deploy and Configure Setup Monitoring Framework Keep Enterprise Manager Happy Extend Your Use 35
  • 36. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | •Under the Hood: Diagnosing and Troubleshooting Enterprise Manager 12cR4 •Werner de Gruyter, Oracle •Wednesday 3:50 – 4:50pm •Crown Room
  • 37. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | EM Administrator Role •Responsible for: –Install, patches and upgrades –Creating and managing users, roles –Setting standards and processes –Backup and recovery –Maintaining and monitoring EM itself –Troubleshooting •Recommend 2 or more people be trained in EM administration –Always 2 there are - A master and an apprentice... :-)
  • 38. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Use EM to Monitor EM •Create an Incident Ruleset to monitor the EM components and notify EM support team –Thresholds may need to be adjusted based on your site size and activity •Out-of-Bound Notifications via an email, script, and/or trap when fatal conditions occur –Single OMS environment, if the OMS is down, but the Agent is up –Multi-OMS environment, if all OMS’s are down, but the Agent is up –If Repository database is unavailable MOS Note 1929586.1 - Oracle Enterprise Manager 12c Configuration Best Practices
  • 39. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | •OMS and Repository / Monitoring / All Metrics –EM records valuable data on all targets, including itself –Review current or historical metrics to determine appropriate thresholds Know Your Metrics
  • 40. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Get to Know EMDIAG •Repository (repvfy) –Verify and report critical components –Schedule a weekly repvfy –details report and review for areas that need attention –Use repvfy dump modules to diagnose components (job_health, notif_health, loader_health, agent_health) $ repvfy dump target $ repvfy dump availability •OMS (omsvfy) and Agent (agtvfy) –zip, verify, show, status, snapshot, lsof, etc… $ omsvfy zip all MOS Note 421053.1 - EMDIAG Troubleshooting Kits Master Index
  • 41. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Patching EM •OMS Patching via OPatch tool –Some patches require all OMSes to be shutdown during patching, some are rolling or online patches. For further details on OMS patching see the Administrator’s Guide. •Plug-in Updates & Agent Patches –Agent and Plug-in Patches to be bundled – MOS Note 1900943.1 •Agents Patched via EM –Create a deployment plan, check for conflicts and deploy to a few Agents –Create a template from deployment plan and use to mass deploy Blog: Simplified Agent and Plug-in Deployment https://blogs.oracle.com/oem/entry/simplified_agent_and_plug_in Blog: Patching 101 – The User Friendly Guide to Understanding EM Patches http://courtneyllamas.com/patching-101-user-friendly-guide-understanding-em-patches/ Reducing Downtime While Patching Multi-OMS Environments http://www.oracle.com/technetwork/oem/install-upgrade/reducedowntime-patchmultioms-2251257.pdf
  • 42. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Program Agenda 1 2 3 4 5 Architecture and Planning Deploy and Configure Setup Monitoring Framework Keep Enterprise Manager Happy Extend Your Use 42
  • 43. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Extending Enterprise Manager •Determine biggest impact •Add features one at a time •Plan each phase •Create a test plan •Create a training/support plan •Rinse & Repeat
  • 44. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Extend the Core Features •My Oracle Support & Oracle Configuration Manager –Get patch recommendations –Upload configuration information to MOS –Create draft SRs and package all files •BI Publisher –Preinstalled in 12cR4, just run configureBIP •Corrective Actions •Metric Extensions
  • 45. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | •Diagnostics & Tuning –AWR Warehouse •Database Lifecycle Management –Manage compliance –Compare configurations –Patch & Provision •Weblogic Management Pack –Compliance –Configuration Management –Patch & Provision –Java Diagnostics (JVMD) •Cloud –DBaaS (Schema, DB, PDB) –IaaS –PaaS •Applications Management Pack –Monitoring and management –Real User Experience Insight –Change Management –Patch Management –Cloning Extend by Adding Packs
  • 46. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | AWR Warehouse Features •Warehouse dashboard tracking ETL jobs •All AWR features available on long term AWR data •Performance page •AWR report •ASH analytics •Compare Period ADDM •Compare Period Report •Integrated seamlessly into EM UI •Zero runtime overhead on source Production databases
  • 47. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | AWR Warehouse – Availability Licensing Details •AWR Warehouse is a licensable feature of Database Diagnostics Pack •Functionality available EM 12.1.0.4 with DB 12.1.0.6 + Bundle 2 –Documentation: 2-Day DBA Performance Tuning Guide (12.1.0.2) •AWR Warehouse includes free restricted use Database EE license •Non-system or user usage of additional options requires separate per product licenses, for e.g., RAC, Partitioning, etc.
  • 48. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | AWR Warehouse - Requirements •EM 12.1.0.4, DB Plugin 12.1.0.6 + 19391521 •AWR Warehouse –Best practice recommendation - do not co-locate EM and AWR Warehouse –DB 12.1.0.2+ or 11.2.0.4 + Patch 18547891 •Target Databases –Agent 12.1.0.4 + 19051570, DB Plugin + 19391503 –Database discovered as target –Database version 10.2.0.4 and higher –DB User with execute on sys.dbms_swrf_internal package and DBA role Oracle Confidential – Internal/Restricted/Highly Restricted 48
  • 49. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Summary •Start with a strong foundation –Plan –Deploy –Monitor –Then Extend… •Tips for Keeping EM Happy –Like any other application, requires care and feeding –Need an EM admin or team who owns responsibility –Read Operational Considerations and Troubleshooting for OEM 12c –Get to know EMDIAG Troubleshooting Kits Master Index (MOS Note 421053.1)
  • 50. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. | Resources •OTN Enterprise Manager – OOW14 Content http://www.oracle.com/technetwork/oem/pdf/em-oow2014-2339393.html •Blogs: http://blogs.oracle.com/oem http://blogs.oracle.com/emmaa http://courtneyllamas.com •Twitter @oracle_EM @courtneyllamas
  • 51. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. |