SlideShare a Scribd company logo
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted
ORAchk & EXAchk
What’s New in 18.2.0
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Automatic proactive warning
of problems before they
impact you
2
Get scheduled health reports
sent to you in email
Why Oracle ORAchk & EXAchk
Health checks for most impactful
reoccurring problems
Runs in your environment
with no need to send
anything to Oracle
Findings can be integrated
into other tools of choiceEngineered
Systems
Non
Engineered
Systems
EXAchk
Common Framework
ORAchk
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
What’s new
REST interface
Only the most critical checks shown by default
Remote node connection without passwordless SSH
Python 3 compatibility
Support for Oracle Autonomous Database
Encrypted resulting zip file
New health checks
1
2
4
3
5
6
7
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
What’s new
REST interface
Only the most critical checks shown by default
Remote node connection without passwordless SSH
Python 3 compatibility
Support for Oracle Autonomous Database
Encrypted resulting zip file
New health checks
1
2
4
3
5
6
7
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
REST Interface
‱ ORAchk and EXAchk include full REST support, allowing invocation & query over HTTPS
‱ Oracle REST Data Services (ORDS) is included within the install
‱ To enable REST:
1. Start ORDS:
2. Start the daemon, using the -ords option:
‱ Start a full health check run by accessing the URL: https://<host>:7080/ords/tfaml/orachk/start_client
‱ Run specific profiles: https://<host>:7080/ords/tfaml/orachk/profile/<profile1>,<profile2>
‱ Run specific checks: https://<host>:7080/ords/tfaml/orachk/check/<check_id>,<check_id>
‱ Any request will return a job id, which can then be used to query:
– Status: https://<host>:7080/ords/tfaml/orachk/status/<job_id>
– Download result: https://<host>:7080/ords/tfaml/orachk/download/<job_id>
–ordssetup
-d start -ords
The standalone ORDS setup feature utilizes file based user authentication and is provided solely for use in test and development environments.
For production use, the included orachk.jar and ords.war should be deployed and configured.
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
What’s new
REST interface
Only the most critical checks shown by default
Remote node connection without passwordless SSH
Python 3 compatibility
Support for Oracle Autonomous Database
Encrypted resulting zip file
New health checks
1
2
4
3
5
6
7
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Only the most critical checks shown by default
Confidential – Oracle Internal/Restricted/Highly Restricted 7
Only critical checks
shown by default 1
All other checks are
run and available 2
./orachk –profile oratier1
./exachk –profile exatier1
To only run critical checks use the
appropriate profile:
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
What’s new
REST interface
Only the most critical checks shown by default
Remote node connection without passwordless SSH
Python 3 compatibility
Support for Oracle Autonomous Database
Encrypted resulting zip file
New health checks
1
2
4
3
5
6
7
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Remote node connection without passwordless SSH
‱ ORAchk/EXAchk will:
1. Prompt for remote node password
2. Login to remote node and generate private and public key pair on remote node
3. Copy contents public key into the .ssh/authorized_keys file of remote node and delete the public key
from remote node
4. Copy private key of remote node into local node and use as identity file to make future connections
‱ Alternatively you can provide the private key file yourself
Run:
E.g.:
‱ This will generate the following key pair in the $HOME/.ssh/ directory:
– id_dsa.myhost67.root (private key / Identity file)
– id_dsa.myhost67.root.pub (Public key)
Confidential – Oracle Internal/Restricted/Highly Restricted 9
ssh-keygen -f $HOME/.ssh/id_dsa.host.user -N ''
ssh-keygen -f $HOME/.ssh/id_dsa.myhost67.user -N ''
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
What’s new
REST interface
Only the most critical checks shown by default
Remote node connection without passwordless SSH
Python 3 compatibility
Support for Oracle Autonomous Database
Encrypted resulting zip file
New health checks
1
2
4
3
5
6
7
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
‱ ORAchk & EXAchk now use Python 3.6
‱ Python 3.6 provides better security & performance
over older python versions
Python 3 compatibility
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
What’s new
REST interface
Only the most critical checks shown by default
Remote node connection without passwordless SSH
Python 3 compatibility
Support for Oracle Autonomous Database
Encrypted resulting zip file
New health checks
1
2
4
3
5
6
7
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Newly Supported Oracle Autonomous Database
‱ Self-Driving
– User defines service levels, database makes them happen
‱ Self-Securing
– Protection from both external attacks and malicious
internal users
‱ Self-Repairing
– Automated protection from all downtime
13
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
What’s new
REST interface
Only the most critical checks shown by default
Remote node connection without passwordless SSH
Python 3 compatibility
Support for Oracle Autonomous Database
Encrypted resulting zip file
New health checks
1
2
4
3
5
6
7
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Encrypted resulting zip file
‱ ORAchk and EXAchk can encrypt the resulting collection
zip file
‱ To use encryption add the option -encryptzip: e.g.
– This will prompt for the password
– Once the zip file is encrypted, the original zip and directory will
be deleted
‱ To decrypt a zip use:
Confidential – Oracle Internal/Restricted/Highly Restricted 15
–profile dba -encryptzip
–decryptzip <zip_filename>
The encrypt/decrypt feature is only supported on Linux and Solaris platforms.
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
What’s new
REST interface
Only the most critical checks shown by default
Remote node connection without passwordless SSH
Python 3 compatibility
Support for Oracle Autonomous Database
New health checks
1
2
4
3
5
6
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
‱ New Oracle Stack Health Checks
– Including checks for several new Exadata critical issues
– For details of the new checks see:
‱ ORAchk Health Check Catalog
‱ EXAchk Health Check Catalog
– The Health Check Catalog is also contained within the download
New Oracle Stack Health Checks
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
More Info:
ORAchk: Doc 1268927.2 EXAchk: Doc 1070954.1
18
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Safe Harbor Statement
The preceding 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.
Confidential – Oracle Internal/Restricted/Highly Restricted 19
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted 20
Whats new in oracle orachk & exachk 18.2.0

