You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments