This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
PercCLI¶
PercCLI seems to be a forked version of StorCLI, by Dell.
Reference(s)
- TODO
Table of contents¶
Install¶
TODO
Download the latest version of PercCLI (7.1910.00
at the time of writing, check it on
repology. You can also find the URL link
to the latest tarball when looking at the NixOS (unstable)
package
(just search for "url" in that file).
$ cd /tmp
$ mkdir perccli && cd perccli
$ wget https://dl.dell.com/FOLDER07815522M/1/PERCCLI_7.1910.00_A12_Linux.tar.gz
$ tar -zxvf PERCCLI_7.1910.00_A12_Linux.tar.gz
$ cd PERCCLI_7.1910.00_A12_Linux/
$ sudo dpkg -f perccli_007.1910.0000.0000_all.deb Package # print package name
$ sudo dpkg -i perccli_007.1910.0000.0000_all.deb # install package
$ ls /opt/MegaRAID/perccli/
perccli64
$ sudo /opt/MegaRAID/perccli/perccli64 --help
$ sudo dpkg -P perccli
)
TODO
Download the latest version of PercCLI (7.5.007.0529
at the time of writing: check it on
repology. You can also find the URL link
to the latest tarball when looking at the NixOS (unstable)
package
(just search for "url" in that file).
Install with AUR:
TODO
Download the latest version of PercCLI (7.5.007.0529
at the time of writing: check it on
repology. You can also find the URL link
to the latest tarball when looking at the NixOS (unstable)
package
(just search for "url" in that file).
TODO
TODO
Use¶
When specified, the PERC controller used in the below examples is the controller 0 (i.e. /c0
).
-
same as StorCLI.
-
print information on the controller and the configuration:
-
print information on the existing hard drives and their status (IDs,...):
-
print information on the existing virtual drives and their status:
-
print current status of all rebuilds:
-
locate a physical disk, e.g. disk 1 in enclosure 64 of the controller 0:
-
create a RAID 5 virtual drive of 11 disks from slot 0 to 10 (included), in enclosure 64:
-
create a RAID 5 virtual drive of 11 disks from slot 0 to 10 (included) in enclosure 64, with a hot spare from slot 11 in enclosure 64:
-
add hot spare disk, e.g. disk 11 in enclosure 64 of the controller 0 to the drive group 2:
-
add hot spare disk, e.g. disk 11 in enclosure 64 of the controller 0, globally:
-
delete hot spare disk, e.g. disk 11 in enclosure 64 of the controller 0:
If this cheat sheet has been useful to you, then please consider leaving a star here.