More Related Content

PDF
Oracle Trace File Analyzer Overview
PDF
Whats new in oracle trace file analyzer 18.3.0
PDF
Whats new in oracle orachk & exachk 18.4.0
PDF
Open Security Controls Assessment Language (OSCAL) - 1st Workshop, Nov 5-7, 2019
PDF
Dev confus.2020 compliance operator
 
PPT
éŠ™æžŻć…­ćˆćœ©-ć…­ćˆćœ©
 
PPTX
Jfokus 2017 Oracle Dev Cloud and Containers
PDF
Developer and Fusion Middleware 1 _ Kevin Powe _ Log files - a wealth of fore...
Oracle Trace File Analyzer Overview
Whats new in oracle trace file analyzer 18.3.0
Whats new in oracle orachk & exachk 18.4.0
Open Security Controls Assessment Language (OSCAL) - 1st Workshop, Nov 5-7, 2019
Dev confus.2020 compliance operator
 
éŠ™æžŻć…­ćˆćœ©-ć…­ćˆćœ©
 
Jfokus 2017 Oracle Dev Cloud and Containers
Developer and Fusion Middleware 1 _ Kevin Powe _ Log files - a wealth of fore...

What's hot (16)

PDF
Windows splunk logging cheat sheet Oct 2016 - MalwareArchaeology.com
PDF
2016-08-29 AFITC Security Automation
PDF
2015-06-25 Red Hat Summit 2015 - Security Compliance Made Easy
PDF
Splunk App for Stream - Einblicke in Ihren Netzwerkverkehr
PDF
Windows Registry Auditing Cheat Sheet ver Oct 2016 - MalwareArchaeology
PDF
Windows Logging Cheat Sheet ver Jan 2016 - MalwareArchaeology
PDF
Application Programming Interface
PDF
Windows File Auditing Cheat Sheet ver Oct 2016 - MalwareArchaeology
PPTX
Logging tracing and metrics in .NET Core and Azure - dotnetdays 2020
PDF
PCI Compliane With Hadoop
PDF
EuroSPI 2016 - Software Safety and Security Through Standards
PPTX
What's New in AlienVault v3.0?
PPTX
Part 5 of the REAL Webinars on Oracle Cloud Native Application Development - ...
PDF
Open Security Operations Center - OpenSOC
PPTX
HTTP FIngerprinting - The next generation (OWASP AppSec APAC 2012)
PPTX
DevSecOps - automating security
Windows splunk logging cheat sheet Oct 2016 - MalwareArchaeology.com
2016-08-29 AFITC Security Automation
2015-06-25 Red Hat Summit 2015 - Security Compliance Made Easy
Splunk App for Stream - Einblicke in Ihren Netzwerkverkehr
Windows Registry Auditing Cheat Sheet ver Oct 2016 - MalwareArchaeology
Windows Logging Cheat Sheet ver Jan 2016 - MalwareArchaeology
Application Programming Interface
Windows File Auditing Cheat Sheet ver Oct 2016 - MalwareArchaeology
Logging tracing and metrics in .NET Core and Azure - dotnetdays 2020
PCI Compliane With Hadoop
EuroSPI 2016 - Software Safety and Security Through Standards
What's New in AlienVault v3.0?
Part 5 of the REAL Webinars on Oracle Cloud Native Application Development - ...
Open Security Operations Center - OpenSOC
HTTP FIngerprinting - The next generation (OWASP AppSec APAC 2012)
DevSecOps - automating security
Ad

