- Follow steps 1 through 9 in the Online Deployment Procedure section above.
-
On step 10, select None (Offline Installation).
- Follow steps 11 through 15 in the Online Deployment Procedure section above.
- Download the latest supplemental iso.
-
For steps 5 and 6, this guide will be attaching the iso to the VM through a datastore file; there are many other options available for mounting an iso to a VM. Log into the GUI of an individual ESXi host that has access to a datastore on the cluster you have deployed your VM. In this example, the shared datastore is called sn1-x50r2-c12-22-iso-repository. Navigate to Storage view, select your datastore, then left click Datastore Browser.
-
In the datastore browser window, select the datastore you'd like to upload the iso to on the left column then click the Upload button. Navigate to the local location containing the iso file and upload it.
-
Switch over to the vCenter GUI. Navigate to the hosts and clusters view. On the VM where you've configured the offline OVA, right click on your newly deployed Offline VMware appliance and select Edit Settings.
-
Navigate to CD/DVD drive and select the dropdown. Because the iso file is already on a datastore, select Datastore ISO File.
-
On the new window that pops up, select the datastore with the iso then the iso file itself and click OK.
-
Validate that Connected is selected on the CD/DVD drive that was configured and click OK.
-
Now that the iso file is attached to the VM as a CD drive, setup the vSphere Plugin on the offline appliance. Connect to the appliance through vCenter's web console or an alternative method. For the web console, left click on your VM from hosts and clusters view and select LAUNCH WEB CONSOLE on the Summary tab of the VM.
-
Log in to the appliance as pureuser using the password you previously configured.
-
Run the command below at the command prompt after logging in:
puresetup vsphere-client-plugin -
You'll be presented with a prompt asking you the version to install. Type Y then press Return to install the mentioned version.
-
If the vCenter's fully qualified domain name (FQDN) contains .local, run the following command from the command line of the VMware appliance to ensure you can add arrays properly from the plugin in vCenter:
pureuser@purestorage-vmware-appliance:~$ puredns setattr --search {your .local domain suffix} --nameservers {ip or FQDN of DNS server}