Hi
In the Canonical repositories, the available version is 2.0
I want to get 3.0 version.
That is possible?
Hi
In the Canonical repositories, the available version is 2.0
I want to get 3.0 version.
That is possible?
Yes. As far as they know how to get it understand virtualization and derive cost model they can do it.
Since the integration with vCO is made better, anything that can be integrated with vCO can be made available to vCAC.
Hello shawly,
until now I found no solution...
Tried this one out., but still Failed., _thumb returns empty!
private ConverterComputerSpec
buildLiveSourceSpec()
{
ConverterComputerSpec liveSourceSpec = new ConverterComputerSpec();
liveSourceSpec.setLocation(
Common.buildLiveSourceLocation(_sourceName, _sourceUsername, _sourcePassword, _sourceOsType, ""));
// Cache thumbprints
String _thumb = Common.getThumbprint(liveSourceSpec.getLocation());
System.out.println("THUMBPRINT" + _thumb);
return liveSourceSpec;
}
Hello,
We are designing a datacentre and the networking team have suggested creating a VLAN and network subnet for each vMotion network per VMware Cluster.
I guess this will mean we cannot vMotion VMs between Clusters?
What a better idea be to create one network/VLAN to be used between all clusters?
What about security of data on these vMotion network(s).
ANy thoughts would be greatly appreciated!
Thanks,
Peter.
Hello, vCenter real-time performance charts are every 20 seconds, statistics are rolled up and pulled into database for historical retention, and the roll-up stats the minimum is 60 seconds. In general, vCenter proxies the performance charts for the last 30min directly from esxi hosts, this is to reduce the load on the database. The ESXi hosts keeps 30min worth of performance locally.
vCenter 5.x - VMware vSphere 5.1 - slight older documentation but very much still relevant VMware vSphere 4 - ESX and vCenter Server
To get the thumbprint you need to initiate connection with destination and get them form the exception.
Do you use enhanced SDK from here https://communities.vmware.com/message/2376234#2376234 ?
HTH
well, with the latest tools from 7.0.1 on a PCLinuxOS guest I get:
a) using kernel 3.16.6
after applying the vsock patch mentioned in the second post:
sk->sk_data_ready(sk, 0);
to
sk->sk_data_ready(sk);
all compiles without error but then still fails to start the VM communication interface and hence the shared folder:
Starting VMware Tools services in the virtual machine:
Switching to guest configuration: [ OK ]
VM communication interface: [FAILED]
VM communication interface socket family: [FAILED]
Guest filesystem driver: [ OK ]
Mounting HGFS shares: [FAILED]
Blocking file system: [ OK ]
Guest operating system daemon: [ OK ]
Unable to start services for VMware Tools
b) using kernel 3.17.1
applying the above mentioned vsock patch is not need but now I get an error for vmhgfs-only:
CC [M] /root/tmp/modconfig-P46dr2/vmhgfs-only/module.o
CC [M] /root/tmp/modconfig-P46dr2/vmhgfs-only/page.o
/root/tmp/modconfig-P46dr2/vmhgfs-only/page.c: In function ‘HgfsWbRequestWait’:
/root/tmp/modconfig-P46dr2/vmhgfs-only/page.c:1622:23: warning: passing argument 3 of ‘wait_on_bit’ makes integer from pointer without a cast [enabled by default]
In file included from include/linux/mmzone.h:9:0,
from include/linux/gfp.h:5,
from include/linux/mm.h:9,
from include/linux/pagemap.h:7,
from /root/tmp/modconfig-P46dr2/vmhgfs-only/page.c:28:
include/linux/wait.h:880:1: note: expected ‘unsigned int’ but argument is of type ‘int (*)(void *)’
/root/tmp/modconfig-P46dr2/vmhgfs-only/page.c:1622:23: error: too many arguments to function ‘wait_on_bit’
In file included from include/linux/mmzone.h:9:0,
from include/linux/gfp.h:5,
from include/linux/mm.h:9,
from include/linux/pagemap.h:7,
from /root/tmp/modconfig-P46dr2/vmhgfs-only/page.c:28:
include/linux/wait.h:880:1: note: declared here
scripts/Makefile.build:257: recipe for target '/root/tmp/modconfig-P46dr2/vmhgfs-only/page.o' failed
make[2]: *** [/root/tmp/modconfig-P46dr2/vmhgfs-only/page.o] Error 1
Makefile:1366: recipe for target '_module_/root/tmp/modconfig-P46dr2/vmhgfs-only' failed
make[1]: *** [_module_/root/tmp/modconfig-P46dr2/vmhgfs-only] Error 2
make[1]: Leaving directory '/usr/src/kernel-devel-3.17.1-pclos2'
Makefile:120: recipe for target 'vmhgfs.ko' failed
make: *** [vmhgfs.ko] Error 2
make: Leaving directory '/root/tmp/modconfig-P46dr2/vmhgfs-only'
Hi Shaka
I had a quite similar scenario with plain RedHat boxes. I haven't verified this but I think what you are looking for is 'kssendmac' or starting with RedHat 7 'ks.sendmac'. I extracted this information from another post "White Box Linux Kickstart Tricks LG"
Hi,
basically my question is all there in the title. I am using Player Pro 6.0.4, host system is Windows 7 and guest is CentOs.
I am using two monitors and i have the one on the right as primary monitor meaning it is the one with a taskbar. Yet, when i enter Unity and then maximize any (except the original one of course) of the resulting windows on my left screen, it will leave room for a taskbar (which is not there) while when i maximize them on the right monitor, they cover the taskbar. So apparently, the windows do actually know the size and orientation of my taskbar but seem to assume the primary monitor allways to be on the left. All native Windows windows, including the main VMWare Player window of course, maximize as expected: Full screen on the left monitor and leaving room for the taskbar on the right one.
Am i missing some setting? Is it somehow possible to tell Player what parts of the screen it can use for Unity windows? Is this a bug or is it so unusual to make the right monitor primary that i should just deal with it?
Thanks a lot.
Robert
Hello, the process would be same just reversed, rather than creating vDS and moving one vmnic at a time. Do the same, create a new set of standard vswitches, create all your port-groups, and move one vmnic and test connectivity, and migrate your vms and move remaining vmnics.
I have the same issue. Just starting a VM will cause my whole iMac to crash.
Was rock solid on 7.0.0.
No, the DLL is not on the package. I have copyd from the system folder and pasted in %SystemSystem% and %SystemSystem(x64)%. But error.
is located on C:\Windows\System32 and C:\Windows\SysWOW64
Heres an example.
Inputs:
host (vcloud:host)
vdc (vcloud:vdc)
vappname (string)
vmname (string)
Output:
vcdVM (vcloud:VM)
var queryService = host.getQueryService();
var expression = new VclExpression(VclQueryVMField.CONTAINERNAME, vappname, VclExpressionType.EQUALS);
var filter1 = new VclFilter(expression);
var filters = [filter1];
var expression2 = new VclExpression(VclQueryVMField.VDC, vdc.href, VclExpressionType.EQUALS);
var filter2 = new VclFilter(expression2);
filters.push(filter2);
var expression3 = new VclExpression(VclQueryVMField.NAME, vmname, VclExpressionType.EQUALS);
var filter3 = new VclFilter(expression3);
filters.push(filter3);
var expression4 = new VclExpression(VclQueryVMField.ISVAPPTEMPLATE, false, VclExpressionType.EQUALS);
var filter4 = new VclFilter(expression4);
filters.push(filter4);
var filter = new VclFilter(filters,VclFilterType.AND);
var params = new VclQueryParams();
params.setFilter(filter);
var resultSet = queryService.queryRecords(VclQueryRecordType.ADMINVM, params);
while (resultSet != null) {
var records = resultSet.getRecords(new VclQueryResultAdminVMRecord());
for (i = 0; i < records.length; i++) {
var vmReference = new VclReference();
vmReference.href = records[i].href;
vmReference.name = records[i].name;
vmReference.type = records[i].type;
var vm = host.getEntityByReference(VclFinderType.VM, vmReference);
vcdVM = vm;
}
resultSet = resultSet.getNextPage();
}
Никто ничего не знает?..
Hi all,
I'm new to VIN, and I'm trying to start defining some apps to better control my installation.
So if I select more than one server to define a new App see attached picture, everything seems working but the new App does not appear in the Display map of ... drop down.
On the other hand, if I define an App composed by a single server everything works fine; I can see the App in the drop down, I can select, rename and delete the app.
What I'm doing wrong?
Hello,
I'm having currently following problems with vcac:
- do you know how automate Windows OS partition extension after the vcac's disk reconfiguration?
- couldn't find information if it's possible to disable autorization for lease extension.
- how to force vcac to use datatsore with the bigest free space? I was thinking of creating datastore cluster, but it's not supported according to support matrix.
Thanks in advance for any information.
Regards
Adam
Hi,
Could you please send us the logs requested in previous update.
Thanks,
Lakshmi
Hello mntnbighker,
You could always install Virtual Infrastructure Client on a windows VM that you host either on the vSphere host itself or on a VM that run under Fusion.
Out of curiosity what are the features that workstation has and are not in the Fusion vSphere functionality that you are missing?
--
Wil
а я что вам предложил?????))))))))