111 Install: X Catalog Tool

| Variable | Purpose | |----------|---------| | XCAT_HOME | Override default config location (~/.xcat) | | XCAT_LOG_LEVEL | Set to debug, info, warn, or error | | XCAT_CACHE_SIZE | Define index cache in MB (default: 256) |

Example:

echo 'export XCAT_LOG_LEVEL=info' >> ~/.bashrc

The X Catalog Tool 111 requires a persistent database backend. After the base x catalog tool 111 install, you must configure the connection. x catalog tool 111 install

  • Modify the following template:
    production:
      adapter: postgresql
      host: localhost
      port: 5432
      database: xcatalog_db
      username: xcatalog_user
      password: your_strong_password
      pool: 20
    
  • Run the database migration:
    xcatalog db:migrate --env production
    
  • # Extract the package
    tar -xzf x-catalog-tool-111-linux-amd64.tar.gz
    cd x-catalog-tool-111