Platform considerations for HCL OneTest™ API
You can ensure that you know about any platform limitations that you might encounter with this application.
Internet Protocol IPv4 and IPv6
HCL OneTest™ API, HCL OneTest™ API Agent, and HCL® Quality Server can operate in both IPv4 and IPv6 environments.
Product components can be set to run in either of the following operating modes:
- For HCL® Quality Server set the Networking option during installation. For more details, see Networking considerations.
- For HCL OneTest™ API or its Agent, set the Networking option in the library manager. For more details, see Working with Library Manager.
IP literal address
Consider
these points when using IP literal address:
- Use of IPv6 literal addresses in HTTP URLs is defined by Internet Standard RFC 2732
- Database URL formats are specific to the JDBC Driver provider. See provider specific
documentation on how to define the Database URL when using IP literal addresses, though here are
some typical values of Database URL for the IBM®
Db2® universal
JDBC driver:
- Standard server name -
jdbc:db2://www.example.com:50000/DB
- IPv4 literal address -
jdbc:db2://8.4.5.6:50000/DB
- IPv6 literal address -
jdbc:db2://[fe80::20c:29ff:feea:1361]:50000/DB
- Standard server name -