Administrator Guide

Table Of Contents
Connect to the FluidFS Cluster CLI Through SSH Using a Password
Log in to the CLI through SSH to manage the FluidFS cluster.
Steps
1. Use either of the following options:
From Windows using an SSH client, connect to a client VIP. From the command line, enter the following command at the
login as prompt:
cli
From a UNIX/Linux system, enter the following command from a prompt:
ssh cli@client_vip_or_name
2. Type the FluidFS cluster administrator user name at the login as prompt. The default user name is Administrator.
3. Type the FluidFS cluster administrator password at the
user_name
s password prompt. The default password is
Stor@ge!. You are logged in to the CLI and a Welcome window opens. The window lists the available commands in the
main menu.
Connect to the FluidFS Cluster CLI Using SSH Key Authentication
You can grant trust to a specific machine and user by performing an SSH key exchange.
Steps
1. Generate an RSA SSH key.
NOTE:
The following example uses the ssh-keygen utility. The steps to generate an RSA SSH key can vary by
operating system. See the documentation for the respective operating system for more information.
a. Log in to a UNIX/Linux workstation for which you want to use SSH key authentication.
b. From the command line, enter the following command:
ssh-keygen -t rsa
c. Press Enter at the Enter file in which to save the key (/home/
user_name
/.ssh/id_rsa) prompt.
d. Press Enter at the Enter passphrase (empty for no passphrase) prompt and again at the Enter same passphrase
again prompt. An SSH key is generated at /home/user_name/.ssh/id_rsa.pub.
2. Copy the SSH key to your clipboard.
3. Log in to the FluidFS cluster CLI through SSH using a password.
4. Enter the following command, pasting in the copied SSH key:
system administrators passwordless-access add-ssh-keys Administrator add-ssh-keys ssh_key
Now you can use the following command to log in to the FluidFS cluster from the workstation without needing a password:
ssh fluidfs_administrator_user_name@client_vip_or_name
You can also use the following format to run commands from the workstation without needing a password:
ssh fluidfs_administrator_user_name@client_vip_or_name cli_command
Managing Secured Management
By default, all FluidFS cluster management ports are open on all subnets, along with the other ports needed for client access
(SMB/NFS/FTP), replication, and NDMP. Secured management, when enabled, exclusively limits all management traffic to one
specific subnet. The subnet on which secured management is enabled also has the necessary ports open for client access,
replication, FTP, and NDMP traffic. Other subnets will not have any of the management ports listening on them, making them
available only for client access, replication, and NDMP traffic. This setup prevents users on client (data) access subnets from
accessing any FluidFS cluster management functions.
344
FluidFS Administration