Skip to content

Commit 4af8dce

Browse files
authored
OCW Update to WMS 7921 - Recreating this PR (#371)
* Sales KickOff - SQL Performance Watch Lab Changes Sales KickOff - SQL Performance Watch Lab Changes * Deleted the saleskickoffdirectory Deleted the saleskickoffdirectory * Sales KickOff FY2026 Changes Sales KickOff FY2026 Changes * FY26 Sales Kickoff event FY26 Sales Kickoff event * Updates Last Min Changes Updates Last Min Changes * Updates with time fixes Updates with time fixes * Update Intro Update Intro * Updated the markdown Updated the markdown * Feedback Incorporated Feedback Incorporated * Clone of emcc for EM24ai workshops Clone of emcc for EM24ai workshops * WMS ID: 11846 : MySQLEE Monitoring using EM WMS ID: 11846 : MySQLEE Monitoring using EM * EM24ai - Exadata Management Lab EM24ai - Exadata Management Lab * WMS 11834 - SQL Performance Watch - Feedback from Field Incorporated WMS 11834 - SQL Performance Watch - Feedback from Field Incorporated * WMS ID: 11846 : Monitor MySQL using Oracle Enterprise Manager WMS ID: 11846 : Monitor MySQL using Oracle Enterprise Manager * WMS ID : 41 Changes Wrt Cloud World WMS ID : 41 Changes Wrt Cloud World * HOL3233 : Initial Draft HOL3233 : Initial Draft * OCW Update to WMS 7921 OCW Update to WMS 7921
1 parent 5352044 commit 4af8dce

28 files changed

+492
-39
lines changed

enterprise-manager/em24ai/em-configuration-compliance-management/workshops/desktop-config-compliance/manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
"publisheddate": "7/16/2020",
1919
"filename": "./../../em-configuration-compliance-management.md"
2020
},
21+
{
22+
"title": "Lab 2: Auto Remediation of compliance rules",
23+
"description": "This lab provides an overview of Configuration and Compliance Management features in. It is intended solely to help you assess the business benefits of upgrading to and to plan your I.T. projects",
24+
"publisheddate": "7/16/2020",
25+
"filename": "./../../em-configuration-compliance-management.md"
26+
},
2127
{
2228
"title": "Troubleshoot Enterprise Manager Environment",
2329
"description": "How to troubleshoot all the workshop components",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
<meta name="description" content="Oracle LiveLabs gives you access to Oracle's products to run a wide variety of labs and workshops; allowing you to experience our best technology, live!">
9+
<title>Oracle LiveLabs</title>
10+
11+
<script src="https://oracle-livelabs.github.io/common/redwood-hol/js/jquery-1.11.0.min.js"></script>
12+
<script src="https://oracle-livelabs.github.io/common/redwood-hol/js/jquery-ui-1.10.4.custom.js"></script>
13+
<script src="https://oracle-livelabs.github.io/common/redwood-hol/js/main.min.js"></script>
14+
15+
<link rel="stylesheet" href="https://oracle-livelabs.github.io/common/redwood-hol/css/style.min.css" />
16+
<link rel="shortcut icon" href="https://oracle-livelabs.github.io/common/redwood-hol/img/favicon.ico" />
17+
18+
</head>
19+
20+
<body>
21+
<header class="hol-Header" role="banner">
22+
<div class="hol-Header-wrap">
23+
<div class="hol-Header-logo"><span>Oracle LiveLabs</span></div>
24+
<a href="https://livelabs.oracle.com" target="_blank" id="livelabs" title="Oracle LiveLabs"></a>
25+
<div class="hol-Header-actions">
26+
<button id="openNav" class="hol-Header-button hol-Header-button--menu rightNav" aria-label="Open Menu"
27+
title="Open Menu">
28+
<span class="hol-Header-toggleIcon"></span>
29+
</button>
30+
</div>
31+
</div>
32+
</header>
33+
34+
<div id="container">
35+
<div id="leftNav">
36+
<div id="toc"></div>
37+
</div>
38+
<div id="contentBox">
39+
<main class="hol-Content" id="module-content"></main>
40+
</div>
41+
</div>
42+
43+
<footer class="hol-Footer">
44+
<a class="hol-Footer-topLink" href="#top">Return to Top</a>
45+
<div id="footer-banner"><div class="footer-row">
46+
<div class="footer-content"><ul class="footer-links">
47+
<li><a href="https://docs.oracle.com/pls/topic/lookup?ctx=en/legal&id=cpyr" target="_blank" aria-label="Open a new window to Oracle legal notices" data-lbl="copyright">© Oracle</a></li>
48+
<li><a href="https://www.oracle.com/corporate/index.html" target="_blank" aria-label="Open a new window to learn more about oracle" data-lbl="about-oracle">About Oracle</a></li>
49+
<li><a href="https://www.oracle.com/corporate/contact/" target="_blank" aria-label="Open a new window to contact oracle" data-lbl="contact-us">Contact Us</a></li>
50+
<li class="footer-links-break"></li>
51+
<li><a href="https://docs.oracle.com/en/browseall.html" target="_blank" aria-label="Open a new window to products a-z" data-lbl="products-a-z">Products A-Z</a></li>
52+
<li><a href="https://www.oracle.com/legal/privacy/" target="_blank" aria-label="Open a new window to read more about Oracle terms of use and privacy" data-lbl="terms-of-use-and-privacy">Terms of Use & Privacy</a></li>
53+
<li><a href="https://www.oracle.com/legal/privacy/privacy-policy.html#11" target="_blank" aria-label="Open a new window to read more about managing Oracle cookie preferences" data-lbl="cookie-preferences">Cookie Preferences</a></li>
54+
<li><a href="https://www.oracle.com/legal/privacy/marketing-cloud-data-cloud-privacy-policy.html#adchoices" target="_blank" aria-label="Open a new window to ad choices" data-lbl="ad-choices">Ad Choices</a></li>
55+
<li class="footer-links-break"></li><li class="last"><a href="https://docs.oracle.com/pls/topic/lookup?ctx=en/legal&id=cpyr" target="_blank" aria-label="Open a new window to Oracle legal notices" data-lbl="copyright">© Oracle</a></li>
56+
</ul>
57+
</div>
58+
</div>
59+
</div>
60+
</footer>
61+
</body>
62+
63+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"workshoptitle": "Oracle Enterprise Manager - Database Configuration and Compliance Management",
3+
"help": "[email protected]",
4+
"tutorials": [
5+
{
6+
"title": "Introduction",
7+
"description": "Introduction to Database Configuration and Compliance Management Workshop",
8+
"filename": "./../../intro/intro-config-compliance.md"
9+
},
10+
{
11+
"title": "Get Started with noVNC Remote Desktop",
12+
"description": "Using noVNC Remote Desktop",
13+
"filename": "https://oracle-livelabs.github.io/common/labs/remote-desktop/using-novnc-remote-desktop.md"
14+
},
15+
{
16+
"title": "Lab 1: Database Configuration and Compliance Management",
17+
"description": "This lab provides an overview of Configuration and Compliance Management features in. It is intended solely to help you assess the business benefits of upgrading to and to plan your I.T. projects",
18+
"publisheddate": "7/16/2020",
19+
"filename": "./../../em-configuration-compliance-management.md"
20+
},
21+
{
22+
"title": "Lab 2: Auto Remediation of compliance rules",
23+
"description": "This lab provides an overview of Configuration and Compliance Management features in. It is intended solely to help you assess the business benefits of upgrading to and to plan your I.T. projects",
24+
"publisheddate": "7/16/2020",
25+
"filename": "./../../em-configuration-compliance-management.md"
26+
},
27+
{
28+
"title": "Lab 3: Optional Lab",
29+
"description": "This lab provides an overview of Configuration and Compliance Management features in. It is intended solely to help you assess the business benefits of upgrading to and to plan your I.T. projects",
30+
"publisheddate": "7/16/2020",
31+
"filename": "./../../em-configuration-compliance-management.md"
32+
},
33+
{
34+
"title": "Troubleshoot Enterprise Manager Environment",
35+
"description": "How to troubleshoot all the workshop components",
36+
"publisheddate": "10/14/2020",
37+
"filename": "./../../../initialize-environment/initialize-environment.md"
38+
},
39+
{
40+
"title": "Appendix: Frequently Asked Questions (FAQ)",
41+
"description": "Frequently Asked Questions (FAQ) you may refer to when troubleshooting issues encountered while executing above labs",
42+
"publisheddate": "8/12/2020",
43+
"filename": "./../../../faq/faq.md"
44+
},
45+
{
46+
"title": "Need Help?",
47+
"description": "Solutions to Common Problems and Directions for Receiving Live Help",
48+
"filename": "https://oracle-livelabs.github.io/common/labs/need-help/need-help-livelabs.md"
49+
}
50+
]
51+
}

