Skip to content

Commit cce091e

Browse files
committed
add ssacli docs
1 parent 2c72c57 commit cce091e

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

content/posts/ssacli.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
21
---
3-
title: "Ssacli"
2+
title: "ssacli on Linux"
43
date: 2019-07-29
5-
draft: true
64
---
75

86
# SSACLI TOOL
97

10-
HP Tool for linux make it easier to manage smart array controllers in HP servers. will the shell it make simple to create, delete and repair the logical and physical drives on the smart array.
8+
HP Tool for linux make it easier to manage smart array controllers in HP servers. With the shell it make simple to create, delete and repair the logical and physical drives on the smart array.
119

12-
### Two ways to the tool
10+
### Two ways to use the tools
1311

1412
hpacucli prompt
13+
1514
```bash
1615

1716
> ssacli
@@ -22,18 +21,20 @@ Type "exit" to close the console.
2221
=> rescan
2322

2423
```
24+
2525
or single command line
2626

2727
```bash
2828
ssacli rescan
2929
```
3030

31-
### HPE Short names
31+
### HPE Short names for commands
3232

3333
all commands with the toll uses a short name syntax, which makes run and writing commands easier.
3434

3535
```
3636
### Shortnames:
37+
3738
- chassisname = ch
3839
- controller = ctrl
3940
- logicaldrive = ld
@@ -42,8 +43,10 @@ all commands with the toll uses a short name syntax, which makes run and writing
4243
- licensekey = lk
4344
4445
### Specify drives:
46+
4547
- A range of drives (one to three): 1E:1:1-1E:1:3
4648
- Drives that are unassigned: allunassigned
49+
4750
```
4851

4952

themes/hello-friend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 881c972d5625f90b24ede9124611340b3fbbf3b3
1+
Subproject commit 2c2588d1c67dba9fae26decf8c3e55d201ecff90

0 commit comments

Comments
 (0)