Upload the VCF Import Tool bundle and the NSX deployment bundle to SDDC Manager appliance to enable converting or importing existing vSphere environments to VMware Cloud Foundation.
Prerequisites
Procedure
- SSH to the SDDC Manager appliance as user vcf.
- Copy the NSX deployment bundle bundle-<buildnumber>.zip to the /nfs/vmware/vcf/nfs-mount/bundle/ folder.
- Copy the VCF Import Tool to the SDDC Manager appliance.
- Create a folder for the VCF Import Tool.
mkdir /home/vcf/vcf-import-package
- Copy vcf-brownfield-import-<buildnumber>.tar.gz to the folder.
- Navigate to the folder and extract the bundle.
tar -xvf vcf-brownfield-import-<buildnumber>.tar.gz
- For VCF Import Tool 5.2.1.1, switch to the root account and run the install script.
su
cd vcf-brownfield-import-<buildnumber>
./install.sh
After the script completes successfully, switch to the vcf user and navigate to /home/vcf/vcf-import-package/vcf-brownfield-import-<version>/vcf-brownfield-toolset. - Verify the scripts extracted correctly.
In the /home/vcf/vcf-import-package/vcf-brownfield-import-<version>/vcf-brownfield-toolset directory, run the following command:
python3 vcf_brownfield.py --help
This command should return the help information.
- Create a folder for the VCF Import Tool.