Reference Guide

Example
Create a FluidFS cluster:
CLI> hardware NAS-appliances create-cluster SingleController
hardware NAS-appliances delete
Delete an unjoined NAS appliance.
Format
hardware NAS-appliances delete <ApplianceID>
Arguments
Argument Description Format
<ApplianceID> NAS appliance ID Existing NAS appliance ID
Example
Delete an unjoined NAS appliance with the ID 2:
CLI> hardware NAS-appliances delete 2
hardware NAS-appliances detach-controller
Detach a NAS controller.
NOTE: NAS appliance IDs are numbered starting from 1, whereas NAS controller IDs are numbered
starting from 0.
Format
hardware NAS-appliances detach-controller <ApplianceID> <ControllerID>
Arguments
Argument Description Format
<ApplianceID> NAS appliance ID Existing NAS appliance ID
<ControllerID> NAS controller ID NAS controller ID
Example
Detach a NAS controller where the NAS appliance ID is 1 and the NAS controller ID is 0:
CLI> hardware NAS-appliances detach-controller 1 0
CLI Commands
67