6.0 HP X9000 File Serving Software File System User Guide (TA768-96043, October 2011)

When the wizard is complete, users can access the share from a browser. For example, if you
configured the share with the anonymous user, specified 99.226.50.92 as the IP address on the
Create Vhost dialog box, and specified /reports/ as the URL path on the Add HTTP Share
dialog box, users can access the share using the following URL:
http://99.226.50.92/reports/
The users will see an index of the share (if the browseable property of the share is set to true), and
can open and save files. For more information about accessing shares and uploading files, see
Accessing shares” (page 91).
Managing configuration profiles
Adding a configuration profile from the CLI
To add a configuration profile from the command line, use the following command:
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.
Tuning the socket read block size and file write block size
By default, the socket read block size and file write block size used by Apache are set to 8192
bytes. If necessary, you can adjust the values with the ibrix_httpconfig command. The values
must be between 8KB and 2GB.
ibrix_httpconfig a profile1 h node1,node2 -S
wblocksize=<value>,rblocksize=<value>
You can also set the values on the Modify HTTP Profile dialog box, as described in the following
section.
Modifying a configuration profile
To modify a configuration profile, select the profile on the HTTP Config Profiles panel, click Modify
Profile, and make the necessary changes on the Modify HTTP Profile dialog box.
Managing configuration profiles 87