This VMware Validated Design deploys two Platform Services Controllers behind a load balancer implemented through NSX for vSphere. When you prepare your environment for automated deployment using Cloud Builder, NSX for vSphere is not yet available. You perform a DNS configuration to emulate an existing load balancer IP address.
Prerequisites
Verify that the following static IP addresses are allocated.
Table 1.
IP Addresses and Host Names for the Platform Services Controller Load Balancer and the Platform Services Controller for the Management Cluster
Component |
Hostname |
IP Address |
Domain |
Platform Services Controller Load Balancer |
lax01psc01 |
172.17.11.71 |
lax01.rainpole.local |
Platform Services Controller for the Management Cluster |
lax01m01psc01 |
172.17.11.61 |
lax01.rainpole.local |
Procedure
- Log in to the dc01rpl.rainpole.local DNS Server.
- Open the Windows Start menu, and in the Search bar enter dnsmgmt.msc, and press Enter.
The DNS Manager dialogue box appears.
- Create an A Record for the Platform Services Controller Load Balancer Name VIP.
- In the DNS Manager dialogue box, expand Forward Lookup Zones.
- Right click the lax01.rainpole.local zone, and select New Host (A or AAAA).
- Enter the following values and click Add Host.
Setting |
Value |
Name |
lax01psc01 |
Fully qualified domain name (FQDN) |
lax01psc01.lax01.rainpole.local |
IP address |
172.17.11.61 |
Create associate pointer (PTR) record |
Deselected |
Attention:
To create an operational network configuration for lax01psc01.lax01.rainpole.local, Cloud Builder requires forward lookup with IP 172.17.11.61 and reverse lookup with IP 172.17.11.71 (the load balancer VIP). Ensure that the A Record and the pointer (PTR) record are not associated and point to different IPs.
- Create a pointer (PTR) record for the Platform Services Controller Load Balancer VIP and point it to the A Record of the Platform Services Controller Load Balancer VIP.
- Expand Reverse Lookup Zones.
- Right click the 11.17.172.in-addr.arpa zone and select New Pointer (PTR).
- Enter the following values and click OK.
Setting |
Value |
Host IP address |
172.17.11.71 |
Fully qualified domain name (FQDN) |
71.11.17.172.in-addr.arpa |
Host name |
lax01psc01.lax01.rainpole.local |