HP StorageWorks XP Command View Advanced Edition software Device Manager server installation and configuration guide (web version) (T1780-96078, March 2008)

Device Manager server properties
192
8-2-1 server.http.host
This property designates either the host name or IP address for the host on which the Web server
function of Device Manager operates.
To specify the IP address, use one of the following formats:
IPv4 format:
x.x.x.x (x: integer from 0 to 255)
IPv6 format:
Specify hexadecimal numbers by using colons (:). You can also use a short format. You can
only use global IPv6 addresses.
If you specify a host name, make sure to use a value that a DNS can resolve on web client,
Device Manager CLI, and the disk array.
If you specify an IP address, specify a value to which web client, Device Manager CLI, and the
disk array can connect.
In a cluster environment, specify the IP address of the cluster manager.
If multiple NICs are installed on the server machine on which Device Manager is installed,
specify the IP address of the NIC that belongs to the network to which the clients (Web Client,
CLI, and storage subsystems) connect. Do not specify the host name.
Default: localhost
8-2-2 server.http.port
This property assigns the port used for the Device Manager HTTP (web) server. The conventional
port number used for a standard web server is 80, but there may already be an Intranet server
running on this port. Moreover, you should avoid low-numbered ports because these could conflict
with other services installed on the server. As a general rule, you can pick any port between 1024
and 49151.
CAUTION: Use 80 for the port number when this property is set to a space character.
Default: 2001
8-2-3 server.https.port
This property assigns the port used for the Device Manager secure HTTP web server. The
conventional port number for a secure web server is 443, but there may already be a secure
Intranet server running on this port. As noted above, it is better practice to utilize a port number
between 1024 and 49151 for a specialized (middleware) HTTP server. Make sure that it has a
different value than the port designated for the HTTP listener.
Default: 2443
8-2-4 server.http.default
This property sets the name of the default index page for the Device Manager web server. If an
HTTP request is made against a directory (for example, https://hic.domain.com:2443/foo/, where foo
is a directory under the server's document root), the web server attempts to find and transfer the
named file to the client. If none exists, a directory listing is returned to the client browser. Under
normal conditions, you should not need to change the default value of this property.
Default: index.html