A dual-stack infrastructure implements both IPv4 and IPv6. This is the SAP-recommended infrastructure implementation for using SAP ASE as an IPv6-aware server.
Platform | SAP ASE IPv6 Awareness | Open Client/Server IPv6 Awareness |
---|---|---|
Sun Solaris 8 32- and 64- bit | 12.5.3a and 15.0 | 15.7 |
HP-UX 11i(v1) 32- and 64-bit | 12.5.3a and 15.0 | 15.7 |
Microsoft Server 2003 | 12.5.3a and 15.0 | 15.7 |
Linux RHEL 3.0 | 15.0 | 15.7 |
Many SAP products that are Open Client/Server-based, such as XP Server, Backup Server, Replication Server, and Open Switch, became automatically IPv6-aware due to the layered Open Client Transport Control Layer (DB-Library-based) which is IPv6-aware for network-socket operations. Open Client products are not IPv6-aware.
For SAP ASE, being IPv6-aware is a complex issue because some third-party components within SAP ASE are not yet IPv6-aware. The functional mechanisms of SAP ASE Enterprise that are IPv6-aware with respect to the supported platforms and versions include:
These functional mechanisms in SAP ASE do not currently support IPv6, but are scheduled to do so in future versions:
By default, SAP ASE is IPv6-unaware.
Before starting SAP ASE for IPv6-aware operations, make sure your infrastructure is correctly set up. Once your operating system is correctly configured, you can configure and enable an IPv6 connection handler by adding an additional DCL entry. A single SAP ASE configuration can typically carry up to 32 connection handler assignments within the DCL.
For example, if you have a site-local setup with two domains administrated under the names:
sybase.com - being responsible for all IPv4 networking applications v6.sybase.com - being responsible for all IPv6 networking applications
SYBASE master tcp ether revival.sybase.com 17100 query tcp ether revival.sybase.com 17100 master tcp ether revival.v6.sybase.com 17100 query tcp ether revival.v6.sybase.com 17100In this example, when SAP ASE is started with IPv6-awareness, it creates two connection handlers. One listens on port 17100 for incoming IPv4 client connection requests, and the other listens on port 17100 for incoming IPv6 client connection requests.