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
ehx27 created page: switch setup authored Oct 08, 2014 by Jan Siersch's avatar Jan Siersch
Hide whitespace changes
Inline Side-by-side
ipmitool.markdown
View page @ d4b3db88
...@@ -23,11 +23,12 @@ ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis power off ...@@ -23,11 +23,12 @@ ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis power off
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis power on ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis power on
``` ```
You can change the boot device if you want to switch from PXE boot to disk and vice versa. You can change the boot device if you want to switch from PXE boot to disk and vice versa. It is also possible to enter the BIOS on boot.
```bash ```bash
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev pxe ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev pxe
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev disk ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev disk
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev bios
``` ```
You can list additional IPMI commands and possible parameters if you provide insufficient parameters for the tool. You can list additional IPMI commands and possible parameters if you provide insufficient parameters for the tool.
......
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