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 @ 345bcde3
...@@ -10,10 +10,18 @@ PASSWORD="" # not shown here for security purposes ...@@ -10,10 +10,18 @@ PASSWORD="" # not shown here for security purposes
Get a serial console. This console is only useful during boot time and can access the boot configuration menu and the bios. Also you can see if the PXE boot process works. Get a serial console. This console is only useful during boot time and can access the boot configuration menu and the bios. Also you can see if the PXE boot process works.
```bash ```bash
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD sol set volatile-bit-rate 19.2
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD sol set non-volatile-bit-rate 19.2
ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD sol activate ipmitool -I lanplus -H $IPMI_IP -U ADMIN -P $PASSWORD sol activate
``` ```
Note: computenode01 - computenode04 use a different IPMI card that does not support the serial console. To get linux kernel output and a login shell through the IPMI sol console you need to edit the syslinux or grub configuration and add the following parameters to the kernel:
```bash
vmlinuz <other params ...> xencons=ttyS1 console=tty console=ttyS1,19200n8 lowres
```
Note: computenode01 - computenode04 and storagenode use a different IPMI card that does not support the serial console.
You can check a node's power status and change it. Useful if you need to reboot a node if you locked yourself out of ssh with a bad iptables configuration. You can check a node's power status and change it. Useful if you need to reboot a node if you locked yourself out of ssh with a bad iptables configuration.
......
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