Reference Guide

2
CLI Commands
This section describes the available FluidFS cluster CLI commands.
access-control active-directory join
Join the FluidFS cluster to Active Directory.
Format
access-control active-directory join <Domain> {options}
Arguments
Argument Description Format
<Domain> Active Directory domain Existing Active Directory domain
name
Options
Option Description Format
-Username <Username> Active Directory administrator
name
Existing Active Directory
administrator user name. The
user should preferably be a
domain administrator, or at least
have the ability to add a
computer object to the domain.
-Password <Password> Active Directory administrator
password
Existing Active Directory
administrator password. If this
option is not given, it will be
prompted for, and the text will
not appear on the screen.
Example
Join the FluidFS cluster to the Active Directory domain nas.test using the Active Directory administrator
username Administrator and password password:
CLI> access-control active-directory join nas.test -Username Administrator
-Password password
24
CLI Commands