HP-UX NSA HTTP B.11.23.01.01 Release Notes
HP-UX NSA HTTP B.11.23.01.01 Release Notes
Installing, Activating and Configuring NSA HTTP
Chapter8
Installing NSA HTTP
1. Go to the HP Software Depot website, www.software.hp.com. Search for the Network
Server Accelerator product using the keyword NSAHTTP. Select HP-UX 11i version 2 for
the Software Specification.
2. Download the depot to a local directory, such as /tmp. The depot name is
NSAHTTP-IPF.depot.
3. Install HP-UX NSA HTTP with the swinstall utility by executing the following
command:
swinstall -s absolute_path_of_depot NSAHTTP
For example:
swinstall -s /tmp/NSAHTTP-IPF.depot NSAHTTP
4. Verify that the HP-UX NSA HTTP software is installed by executing the following
command:
swlist | grep NSAHTTP
The output should show the following message:
NSAHTTP B.11.23.01.01 NSA HTTP Bundle for HP-UX 11i version 2
5. Verify that the DLKM module delivered with HP-UX NSA HTTP (nsamod) is installed and
loaded by executing the following command:
kcmodule -q nsamod -P state
The output should show the following message:
state loaded
Activating NSA HTTP
1. Verify the settings in the NSA HTTP configuration file,
/etc/rc.config.d/nsahttpconf. This configuration file is delivered with the default
settings for NSA HTTP. By default, this file configures TCP port 80 (the IANA registered
port number for WWW HTTP) to be registered for NSA HTTP.
Edit the /etc/rc.config.d/nsahttpconf file, if needed.
2. Execute the following command to register the TCP port(s) specified in the
/etc/rc.config.d/nsahttpconf file:
/sbin/init.d/nsahttp start