6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
Table 4 -S options (continued)
ValuesDescription
-S option
always return an error, regardless of
user’s permissions.
UNIX octal notation, such as 0777New files uploaded via the HTTP share
are given default permissions in
defaultperm
standard UNIX octal notation. The
owner user and group receive
read-write permissions (77), and
everyone else receives read-only
permission (5). This default permission
is ignored when creating directories,
which are set to 0666.
true/falseThe "expressQueryWSI=true"
option is used for enabling the Express
expressQueryWSI
Query Windows Search Integration
(EQWSI) feature on a standard HTTP
share or on an HTTP StoreAll REST API
share in file-compatible mode.
The EQWSI feature in StoreAll lets you
retrieve metadata information quickly
from your file records on the HP
StoreAll file system from an EQWSI
supported Windows client without
logging into any cluster nodes. To
learn more, see the HP StoreAll
Storage User Guide.
filecompatible/objectSets the HTTP share to a REST API
share in file-compatible mode or in
REST API share in object mode.
ibrixRestApiMode
true/falseSets the HTTP share to read only mode
when set to true. The default setting is
false.
readonly
When the readonly option is set to
false, users cannot upload files to
buckets or containers.
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]
The -u USERLIST is of form user1=access,user2=access,... where access can be
r/w/rw. Specify user= to remove a user from accessing the share, for example:
user1=,user2=,...
The following example modifies an HTTP share, enabling WebDAV:
# ibrix_httpshare -m share1 -c cprofile1 -t dav1vhost1 -S
"davmethods=true"
IMPORTANT: Once an HTTP share is created, you cannot change value of the StoreAll REST API
mode (ibrixRestApiMode).
114 StoreAll commands