Previous Topic: Restrictions in Context of IPv6 SupportNext Topic: FIPS 140-2 Support


Configuration Considerations in Context of IPv6 Support

In context of IPv6 support in CA IT Client Manager (CA ITCM), you should observe the following configuration notes and aspects.

DNS Name Resolution for Computers Hosting DSM Components

All the computers hosting the DSM components such as, enterprise manager, domain manager, scalability server, and agents must support both forward and reverse DNS lookup. Verify that the communication between the DSM components works correctly.

Assigning a Hostname to Loopback IP

CA ITCM requires that the hostname is resolvable at all times for internal and external communications. The interactive installer contains an option, Assigned hostname to the loopback IP, which allows for the former option to be set.

For unattended installation, set the write_hostname entry to True in the networking or DNS section of autoinst.xml, as follows:

<networking>
  <dns>
    <dhcp_hostname config:type="boolean" >false</dhcp_hostname>
    <dhcp_resolv config:type="boolean" >true</dhcp_resolv>
    <hostname>$HostName$</hostname>
    <write_hostname config:type=boolean>true</write_hostname>
  </dns>
</networking>

You can find the autoinst.xml file at the following location:

DSM_Install_Folder\server\SDBS\var\managedpc\images\IMAGE_NAME\IMAGE_NAME\suse