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: sdn setup questions authored Oct 29, 2014 by Jan Siersch's avatar Jan Siersch
Hide whitespace changes
Inline Side-by-side
ipmitool.markdown
View page @ 3bdb44ec
...@@ -73,3 +73,27 @@ ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev ...@@ -73,3 +73,27 @@ ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD chassis bootdev
``` ```
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
```bash
ssh Administrator@10.1.0.101
# enter password and wait 10 seconds (it's slow)
# you get a "-> " prompt
# power on
start /admin1/system1
# power off
stop /admin1/system1
# power off (forced)
stop -f /admin1/system1
# disconnect any existing sessions
set /admin1/system1/textredirectsvc1/textredirectsap1 EnabledState=6
# connect to console
start /admin1/system1/textredirectsvc1
```
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