6.3 HP StoreAll Storage Command Line Reference Guide (TA768-96091, June 2013)

Table 3 Adding an HTTP share (continued)
Enter the following command on one lineType of HTTP share to add
amount of objects in a container
created and each object is assigned
object key which is mapped to a
relative file system path name.
1
The parameter userlist is optional, and it is not necessarily needed for the StoreAll REST API.
All the other listed arguments are required for the StoreAll REST API.
For the -S option, use a comma to separate the settings, and enclose the settings in quotation
marks, such as "davmethods=true,browseable=true,readonly=true".
For example, to create a new HTTP share and enable the WebDAV property on that share:
# ibrix_httpshare -a share3 -c cprofile1 -t dav1vhost1 -f ifs1 -p
/ifs1/dir1 -P url3 -S "davmethods=true"
To see all of the valid settings for an HTTP share, use the following command:
ibrix_httpshare -L
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 StoreAll REST API peer shares:
ibrix_httpshare -l -o
List the valid settings for a share:
ibrix_httpshare -L
Activate the WebDAV feature:
ibrix_httpshare -S "davmethods=true"
Options
DescriptionOption
Lists valid HTTP share settings.-L
Specifies the URL that clients will use to access the share.-P urlpath
106 StoreAll software commands