IBM® Content Manager provides Internet Protocol Version 6 (IPv6) dual-stack support in addition to Internet Protocol Version 4 (IPv4).
IPv6 is the next generation protocol created by Internet Engineering Task Force (IETF) to replace the current protocol, IPv4. IPv6 eliminates the shortage of IPv4 addresses that are required by all new machines connected to the Internet. IPv6 also enhances the routing and network auto-configuration of IPv4.
IPv4 has 32–bit addresses. IPv6 provides an almost unlimited number of addresses. IPv6 addresses are 128 bits. In addition to solving the network address shortage problem, IPv6 also provides:
JDBCURL=jdbc:db2://[2007::9:181:141:150]:50000/icmnlsdb
. To enable IPv6 support, Java (1.4 or later) provides two system properties:
While you are running a Java application by using an ICM connector, set the java.net.preferIPv4Stack and java.net.preferIPv6Addresses properties so that the Java application communicates with either IPv4 or IPv6 or both IPv4 and IPv6 dual-stack hosts.
The following table summarizes the results of various combinations of java.net.preferIPv4Stack and java.net.preferIPv6Addresses properties when you are running a Java class on a dual-stack node. Example: java -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true <class name>
| java.net.preferIPv4Stack | java.net.preferIPv6Addresses | default address |
|---|---|---|
| true | true | IPv4 |
| true | false | IPv4 |
| false | false | IPv4 |
| false | true | IPv6 |
If your TCP/IP is configured as dual-stack to support both IPv6 and IPv4, and the host name for the resource manager specified in the ICMSTResourceMgr table, then the TCP/IP service will resolve the host name to an IPv6 address. In this situation, you must configure the resource manager to use IPv6 by using an Apache server as a reverse proxy. You must also specify that the port column in the ICMSTResourceMgr table correspond to the IPv6 port of the Apache Server reverse proxy (rather than the IPv4 port of the resource manager). Otherwise, the connection from ICMFETCHCONT UDF to the resource manager might fail.
