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

For example, issue the following command to add a virtual host
# ibrix_httpvhost -m httpvhost -c httpprofile -I "10.30.172. 1:80;10.30. 172.2:80"
-S sslcert=httpcert,objectapi=false
where
VHOSTNAME = httpvhost
PROFILENAME = httpprofile
IP-Address-Port = 10.30.172.1:80;10.30.172.2:80
SETTINGLIST = sslcert=httpcert,objectapi=false
7. The ibrix_httpshare command can be used to add a share to an existing file system.
You can create multiple shares having the same physical path, but with different sets of
properties, and then assign users to the share that is appropriate for them. The file system
must be mounted when you add the share. Use the following command to add an HTTP share:
# ibrix_httpshare -a SHARENAME -c PROFILENAME -t VHOSTNAME -f FSNAME -p dirpath
-P urlpath [-u USERLIST] [-S SETTINGLIST]
8. For example, issue the following command to create an HTTP share based on a profile and
a virtual host:
# ibrix_httpshare -a httpshare -c httpprofile -t httpvhost -f fs1 -p /fs1/ -P
httpurl -S anonymous=false,browseable=true,readonly=false,objectapi=false
where:
SHARENAME = “httpshare
PROFILENAME = httpprofile
VHOSTNAME = httpprofile
FSNAME = fs1
dirpath = /fs1/
urlpath = httpurl
SETTINGLIST = anonymous=false,browseable=true,readonly=false,objectapi=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
Using FTP
The FTP feature allows you to create FTP file shares for data stored on the cluster. Clients can access
the FTP shares using standard FTP and FTPS protocol services. This section describes general steps
and commands that are required to export FTP shares using the StoreAll OS CLI.
1. Create a mounted file system on the StoreAll 9300 hosts using the LUNs that are exported to
the StoreAll 9300 from HP 3PAR. See “Mounting a File System (page 28).
2. Configure authentication for users accessing the FTP share. Users accessing FTP shares can
be authenticated either through Active Directory or through Local Users.
HP StoreAll OS Software Usage 41