SlideShare a Scribd company logo
1 of 21
Download to read offline
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

What's hot

What's hot (16)

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

Similar to Whats new in oracle orachk & exachk 18.2.0

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

Exachk Customer Presentation
Exachk Customer PresentationExachk Customer Presentation
Exachk Customer Presentation
 
Oracle ORAchk & EXAchk overview
Oracle ORAchk & EXAchk overviewOracle ORAchk & EXAchk overview
Oracle ORAchk & EXAchk overview
 
What's new in Oracle and Exachk version 18.4.0
What's new in Oracle and Exachk version 18.4.0What's new in Oracle and Exachk version 18.4.0
What's new in Oracle and Exachk version 18.4.0
 
Trace File Analyzer - Usage and Features
Trace File Analyzer - Usage and Features Trace File Analyzer - Usage and Features
Trace File Analyzer - Usage and Features
 
LAD - GroundBreakers - Jul 2019 - Using Oracle Autonomous Health Framework to...
LAD - GroundBreakers - Jul 2019 - Using Oracle Autonomous Health Framework to...LAD - GroundBreakers - Jul 2019 - Using Oracle Autonomous Health Framework to...
LAD - GroundBreakers - Jul 2019 - Using Oracle Autonomous Health Framework to...
 
What's new in oracle trace file analyzer 18.2.0
What's new in oracle trace file analyzer 18.2.0What's new in oracle trace file analyzer 18.2.0
What's new in oracle trace file analyzer 18.2.0
 
Whats new in oracle orachk & exachk 12.2.0.1.4
Whats new in oracle orachk & exachk 12.2.0.1.4Whats new in oracle orachk & exachk 12.2.0.1.4
Whats new in oracle orachk & exachk 12.2.0.1.4
 
OUGLS 2016: Guided Tour On The MySQL Source Code
OUGLS 2016: Guided Tour On The MySQL Source CodeOUGLS 2016: Guided Tour On The MySQL Source Code
OUGLS 2016: Guided Tour On The MySQL Source Code
 
Oracle ORAchk - An Overview Guide to Oracle Stack Health Checks
Oracle ORAchk - An Overview Guide to Oracle Stack Health ChecksOracle ORAchk - An Overview Guide to Oracle Stack Health Checks
Oracle ORAchk - An Overview Guide to Oracle Stack Health Checks
 
Whats new in oracle trace file analyzer 18.2.0
Whats new in oracle trace file analyzer 18.2.0Whats new in oracle trace file analyzer 18.2.0
Whats new in oracle trace file analyzer 18.2.0
 
Java Library for High Speed Streaming Data
Java Library for High Speed Streaming Data Java Library for High Speed Streaming Data
Java Library for High Speed Streaming Data
 
How to use Exachk effectively to manage Exadata environments OGBEmea
How to use Exachk effectively to manage Exadata environments OGBEmeaHow to use Exachk effectively to manage Exadata environments OGBEmea
How to use Exachk effectively to manage Exadata environments OGBEmea
 
Whats new in Oracle Trace File analyzer 18.3.0
Whats new in Oracle Trace File analyzer 18.3.0Whats new in Oracle Trace File analyzer 18.3.0
Whats new in Oracle Trace File analyzer 18.3.0
 
20180921_DOAG_BigDataDays_OracleSpatialandPython_kpatenge
20180921_DOAG_BigDataDays_OracleSpatialandPython_kpatenge20180921_DOAG_BigDataDays_OracleSpatialandPython_kpatenge
20180921_DOAG_BigDataDays_OracleSpatialandPython_kpatenge
 
High Performance Security With SPARC T4 Hardware Assisted Cryptography
High Performance Security With SPARC T4 Hardware Assisted CryptographyHigh Performance Security With SPARC T4 Hardware Assisted Cryptography
High Performance Security With SPARC T4 Hardware Assisted Cryptography
 
Pentest: footprinting & scan
Pentest: footprinting & scanPentest: footprinting & scan
Pentest: footprinting & scan
 
Přehled portfolia Oracle Database Appliance a praktických případů v regionu EMEA
Přehled portfolia Oracle Database Appliance a praktických případů v regionu EMEAPřehled portfolia Oracle Database Appliance a praktických případů v regionu EMEA
Přehled portfolia Oracle Database Appliance a praktických případů v regionu EMEA
 
TFA Collector - what can one do with it
TFA Collector - what can one do with it TFA Collector - what can one do with it
TFA Collector - what can one do with it
 
What's new in oracle ORAchk & EXAchk 12.2.0.1.2
What's new in oracle ORAchk & EXAchk 12.2.0.1.2What's new in oracle ORAchk & EXAchk 12.2.0.1.2
What's new in oracle ORAchk & EXAchk 12.2.0.1.2
 
Oracle Cloud Café hybrid Cloud 19 mai 2016
Oracle Cloud Café hybrid Cloud 19 mai 2016Oracle Cloud Café hybrid Cloud 19 mai 2016
Oracle Cloud Café hybrid Cloud 19 mai 2016
 

More from Gareth Chapman

More from Gareth Chapman (8)

Whats new in oracle trace file analyzer 18.4.1
Whats new in oracle trace file analyzer 18.4.1Whats new in oracle trace file analyzer 18.4.1
Whats new in oracle trace file analyzer 18.4.1
 
Whats new in oracle ORAchk & EXAchk 18.3.0
Whats new in oracle ORAchk & EXAchk 18.3.0Whats new in oracle ORAchk & EXAchk 18.3.0
Whats new in oracle ORAchk & EXAchk 18.3.0
 
What's new in Oracle Trace File Analyzer 12.2.1.3.0
What's new in Oracle Trace File Analyzer 12.2.1.3.0What's new in Oracle Trace File Analyzer 12.2.1.3.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
Oracle Trace File Analyzer - What's New in 12.2.1.1.0Oracle Trace File Analyzer - What's New in 12.2.1.1.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
What's new in oracle ORAchk & EXAchk 12.2.0.1.3What's new in oracle ORAchk & EXAchk 12.2.0.1.3
What's new in oracle ORAchk & EXAchk 12.2.0.1.3
 
Oracle TFA 12.1.2.8.4 - Whats New
Oracle TFA 12.1.2.8.4 - Whats NewOracle TFA 12.1.2.8.4 - Whats New
Oracle TFA 12.1.2.8.4 - Whats New
 
New Features in Oracle ORAchk & EXAchk 12.2.0.1.1
New Features in Oracle ORAchk & EXAchk 12.2.0.1.1New Features in Oracle ORAchk & EXAchk 12.2.0.1.1
New Features in Oracle ORAchk & EXAchk 12.2.0.1.1
 
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7
Oracle ORAchk & EXAchk, What's New in 12.1.0.2.7
 

Recently uploaded

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
VishalKumarJha10
 

Recently uploaded (20)

Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.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