host_group delete

Removes specific host entries from an existing host group in an internal table from the Oracle FS System.

SYNOPSIS

host_group ‑delete 
   ‑hostGroup host‑group‑id‑or‑fqn [, host‑group‑id‑or‑fqn]...

   [{‑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 ‑delete command to delete a host group. Use the ‑hostGroup option to specify the host groups that you want to delete. The ‑hostGroup option allows you to specify the unique identifiers (IDs) or the fully qualified names (FQNs) of the host groups to be deleted.

Before removing a host group, delete all of its host entries or assign them to other host groups. After a host group is empty, run the host_group ‑delete command to remove the group.

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

OPTIONS

hostGroup

Specifies a group of computers on the customer SAN. You identify the host group by providing a unique ID (ID) or a fully qualified name (FQN) for the group.

EXAMPLE

Task

Delete a host group.

Parameters
  • The fully qualified name of the host group: /⁠hostgroup_1

$ fscli host_group ‑delete ‑hostgroup /⁠⁠hostgroup_1