HP P9000 Command View Advanced Edition Suite Software 7.3.1-00 Administrator Guide (web)

Table Of Contents
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 might 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:
80 is used for the port number when this property is set to a space character.
If you change the value of this property, you also need to change the following values to the same
value: the value of the hdvm.port property of Tiered Storage Manager and the value of the
server.server.serverPort property of the Device Manager agent.
Default: 2001
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 might 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
server.rmi.port
This property assigns the port used for the Device Manager RMI server. 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 65535.
CAUTION:
If you change the value of this property, you must also change the values of the Device Manager GUI
client.rmi.port property and the Tiered Storage Manager hdvm.rmi.port property to the
same value.
Default: 23055
server.http.entity.maxLength
This property sets the maximum length of an HTTP request entity in bytes. Under normal conditions,
you do not need to change the default value of this property. It helps prevent certain types of denial
of service and attempted buffer overflow attacks by restricting the effect of malicious requests that
contain unusually large payload entities. If the server detects a posted request longer than this value,
it sends an error response to the client and logs details of the attempted request.
Default: 1310720
Device Manager server properties344