Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • O OpenStack-Cloud
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Christopher Hauser
  • OpenStack-Cloud
  • Wiki
  • ipmitool

ipmitool · Changes

Page history
hzn53 created page: nova migration authored Dec 19, 2014 by Jan Siersch's avatar Jan Siersch
Show whitespace changes
Inline Side-by-side
ipmitool.markdown
View page @ f3706c16
...@@ -72,6 +72,13 @@ ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis ...@@ -72,6 +72,13 @@ ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev
``` ```
You can show and change the IPMI card lan interface configuration. DONT FUCK THIS UP. Note: Setting the IPMI IP will terminate the IPMI connection and confuse ipmitool, but the change will be made.
```bash
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD lan print 1
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD lan set 1 ipaddr $NEW_IPMI_IP
```
You can also use the web interface to access sensor readings and change settings that are vendor specific and not (easily) accessible with the commandline tool. You can also use the web interface to access sensor readings and change settings that are vendor specific and not (easily) accessible with the commandline tool.
# IPMI on computenode01 - computenode04 # IPMI on computenode01 - computenode04
......
Clone repository
  • Add Computenode to Beta cluster
  • disk partitioning
  • eth if names
  • ganglia
  • Home
  • ipmitool
  • kickstart
  • networking
  • neutron external
  • nova migration
  • omi clusterlab addnode
  • omi clusterlab index
  • omi clusterlab nodes
  • opendaylight
  • openstack export image
View All Pages