Quantcast
Channel: VMware Communities: Message List
Viewing all 206069 articles
Browse latest View live

sync take ages to complete, found issue, found temp solution

$
0
0

host os: Windows 10

VMware workstation 12

Guest os Linux 4.x 64

Guest memory size: 12G

 

when windows wakes up from sleep, it take quite about 10 minutes of high disk io before disk io LED is quiet.

i found a solution to this before: execute sync.exe (from cygwin) before sleep, it take about 10 minutes to sync and then sleep, at least it won't do it during wake up when i want to use the computer

 

recently i find the real cause, it was the memory map file, the *.vmem file

prefvmx.minVmMemPct = "100"

MemTrimRate = "0"

mainMem.useNamedFile = "FALSE"

sched.mem.pshare.enable = "FALSE"

prefvmx.useRecommendedLockedMemSize = "TRUE"

i use these setting to disable the map file and the problem is gone

 

however this solution is not permanent, as soon as i use suspend feature of vmware, a new *.vmem file is generated.


so the question is, can *.vmem not be sync to disk when it is in memory?


Re: Multiple IP's on Summary page of the VM

$
0
0

When vadp try to query the machine it errors out with the below.

 

Two or more backup component with same name xx.xx.xx.xx were found with conflicting info. nbu status = 69, Severity 2(1)

FCOE Issues with HP Blade C7000

$
0
0

So I have been dealing with this FCoE issue since we implemented our blades system. We have a C7000 Chassis with 16 Blades and 4 Virtual Connects. We have 2 Brocade switches. VC 1 goes to Brocade 1, VC 2 goes to Brocade 2, VC 3 goes to Brocade 3, and VC 4 goes to Brocade 2. Each blade has 4 HBAs (FCoe) adapters which in each goes to one of the VC's. In the zoning it is configured as Single Initiater to the SAN (we have 4 SANs). The issue we have is I can only have 2 of the HBA adapters active in the Brocade zones other wise we have issues. If only 2 of the 4 are active everything works fine across all SANs, if either 3 or 4 are enabled we have issues. The issues we have are if 3 or 4 adapters are enabled, the 3rd HBA will not see all the LUNs, it will see partial LUNS, and the 4th ones won't see any. I am not able to present new LUNs to them because they will not detect them either, unless I reboot then the LUN i presented will show up. I have a ticket with HP and VMWare and they can not figure it out either. I am on the latest HP firmware, and we have even tried downgrading firmware to see if that helps. Anybody have ideas or am I just out of luck?

Re: FT - Secondary VM Won't Automatically Power On

$
0
0

Hi,

have you enable the vMotion on all of your host or not ,the reason for not power on the second VM in vMotion , for your information you don't need to power on the second VM its auto Power on

when the Primary VM on and  also check your VM must be on  shared Data Store . you are testing FT on Live  Hosts or Workstation ?

Get-HardDisk : Cannot process argument transformation on parameter 'Datastore'. Strings as pipeline input are not supported.

$
0
0

any idea why I am getting this error?

 

$VMs = get-content vms.txt

 

foreach ($VM in $VMs)

{

$VMDK = $VM | get-harddisk }

 

 

sk

Get-HardDisk : Cannot process argument transformation on parameter 'Datastore'. Strings as pipeline input are not supported.

At line:1 char:7

+ $VM | Get-HardDisk

+       ~~~~~~~~~~~~

    + CategoryInfo          : InvalidData: (xjzxbwg1105x:PSObject) [Get-HardDisk], ParameterBindingArgumentTransformationException

    + FullyQualifiedErrorId : ParameterArgumentTransformationError,VMware.VimAutomation.ViCore.Cmdlets.Commands.VirtualDevice.GetHardDisk

Re: Cannot download Vsphere Hypervisor 6 (free) - download link does not work

$
0
0

Now November, still can't download it.

 

New server installation, wanted to try this, will try again in a week or so, after that it is too late will have to go with HyperV.

will disable VNUMA with enable hot add for cpu

$
0
0

dear all

Hi

 

on esxi 6.0 or 5.5 if i enable hot add and plug for cpu  VNUMA will be diasble and not work ?

 

BR

Re: Problem with installation -- gcc not found

$
0
0

I'm trying to install VMware Player in Debian :

Kernel : 4.7.0-1-amd64

installed gcc versions:

gcc --version

gcc (Debian 6.2.0-10) 6.2.0 20161027

 

gcc-5 --version

gcc-5 (Debian 5.4.1-3) 5.4.1 20161019

 

vmware to install is:

VMware-Workstation-Full-12.5.1-4542065.x86_64.bundle

 

After running vmplayer, I get a window ( Vmware Kernel Module Updater) showing GNU C Complier (gcc) version 5.4.1 was not found...

and asking for Location. I enter the /usr/bin/gcc-5 and click on install.

After this , I get a window showing an error: "A compatible version of gcc was not found."

 

i also trying the suggestion patch from

unfortunately don't work because make fails on  hostif.c and userif.c

 

get_user_pages_remote hast to few parameters!


very frustrated. I don't know what to do more...


Any Ideas?

Thanks in Advance!!!


Re: Problem with installation -- gcc not found

Re: Problem with installation -- gcc not found

Re: Get-HardDisk : Cannot process argument transformation on parameter 'Datastore'. Strings as pipeline input are not supported.

$
0
0

I suppose the content of the file vms.txt has a list of VM Names.

So when you import it in the variable $VMs, it has a list of the VM Names. Similarly $VM has a string value with the name of a VM. So in the "$VMDK = $VM | get-harddisk" you are essentially giving a string value and trying to get the Get-Harddisk of the VM. This is obviously failing as the pipeline input should an object.

 

Change it to "Get-VM $VM | Get-HardDisk" Should do.

 

 

$VMs = get-content vms.txt

 

foreach ($VM in $VMs)

{

$VMDK = Get-VM $VM | get-harddisk }

Re: Virtual SSD not detected properly in Linux (Mint 17.2 and Manjaro 16.08)

$
0
0

Greetings and welcome to the VMware forums!

 

Please open a new thread for your issue! Do not respond to existing threads with unrelated content, and please do not address individual forum member directly with new questions.

Opening a new thread for your question will give it a much greater audience and a greater chance to get it resolved.

 

Thanks

Andreas (VMTN Moderator)

Re: ESX VLANs

$
0
0

Hi Matt

 

 

I implemented something similar to what was recommended here in our live environment yesterday, and so far it seems to work as we'd hoped.

 

Thanks for the help with this, really appreciate it



Cheers

Re: For what need update VM

$
0
0

Thanks.

So, update the Virtual Machine needs only for new hardware features? No more secure?

Re: vROps version compabitility

$
0
0

What ever licences you are using they will need to be upgraded in the vmware portal. eg the 5.8 vrops licences will not work with 6.x vrops and the 5.5 vcloud suit licence will not work with 6.x vrops

 

6.x vrops will run and fully supported with vsphere 5.5


Re: How to have VM guest Windows XP connect with internet in host Windows 10 ?

$
0
0

Are you using Player 12.5.1?  There were some issues with networking in 12.5.0.

Re: Data Retriever is not initialized yet. Please wait..

$
0
0

Thanks for the suggestion, that is exactly what is happening. I logged in and the cluster (only the 1 node) was at "Failed to Start". I hit Bring Online, and now it is sitting at "Waiting for Analytics".

Can i change VSAN storage policy live while VMs are still running?

$
0
0

I have 7 node cluster with ESXi 6.2 and VSAN enabled all flash, currently i have storage policy with Fault Tolerance method RAID-1 (Mirroring) - Performance,

 

i need to change it to Raid-5/6 (Erasure Coding), Can this be done live without affecting the VMs running in the cluster?

Re: Force my PC to go through a VM before Internet

$
0
0

Yes, this is certainly possible, and common.  One solution is found on Ulli's page - transparent bridge.  Sanbarrow.com

Re: Shared folders not working

$
0
0

Please post your vmx file.  Make sure that shared folders are enabled, and defined.

Viewing all 206069 articles
Browse latest View live




Latest Images