6.0 HP StorageWorks X9000 File Serving Software CLI Reference (TA768-96040, October 2011)

ibrix_httpvhost
Manages HTTP virtual hosts.
Description
An HTTP virtual host is associated with an HTTP configuration profile. The virtual host specifies the
IP addresses/ports that clients will use to access the HTTP shares associated with the configuration
profile. The virtual host also specifies the SSL certificate that will be used for HTTPS connections.
Synopsis
Add a virtual host:
ibrix_httpvhost -a VHOSTNAME -c PROFILENAME -I IP-Address:Port [-S
SETTINGLIST]
For the -S option, use a comma to separate the settings, and enclose the settings in quotation
marks, such as sslcert=name,.... . To see a list of the allowable settings for the vhost, use
ibrix_httpvhost -L.
For the -I option, use a semicolon to separate the IP-address:port settings and enclose the
settings in quotation marks, such a ip1:port1;ip2:port2;.... For example:
ibrix_httpvhost -a vhost1 -c myprofile -I "99.1.26.1:80;99.1.26.1:81"
Modify a virtual host
ibrix_httpvhost -m VHOSTNAME -c PROFILENAME -I IP-Address:Port [-S
SETTINGLIST]
Delete a virtual host
ibrix_httpvhost -d VHOSTNAME -c PROFILENAME
Display information about a virtual host:
ibrix_httpvhost -i VHOSTNAME -c PROFILENAME [-v level]
Use -v 1 to display detailed information.
List all virtual hosts, or virtual hosts associated with a specific profile:
ibrix_httpvhost -l [-c PROFILENAME] [-v level]
Use -v 1 to display detailed information.
List the valid settings for a virtual host:
ibrix_httpvhost -L
Options
DescriptionOption
Specifies the IP addresses/ports assigned to this virtual host.-I
IP-Address:Port
Lists valid HTTP virtual host settings.-L
Specifies the settings that are to be applied to a virtual host. Use a comma to separate the
settings, and enclose the settings in quotation marks, such as sslcert=name,.... To see
a list of available settings for the vhost, use ibrix_httpvhost -L.
-S SETTINGLIST
Adds an HTTP virtual host.-a VHOSTNAME
Specifies a configuration profile.-c PROFILENAME
Deletes an HTTP virtual host.-d
Displays information about HTTP virtual hosts.-i
80 X9000 File Serving Software commands