volume_group

Manages the volume groups and the logical volumes that are configured on an Oracle FS System.

SYNOPSIS

volume_group { [ add | delete | list | modify ] | [ usage | help ] }

DESCRIPTION

Volume groups are organizational units that can contain any grouping of logical volumes and nested volume groups. By default, the Oracle FS1 Flash Storage System has a root volume group, represented by a single forward slash (/). This root volume group can contain additional volume groups that are set up in a broad, shallow hierarchy, or nested in a narrow, deep hierarchy. If you do not set up and specify parent volume groups, this default volume group contains any LUN or filesystem that you create.

SUBCOMMANDS

add
Creates a new volume group and adds it to the Oracle FS System.
delete
Removes a particular volume group from the Oracle FS System.
list
Displays the volume groups that are defined on the Oracle FS System.
modify
Changes the properties of a volume group on the Oracle FS System.

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 volume group in a parent volume group on the Oracle FS System.

Parameters
  • The name of the volume group: user1_vg

  • The name of the parent volume group: /⁠all_users

$ fscli volume_group -add -name user1_vg ‑in /⁠all_users