📦
CHI-in-a-box
  • What is CHI-in-a-Box?
  • Before You Begin
    • Assumed Knowledge
    • Hosts and Services
    • Network Overview
    • CC-Ansible
    • The site configuration
      • inventory
      • defaults.yml
      • passwords.yml
      • certificates/
      • node_custom_config/ (optional)
      • post-deploy.yml (optional)
    • How Deployment Works
    • Security considerations
  • Setup Guides
    • Evaluation Site
      • Bring up the Control Plane
    • Production Baremetal
      • Baremetal QuickStart
      • Host Networking Configuration
    • Troubleshooting
      • Networking
    • Verification Checklist
    • Dev-in-a-Box
    • Edge-in-a-Box
  • Reference
    • Chameleon Identity Federation
    • Ironic Flat Networking
    • Ironic Multi-Tenant Networking
    • Glance Image Storage
    • Resource Reservation
      • Default Resource Properties
    • Monitoring
      • IPMI Metrics
      • SNMP Metrics
  • Example Deployments
    • ARM/x86 mixed architecture
    • Edge computing/container testbed
  • Operations
    • Hardware management
    • Certificate management
    • Chameleon tools
      • Hammers 🔨
        • maintenance_reservation
      • Disk image subscription
      • Usage reporting
    • Troubleshooting
      • Known issues
        • Neutron (networking)
        • Nova (KVM)
        • Ironic (bare metal)
      • Instance networking diagnostics
      • Security incident triage
      • Troublesome Hardware
    • Alert runbooks
      • Cron Job No Recent Success
      • Instance Failure
      • Image Cache Space
      • Ironic Node Error State
      • Jupyter Server Launch Failure
      • MySQL Host Down
      • MySQL Replication Error
      • Node Exporter Down
      • Node Network Bridge Down
      • Node Network Bridge Low Traffic
      • Nova Ironic Instance Launch Failure
      • OpenStack API Down
      • PeriodicTask No Recent Success
      • Portal Down
      • Precis Parsed Events Low
      • Provider Conflict
      • Runbook Template
    • User support guide
    • Upgrading to a new Release
  • Development
    • Developing OpenStack Services
    • Dev-in-a-box
Powered by GitBook
On this page
  • Serial console doesn't work
  • Horizon displays “No valid host was found” error
Edit on GitHub
  1. Operations
  2. Troubleshooting
  3. Known issues

Ironic (bare metal)

Serial console doesn't work

Check if all configured bitrates for serial console are consistent, including the Serial-Over-LAN (BMC), OS setting, and Ironic's configuration. Also try enabling the console in Ironic, if it is not already:

openstack baremetal node console enable <node>

If this still isn't working, check what IPMI console port is set in the inventory service (Doni); this is NOT the port is listening for IPMI on the BMC, it is the port that will be used to host a socat pipe on the control node. It is usually a high port (>50000).

Horizon displays “No valid host was found” error

This can happen for many reasons. Check a few things:

  • Are there errors in the /var/log/ironic/ironic-conductor.log?

  • Is the node in maintenance mode? (It must be set to the "available" status for Nova to consider it.)

  • Does the node have enough space on the file system? It must have more than the space defined in the baremetal Nova flavor (we set this to a low value on purpose; 20Gb).

PreviousNova (KVM)NextInstance networking diagnostics

Last updated 2 years ago