Skip to content

Commit 9332145

Browse files
authored
Updating UI + grammer for Lab 3 (VCN), 4 (compute service) and 5 (Block Volume) (#95)
* Updating UI for Lab 3 (VCN) and 4 (compute service) and making minor grammar corrections. Updating UI for Lab 3 (VCN) and 4 (compute service) and making minor grammar corrections. * Blurring sensitive information Blurring sensitive information * Update ssh.png Blurring out public IP address in all places in the terminal and tenancy name (which shows my name) * Update public-ip.png Blurring public IP and OCID * Lab 5 (block volume) updates Making all UI and instruction changed to Lab 5 (Block Volume) so they match the new OCI UI.
1 parent 2aa8e9d commit 9332145

25 files changed

+45
-23
lines changed

block-volume/bv/block-volume.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,29 @@ A common usage of Block Volume is adding storage capacity to an Oracle Cloud Inf
7575

7676
- **Paravirtualized:** Paravirtualized attachments are now an option when attaching volumes to VM instances. For VM instances launched from Oracle-Provided Images, you can select this option for Linux-based images published. Once you attach a volume using the paravirtualized attachment type, it is ready to use. You do not need to run any additional commands. However, due to the overhead of virtualization, this reduces the maximum IOPS performance for larger block volumes. See [Paravirtualized Attachment Performance](https://docs.cloud.oracle.com/iaas/Content/Block/Concepts/blockvolumeperformance.htm#paraPerf) for more information.
7777

78-
2. Go to the Compute Instances Menu, and navigate to the VM instance you created before. Click **Attached block volumes**.
78+
2. On the Block Volume you just created, click the **Attached instances** tab on the top menu.
7979

8080
<if type="freetier">
81-
![Attached block volumes](images/attached-bv.png " ")</if>
81+
![Attached block volumes](images/click-attached-instances-tab.png " ")</if>
8282
<if type="livelabs">
8383
![Attached block volumes](images/livelabs-attach.png)</if>
8484

85-
3. Click **Attach block volume**.
85+
3. Click **Attach to instance**.
8686

87-
4. Click **Select volume** and choose the following options:
87+
![](images/click-attach-instance-button.png " ")
88+
89+
4. Choose the following options:
90+
91+
- **Attachment type:** ISCSI
92+
- **Access type:** Read/Write - Shareable
93+
- Check the required checkbox
94+
- Select **Enter OCID**
95+
- **Choose Instance:** Demo
96+
- In the next box, paste the OCID for the instance you created in Lab 4
97+
98+
![](images/copy-instance-ocid.png " ")
8899

89-
- **Volume:** Select the volume created
90100
- **Device Path:** Select `/dev/oracleoci/oraclevdb`
91-
- **Attachment mode:** iSCSI
92101
- Click **Attach**
93102

94103
<if type="freetier">
@@ -99,11 +108,11 @@ A common usage of Block Volume is adding storage capacity to an Oracle Cloud Inf
99108
5. Once the volume is attached, you can click on the ellipsis and then click **iSCSI commands and information**.
100109

101110
<if type="freetier">
102-
![iSCSI commands](images/command.png " ")</if>
111+
![iSCSI commands](images/livelabs-iscsi-link.png " ")</if>
103112
<if type="livelabs">
104113
![iSCSI commands](images/livelabs-iscsi-link.png)</if>
105114

106-
6. Connect to the instance through SSH and **run the iSCSI Connect Commands**.
115+
6. Connect to the instance through SSH and **run the iSCSI Attach Commands**.
107116
Click **Copy** to copy all connect commands. Run all these commands by pasting them in the cloud shell:
108117

109118
![](images/iscsi-commands.png " ")
24.1 KB
Loading
403 KB
Loading
-14.1 KB
Loading
86.2 KB
Loading
557 KB
Loading
167 KB
Loading
-24.4 KB
Loading
138 KB
Loading

compute-service/cs/compute-service.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
4949
![](images/create-instance.png)
5050

5151
3. The Create Compute Instance wizard will launch.
52-
<if type="freetier">Enter **Web-Server** as the name of the server. Click **Edit** on the **Networking** area of the page.</if>
52+
<if type="freetier">Enter **Web-Server** as the name of the server. Click **Next** to get to the **Networking** section.</if>
5353
<if type="livelabs">Enter your username + *-Instance* as the name of the server.</if>
5454

5555
<if type="freetier">
@@ -69,7 +69,7 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
6969
![](images/livelabs-create-compute-4.png)
7070
![](images/create-compute-livelabs-4b.png)</if>
7171

72-
3. In the Networking section, most of the defaults are perfect for our purposes. However, you will need to scroll down and select the **Assign a public IPv4 address** option.
72+
3. In the Networking section, most of the defaults are perfect for our purposes. However, ensure that the **Automatically assign a public IPv4 address** option is selected.
7373

7474
<if type="freetier">
7575
![Create step 2](images/assign-ip.png " ")</if>
@@ -79,7 +79,7 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
7979

8080
>**Note:** You need a public IP address, so that you can SSH into the running instance later in this lab.
8181
82-
4. Scroll down to the **Add SSH keys** area of the page. Select **Paste public keys** and paste the SSH key that you created earlier in ***Generate SSH Keys*** Lab. Press the **Create** button to create your instance.
82+
4. Scroll down to the **Add SSH keys** area of the page. Select **Paste public keys** and paste the SSH key that you created earlier in the ***Generate SSH Keys*** Lab. Press the **Create** button to create your instance.
8383

8484
![](images/ssh-keys.png)
8585

@@ -108,7 +108,7 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
108108
![](images/ssh.png)
109109
110110
<if type="freetier">
111-
2. For this lab, we are going to install an Apache HTTP Webserver and try to connect to it over the public Internet. *Make sure you have SSH'ed into the Linux instance* and run following commands:
111+
2. For this lab, we are going to install an Apache HTTP Webserver and try to connect to it over the public Internet. *Make sure you have SSH'ed into the Linux instance* and run the following commands:
112112
113113
>**Note:** Apache HTTP Server is an open-source web server developed by the Apache Software Foundation. The Apache server hosts web content, and responds to requests for this content from web browsers such as Chrome or Firefox.
114114
@@ -152,13 +152,21 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
152152
153153
![](https://oracle-livelabs.github.io/common/images/console/networking-vcn.png " ")
154154
155-
5. Now click **Security Lists** on the left navigation bar for the VCN.
155+
5. Now click **Security** on the top navigation bar for the VCN.
156156
157-
![Click on Security Lists](images/security-list.png " ")
157+
![Click on Security Lists](images/security-list1.png " ")
158158
159159
6. Click on the **Default Security List**.
160160
161-
7. Here you need to open port 80. Click **Add Ingress Rules** and add the following values as shown below:
161+
7. Now click **Security rules** on the top navigation bar.
162+
163+
![Click on Security Lists](images/security-list2.png " ")
164+
165+
8. Click **Add Ingress Rules**
166+
167+
![Click on Security Lists](images/security-list3.png " ")
168+
169+
9. Here you need to open port 80. Add the following values as shown below:
162170
163171
- **Source Type:** CIDR
164172
- **Source CIDR**: 0.0.0.0/0
@@ -169,7 +177,8 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
169177
170178
![Add Ingress Rule](images/ingress-rule.png " ")
171179
172-
8. Navigate to `http://<public_ip_address>` (the IP address of the Linux VM) in your browser. And now you should see the index page of the web server we created above.
180+
181+
10. Navigate to `http://<public_ip_address>` (the IP address of the Linux VM) in your browser. And now you should see the index page of the web server we created above.
173182
174183
![Open you browser to the public IP address](images/browser.png " ")
175184
@@ -194,4 +203,4 @@ You have completed this lab. You may now **proceed to the next lab**.
194203
195204
- **Author** - Rajeshwari Rai, Prasenjit Sarkar
196205
- **Contributors** - Oracle LiveLabs QA Team (Kamryn Vinson, QA Intern, Arabella Yao, Product Manager, DB Product Management)
197-
- **Last Updated By/Date** - Arabella Yao, March 2022
206+
- **Last Updated By/Date** - Sania Bolla, September 2025

0 commit comments

Comments
 (0)