Skip to content

Commit 86624f5

Browse files
authored
Format optional exercise
Removed extra whitespaces and cleaned up formatting in optional storage test exercise from converted HTML
1 parent 11cebaa commit 86624f5

File tree

1 file changed

+10
-30
lines changed

1 file changed

+10
-30
lines changed

OracleAdmin/INSTRUCTIONS.md

+10-30
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
# Table of Contents
44
**Lab Exercises**
5-
**Optional Advanced Exercise - Perform a Storage Performance Test through the
6-
CLI**
5+
**Optional Advanced Exercise - Perform a Storage Performance Test through the CLI**
76
**Exercise 1 - Delphix Data Platform Configuration**
87
**Exercise 2 - Create the "delphix_db" User**
98
**Exercise 3 - Validate the Source Environment with Hostchecker**
@@ -17,8 +16,7 @@ CLI**
1716
**Exercise 11 - Create and Save a Hook Operation Template**
1817
**Exercise 12 - Create a VDB Template**
1918
**Exercise 13 - Provision a VDB with Hook and VDB Template**
20-
**Optional Advanced Exercise - Measure Network Performance Test through the
21-
CLI**
19+
**Optional Advanced Exercise - Measure Network Performance Test through the CLI**
2220
**Optional Advanced Exercise - Configure Delphix Replication**
2321
**Lab Solutions**
2422
**Exercise 1 - Delphix Data Platform Setup**
@@ -39,40 +37,27 @@ CLI**
3937

4038
Perform these exercises when instructed by your Delphix Instructor.
4139

42-
## Optional Advanced Exercise - Perform a Storage Performance Test through the
43-
CLI
40+
## Optional Advanced Exercise - Perform a Storage Performance Test through the CLI
4441

4542
In this exercise, you will:
4643

4744
* Log into the Delphix Data Platform prior to configuration via the Delphix Command Line Interface (CLI)
48-
4945
* Perform a Storage Test
50-
5146
* View the Storage Test results
5247

53-
**Steps**
48+
### Steps
5449
As an advanced exercise, this lab has no corresponding Lab Solution. Instead,
5550
we will walk through the steps to get you acquainted with your lab system and
5651
the Delphix CLI.
57-
5852
1. On your Lab Server desktop, double-click on Terminal
59-
6053
2. Type: _ssh [email protected].10_ ('x' is your **Student Number** assigned by your instructor)
61-
6254
1. If you receive a prompt asking you if you are sure you want to connect, enter: Yes
63-
6455
2. Enter the password: sysadmin
65-
6656
3. Escape to the standard CLI prompt by typing _discard_ and then press the enter key
67-
6857
4. You are now at the root of the Delphix CLI as a System Administrator
69-
70-
3. Create a storage test by typing: **storage test create** and press the enter key
71-
58+
2. Create a storage test by typing: **storage test create** and press the enter key
7259
1. List the default storage test parameters by typing: **get**
73-
7460
2. Override the duration and set it to 5 minutes: **set duration=5**
75-
7661
3. Begin the storage test by typing: **commit**
7762

7863
_Note: The actual duration of the test may vary depending on the performance
@@ -82,20 +67,15 @@ between 6 - 8 minutes to complete with duration set to 5._
8267
Example Storage Test Configuration
8368

8469
1. View the storage test results
85-
8670
1. Get back to the storage test section of the CLI by typing: **storage test** and press the enter key
87-
88-
2. Type the command **list** and press the enter key
71+
2. Type the command `list` and press the enter key
8972

9073
You should see the completed test listed.
74+
2. Type `select` followed by the name of the test from the list. For example:
75+
`select STORAGE_TEST-1`
9176

92-
1. 1. Type "select" followed by the name of the test from the list. For example:
93-
94-
**select STORAGE_TEST-1**
95-
96-
1. 1. Enter the result command by typing: **result**
97-
98-
2. Then type: **commit**
77+
3. Enter the result command by typing: `result`
78+
4. Then type: `commit`
9979

10080
![images/download/attachments/90014954/worddav4cc92cfa22a23a274b16db2c2edc3fa2.png](images/download/attachments/90014954/worddav4cc92cfa22a23a274b16db2c2edc3fa2.png)
10181
Example Storage Test Results

0 commit comments

Comments
 (0)