6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_ftpconfig
Manages configuration profiles for the FTP service.
Description
A configuration profile specifies a set of global FTP parameters that are in effect on the file serving
nodes listed in the profile. The vsftpd service starts on these nodes when the cluster services are
started. Only one configuration profile can be in effect on a particular node.
When you create an FTP share, you will need to associate it with a configuration profile. The FTP
settings assigned to the share will be applied to the file serving nodes specified in the configuration
profile.
Synopsis
Add a configuration profile:
ibrix_ftpconfig -a PROFILENAME [-h HOSTLIST] [-S SETTINGLIST]
For the -S option, use a comma to separate the settings, and enclose the settings in quotation
marks, such as "passive_enable=true,maxclients=200,...". To see a list of available
settings for the share, use ibrix_ftpconfig -L.
Modify a configuration profile:
ibrix_ftpconfig -m PROFILENAME [-h HOSTLIST] [-S SETTINGLIST]
Delete a configuration profile:
ibrix_ftpconfig -d PROFILENAME
Display current information about a configuration profile:
ibrix_ftpconfig -i PROFILENAME [-v level]
Use -v 1 to display detailed information.
Display current information about configuration profiles on the specified hosts:
ibrix_ftpconfig -i -h HOSTLIST [-v level]
Use -v 1 to display detailed information.
List all configuration profiles:
ibrix_ftpconfig -l [-v level]
Use -v 1 to display detailed information.
List the default settings for a configuration profile:
ibrix_ftpconfig -L
Restore the FTP configuration on a node that has been recovered with the QR DVD:
ibrix_ftpconfig -R -h HOSTNAME
Before using this option, take one of the following steps:
If Active Directory authentication is used, join the restored node to the AD domain manually.
If Local user authentication is used, create a temporary local user on the GUI and apply the
settings to all servers. This step resynchronizes the local user database.
ibrix_ftpconfig 93