Difference between revisions of "Dell Notes"
From AN!Wiki
(Created page with "{{howto_header}} = Fencing = For fencing to work, you need to enable IPMI access over the network. By default, this is disabled. == Unable To Connect To IPMI Remotely == ...") |
Latest revision as of 09:48, 13 October 2020
[edit] Fencing
For fencing to work, you need to enable IPMI access over the network. By default, this is disabled.
[edit] Unable To Connect To IPMI Remotely
When an attempt is made to check the chassis power state, the following errors is returned;
Using ipmitool;
ipmitool -H 10.20.31.1 -U root -P Initial1 -I lanplus chassis power status
Error: Unable to establish IPMI v2 / RMCP+ session
Using fence_ipmilan;
fence_ipmilan --lanplus --ip 10.20.31.1 --username root --password Initial1 --action status
2020-10-13 05:19:36,638 ERROR: Connection timed out
[edit] Enable IPMI Over LAN
Log into the IPMI web interface.
Click on 'iDRAC Settings'
Click the 'Connectivity' tab, then click to expand 'Network' then 'IPMI Settings'.
Change 'Enable IPMI over LAN' to 'Enabled'.
You should now be able to connect to iDRAC remotely.
ipmitool -H 10.20.31.1 -U root -P Initial1 -I lanplus chassis power status
Chassis Power is off
fence_ipmilan --lanplus --ip 10.20.31.1 --username root --password Initial1 --action status
Status: OFF
Any questions, feedback, advice, complaints or meanderings are welcome. | ||||
Us: Alteeve's Niche! | Support: Mailing List | IRC: #clusterlabs on Freenode | © Alteeve's Niche! Inc. 1997-2019 | |
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions. |