enterprise-manager/em24ai/em-monitoring-overview/ask-em-hol-ocw25.md

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ This lab assumes you have:
1616
| **Task Number** | **Feature** | **Approx. Time** | **Details**
1717
|--------|-----------------------------------------------|------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1818
| **1** | Using the Remote Agent | 15 minutes | Understand how to add a remote host to a remote agent for monitoring. |
19-
| **2A** | Ask EM Assistant - Monitoring | 6 minutes | Use the Ask EM assistant to get answers to monitoring questions.
20-
| **2B** | Ask EM Assistant - Database Performance | 6 minutes | Use the Ask EM assistant to get answers to database performance questions.
21-
| **2C** | Ask EM Assistant - Database Patching and Compliance | 6 minutes | Use the Ask EM assistant to get answers to database patching and compliance questions.
19+
| **2A** | Ask EM Assistant Monitoring | 6 minutes | Use the Ask EM assistant to get answers to monitoring questions.
20+
| **2B** | Ask EM Assistant Database Performance | 6 minutes | Use the Ask EM assistant to get answers to database performance questions.
21+
| **2C** | Ask EM Assistant Database Patching and Compliance | 6 minutes | Use the Ask EM assistant to get answers to database patching and compliance questions.
2222
| **3A** | Event Compression Policies | 10 minutes | View an example of a compressed incident and author your own Event Compression Policy.
2323
| **3B** | Event Compression Analysis | 10 minutes | Test your Event Compression Policy using the Event Compression Analysis tool and enable it for use in Incident Rules.
2424
| **4** | Dynamic Runbooks for Metrics | 10 minutes | Start a Dynamic Runbook session against a metric in the All-Metrics page.
@@ -78,23 +78,25 @@ The remote agent name is **emrmtagt.livelabs.com**. Here will walkthrough how to
7878

