Home | Previous Page | Next Page   Managing Storage Devices > Adding and Deleting Storage Devices >

Designating a Storage Device as Read-only

If you want to designate a storage device associated with a volume as read-only, follow these steps:

Designating a storage device as read-only
  1. Unmount the storage volume on the device that you want to designate as read-only:
    ism_op -unmount device_path
  2. To designate the storage device as read-only, use the command:
    ism_config -volume name -only_restore yes

    You can use this volume only for restores, not for backups.

  3. To redesignate the storage device as writable, use the command:
    ism_config -volume name -only_restore no
  4. Remount the storage volume on the device.

    You can now use this storage volume for backups.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]