xuanyuanaosheng commented on issue #8124:
URL: https://github.com/apache/cloudstack/issues/8124#issuecomment-1776411954

   @hooklee2000  
   
   The IPMI in baremetal node has been configed.
   
   
![image](https://github.com/apache/cloudstack/assets/4197714/6862d2a4-7838-42c9-a8fc-9e3aae5e1838)
   
   The result in cs management node:
   
   ```
   # ipmitool -V
   ipmitool version 1.8.18
   
   # /usr/bin/ipmitool -I lanplus  -R 1 -v -H 10.25.30.242 -p 623 -U ux -P 
XXXXXXXX chassis power status
   Chassis Power is on
   
   # /usr/bin/ipmitool   -R 1 -v -H 10.25.30.242 -p 623 -U ux -P XXXXXXXX 
chassis power status
   Authentication type NONE not supported
   Error: Unable to establish LAN session
   Error: Unable to establish IPMI v1.5 / RMCP session
   
   # /usr/share/cloudstack-common/scripts/util/ipmi.py ping 
hostname=10.25.30.242 usrname=ux password=XXXXXXXX
   Get Session Challenge command failed
   Error: Unable to establish LAN session
   Error: Unable to establish IPMI v1.5 / RMCP session
   
   
   # curl http://10.25.30.242
   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
   <html><head>
   <title>302 Found</title>
   </head><body>
   <h1>Found</h1>
   <p>The document has moved <a 
href="https://10.25.30.242:443/restgui/start.html";>here</a>.</p>
   </body></html>
   
    curl -k https://10.25.30.242
   <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
   <html><head>
   <title>302 Found</title>
   </head><body>
   <h1>Found</h1>
   <p>The document has moved <a 
href="https://10.25.30.242/restgui/start.html";>here</a>.</p>
   </body></html>
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to