6.3 HP StoreAll Storage File System User Guide (TA768-96093, June 2013)

Modify a configuration profile:
ibrix_ftpshare -m SHARENAME -c PROFILENAME [-f FSNAME -p dirpath] -I
IP-Address:port [-u USERLIST] [-S SETTINGLIST]
Delete a configuration profile:
ibrix_ftpconfig -d PROFILENAME
View an FTP share:
ibrix_ftpshare -i SHARENAME -c PROFILENAME [-v level]
List FTP shares associated with a specific profile:
ibrix_ftpshare -l -c PROFILENAME [-v level]
List FTP shares associated with a specific file system:
ibrix_ftpshare -l -f FSNAME [-v level]
Modify an FTP share:
ibrix_ftpshare -m SHARENAME -c PROFILENAME [-f FSNAME -p dirpath] -I
IP-Address:port [-u USERLIST] [-S SETTINGLIST]
Delete an FTP share:
ibrix_ftpshare -d SHARENAME -c PROFILENAME
The vsftpd service
When the cluster services are started on a file serving node, the vsftpd service starts automatically
if the node is included in a configuration profile. Similarly, when the cluster services are stopped,
the vsftpd service also stops. If necessary, use the Linux command ps -ef | grep vsftpd
to determine whether the service is running.
If you do not want vsftpd to run on a particular node, remove the node from the configuration
profile.
IMPORTANT: For FTP share access to work properly, the vsftpd service must be started by
StoreAll software. Ensure that the chkconfig of vsftpd is set to OFF (chkconfig vsftpd
off).
Starting or stopping the FTP service manually
Start the FTP service:
/usr/local/ibrix/ftpd/etc/vsftpd start /usr/local/ibrix/ftpd/hpconf/
Stop the FTP service:
/usr/local/ibrix/ftpd/etc/vsftpd stop /usr/local/ibrix/ftpd/hpconf/
Restart the FTP service:
/usr/local/ibrix/ftpd/etc/vsftpd restart /usr/local/ibrix/ftpd/hpconf/
NOTE: When the FTP configuration is changed with the GUI or CLI, the FTP daemon is restarted
automatically.
110 Using FTP