6.1 HP IBRIX X9000 Network Storage System CLI Reference (TA768-96057, June 2012)

ibrix_httpshare
Manages HTTP shares.
Description
An HTTP share provides access to data on X9000 software file systems. HTTP clients access the
shares using standard HTTP and HTTPS protocol services.
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 their usage.
NOTE: The file system must be mounted when you add the share.
Synopsis
Add an HTTP share:
ibrix_httpshare -a SHARENAME -c PROFILENAME -t VHOSTNAME -f FSNAME -p
dirpath -P urlpath [-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,.... To see a list of the allowable
settings for the share, use ibrix_httpshare -L.
For the -t option, specify the virtual host that will handle the share.
The -U option allows you to specify the permissions allowed for specific users. Use commas to
separate the users (for example: USER1=r,USER2=rw,...).
Modify an HTTP share:
ibrix_httpshare -m SHARENAME -c PROFILENAME -t VHOSTNAME [-f FSNAME -p
dirpath] [-P urlpath] [-u USERLIST] [-S SETTINGLIST]
Delete an HTTP share:
ibrix_httpshare -d SHARENAME -c PROFILENAME -t VHOSTNAME
Delete all HTTP shares associated with a file system:
ibrix_httpshare -d -f FSNAME
Display information about an HTTP share:
ibrix_httpshare -i SHARENAME -c PROFILENAME -t VHOSTNAME [-v level]
Use -v 1 to display detailed information.
List all HTTP shares, or shares associated with a specific profile:
ibrix_httpshare -l [-c PROFILENAME] [-v level]
Use -v 1 to display detailed information.
List HTTP shares associated with a specific file system:
ibrix_httpshare -l -f FSNAME [-v level]
Use -v 1 to display detailed information.
List the valid settings for a share:
ibrix_httpshare -L
Activate the WebDAV feature:
ibrix_httpshare S "davmethods=true"
86 X9000 File Serving Software commands