6.3 HP StoreAll Storage File System User Guide (TA768-96093, June 2013)

ibrix_httpvhost -i VHOSTNAME -c PROFILENAME [-v level]
Modify a virtual host:
ibrix_httpvhost -m VHOSTNAME -c PROFILENAME -I IP-Address:port [-S
SETTINGLIST]
IMPORTANT: Once an HTTP vhost is created, you cannot change the value of the StoreAll REST
API mode (ibrixRestApiMode).
Delete a virtual host:
ibrix_httpvhost -d VHOSTNAME -c PROFILENAME
View an HTTP share:
ibrix_httpshare -i SHARENAME -c PROFILENAME -t VHOSTNAME [-v level]
Modify an HTTP share:
ibrix_httpshare -m SHARENAME -c PROFILENAME -t VHOSTNAME [-f FSNAME -p
dirpath] [-P urlpath] [-u USERLIST] [-S SETTINGLIST]
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).
Delete an HTTP share:
ibrix_httpshare -d SHARENAME -c PROFILENAME -t VHOSTNAME
Starting or stopping the HTTP service manually
Start the HTTP service:
/usr/local/ibrix/httpd/bin/apachectl -k start
Stop the HTTP service:
/usr/local/ibrix/httpd/bin/apachectl -k stop
Restart the HTTP service:
/usr/local/ibrix/httpd/bin/apachectl -k restart
NOTE: When the HTTP configuration is changed with the GUI or CLI, the HTTP daemon is restarted
automatically.
Accessing standard and file-compatible mode HTTP shares
Clients access an HTTP share by specifying a URL in their browser (Internet Explorer or Mozilla
Firefox). In the following URLs, IP_address:port is the IP (or virtual IP) and port configured for
the share:
http://IP_address:port/urlpath/pathname
If the anonymous parameter set to false, you'll be required to supply a user name and password
when prompted.
If the pathname ends with a directory and the browseable property of the share is set to true, an
HTML directory listing of the base URL path directory of the share is returned, showing all files and
subdirectories. The list elements are hyperlinks that can be clicked to open the files and
subdirectories. If the browseable property is set to false, an error is returned instead of the HTML
list.
Starting or stopping the HTTP service manually 133