HP XP P9000 Command View Advanced Edition Suite Software 7.6.1-00 Administrator Guide (Web Version)

2. Add information about the management clients that can access the management server to the
last line of the httpsd.conf file.
Location of the httpsd.conf file
In Windows:
installation-folder-for-Common-Component\httpsd\conf\httpsd.conf
In Linux:
installation-directory-for-Common-Component/httpsd/conf/httpsd.conf
Format for specifying clients in the httpsd.conf file
<Location /DeviceManagerWebService>
order allow,deny
allow from management-client [management-client...]
</Location>
Be sure to specify order in accordance with the specified format. If extra spaces or tabs are
inserted, operation will fail.
Multiple lines can be used to specify hosts for allow from.
If you want to specify multiple management clients in a command line for allow from, de-
limit the hosts with a space.
If the GUI or CLI of P9000 Command View AE Suite products is used on the management
server, you must also specify the local loopback address (127.0.0.1 or localhost).
Example of adding information to the httpsd.conf file
<Location /DeviceManagerWebService>
order allow,deny
allow from 127.0.0.1 10.0.0.1 2001::123:4567:89ab:cdef
allow from 10.1.0.0/16 2001:0:0:1230::/64
</Location>
3. Add information about the management clients to the server.http.security.clientIP
property or the server.http.security.clientIPv6 property in the server.properties
file for the Device Manager server.
4. Start the services of P9000 Command View AE Suite product.
CAUTION:
If you log on to a P9000 Command View AE Suite product from a management client that
is not registered in the httpsd.conf file, the GUI cannot be started from that P9000
Command View AE Suite product.
Related topics
Starting services, page 195
Administrator Guide (Web Version) 115