HP StorageWorks XP Command View Advanced Edition Software 6.4 Server Administrator Guide for Device Manager and Provisioning Manager (web) (T1780-96341, July 2010)

Table Of Contents
Settings for various network configurations
65
2-3-3 Migrate Device Manager to an IPv6 environment
If Device Manager is used in an IPv4 environment and you then wish to use it in an IPv6
environment, edit the httpsd.conf file. The httpsd.conf file is stored in the following locations:
In Windows:
installation-folder-for-Common-Component\httpsd\conf\httpsd.conf
In Linux:
installation-directory-for-Common-Component/httpsd/conf/httpsd.conf
CAUTION: Stop Device Manager and Common Component, and then edit the httpsd.conf file.
After editing the file, start Device Manager and Common Component to apply the changes.
NOTE: If you perform a new installation of Device Manager in an environment where IPv6 is
enabled, the installer automatically sets the following settings.
2-3-3-1 Settings for IPv6
Remove the hash mark (#) from the line that includes Listen [::]:23015 (the default setting). By
default, all IP addresses are set to allow communication. Specify the same port number as specified
in the Listen line for IPv4. The default value for the port number is 23015.
The following shows an example of how to specify these settings:
ServerName example.com
:
Listen 23015
Listen [::]:23015
SSLDisable
:
SSLSessionCacheSize 0
Listen 23016
#Listen [::]:23016
<VirtualHost *:23016>
ServerName example.com
SSLEnable
:
CAUTION: Do not delete or edit the default setting, Listen 23015. If you do this,
communication using IPv4 will no longer be available.
2-3-3-2 Settings when establishing SSL communication
Remove the hash mark (#) from the line that includes Listen [::]:23016 (the default setting). By
default, all IP addresses are set to allow communication. Specify the same port number as specified
in the Listen line for IPv4. The default value for the port number for SSL communication is 23016.
The following shows an example of how to specify these settings: