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

Re: How do I set checkOrigin=false on Horizon View Direct Connection?

$
0
0

That wasn't the issue, it looks like I am not setting up the websockets properly with the reverse proxy.

 

The vms are perfectly accessible if accessed internally without going through NGINX, or a single vm can be accessible from outside if the ports are forwarded in the router to the vm directly.


Re: 'Error caused by file [File path].vmdk' When trying to clone, migrate, backup, copy

$
0
0

Did the dd command fail with an I/O error ?
In that case I would suggest to do the following:
go to the directory with putty and run the command
vmkfstools -p 0 name-flat.vmdk >> mapping.txt
attach the mapping.txt to your next reply
I will create a different dd-command  then.

Ulli

How 2 vlan can communicate

$
0
0

Dear Team,

 

Just wanted to know how 2 vVLANs communicate wit each other.

 

for example i have 2 VLANs on a router

 

VLAN1 10.10.10.1

VLAN2 20.20.20.1

 

By default can 2 different VLANs VMs can communicate with each other. or we have to do somthing extra on the router.

 

Not: This question is related to the physical router not logical router.

Re: PowerCli vmware Probleme socks5 with authentification

$
0
0

Sorry, no idea. But maybe someone over in the PowerCLI community forum can help ?

Re: How 2 vlan can communicate

$
0
0

As long as the default gateway of the VMs is the router ip address, the VMs can communicate because the router forwards the packets received from one vla to the other as it knows both subnets which are directly connected.

Disabling legacy drivers on ESX 6.5 host

$
0
0

Hi,

 

I've read few articles about possible storage performance issues on ESX 5.5+ versions, which probably apply also to my fresh 6.5 standalone install, whic has very bad storage performance. This is the article I came across and triggered my mind: https://www.opvizor.com/esxi-6-5-storage-performance-issues-and-fix/

 

I need to migrate few VMs from one local store to another local store. It is LOCAL storage on LSI RAID controller, consisting of few RAID6 arrays (with SAS 10k drives) and few RAID10 arrays (with SSD drives). But performance is not a joy, for example:

copying 650GB from SAS to SSD array takes some 10 hours, which averages in some 18 MB/s (150 Mbps), which is almost as slow as my internet link! But copy goes from local store to local store within the same ESX 6.5 host!

 

So, I am thinking about DISABLING one of the drivers, but I am not sure if I can do it safely - this box is in production!

 

When I list drivers I see:

[root@ESX2:~] esxcli software vib list | grep ahci
sata-ahci                      3.0-22vmw.650.0.0.4564106             VMW      VMwareCertified   2017-04-27
vmw-ahci                       1.0.0-34vmw.650.0.14.5146846          VMW      VMwareCertified   2017-04-27
[root@ESX2:~] esxcli software vib list | grep lsi
lsi-mr3                        6.912.12.00-1OEM.650.0.0.4240417      Avago    VMwareCertified   2017-04-27
lsiprovider                    500.04.V0.61-0007                     LSI      VMwareAccepted    2017-04-27
lsi-msgpt2                     20.00.01.00-3vmw.650.0.0.4564106      VMW      VMwareCertified   2017-04-27
lsi-msgpt3                     12.00.02.00-11vmw.650.0.0.4564106     VMW      VMwareCertified   2017-04-27
lsu-lsi-lsi-mr3-plugin         1.0.0-7vmw.650.0.0.4564106            VMware   VMwareCertified   2017-04-27
lsu-lsi-lsi-msgpt3-plugin      1.0.0-6vmw.650.0.0.4564106            VMware   VMwareCertified   2017-04-27
lsu-lsi-megaraid-sas-plugin    1.0.0-7vmw.650.0.0.4564106            VMware   VMwareCertified   2017-04-27
lsu-lsi-mpt2sas-plugin         2.0.0-5vmw.650.0.0.4564106            VMware   VMwareCertified   2017-04-27

 

Via web console under STORAGE --> ADAPTERS I can find those:

vmhba0      Wellsburg AHCI Controller           Unknown   vmw_ahci
vmhba1      Wellsburg AHCI Controller           Unknown   vmw_ahci
vmhba2      MegaRAID SAS Invader Controller     Unknown   lsi_mr3

 

What I don't figure out is which driver is in use for STORAGE and which one I could try to DISABLE?

Also, my concern is, if I somehow disable WRONG driver and my ESX won't boot up...huh, what then?

 

Any ideas, suggestions from experts?

Re: VMware ESXi 6.5 Installation fails with Error

