6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_httpconfig
Manages configuration profiles for the HTTP service.
Description
A configuration profile specifies a set of global HTTP parameters in effect on the file serving nodes
listed in the profile.
When you create an HTTP share, you will need to associate it with a configuration profile. One
or more HTTP virtual hosts are also associated with the profile and specify the IP addresses/ports
that clients will use to access the HTTP shares.
Synopsis
Add a configuration profile:
ibrix_httpconfig -a PROFILENAME [-h HOSTLIST] [-S SETTINGLIST]
For the -S option, use a comma to separate the settings, and enclose the settings in quotation
marks, such as "keepalive=true,maxclients=200,...". To see a list of available settings
for the share, use ibrix_httpconfig -L.
You can specify multiple values for the ports and sslports settings. Use semicolons to separate
the values, and use commas to separate the settings. For example:
ibrix_httpconfig -a profile1 -h node1 -S
"ports=80;81;82,sslports=443;444,keepalive=true"
You can also use the -S option to adjust the socket read block size (wblocksize) and file write
block size (rblocksize) used by Apache. The values must be between 8 KB and 2 GB, and the
defaults are 8192 bytes. For example:
ibrix_httpconfig -a profile1 -h node1,node2 -S
"wblocksize=20K,rblocksize=1M"
IMPORTANT: Each server can have only one HTTP profile.
Modify a configuration profile:
ibrix_httpconfig -m PROFILENAME [-h HOSTLIST] [-S SETTINGLIST]
Delete a configuration profile:
ibrix_httpconfig -d PROFILENAME
Display current information about a configuration profile:
ibrix_httpconfig -i PROFILENAME [-v level]
Use -v 1 to display detailed information.
Display current information about configuration profiles on the specified hosts:
ibrix_httpconfig -i HOSTLIST [-v level]
Use -v 1 to display detailed information.
List all configuration profiles:
ibrix_httpconfig -l [-v level]
Use -v 1 to display detailed information.
List the default settings for a configuration profile:
ibrix_httpconfig -L
Restore the HTTP configuration on a node that has been recovered with the QR DVD:
ibrix_httpconfig -R -h HOSTNAME
110 StoreAll commands