Skip to content

Commit 36077b9

Browse files
authored
Merge pull request #522 from bgraef/main
mv ol iscsi post and update
2 parents 5400560 + ae22af0 commit 36077b9

File tree

4 files changed

+38
-34
lines changed

4 files changed

+38
-34
lines changed
File renamed without changes.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "iSCSI Targets and Initiators"
3+
date: 2025-03-25
4+
draft: false
5+
summary: "Learn to configure an iSCSI target on Oracle Linux to share block storage devices with another Oracle Linux instance using an iSCSI initiator."
6+
tags: ["ol","lab","tutorial","ol-storage"]
7+
showDate: true
8+
---
9+
10+
## Links
11+
12+
:crescent_moon: [Lab](https://luna.oracle.com/lab/f85faa38-5476-41a0-951e-56dd86a8ba78)
13+
14+
:spiral_notepad: [Tutorial](https://docs.oracle.com/en/learn/ol-iscsi)
15+
16+
## Details
17+
18+
Oracle Linux uses the Linux-IO Target (LIO) to provide the block-storage SCSI target for FCoE, iSCSI, and Mellanox InfiniBand (iSER and SRP). For iSCSI (Internet Small Computer System Interface), an iSCSI target is a server, storage array, or device that hosts storage resources and provides them as SCSI block devices (LUNs) accessible over an IP network to iSCSI initiators.
19+
20+
An iSCSI initiator is a client device that uses the iSCSI protocol to send SCSI commands to an iSCSI target over an IP network, essentially acting as a client in a storage network.
21+
22+
### Objectives
23+
24+
In this tutorial, you'll learn how to:
25+
26+
- Configure an iSCSI target
27+
- Configure an iSCSI Initiator
28+
29+
### Prerequisites
30+
31+
- Two Oracle Linux systems running the UEK kernel
32+
33+
- Each system should have Oracle Linux installed and configured with:
34+
- a non-root user with sudo permissions
35+
36+
- Attach two 50GB block volumes to one instance as read-write for use as iSCSI block devices
37+
38+
- OCI Ingress Rules allowing TCP and UDP traffic on port 3260. Security lists control the traffic in and out of the various subnets associated with the VCN.
-230 KB
Binary file not shown.

content/posts/oloci/post-39/index.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)