Note: These steps must be completed on a Windows system with access to the management network (192.168.100.x).
The following steps are applicable to a VMware Cloud Foundation 2.1.x environment.
- SSH to the ISVM-1 virtual machine (192.168.100.43) as the root user.
Note: The password for the root user can be obtained by running the /home/vrack/bin/vrm-cli.sh --lookup-password command on the VRM VM.
- Disable the firewall by issuing the following command:
/opt/vmware/ism/scripts/ipsec/ipsecutil.py -c firewall-rules-delete
- Download ZooViewer from https://github.com/javaquery/zooviewer/releases/download/zooviewer-0.6/zooviewer-0.6.zip.
- Extract the contents of the zooviewer-0.6-bin.zip file.
- Execute the Run.bat file.
- In the "Enter the connection string" dialog that is presented, enter "192.168.100.43:2181".
Note: It may take several minutes before the ZooKeeper data is fully populated.
The following steps are applicable to a VMware Cloud Foundation 2.2.0 environment.
- SSH to the SDDC Manager Controller VM as the root user.
- Disable the firewall by issuing the following command:
systemctl stop iptables
- Download ZooViewer from https://github.com/javaquery/zooviewer/releases/download/zooviewer-0.6/zooviewer-0.6.zip.
- Extract the contents of the zooviewer-0.6-bin.zip file.
- Execute the Run.bat file.
- In the "Enter the connection string" dialog that is presented, enter "192.168.100.40:2181".
Note: It may take several minutes before the ZooKeeper data is fully populated.The following steps are applicable to VMware Cloud Foundation 2.1 and 2.2.0 environments.
- Expand Rack, expand Primary, expand DNS, select unbound.conf.
- With the Node tab selected, make any needed changes in the Data pane.
- Click the Update button.
- Expand Rack, expand Primary, expand DNS, select reloadTime
- With the Node tab selected, click the Update button.
Note: It may take up to five minutes for the change to propagate to the SDDC Manager Controller VM and the SDDC Manager Utility VM. If an immediate change is needed, the same configuration change can be made in the local /etc/unbound/unbound.conf file on the SDDC Manager Controller VM and the unbound configuration reloaded via the systemctl reload unbound command.
Note: Enable the firewall by issuing the /opt/vmware/ism/scripts/ipsec/ipsecutil.py -c firewall-rules-create command on the VRM virtual machine (2.1) or the systemctl start iptables command on the SDDC Manager Controller virtual machine (2.2.0).
The following steps are applicable to VMware Cloud Foundation 2.2.1 and beyond:
- SSH to the SDDC Manager Controller VM as the root user.
- Open the /etc/unbound/unbound.conf file with a text editor.
- Make any needed changes and then save and close the file.
- Reload the updated configuration file by issuing the systemctl reload unbound command.