HP 3PAR X9000 File Serving Software (IBRIX) Implementation Guide (QL226-96987, June 2013)

3. You must add an SSL certificate to the cluster before creating the shares. This SSL certificate
will be required to access the FTPS shares. To add an FTP certificate, use the following
command:
# ibrix_certificate -a -c CERTNAME -p CERTPATH
4. For example, to add a certificate named ftpcert at the location /root/
ftp_certificate.txt, use the following command:
# ibrix_certificate -a -c ftpcert -p /root/ftp_certificate.txt
5. To configure FTP, first create one or more configuration profiles. A configuration profile defines
global FTP parameters and specifies the file serving nodes on which the parameters are
applied. Use the following command to add a FTP profile:
# ibrix_ftpconfig a PROFILENAME [-h HOSTLIST] [-S SETTINGLIST]
For example, to create an FTP profile named ftpprofile on the hosts
eos172s1.vpi.hp.com and eos172s2.vpi.hp.com with the settings
passive_enable=TRUE,active_enable=FALSE,pasv_max_port=990,pasv_min_port=100,maxclien
ts=200; use the following command:
# ibrix_ftpconfig -a ftpprofile -h eos172s1.vpi.hp.com,eos172s2.vpi.hp.com -S
passive_enable=TRUE,active_enable=FALSE,pasv_max_port=990,pasv_min_port=100,maxclie
nts=200
6. After configuring FTP, you can create an FTP share. To add an FTP share, use the following
command:
# ibrix_ftpshare -a SHARENAME -c PROFILENAME -f FSNAME -p dirpath I
IP-address:Port [-u USERLIST] [-S SETTINGLIST]
For example, issue the following command to add an FTP share named share1 using the
configuration profile ftpprofile for the filesystem fs:
# ibrix_ftpshare -a share1 -f fs1 -c ftpprofile -p /fs1/ -I "10.30.
172.1:21;10.30.172.2: 21" -S "anonymous=true,browseable=true,readonly=false
where:
dirpath = /fs/
IP-Address-Port = 10.30.172.1:21;10.30.172.2:21
SETTINGLIST = anonymous=true,browseable=true,readonly=false
For more information about these commands, see the HP StoreAll Storage CLI Reference Guide,
which is available on the following HP website:
http://www.hp.com/support/StoreAllManuals
42 Storage Allocation for Access by the HP StoreAll 9300 and HP 3PAR StoreServ Storage Usage