xCAT
2
  • Overview
  • Install Guides
  • Admin Guide
  • Advanced Topics
    • Chain
    • Cluster Maintenance
    • Confluent
    • Docker
    • Domain Name Resolution
    • GPUs
    • High Availability
    • Hierarchical Clusters / Large Cluster Support
      • Service Nodes
      • Configure a Database
        • MySQL/MariaDB
        • PostgreSQL
      • Define Service Nodes
      • Configure DHCP
      • Provision Service Nodes
      • Appendix
    • Software Kits
    • Mixed Cluster
    • Networks
    • Port Usage
    • xCAT probe
    • RAID
    • Rest API
    • Security
    • SoftLayer
    • Switch Management
    • System Clone (sysclone)
    • Zones
  • Troubleshooting
  • Developers
  • Need Help
  • Security Notices
xCAT
  • Docs »
  • Advanced Topics »
  • Hierarchical Clusters / Large Cluster Support »
  • Configure a Database
  • View page source

Configure a Database¶

xCAT uses the SQLite database (https://www.sqlite.org/) as the default database and it is initialized during xCAT installation of the Management Node. If using Service Nodes, SQLite cannot be used because Service Nodes require remote access to the xCAT database. One of the following databases should be used:

  • MySQL/MariaDB
  • PostgreSQL

MySQL/MariaDB¶

  • Install MySQL/MariaDB
    • Red Hat Enterprise Linux
    • Suse Linux Enterprise Server
    • Debian/Ubuntu
  • Configure MySQL/MariaDB
    • Migrate xCAT to use MySQL/MariaDB
    • Granting/Revoking access to the database for Service Node Clients
  • Using MySQL/MariaDB
    • Start/Stop MySQL/MariaDB service
    • Basic MySQL/MariaDB commands
  • Removing xcatdb from MySQL/MariaDB

PostgreSQL¶

  • Install PostgreSQL
    • Red Hat Enterprise Linux
    • Suse Linux Enterprise Server
    • Debian/Ubuntu
  • Configure PostgreSQL
    • Migrate xCAT to use PostgreSQL
    • Setting up the Service Nodes
  • Using PostgreSQL
    • Useful Commands
  • Removing xcatdb from PostgreSQL
Next Previous

© Copyright 2015, IBM Corporation.

Built with Sphinx using a theme provided by Read the Docs.