HP XP7 Command View Advanced Edition Administrator Guide (Web Version) (TK981-96004, May 2014)

The domain name (example: hp.com)
Part of the domain name (example: hp)
The IPv4 or IPv6 address (example: 10.1.2.3 127.0.0.1 2001::123:4567:89ab:cdef)
Part of the IPv4 address (example: 10.1 which, in this case, means 10.1.0.0/16)
IPv4 Network/Netmask format (dot notation) (example: 10.1.0.0/255.255.0.0)
IPv4 or IPv6 Network/c (CIDR notation: c is a decimal integer that indicates the number of
bits for identifying a network) (example: 10.1.0.0/16 2001:0:0:1230::/64)
To control management client access to the management server:
1. Stop the services of HP XP7 Command View Advanced Edition product.
2. Add information about the management clients that can access the management server to the
last line of the user_httpsd.conf file.
Location of the user_httpsd.conf file
In Windows:
installation-folder-for-HP-XP7-Command-View-Advanced-Edition\Base64\
uCPSB\httpsd\conf\user_httpsd.conf
In Linux:
installation-directory-for-HP-XP7-Command-View-Advanced-Edition/
Base64/uCPSB/httpsd/conf/user_httpsd.conf
Format for specifying clients in the user_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 HP XP7 Command View Advanced Edition products is used on the man-
agement server, you must also specify the local loopback address (127.0.0.1 or local-
host).
Example of adding information to the user_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>
Administrator Guide (Web Version) 105