Re: NIC Vsphere 5.1
when at the yellow screen when it looks hung can you plress alt F12 which will bring up the vkernal log and see if its actually doing stuff
View ArticleRe: Veeam replication
Yes you can do this, but of course you will need to modify the Veeam job, because you want to replicate to a new target. Regards,Mario
View ArticleRe: Incorrect Last RUN time - DRS
I have checked the time configuration of all the hosts. Apprently all have the same time . Also the VC server also has same NTP source . The last DRS time is constant - ie 12-19-2012 4.19 PM I have...
View ArticleGet all VMs in givencluster on specific datastore
Hi, I need help filtering all VMs in a given Cluster which are located on specific datastores. What I've go so far: List all VMs in a given cluster:Get-Cluster TEST-CLUSTER | Get-VM List all VMs on...
View ArticleRe: DHCP and routed network vapp
Hi, I magaged to make the netwokring work (without the DHCP) VM: (manually set)IP = 192.168.0.222GW = 192.168.0.254NM= 255.255.255.0 vapp nework:-enable NAT-create a mapping from VM NIC to...
View ArticleRe: Vmware ESXI within Hyper-v (server 2012) networking issue
XML file for your VM. I am not sure where best to try this. The first place I would suggest is under the <global_settings> node. Add the line: <allow_promiscuous_mode...
View ArticleRe: How to check if entity is in "Busy" state
You can check whether a vApp is busy in two ways: 1) get the vApp, observe the <Tasks> element inside the vApp and check for any tasks in 'running' state: if there's a running task then the vApp...
View ArticleRe: Не подключается по SSH
А сделал это путем команды cp disk.vdk /dev/nul - думал проверить скорость чтения с датасторы. После этого ssh не пускал, машины не стартовали. Помогла перезагрузка хоста. Что такого критического в...
View ArticleRe: vCenter 5.1 SSO can see users but not groups
The oddity about is, that Novell SuSE Linux Enterprise Server SLES will create posixgroup groups by default, when user managemant is driven by an OpenLDAP Backend. VCSA is based on SLES. VMWare is...
View ArticleWhy spaces and special characters in Virtual machine Name are not recomended
Hi, I am curious to know if there is any technical reasons behind not recomending spaces and special charectors in virtual machine Name. ThanksMallesh
View ArticleRe: P2V Failure at 98% - Unable to find the system volume
Hi it occurs sometimes that the source system may have several volumes marker as active (in case of multiple disks). Converter can get confused in such a situation. You may check that in disk manager....
View ArticleRe: HP UPS - graceful shutdown
Yes, it is possible, we have implemented it at our customer datacenter using an HP R5000 UPS with the additional HP network module...
View ArticleRe: Vmware Workstation 9 y Servidor DNS no se llevan muy bien
Hola Los clientes y los servidores dentro de un segmento de workstation toman ip por dhcp (A veces inclusi si lo quitas), Debes apuntar manualmente a tu dc. Saludos
View ArticleRe: How to get lists of hosts and datastores available for a vApp?
If you have the vApp as input parameter you can follow these steps to obtain the hosts and datastores available to the vApp's provider vDC (you have to be system administrator to do this): 1) GET the...
View ArticleRe: Rest call to select services while creating an orgvDC through the vcloud...
This is not supported with the current version of the REST API. Regards,Todor Todorov
View ArticleRe: Directly use of Hard Drive in a Guest OS ?
So. There is not automated solution to this issue ? But what is causing it ? Because the ultimate idea is to having separate hard drive for each OS, and separate hard drive for each Database.
View ArticleRe: Promiscuous Mode network with vCloud
We have managed to do this using an orchestrator workflow. The workflow executes a script that looks for dvPortgroups with "PROMISC" in the name, when found it enables promiscuous mode on that...
View ArticleRe: mount a read-only vmdk
Hi Ben, See the problem. Well here is a discussion from 2009 where sudarsan shows a way to mount a read-only .vmdk on linux by hiding it behind a read/write child disk. Though this approach involves...
View ArticleRe: Virtual Machine wont start afer delete all snapshots
Hilooks like one edit is necessary.Replace machinename.vmdk with the attached version.
View ArticleRe: Get all VMs in givencluster on specific datastore
Doesn't this work for you ? Get-VM-DatastoreTest-Datastore-Location (Get-ClusterTest-Cluster)
View Article