Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 17 additions & 8 deletions block-volume/bv/block-volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,29 @@ A common usage of Block Volume is adding storage capacity to an Oracle Cloud Inf

- **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.

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

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

3. Click **Attach block volume**.
3. Click **Attach to instance**.

4. Click **Select volume** and choose the following options:
![](images/click-attach-instance-button.png " ")

4. Choose the following options:

- **Attachment type:** ISCSI
- **Access type:** Read/Write - Shareable
- Check the required checkbox
- Select **Enter OCID**
- **Choose Instance:** Demo
- In the next box, paste the OCID for the instance you created in Lab 4

![](images/copy-instance-ocid.png " ")

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

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

<if type="freetier">
![iSCSI commands](images/command.png " ")</if>
![iSCSI commands](images/livelabs-iscsi-link.png " ")</if>
<if type="livelabs">
![iSCSI commands](images/livelabs-iscsi-link.png)</if>

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

![](images/iscsi-commands.png " ")
Expand Down
Binary file modified block-volume/bv/images/attach-bv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified block-volume/bv/images/available.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified block-volume/bv/images/block-volume.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added block-volume/bv/images/copy-instance-ocid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified block-volume/bv/images/iscsi-commands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified block-volume/bv/images/livelabs-iscsi-link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 18 additions & 9 deletions compute-service/cs/compute-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
![](images/create-instance.png)

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

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

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.
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.

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

>**Note:** You need a public IP address, so that you can SSH into the running instance later in this lab.

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.
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.

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

Expand Down Expand Up @@ -108,7 +108,7 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as
![](images/ssh.png)

<if type="freetier">
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:
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:

>**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.

Expand Down Expand Up @@ -152,13 +152,21 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as

![](https://oracle-livelabs.github.io/common/images/console/networking-vcn.png " ")

5. Now click **Security Lists** on the left navigation bar for the VCN.
5. Now click **Security** on the top navigation bar for the VCN.

![Click on Security Lists](images/security-list.png " ")
![Click on Security Lists](images/security-list1.png " ")

6. Click on the **Default Security List**.

7. Here you need to open port 80. Click **Add Ingress Rules** and add the following values as shown below:
7. Now click **Security rules** on the top navigation bar.

![Click on Security Lists](images/security-list2.png " ")

8. Click **Add Ingress Rules**

![Click on Security Lists](images/security-list3.png " ")

9. Here you need to open port 80. Add the following values as shown below:

- **Source Type:** CIDR
- **Source CIDR**: 0.0.0.0/0
Expand All @@ -169,7 +177,8 @@ An Oracle Cloud Infrastructure VM compute instance runs on the same hardware as

![Add Ingress Rule](images/ingress-rule.png " ")

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.

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.

![Open you browser to the public IP address](images/browser.png " ")

Expand All @@ -194,4 +203,4 @@ You have completed this lab. You may now **proceed to the next lab**.

- **Author** - Rajeshwari Rai, Prasenjit Sarkar
- **Contributors** - Oracle LiveLabs QA Team (Kamryn Vinson, QA Intern, Arabella Yao, Product Manager, DB Product Management)
- **Last Updated By/Date** - Arabella Yao, March 2022
- **Last Updated By/Date** - Sania Bolla, September 2025
Binary file modified compute-service/cs/images/assign-ip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified compute-service/cs/images/create-instance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified compute-service/cs/images/ingress-rule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified compute-service/cs/images/instance-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added compute-service/cs/images/press-create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified compute-service/cs/images/public-ip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added compute-service/cs/images/security-list1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added compute-service/cs/images/security-list2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added compute-service/cs/images/security-list3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified compute-service/cs/images/ssh-keys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified compute-service/cs/images/ssh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified virtual-cloud-networks/vcn/images/actions-dropdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified virtual-cloud-networks/vcn/images/review-vcn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified virtual-cloud-networks/vcn/images/workflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 10 additions & 6 deletions virtual-cloud-networks/vcn/virtual-cloud-networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@ To create a VCN on Oracle Cloud Infrastructure:

![Setup a Network with a Wizard](images/setup-vcn.png " ")

2. Select **Create VCN with Internet Connectivity**, and then click **Start VCN Wizard**.
2. Click the **Actions** dropdown and select **Start VCN Wizard**.

![Setup a Network with a Wizard](images/actions-dropdown.png " ")

3. Select **Create VCN with Internet Connectivity**, and then click **Start VCN Wizard**.

![Start VCN Wizard](images/start-wizard.png " ")

3. Complete the following fields:
4. Complete the following fields:

| **Field** | **Value** |
|----------------------------------------|:------------:|
Expand All @@ -62,14 +66,14 @@ To create a VCN on Oracle Cloud Infrastructure:

Click the **Next** button at the bottom of the screen.

4. Review your settings to be sure they are correct. Click the **Create** button to create the VCN.
5. Review your settings to be sure they are correct. Click the **Create** button to create the VCN.
![Review CV Configuration](images/review-vcn.png " ")

5. It will take a moment to create the VCN and a progress screen will keep you apprised of the workflow.
6. It will take a moment to create the VCN and a progress screen will keep you apprised of the workflow.

![Workflow](images/workflow.png " ")

6. Once you see that the creation is complete (see previous screenshot), click the **View Virtual Cloud Network** button.
7. Once you see that the creation is complete (see previous screenshot), click the **View Virtual Cloud Network** button.
</if>

### Summary
Expand All @@ -80,5 +84,5 @@ This VCN will contain all of the other assets that you will create during this s

- **Author** - Rajeshwari Rai, Prasenjit Sarkar
- **Contributors** - Oracle LiveLabs QA Team (Kamryn Vinson, QA Intern, Arabella Yao, Product Manager, DB Product Management)
- **Last Updated By/Date** - Arabella Yao, December 2021
- **Last Updated By/Date** - Sania Bolla, September 2025