storage_domain

Manages the Storage Domains that exist in the Oracle FS System.

SYNOPSIS

storage_domain { [ add | list | modify | delete | excludeDriveGroup | includeDriveGroup | modifyExcludeDriveGroup | cancelExcludeDriveGroup | compact | verifyAutoTier | clearLostAutoTierCatalog | cancelQosRebalance | [ usage | help ] }

DESCRIPTION

A Storage Domain is a virtual storage pool that consists of an assortment of drive groups. By running the storage_domain command, you can manage those virtual storage pools, including the following:
  • Create, modify, perform maintenance on (defragment), or delete a Storage Domain.

  • Display the properties of an existing Storage Domain.

  • Move drive groups into or out of a Storage Domain.

  • Change the QoS Plus properties of a Storage Domain.

  • Check the consistency of any QoS Plus storage tiers that exist within the Storage Domain.

SUBCOMMANDS

add
Creates a Storage Domain.
cancelExcludeDriveGroup
Terminates a task that is removing one or more drive groups from a specified Storage Domain.
cancelQosRebalance
Terminates a task that is balancing the existing volumes in the Storage Domain.
clearLostAutoTierCatalog
Clears the VolumesHaveLostAutoTierCatalog alert.
compact
Defragments the storage tiers that contain auto-tiered LUNs.
delete
Removes Storage Domains from the Oracle FS System.
excludeDriveGroup
Removes the specified drive groups from the containing Storage Domains.
includeDriveGroup
Adds drive groups to a specified Storage Domain.
list
Displays the existing Storage Domains.
modify
Changes the properties of a Storage Domain.
modifyExcludeDriveGroup
Changes the priority of the task that is removing a drive group from the Storage Domain.
verifyAutoTier
Performs a consistency check of any QoS Plus storage tiers in a Storage Domain.

GLOBAL OPTIONS

help

Displays command usage and additional help about the command.

usage

Returns a summary of the subcommands that are available for this command.

EXAMPLE

Task

Create a Storage Domain on the Oracle FS System.

Parameters
  • The name of the Storage Domain: domain_1

$ fscli storage_domain ‑add ‑name domain_1