Similar to Whats new in oracle orachk & exachk 18.2.0 (20)

PDF
Exachk Customer Presentation
PDF
Oracle ORAchk & EXAchk overview
PDF
Oracle ORAchk - An Overview Guide to Oracle Stack Health Checks
PDF
What's new in oracle ORAchk & EXAchk 12.2.0.1.2
PDF
New Features in Oracle ORAchk & EXAchk 12.2.0.1.1
PDF
Whats new in oracle orachk & exachk 12.2.0.1.4
PDF
How to Use EXAchk Effectively to Manage Exadata Environments
PDF
Whats new in oracle ORAchk & EXAchk 18.3.0
PDF
Whats new in oracle OraChk and Exachk 18.3.0
PDF
How to use Exachk effectively to manage Exadata environments OGBEmea
PDF
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7
PDF
ORAchk EXAchk what's new in 12.1.0.2.7
PDF
The three investigators: OraChk, TFA and DBSAT
PDF
Trace File Analyzer - Usage and Features
PDF
What's new in Oracle and Exachk version 18.4.0
PPTX
oracheck utility
PDF
TFA Collector - what can one do with it
PPTX
PDF
LAD - GroundBreakers - Jul 2019 - Using Oracle Autonomous Health Framework to...
PDF
Maximizing Oracle RAC Uptime
Exachk Customer Presentation
Oracle ORAchk & EXAchk overview
Oracle ORAchk - An Overview Guide to Oracle Stack Health Checks
What's new in oracle ORAchk & EXAchk 12.2.0.1.2
New Features in Oracle ORAchk & EXAchk 12.2.0.1.1
Whats new in oracle orachk & exachk 12.2.0.1.4
How to Use EXAchk Effectively to Manage Exadata Environments
Whats new in oracle ORAchk & EXAchk 18.3.0
Whats new in oracle OraChk and Exachk 18.3.0
How to use Exachk effectively to manage Exadata environments OGBEmea
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7
ORAchk EXAchk what's new in 12.1.0.2.7
The three investigators: OraChk, TFA and DBSAT
Trace File Analyzer - Usage and Features
What's new in Oracle and Exachk version 18.4.0
oracheck utility
TFA Collector - what can one do with it
LAD - GroundBreakers - Jul 2019 - Using Oracle Autonomous Health Framework to...
Maximizing Oracle RAC Uptime
Ad

More from Gareth Chapman (6)

