6.1 HP IBRIX X9000 Network Storage System File System User Guide (TA768-96061, June 2012)

Use the buttons on the panels to modify or delete the selected configuration profile or share. You
can also add another FTP share to the selected configuration profile. Use the Modify FTP Share
dialog box if you need to allow NAT connections on the share.
Managing FTP from the CLI
FTP is managed with the ibrix_ftpconfig and ibrix_ftpshare commands. For detailed
information, see the HP IBRIX X9000 Network Storage System CLI Reference Guide.
Configuring FTP
To configure FTP, first add a configuration profile, and then add an FTP share:
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 profile, use the following command:
ibrix_ftpconfig L
Add an FTP share:
ibrix_ftpshare -a SHARENAME c PROFILENAME -f FSNAME -p dirpath -I
IP-Address:Port [u USERLIST] [-S SETTINGLIST]
For the -S option, use a comma to separate the settings, and enclose the settings in quotation
marks, such as browseable=true,readonly=true. For the -I option, use a semicolon to
separate the IP address:port settings and enclose the settings in quotation marks, such as
ip1:port1;ip2:port2;.... To list the available settings for the share, use the following
command:
ibrix_ftpshare L
Managing the FTP configuration
Use the following commands to view, modify, or delete the FTP configuration. In the commands,
use -v 1 to display detailed information.
View configuration profiles:
ibrix_ftpconfig i -h HOSTLIST [v level]
Managing FTP from the CLI 99