$
0
0

I would certainly like to do that. However, I am actually having some difficulty finding where to download the appliance from. I'll keep digging/searching through vmware's website, but if you happen to have the link/URL, that would help a lot

vCloud NFV 2.0.1 installation manual

$
0
0

Hi,

 

Could you please let me know is the any installation manual (step-by-step) for installing vCloud NFV 2.0.1?

 

Thank you

 

Regards,

Serg


Re: Merged Blueprint Properties how do I extract these?

$
0
0

You can do this if you use the ContextPropertyService to load the groups and extract their contents. You can use either the plugin scripting classes (via vCACCAFEHost.createPropertyClient().getContextPropertyGroupService() ) or by using the REST API directly.

 

API doc for vCACCAFEContextPropertyGroup - vRO API Explorer by Dr Ruurd and Flores of ITQ

 

The only trick is to be careful to load the property groups into a Properties object in the order specified on the Blueprint/Component . This way you'll be accurately respecting any overridden property that might appear in more than one group

 

HTH

Re: VMware Workstation Pro 14 - Fails To Start Due To CPU Non-Support

$
0
0

Hi,

 

You can put a checkbox in the "Product configuration" if you want to the Workstation 12 install to be more pristine.

It will clear things such as your network configuration and preferred settings you might have made in the GUI.

 

There's absolute no harm in remembering the product license information. It just remembers your license key. There's also no harm in putting a checkbox there as you can always re-activate by re-entering the license key.

 

--

Wil

Re: Availability of UAG 3.3?

Re: Datastore is showing completely blank

$
0
0

I see - you booted that host into Linux ?
Please create the dump for that partition that has the VMFS-filesystem

Re: esxi 6.5 lsusb show usb device but host only show avocent mass storage function as available usb device

$
0
0

What I just did not try to do and all in vain. But it turned out to be simple. I wouldn't have thought of that.

Your piece of advice was very helpfull. Thanks a lot.

Problem adding physical SATA disk as RDM in ESXi 6.7

$
0
0

I followed the instructions in this guide to add the disk to my Windows 2016 server guest VM.

 

How to passthrough SATA drives directly on VMWare ESXI 6.5 as RDMs · GitHub

 

So, the drive appears and it recognizes the size in Windows. However, the problem is that it shows as a RAW partition in Windows although the drive has data in it. I don't recall if it is formatted as NTFS or exFAT, but the partition scheme is GPT. The drive is 4TB and has a single partition.

 

Any ideas?

 

Re: under general in Fusion 8 for Mac, the bar is full and will not clean ?

$
0
0

windows 10

On Mac it's El Capitan.


Re: under general in Fusion 8 for Mac, the bar is full and will not clean ?

$
0
0

Hi,

 

Ok, a windows 10 guest should support "clean up".

Do you have any snapshots open?

That sometimes does hide a lot of space that can be reclaimed.

Note that "Autoprotect snapshots" also fall into this category.

 

--

Wil

Unable to restart Management Network in 6.7 DCUI

$
0
0

ssh into 6.7

TERM=xterm dcui

F2 login

select Restart Management Network

F11 OK

 

Results in Management Network not restarted

 

Is this normal?

ESXI 5.5.0 Bootbank cannot be found at path '/bootbank' (2018-05-20T10:01:01.199Z cpu1:169363213) warning 5/20/2018 6:01:01 AM

$
0
0

This is on a Dell Poweredge T110, checking a client system find this error. Saw some articles on a bad flash reader specific to HP, and others after upgrading to 6.x but nothing about what it's really telling me. Is the USB boot drive going (or gone) bad? Something else? If the system reboots, is it going to be able to start?
Thanks for any input or suggestions.

 

Mick

Re: iMac 27'' 2017 - when quitting VMware Fusion, disconnects all hard drives, Bluetooth devices

$
0
0

Hi DigitalclipsVM,

 

The development team is aware of this issue and working on the solution as high priority task, we are deeply sorry for any inconvenience caused.

 

Regards,

-Rick

Packets captured in promiscuous mode are out of order

$
0
0

We have three vms in an isolated network using the standard vswitch, where the switch is configured as  promiscuous mode。 We run a http server in one VM and a http client in another VM, and use the third VM to capture the traffic of the two。It seems the packets captured are out of order sometimes, for example the tcp data ack comes before the data packet, and that  may cause errors when reassemble the http payload. Do you encounter this issue before?

Viewing all 251313 articles
Browse latest View live