Modifs readme
This commit is contained in:
46
README.md
46
README.md
@@ -1,12 +1,10 @@
|
|||||||
<div id="top"></div>
|
<div id="top"></div>
|
||||||
|
|
||||||
> **Warning** If you update to the latest version, be sure to replace "CPU_TEMPERATURE_TRESHOLD" environment variable with "CPU_TEMPERATURE_T<ins>H</ins>RESHOLD" which was a typo
|
|
||||||
|
|
||||||
# Dell iDRAC fan controller Docker image
|
# Dell iDRAC fan controller Docker image
|
||||||
Fork de : https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker.git
|
Fork de : https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker.git<br>
|
||||||
Download Docker image from :
|
Download Docker image from :
|
||||||
- [Docker Hub](https://hub.docker.com/r/tigerblue77/dell_idrac_fan_controller)
|
- [Docker Hub](https://hub.docker.com/repository/docker/itrass/idrac_fan_control)
|
||||||
- [GitHub Containers Repository](https://github.com/tigerblue77/Dell_iDRAC_fan_controller_Docker/pkgs/container/dell_idrac_fan_controller)
|
|
||||||
|
|
||||||
<!-- TABLE OF CONTENTS -->
|
<!-- TABLE OF CONTENTS -->
|
||||||
<details>
|
<details>
|
||||||
@@ -33,30 +31,6 @@ Download Docker image from :
|
|||||||
|
|
||||||
This Docker container only works on Dell PowerEdge servers that support IPMI commands, i.e. < iDRAC 9 firmware 3.30.30.30.
|
This Docker container only works on Dell PowerEdge servers that support IPMI commands, i.e. < iDRAC 9 firmware 3.30.30.30.
|
||||||
|
|
||||||
### To access iDRAC over LAN (not needed in "local" mode) :
|
|
||||||
|
|
||||||
1. Log into your iDRAC web console
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
2. In the left side menu, expand "iDRAC settings", click "Network" then click "IPMI Settings" link at the top of the web page.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
3. Check the "Enable IPMI over LAN" checkbox then click "Apply" button.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
4. Test access to IPMI over LAN running the following commands :
|
|
||||||
```bash
|
|
||||||
apt -y install ipmitool
|
|
||||||
ipmitool -I lanplus \
|
|
||||||
-H <iDRAC IP address> \
|
|
||||||
-U <iDRAC username> \
|
|
||||||
-P <iDRAC password> \
|
|
||||||
sdr elist all
|
|
||||||
```
|
|
||||||
|
|
||||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||||||
|
|
||||||
<!-- SUPPORTED ARCHITECTURES -->
|
<!-- SUPPORTED ARCHITECTURES -->
|
||||||
@@ -170,19 +144,3 @@ If your server frequently switches back to the default Dell fan mode:
|
|||||||
3. If neither increasing the fan speed nor increasing the threshold solves your problem, then it may be time to replace your thermal paste
|
3. If neither increasing the fan speed nor increasing the threshold solves your problem, then it may be time to replace your thermal paste
|
||||||
|
|
||||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
<p align="right">(<a href="#top">back to top</a>)</p>
|
||||||
|
|
||||||
<!-- CONTRIBUTING -->
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
|
|
||||||
|
|
||||||
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
|
|
||||||
Don't forget to give the project a star! Thanks again!
|
|
||||||
|
|
||||||
1. Fork the Project
|
|
||||||
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
|
|
||||||
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
|
|
||||||
4. Push to the Branch (`git push origin feature/AmazingFeature`)
|
|
||||||
5. Open a Pull Request
|
|
||||||
|
|
||||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user