host_group add

Creates a new host group that the Oracle FS System can manage.

SYNOPSIS

host_group ‑add 
   ‑name host‑group‑name

   [{‑sessionKey | ‑u admin‑user ‑oracleFS oracle‑fs‑system}]
   [{‑outputformat | ‑o} { text | xml }]
   [{‑timeout timeout‑in‑seconds | ‑verify | ‑usage | ‑example | ‑help}] 

DESCRIPTION

Use the host_group ‑add command to create a host group. Host groups allow you to associate the host entries that are defined in an internal table into logical organizational units.

Note: Only administrators with primary administrator, admin1, and admin2 roles are authorized to run the host_group ‑add command.

OPTIONS

name

Specifies the name of the host group that you are creating on the Oracle FS System. The name that you provide is used to create a fully qualified name (FQN) after the Oracle FS System creates the new host group. Use double quotation marks around names containing dashes.

EXAMPLE

Task

Create a host group.

Parameters
  • The name of the new host group: hostgroup_1

$ fscli host_group ‑add ‑name hostgroup_1