7979
11. On the Add Remote Host Target review screen, verify the details just entered.
8080

81-
**Do not click on Submit.**
81+
**Click on the “Cancel” button. Do not click on Submit.**
8282

8383
![Final Review Screen](ask-em-images/remote-agent/add-remote-host-target-review.png " ")
8484

8585

86-
## Task 2A: Ask EM Assistant - Monitoring
86+
## Task 2A: Ask EM Assistant Monitoring
8787

8888
The Ask EM Assistant (Ask EM) is a GenAI-powered feature that helps you troubleshoot issues, visualize insights, and make informed decisions to boost operational efficiency and provide documentation references. Ask EM requires a connection to the Oracle Cloud Infrastructure (OCI).
8989

90-
**Note: For this task, results may vary.**
90+
**Note: AI-generated responses may vary each time and might not exactly match the documented lab instructions results.**
9191

9292
1. Log into Enterprise Manager using the credentials **emadmin/welcome1**.
9393

9494
![Enterprise Manager login](ask-em-images/em24-login.png " ")
9595

9696
2. In the upper right corner, click on the **Ask EM assistant icon** to start it.
9797

98+
**Note: If the Ask EM assistant does not launch, refresh the browser and try again.**
99+
98100
![Start AskEM](ask-em-images/ask-em-monitoring/ask-em-logon1.png " ")
99101

100102
3. The Ask EM assistant should appear with a welcome message:
@@ -113,7 +115,7 @@ The Ask EM Assistant (Ask EM) is a GenAI-powered feature that helps you troubles
113115

114116
**Review the answer that it returns.**
115117

116-
Note: You may need to scroll up to see the first part of the answer.
118+
Note: You may need to scroll up to see the first part of the answer. In the interest of time, you can just skim through the information.
117119

118120
![AskEM Documentation - Review question on monitoring 1](ask-em-images/ask-em-monitoring/ask-em-doc3.png " ")
119121

@@ -166,7 +168,7 @@ The Ask EM Assistant (Ask EM) is a GenAI-powered feature that helps you troubles
166168

167169
10. In the Telemetry tab, ask this question:
168170

169-
**Show me list of database incidents**
171+
**Show me a list of database incidents**
170172

171173
![AskEM Telemetry - List of DB incidents](ask-em-images/ask-em-monitoring/ask-em-tel7.png " ")
172174

@@ -203,18 +205,20 @@ The Ask EM Assistant (Ask EM) is a GenAI-powered feature that helps you troubles
203205

204206
![AskEM Close Session](ask-em-images/ask-em-monitoring/ask-em-tel13.png " ")
205207

206-
## Task 2B: Ask EM Assistant - Database Performance
208+
## Task 2B: Ask EM Assistant Database Performance
207209

208210
The Ask EM Assistant (Ask EM) is a GenAI-powered feature that helps you troubleshoot issues, visualize insights, and make informed decisions to boost operational efficiency and provide documentation references. Ask EM requires a connection to the Oracle Cloud Infrastructure (OCI).
209211

210-
**Note: For this task, results may vary.**
212+
**Note: AI-generated responses may vary each time and might not exactly match the documented lab instructions results.**
211213

212214
1. Log into Enterprise Manager using the credentials **emadmin/welcome1**.
213215

214216
![Enterprise Manager login](ask-em-images/em24-login.png " ")
215217

216218
2. In the upper right corner, click on the **Ask EM assistant icon** to start it.
217219

220+
**Note: If the Ask EM assistant does not launch, refresh the browser and try again.**
221+
218222
![Start AskEM](ask-em-images/ask-em/ask-em-start.png " ")
219223