PDF
Whats new in oracle trace file analyzer 18.4.1
PDF
Whats new in oracle trace file analyzer 18.2.0
PDF
What's new in Oracle Trace File Analyzer 12.2.1.3.0
PDF
Oracle Trace File Analyzer - What's New in 12.2.1.1.0
PDF
What's new in oracle ORAchk & EXAchk 12.2.0.1.3
PDF
Oracle TFA 12.1.2.8.4 - Whats New
Whats new in oracle trace file analyzer 18.4.1
Whats new in oracle trace file analyzer 18.2.0
What's new in Oracle Trace File Analyzer 12.2.1.3.0
Oracle Trace File Analyzer - What's New in 12.2.1.1.0
What's new in oracle ORAchk & EXAchk 12.2.0.1.3
Oracle TFA 12.1.2.8.4 - Whats New

Recently uploaded (20)

PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
 
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
history of c programming in notes for students .pptx
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PPTX
Online Work Permit System for Fast Permit Processing
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PPTX
Introduction to Artificial Intelligence
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PDF
Digital Strategies for Manufacturing Companies
PDF
medical staffing services at VALiNTRY
PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
AI in Product Development-omnex systems
PDF
top salesforce developer skills in 2025.pdf
PDF
Understanding Forklifts - TECH EHS Solution
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
 
How to Choose the Right IT Partner for Your Business in Malaysia
history of c programming in notes for students .pptx
ManageIQ - Sprint 268 Review - Slide Deck
Online Work Permit System for Fast Permit Processing
VVF-Customer-Presentation2025-Ver1.9.pptx
Softaken Excel to vCard Converter Software.pdf
Design an Analysis of Algorithms II-SECS-1021-03
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Introduction to Artificial Intelligence
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
Odoo Companies in India – Driving Business Transformation.pdf
Digital Strategies for Manufacturing Companies
medical staffing services at VALiNTRY
Operating system designcfffgfgggggggvggggggggg
AI in Product Development-omnex systems
top salesforce developer skills in 2025.pdf
Understanding Forklifts - TECH EHS Solution
Navsoft: AI-Powered Business Solutions & Custom Software Development
Which alternative to Crystal Reports is best for small or large businesses.pdf

Whats new in oracle orachk & exachk 18.2.0

  • 1. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted ORAchk & EXAchk What’s New in 18.2.0
  • 2. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Automatic proactive warning of problems before they impact you 2 Get scheduled health reports sent to you in email Why Oracle ORAchk & EXAchk Health checks for most impactful reoccurring problems Runs in your environment with no need to send anything to Oracle Findings can be integrated into other tools of choiceEngineered Systems Non Engineered Systems EXAchk Common Framework ORAchk
  • 3. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | What’s new REST interface Only the most critical checks shown by default Remote node connection without passwordless SSH Python 3 compatibility Support for Oracle Autonomous Database Encrypted resulting zip file New health checks 1 2 4 3 5 6 7
  • 4. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | What’s new REST interface Only the most critical checks shown by default Remote node connection without passwordless SSH Python 3 compatibility Support for Oracle Autonomous Database Encrypted resulting zip file New health checks 1 2 4 3 5 6 7
  • 5. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | REST Interface ‱ ORAchk and EXAchk include full REST support, allowing invocation & query over HTTPS ‱ Oracle REST Data Services (ORDS) is included within the install ‱ To enable REST: 1. Start ORDS: 2. Start the daemon, using the -ords option: ‱ Start a full health check run by accessing the URL: https://<host>:7080/ords/tfaml/orachk/start_client ‱ Run specific profiles: https://<host>:7080/ords/tfaml/orachk/profile/<profile1>,<profile2> ‱ Run specific checks: https://<host>:7080/ords/tfaml/orachk/check/<check_id>,<check_id> ‱ Any request will return a job id, which can then be used to query: – Status: https://<host>:7080/ords/tfaml/orachk/status/<job_id> – Download result: https://<host>:7080/ords/tfaml/orachk/download/<job_id> –ordssetup -d start -ords The standalone ORDS setup feature utilizes file based user authentication and is provided solely for use in test and development environments. For production use, the included orachk.jar and ords.war should be deployed and configured.
  • 6. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | What’s new REST interface Only the most critical checks shown by default Remote node connection without passwordless SSH Python 3 compatibility Support for Oracle Autonomous Database Encrypted resulting zip file New health checks 1 2 4 3 5 6 7
  • 7. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Only the most critical checks shown by default Confidential – Oracle Internal/Restricted/Highly Restricted 7 Only critical checks shown by default 1 All other checks are run and available 2 ./orachk –profile oratier1 ./exachk –profile exatier1 To only run critical checks use the appropriate profile:
  • 8. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | What’s new REST interface Only the most critical checks shown by default Remote node connection without passwordless SSH Python 3 compatibility Support for Oracle Autonomous Database Encrypted resulting zip file New health checks 1 2 4 3 5 6 7
  • 9. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Remote node connection without passwordless SSH ‱ ORAchk/EXAchk will: 1. Prompt for remote node password 2. Login to remote node and generate private and public key pair on remote node 3. Copy contents public key into the .ssh/authorized_keys file of remote node and delete the public key from remote node 4. Copy private key of remote node into local node and use as identity file to make future connections ‱ Alternatively you can provide the private key file yourself Run: E.g.: ‱ This will generate the following key pair in the $HOME/.ssh/ directory: – id_dsa.myhost67.root (private key / Identity file) – id_dsa.myhost67.root.pub (Public key) Confidential – Oracle Internal/Restricted/Highly Restricted 9 ssh-keygen -f $HOME/.ssh/id_dsa.host.user -N '' ssh-keygen -f $HOME/.ssh/id_dsa.myhost67.user -N ''
  • 10. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | What’s new REST interface Only the most critical checks shown by default Remote node connection without passwordless SSH Python 3 compatibility Support for Oracle Autonomous Database Encrypted resulting zip file New health checks 1 2 4 3 5 6 7
  • 11. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | ‱ ORAchk & EXAchk now use Python 3.6 ‱ Python 3.6 provides better security & performance over older python versions Python 3 compatibility
  • 12. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | What’s new REST interface Only the most critical checks shown by default Remote node connection without passwordless SSH Python 3 compatibility Support for Oracle Autonomous Database Encrypted resulting zip file New health checks 1 2 4 3 5 6 7
  • 13. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Newly Supported Oracle Autonomous Database ‱ Self-Driving – User defines service levels, database makes them happen ‱ Self-Securing – Protection from both external attacks and malicious internal users ‱ Self-Repairing – Automated protection from all downtime 13
  • 14. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | What’s new REST interface Only the most critical checks shown by default Remote node connection without passwordless SSH Python 3 compatibility Support for Oracle Autonomous Database Encrypted resulting zip file New health checks 1 2 4 3 5 6 7
  • 15. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Encrypted resulting zip file ‱ ORAchk and EXAchk can encrypt the resulting collection zip file ‱ To use encryption add the option -encryptzip: e.g. – This will prompt for the password – Once the zip file is encrypted, the original zip and directory will be deleted ‱ To decrypt a zip use: Confidential – Oracle Internal/Restricted/Highly Restricted 15 –profile dba -encryptzip –decryptzip <zip_filename> The encrypt/decrypt feature is only supported on Linux and Solaris platforms.
  • 16. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | What’s new REST interface Only the most critical checks shown by default Remote node connection without passwordless SSH Python 3 compatibility Support for Oracle Autonomous Database New health checks 1 2 4 3 5 6
  • 17. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | ‱ New Oracle Stack Health Checks – Including checks for several new Exadata critical issues – For details of the new checks see: ‱ ORAchk Health Check Catalog ‱ EXAchk Health Check Catalog – The Health Check Catalog is also contained within the download New Oracle Stack Health Checks
  • 18. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | More Info: ORAchk: Doc 1268927.2 EXAchk: Doc 1070954.1 18
  • 19. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Safe Harbor Statement The preceding 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. Confidential – Oracle Internal/Restricted/Highly Restricted 19
  • 20. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted 20