Skip to content

Commit bfa2f8e

Browse files
authored
WMS ID#11455 Raft LiveLabs dbw25-sandbox and dbw25-tenancy updates (#863)
* WMS ID#11455 Raft LiveLabs dbw25-sandbox and dbw25-tenancy updates WMS ID#11455 Raft LiveLabs dbw25-sandbox and dbw25-tenancy updates * Updates based on Feedback for Lab steps * Use one Terminal window and add new tabs instead of opening multiple terminal windows to simplify navigation * WMS ID#11455 Raft LiveLabs dbw25-sandbox and dbw25-tenancy updates PR #863 WMS ID#11455 Raft LiveLabs dbw25-sandbox and dbw25-tenancy updates PR #863 review updates on images
1 parent 5c98d3e commit bfa2f8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+288
-117
lines changed

sharding/raft23ai/cleanup/cleanup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ You have successfully cleaned up your instance.
4949
[Raft Replication Documentation] (https://docs.oracle.com/en/database/oracle/oracle-database/23/shard/raft-replication.html#GUID-AF14C34B-4F55-4528-8B28-5073A3BFD2BE)
5050

5151
## Acknowledgements
52-
* **Authors** - Deeksha Sehgal, Ajay Joshi, Oracle Globally Distributed Database Database, Product Management
52+
* **Authors** - Deeksha Sehgal, Ajay Joshi, Oracle Globally Distributed Database, Product Management
5353
* **Contributors** - Pankaj Chandiramani, Shefali Bhargava, Param Saini, Jyoti Verma
54-
* **Last Updated By/Date** - Ajay Joshi, Oracle Globally Distributed Database, Product Management, July 2025
54+
* **Last Updated By/Date** - Ajay Joshi, Oracle Globally Distributed Database, Product Management, August 2025
719 KB
Loading
765 KB
Loading
51.1 KB
Loading

sharding/raft23ai/initialize-environment/initialize-environment.md

Lines changed: 30 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,44 @@ In this lab we will review and startup all components required to successfully r
77
*Estimated Lab Time:* 10 Minutes.
88

99
### Objectives
10-
- Initialize the workshop environment.
10+
- Verify and Initialize the workshop environment at anytime.
1111

1212
### Prerequisites
1313
This lab assumes you have:
1414
- A Free Tier, Paid or LiveLabs Oracle Cloud account
1515
- You have completed:
1616
- Lab: Prepare Setup (*Free-tier* and *Paid Tenants* only)
17-
- Lab: Environment Setup
17+
- Lab: Environment Setup (*Free-tier* and *Paid Tenants* only)
18+
- Lab: Get started (*Login to the LiveLabs Sandbox Environment* only)
1819

19-
## Task 1: Validate That Required Processes are Up and Running.
20+
## Task 1: Verify default browser windows.
21+
22+
1. By default, two browser windows are shown. On the left, "Introduction" About Raft Replication and on the right, "RAFT 23ai LiveLabs Demo: All Customers List" like below:
23+
24+
![default_windows_raft_livelabs](images/default_windows_raft_livelabs.png " ")
25+
26+
2. Reload the browser windows at anytime (when not shown for some reason)
27+
28+
a. Click on Activities (shown on top left corner) >> Terminal icon (shown on the bottom of the screen which is next to Chrome icon) to Launch the Terminal.
29+
30+
![activities_terminal_icon](images/activities_terminal_icon.png " ")
31+
32+
b. Enter ".livelabs/init\_ll\_windows.sh" like below:
33+
34+
![re init default windows](images/re_init_default_windows.png " ")
35+
36+
This would re-display the two browser windows as shown above in the step 1.
37+
38+
## Task 2: Validate That Required Processes are Up and Running from a terminal window.
2039
1. Now with access to your remote desktop session, proceed as indicated below to validate your environment before you start executing the subsequent labs. The following Processes should be up and running:
2140

22-
- Oracle Sharding GSM1 Container
23-
- Oracle Sharding GSM2 Container
41+
- Oracle Sharding GSM1 Container
42+
- Oracle Sharding GSM2 Container
2443
- Oracle Sharding Catalog container
2544
- Three Oracle shard Database containers
2645
- Appclient Container
2746

28-
2. Open a terminal session and proceed as indicated below to validate the services.
47+
2. Click on Activities (shown on top left) >> Terminal icon (shown on center of the screen which is next to Chrome icon) to Launch the Terminal when its not already opened. Proceed as indicated below to validate the services.
2948

3049
- Oracle Sharding container Details
3150

@@ -34,9 +53,9 @@ This lab assumes you have:
3453
sudo podman ps -a
3554
</copy>
3655
```
37-
![sharding docker](images/podman-containers.png " ")
56+
![sharding podman](images/podman-containers.png " ")
3857
39-
- If a container is stopped and not in running state then try to restart it by using below docker command.
58+
- If a container is stopped and not in running state then try to restart it by using podman command.
4059
4160
```
4261
<copy>
@@ -46,7 +65,7 @@ This lab assumes you have:
4665
sudo podman start <container ID/NAME>
4766
</copy>
4867
```
49-
- For multiple containers, run the following to restart all at once:
68+
- For multiple containers, run the following to restart all at once when needed:
5069
5170
```
5271
<copy>
@@ -60,6 +79,6 @@ This lab assumes you have:
6079
You may now proceed to the next lab.
6180
6281
## Acknowledgements
63-
* **Authors** - Deeksha Sehgal, Ajay Joshi, Oracle Globally Distributed Database Database, Product Management
82+
* **Authors** - Deeksha Sehgal, Ajay Joshi, Oracle Globally Distributed Database, Product Management
6483
* **Contributors** - Pankaj Chandiramani, Shefali Bhargava, Param Saini, Jyoti Verma
65-
* **Last Updated By/Date** - Ajay Joshi, Oracle Globally Distributed Database, Product Management, July 2025
84+
* **Last Updated By/Date** - Ajay Joshi, Oracle Globally Distributed Database, Product Management, August 2025

sharding/raft23ai/intro/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ You may now proceed to the next lab.
3232
- [Raft Replication Documentation](https://docs.oracle.com/en/database/oracle/oracle-database/23/shard/raft-replication.html#GUID-AF14C34B-4F55-4528-8B28-5073A3BFD2BE)
3333

3434
## Acknowledgements
35-
* **Authors** - Deeksha Sehgal, Ajay Joshi, Oracle Globally Distributed Database Database, Product Management
35+
* **Authors** - Deeksha Sehgal, Ajay Joshi, Oracle Globally Distributed Database, Product Management
3636
* **Contributors** - Pankaj Chandiramani, Shefali Bhargava, Param Saini, Jyoti Verma
37-
* **Last Updated By/Date** - Ajay Joshi, Oracle Globally Distributed Database, Product Management, July 2025
37+
* **Last Updated By/Date** - Ajay Joshi, Oracle Globally Distributed Database, Product Management, August 2025

sharding/raft23ai/prepare-setup/prepare-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ When you are finished don't forget to rate this workshop! We rely on this feedb
7070
If you selected the **Green Button** for this workshop and still have an active reservation, you can also rate by going to My Reservations -> Launch Workshop.
7171

7272
## Acknowledgements
73-
* **Authors** - Deeksha Sehgal, Ajay Joshi, Oracle Globally Distributed Database Database, Product Management
73+
* **Authors** - Deeksha Sehgal, Ajay Joshi, Oracle Globally Distributed Database, Product Management
7474
* **Contributors** - Pankaj Chandiramani, Shefali Bhargava, Param Saini, Jyoti Verma
75-
* **Last Updated By/Date** - Ajay Joshi, Oracle Globally Distributed Database, Product Management, July 2025
75+
* **Last Updated By/Date** - Ajay Joshi, Oracle Globally Distributed Database, Product Management, August 2025
46.9 KB
Loading
-353 KB
Binary file not shown.
-329 KB
Binary file not shown.

0 commit comments

Comments
 (0)