Adding Storage to the Cache Dbspace

Add additional direct-attached storage to the cache dbspace by specifying a file or device path.

Prerequisites
Task
  1. Connect to the simplex or multiplex node.
  2. Specify a file or device path.
    • Specify a file:
      ALTER DBSPACE myDAS 
      ADD FILE iqdas2 
      'sampledb.iqcache' SIZE 1024
    • Specify a device path:
      ALTER DBSPACE myDAS 
      ADD FILE iqdas2 
      '/dev/rdsk/clt2d3s4'