https://github.com/stegm/marvell_msu_docker
Docker environment for running Marvell MSU Utility on none rpm-based distros.
https://github.com/stegm/marvell_msu_docker
Last synced: about 2 months ago
JSON representation
Docker environment for running Marvell MSU Utility on none rpm-based distros.
- Host: GitHub
- URL: https://github.com/stegm/marvell_msu_docker
- Owner: stegm
- License: apache-2.0
- Created: 2020-05-26T06:06:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T21:49:16.000Z (almost 4 years ago)
- Last Synced: 2025-04-21T17:43:35.343Z (11 months ago)
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 17
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marvell RAID MSU Utility docker
Docker environment for running Marvell MSU Utility for RAID controllers on none rpm-based distros.
Supports the following controllers:
* Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller (HPE ProLiant Microserver Gen10)
## Getting Started
## Prerequisites
* Docker
* Docker Compose
Build will try to automatically download Marvell package from Lenovo, if you prefer to download it on your own, place the file from
[Marvell Storage Utility for Linux 4.1.10.2046](https://support.lenovo.com/ca/en/downloads/ds539334-marvell-storage-utility-for-linux-for-linux)
in the same directory as the `Dockerfile`. You also have to change the Dockerfile (see comments).
Example:
```
wget https://download.lenovo.com/servers/mig/2019/04/11/19912/mrvl_utl_msu_4.1.10.2046_linux_x86-64.tgz
```
## Installing
```sh
cd
docker-compose build
docker-compose up -d
```
After the container is started you can access the web UI on port 8845. The default user and password is *root*.
Alternatively the CLI can be startet with
```sh
docker-compose run --rm msu cli
SG driver version 3.5.36.
CLI Version: 4.1.10.42 RaidAPI Version: 2.3.10.1088
Welcome to RAID Command Line Interface.
> info -o vd
```