Skip to content

Commit 5218e3b

Browse files
committed
add ssacli draft
1 parent 9ed2381 commit 5218e3b

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

content/posts/ssacli.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
2+
---
3+
title: "Ssacli"
4+
date: 2019-07-29
5+
draft: true
6+
---
7+
8+
# SSACLI TOOL
9+
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.
11+
12+
### Two ways to the tool
13+
14+
hpacucli prompt
15+
```bash
16+
17+
> ssacli
18+
Smart Storage Administor CLI 3.47.1.0
19+
Detecting Controllers...Done.
20+
Type "help" for a list of supported commands.
21+
Type "exit" to close the console.
22+
=> rescan
23+
24+
```
25+
or single command line
26+
27+
```bash
28+
ssacli rescan
29+
```
30+
31+
### HPE Short names
32+
33+
all commands with the toll uses a short name syntax, which makes run and writing commands easier.
34+
35+
```
36+
### Shortnames:
37+
- chassisname = ch
38+
- controller = ctrl
39+
- logicaldrive = ld
40+
- physicaldrive = pd
41+
- drivewritecache = dwc
42+
- licensekey = lk
43+
44+
### Specify drives:
45+
- A range of drives (one to three): 1E:1:1-1E:1:3
46+
- Drives that are unassigned: allunassigned
47+
```
48+
49+
50+

0 commit comments

Comments
 (0)