Displaying 4 results from an estimated 4 matches for "lin64".
Did you mean:
lib64
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
2007 Dec 04
1
[sshfs] sshfs mounted applications fail with "error loading shared libraries"
...> strace -o /tmp/strace.log -p `pidof sftp-server`
>
> Attached the sftp-server log.
Thanks. I think I can see the explanation. Here's the failure:
read(3, "\0\0\0H\3\0\0\3\347\0\0\0003/mnt/exports/tools/"..., 16384) = 140
open("/mnt/exports/tools/ISE9.2i/bin/lin64/libXst_Core.so", O_RDONLY) = 105
close(105) = 0
select(5, [3], [4], NULL, NULL) = 1 (out [4])
write(4, "\0\0\0\30e\0\0\3\347\0\0\0\4\0\0\0\7Failure\0\0\0\0", 28) = 28
The file handle is 105, which suggests, that there's some limit ar...
2015 Nov 27
0
Install nested ESXi 6.x host under CentOS 7 kvm host
..."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]$ ./vcsa-deploy -v
/home/patrick/VMware/patrick_embedded.json
Start vCSA command line installer to deploy vCSA "vcsa", an embedded node....
2015 Nov 27
3
Install nested ESXi 6.x host under CentOS 7 kvm host
...> "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]$ ./vcsa-deploy -v
> /home/patrick/VMware/patrick_embedded.json
>
> Start vCSA command line installer to deploy v...