220224
3. The Ask EM assistant should appear with a welcome message:
@@ -258,36 +262,32 @@ The Ask EM Assistant (Ask EM) is a GenAI-powered feature that helps you troubles
258262

259263
![AskEM Telemetry - Top activities on DBs](ask-em-images/ask-em-db-perf/top-activities-1.png " ")
260264

261-
8. In the Telemetry tab, ask this question:
262-
263-
**Show me how are the resources consumed on my database.**
264-
265-
![AskEM Telemetry - Resources consumed on DBs](ask-em-images/ask-em-db-perf/resources-consumed-1.png " ")
266-
267-
9. Go to the **Documentation** tab, ask this question:
265+
8. Go to the **Documentation** tab, ask this question:
268266

269267
**How to troubleshoot busy wait events?**
270268

271269
![AskEM Documentation - Troubleshoot busy wait events 1](ask-em-images/ask-em-db-perf/documentation-2.png " ")
272270

273271
![AskEM Documentation - Troubleshoot busy wait events 2](ask-em-images/ask-em-db-perf/documentation-3.png " ")
274272

275-
10. Now **Close** the Ask EM session.
273+
9. Now **Close** the Ask EM session.
276274

277275
![AskEM Close Session](ask-em-images/ask-em/ask-em-close.png " ")
278276

279-
## Task 2C: Ask EM Assistant - Database Patching and Compliance
277+
## Task 2C: Ask EM Assistant Database Patching and Compliance
280278

281279
The Ask EM Assistant (Ask EM) is a GenAI-powered feature that helps you troubleshoot issues, visualize insights, and make informed decisions to boost operational efficiency and provide documentation references. Ask EM requires a connection to the Oracle Cloud Infrastructure (OCI).
282280

283-
**Note: For this task, results may vary.**
281+
**Note: AI-generated responses may vary each time and might not exactly match the documented lab instructions results.**
284282

285283
1. Log into Enterprise Manager using the credentials **emadmin/welcome1**.
286284

287285
![Enterprise Manager login](ask-em-images/em24-login.png " ")
288286

289287
2. In the upper right corner, click on the **Ask EM assistant icon** to start it.
290288

289+
**Note: If the Ask EM assistant does not launch, refresh the browser and try again.**
290+
291291
![Start AskEM](ask-em-images/ask-em/ask-em-start.png " ")
292292

293293
3. The Ask EM assistant should appear with a welcome message:
@@ -306,12 +306,6 @@ The Ask EM Assistant (Ask EM) is a GenAI-powered feature that helps you troubles
306306

307307
![AskEM Telemetry - List of subscribed targets 2](ask-em-images/ask-em-db-patch/em-db-subscribe.png " ")
308308

309-
6. In the Telemetry tab, ask this question:
310-
311-
**What are the patch recommendations for my database hr.subnet.vcn.oraclevcn.com?**
312-
313-
![AskEM Telemetry - Patch recommendations 1](ask-em-images/ask-em-db-patch/em-db-compliance.png " ")
314-
315309
7. In the Telemetry tab, ask this question:
316310

317311
**Are my databases compliant with patches?**
@@ -784,9 +778,9 @@ As an example of a universal context runbook, you will review the Triage Notific
784778

785779
![Scroll to Notification Performance](ask-em-images/universal-runbook/notif-performance.png " ")
786780

787-
5. Notice the Oracle provided runbook named Triage Notification Backlog with Runbook. This is an example of a universal context runbook. This runbook helps to triage delayed or missing notifications.
781+
5. Notice the Oracle provided runbook named **Triage Notification Backlog with Runbook**. This is an example of a universal context runbook. This runbook helps to triage delayed or missing notifications.
788782

789-
**Click on the link to start a runbook session**. It will open a runbook session in a new tab.
783+
**Click on the "Triage Notification Backlog with Runbook" link to start a runbook session**. It will open a runbook session in a new tab.
790784

791785
![Start new Runbook session](ask-em-images/universal-runbook/universal-runbook.png " ")
792786

@@ -815,4 +809,4 @@ As an example of a universal context runbook, you will review the Triage Notific
815809
## Acknowledgements
816810
- **Author** - Desiree Abrokwa, Oracle Enterprise Manager Product Management
817811
- **Contributing Author** - Ana McCollum, Sumesh Balakrishnan, Anusha Vojjola, Harish Niddagatta, Romit Acharya, Anand Prabhu, Oracle Enterprise Manager Product Management
818-
- **Last Updated By/Date** – Desiree Abrokwa, Oracle Enterprise Manager Product Management [July 2025]
812+
- **Last Updated By/Date** – Desiree Abrokwa, Oracle Enterprise Manager Product Management [August 2025]
24.9 KB
Loading
1.33 KB
Loading

0 commit comments

Comments
 (0)