You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial Setup of ahf-24-insights
Initial Setup of ahf-24-insights
* Update intro.md
* Update intro.md
* Moved initial OCW24 folder work to main ahf folder
* Update for intro ..
* Update intro.md
Gareths test
* remove GC test
* Initial upload of lab2
* Lab 2 Initial Completion
* Initial checkin for Lab5
Still some work and cleanup to do.
Also set anaonymous hostnames in other files.
* Added comman AHF commands per the AHF Labs slides
* Added Lab 8 to generate an Insights report
* Lab 9 - First Upload
Overview , System Toplogy Sections
* Initial Lab 6 with Auto only.
* More diagcollect
* Fix images for lab6
* Screenshots and New Insights data
Screenshots and New Insights data
* Insights Tasks Write Up
Insights Tasks Write Up
New Insights reports
* More work on Lab 6-8 and cleanup
Did not complete 6 to 8 as hasd env issues but need to get merged, and will complete then
* Additional Insights Comments and Screenshots
Additional Insights Comments and Screenshots
---------
Co-authored-by: garethoracle <[email protected]>
Co-authored-by: Gareth Chapman <[email protected]>
Co-authored-by: arjunupadhyay90 <[email protected]>
Welcome to the "Try out some commonly used AHF commands" lab.
6
+
7
+
In this lab you will be guided through various common AHF tasks.
8
+
9
+
Estimated Lab Time: 5 Minutes
7
10
8
11
### Prerequisites
9
-
- TODO 1
10
-
- TODO 2
12
+
- You are connected to one of the DB System Nodes as described in Lab 1: Connect to your DB System
13
+
- You have performed the tasks to generate some incidents as described in Lab 5: Generate Database and Clusterware Incidents for AHF to Detect and take Action on
14
+
15
+
16
+
## Task 1: Common post installation configuration tasks
17
+
18
+
1. Configure notification of compliance results and critical event notification:
19
+
20
+
After configuring and email address for notifications you will receive Orachk/Exachk reports to that address and notification of any
21
+
automatic diagnostic collections that are completed.
Welcome to the "AHF Incident Diagnostic Collections" lab. In this lab you will learn about AHF diagnostic collections and then be guided through
6
+
viewing and generating AHF Diagnostic Collections. First we will check that AHF knows about the Incidents you generated in the previous labs
7
+
and then learn how to check diagnostic collections for those Incidents.
5
8
6
-
Estimated Lab Time: 20 Minutes
9
+
Estimated Lab Time: 10 Minutes
7
10
8
11
### Prerequisites
9
-
-TODO 1
10
-
-TODO 2
12
+
-You are connected to one of the DB System Nodes as described in Lab 1: Connect to your DB System
13
+
-You have performed the tasks to generate some incidents as described in Lab 5: Generate Database and Clusterware Incidents for AHF to detect and take action on.
11
14
15
+
### Objectives
12
16
13
-
### About AHF Command Line Interfaces
17
+
In this lab, you will:
18
+
* Understand the different types of AHF Diagnostic collections.
19
+
* Determine if AHF has detected Incidents and has already taken Diagnostic Collections Automatically
20
+
* Take manual collections for any type of Incident
21
+
* Review Collection contents
22
+
* Confirm the health of AHF on the System
23
+
24
+
### About AHF Diagnostic Collection Options
25
+
AHF has 4 basic types of Incident Diagnostic Collections:-
26
+
* Automatic, based on a limited set of detected Incidents.
27
+
* Internal Errors, Node and Instance Evictions, hangs
28
+
* Manual, based on a specific incident type Support Request Driven Collection (SRDC)
29
+
* Manual, based on a looking for issues in a time range (Problem Chooser)
30
+
* Manual, based on a time range and component (CRS, RDBMS,...)
31
+
> Note: Bypassing problem chooser and using long collection times for multiple components can lead to very large collections.
32
+
33
+
34
+
## Task 1: Learn about Automatic Diagnostic Collections
You can see from the above that this Collection is an *Auto Collection* generated for the *oracle user* as the errors were found in the alert log for a database
119
+
owned by the *oracle user*.
120
+
The collection was due to 2 Events in the alert log for the database instance **racCVXFE1** one ORA-00600 and one ORA-04031.
121
+
Within the collection itself you can see the exact events.
122
+
This collection was a clusterwide collection as we have files from both nodes that are copied back to a common directory on the initiating node.
123
+
>Note: Please ignore the "UploadStatus": "FAILED" as this is only valid when the collection is to be uploaded after completion.
124
+
125
+
3. Review the Contents of the Automatic Diagnostic Collection.
126
+
127
+
All of the collection files and logs are copied back to the Inititating node in a directory under that directory.
128
+
We can now go to that directory and see what files were collected.
129
+
Use the "Tag" in your print collections to determine the correct location.
- When customers do not want Automatic Collections enabled.
175
+
- Incidents AHF does not detect automatically such as install or some performance issues.
176
+
177
+
Manual collections are more configurable (through CLI opstions) allowing addition of certain components and uploads to remove endpoints such as My Oracle Support.
178
+
Manual collections still work cross nodes and bring back all collected data to the originating node.
179
+
They also in most cases gather an AHF Insights report but we will talk about those in a later Lab.
In the slide above you can see the comparison of collecting performance diagnostics through a command list and running the `tfactl diagcollect -srdc dbperf` command.
190
+
191
+
192
+
## Task 5: Understand Manual Diagnostic Collections with the problem chooser
0 commit comments