Skip to content

Commit 4b01494

Browse files
committed
updates
1 parent 8585650 commit 4b01494

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

OracleSolaris_OCI/02_Block_Storage/README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,35 @@ Once you have successfully [launched an Oracle Solaris](OracleSolaris_OCI/Launch
66

77

88

9-
## Step (1): Adding a block storage to your compartment
9+
## Step 1: Adding a block storage to your compartment
1010

1111
In order to attach a block volume to your instance you need to first have a block storage created in your compartment. If you already have a block storage attached to your compartment, you can skip this step.
1212

1313

1414

15-
#### a) Navigate to the Block Storage list by clicking on the hamburger icon on the left and click on Block Volumes
15+
#### 1.1 Navigate to the Block Storage list by clicking on the hamburger icon on the left and click on Block Volumes
1616

1717
![](Images/OCI_attach_block_storage.png)
1818

1919

2020

21-
#### b) Creating your block volume in the specified compartment
21+
#### 1.2 Creating your block volume in the specified compartment
2222

2323

2424

2525
![](Images/OCI_create_block_volume.png)
2626

2727

2828

29-
#### c)Configure your block volume in your preferred compartment and define the appropriate volume size and backup policies
29+
#### 1.3 Configure your block volume in your preferred compartment and define the appropriate volume size and backup policies
3030

3131

3232

3333
![](Images/OCI_define_block_storage.png)
3434

3535

3636

37-
#### c) Once you have created the Block Volume you can then navigate to your instance to attach the Block Volume to your instance
37+
#### 1.4 Once you have created the Block Volume you can then navigate to your instance to attach the Block Volume to your instance
3838

3939

4040

@@ -44,19 +44,19 @@ In order to attach a block volume to your instance you need to first have a bloc
4444

4545

4646

47-
## Step (2): Attaching a Block Volume to your running instance
47+
## Step 2: Attaching a Block Volume to your running instance
4848

4949
Once you have created a Block Volume in your compartment, you can then attach it to your running instance to start utilizing OCI storage resources.
5050

5151
Here is how to attach a Block Volume to your instance.
5252

53-
#### a) Navigate to your instance and scroll down to find Resources
53+
#### 2.1 Navigate to your instance and scroll down to find Resources
5454

5555
![](Images/OCI_attach_block_volume.png)
5656

5757

5858

59-
#### b) Select Attach Block Volume and define parameters
59+
#### 2.2 Select Attach Block Volume and define parameters
6060

6161
Note: For Solaris instances, only iSCSI and emulated attachments are supported.
6262

@@ -78,7 +78,7 @@ Once you've created a block volume and attached it to your Solaris guest in the
7878

7979

8080

81-
## Step (3): Enabling Solaris guest to recognize the attached block volume
81+
## Step 3: Enabling Solaris guest to recognize the attached block volume
8282

8383

8484

@@ -97,13 +97,13 @@ Specify disk (enter its number):
9797

9898
In order to create a new zpool, we need to attach an iSCSI disk to the Solaris instance.
9999

100-
#### a) Navigate to the iSCI commands for your attached disk
100+
#### 3.1 Navigate to the iSCI commands for your attached disk
101101

102102
![](Images/OCI_block_volume_iSCSICommands.png)
103103

104104

105105

106-
#### b) Run the Volume specific iSCSI commands in your console
106+
#### 3.2 Run the Volume specific iSCSI commands in your console
107107

108108
The OCI Console will display the Linux iSCSI commands, you just need to translate them to the Solaris equivalents. Here's an example of the Linux commands:
109109

@@ -128,7 +128,7 @@ sudo iscsiadm modify discovery --static enable
128128

129129

130130

131-
#### c) Verify that the Solaris has discovered the attached disk
131+
#### 3.3 Verify that the Solaris has discovered the attached disk
132132

133133
![](Images/OCI_attach_disk.png)
134134

0 commit comments

Comments
 (0)