Adding disk space to a node

This procedure describes how to add disk space to a node in the OpenText™ Analytics Database cluster.

This procedure describes how to add disk space to a node in the OpenText™ Analytics Database cluster.

To add disk space to a node:

  1. If you must shut down the hardware to which you are adding disk space, then first shut down the database on the host where disk space is being added.

  2. Add the new disk to the system as required by the hardware environment. Boot the hardware if it is was shut down.

  3. Partition, format, and mount the new disk, as required by the hardware environment.

  4. Create a data directory path on the new volume.

    For example:

    mkdir –p /myNewPath/myDB/host01_data2/
    
  5. If you shut down the hardware, then restart the database on the host.

  6. Open a database connection and add a storage location to add the new data directory path. Specify the node in the CREATE LOCATION, otherwise the database assumes you are creating the storage location on all nodes.

    See Creating storage locations in this guide and the CREATE LOCATION statement in the SQL Reference Manual.