Adding IP groups
IP groups supply IP addresses when the deployment process requests them.
Before you begin
For an overview of IP groups and how they are used with Cloud Pak System Software, see IP groups overview.
Important: Do not use host names in the
.local
domain, for example: machine1.mycompany.local
. Ensure that
the host names for your IP addresses are in a domain other than .local
. The system
does not support host names in the .local
domain. The computer name (also
called NetBIOS name) of a Windows operating system is
derived from its DNS host name. Since a DNS host name can be up to 63 characters in length, while a
computer name is limited to 15 characters, the following rules apply:
- If the DNS host name of the Windows operating system consists of 15 characters or less, the DNS host name is used as the computer name.
- If the DNS host name of the Windows operating system consists of more than 15 characters, the computer name is set to the first 15 characters of the DNS host name. When this rule is used, duplicate computer names can occur since multiple DNS host names can share the same first 15 characters. For example, for DNS host names ipas-lpar-184-027 and ipas-lpar-184-028, the resulting computer names would be the same; ipas-lpar-184-0. To ensure that any derived computer name is unique, it is good practice to limit DNS host names to 15 characters or less.
To deploy virtual system instances within an Active Directory (AD) domain environment,
use the following guidelines:
- DNS servers specified in the IP group must be domain-aware. Refer to Microsoft documentation for details.
- If possible, align your DNS hierarchy with the AD domain hierarchy to avoid potentially confusing DNS names.
- DNS host names should be 15 characters or less in length. This avoids potential unexpected results in joining a virtual system instance to the domain.
Important: These guidelines do not apply when using a Microsoft integrated AD/DNS solution.
For information about Windows domains in the environment profile, see the Related
tasks section.About this task
You can use the console, the command line interface, or the REST API to complete this task. For the command line and REST API information, see the Related information section.