Displaying 3 results from an estimated 3 matches for "patrick_lab".
2015 Nov 26
2
Install nested ESXi 6.x host under CentOS 7 kvm host
Hi all,
I am trying to install nested Esxi 6.x under a Centos7 kvm host to
use it as test lab for new ESXi versions, but I am doing something
wrong because I can't install it.
I have configured kvm and kvm_intel modules with the following options:
options kvm ignore_msrs=1
options kvm_intel nested=1 ept=1
and I add the following options in <cpu> xml guest file:
<cpu
2015 Nov 27
0
Install nested ESXi 6.x host under CentOS 7 kvm host
..."root.password":"password",
"ssh.enable":true
},
"sso":
{
"password":"Password1!",
"domain-name":"lab.local",
"site-name":"patrick_lab"
}
}
}
Next mount the VMware-VCSA-all-6.0.0-2562643.iso file
# cd /run/media/patrick/VMware\ VCSA/vcsa-cli-installer/lin64
And run the command to deploy the VCSA appliance on top of ESXi:
$ vcsa-deploy -v /home/patrick/VMware/patrick_embedded.json
[patrick at lab lin64]$ ./...
2015 Nov 27
3
Install nested ESXi 6.x host under CentOS 7 kvm host
...ord",
> "ssh.enable":true
> },
>
> "sso":
> {
> "password":"Password1!",
> "domain-name":"lab.local",
> "site-name":"patrick_lab"
> }
>
> }
> }
>
>
> Next mount the VMware-VCSA-all-6.0.0-2562643.iso file
> # cd /run/media/patrick/VMware\ VCSA/vcsa-cli-installer/lin64
>
> And run the command to deploy the VCSA appliance on top of ESXi:
> $ vcsa-deploy -v /home/patrick/VMware...