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

Network adapter disappeared from a VM - "There is no network assigned to this virtual machine.". - The correct configuration is found in a "vmx~" ("vmx tilde") file

$
0
0

Hi everyone,

 

I had an issue with a Virtual Machine "losing" its (virtual) Network Adapter. The VM is hosted in a ESXi host - running 5.5 Update 2 (5.5U2) - and that ESXI Host belongs to a Cluster of several ESXi hosts, managed by "VMware vCenter Server" (also with version 5.5 Update 2). Each ESXi host has several "vSphere Standard Switches" (this Cluster does NOT have a "Distributed Switch")

 

I appreciate any comments from anyone regarding this issue: Has it occurred to you or to a colleague? Have you heard it before from someone else? Do you know anything about it? (I did several web searches, but "come out blank")

 

 

So, let me tell you the story of this issue (and the way I solved it):

 

In one of the VMs, running "Windows Server 2003, Standard Edition, 32-bits", a Server Operator installed "Windows Updates" and rebooted the VM. When he rebooted it, the VM lost its network connectivity!

 

1 - I observed than, in the "vSphere Web Client", in the "Summary" tab for this VM, there was the following error message (in a box with yellow background): "There is no network assigned to this virtual machine."

 

2 - In the same page, I expanded the "VM Hardware" group/section and I found out there was NO "Network Adapter 1" (in fact, there was NO "Network Adapter" whatsoever).


3 - I browsed the "Tasks" and "Events" for the VM. I didn't find any related events.

 

4 - I connected, by SSH, to the ESXi host that was hosting the VM. I did a "cd" to the directory that hosted the VM files. In that directory, I found the usual "vmx" configuration file (let's call it "vm.vmx") BUT I also found a "vm.vmx~" file (ending just like that with a "tilde". Let's call it a "vmx tilde" file).

 

5 - I compared both files - "vm.vmx" and "vm.vmx~". I noticed that the file that ended in "vmx" had the network adapter disabled and that the "vmx~" file ("vmx tilde file") was the one with the correct configuration.

 

To be more specific, in the "vm.vmx" file, there were the following 2 lines:

 

ethernet0.present = "FALSE"

ethernet0.pciSlotNumber = "-1"

 

... while, in the ".vmx~" file ("tilde file"), the 2 corresponding lines were like this:

 

ethernet0.present = "true"

ethernet0.pciSlotNumber = "32"

 

(the remaining lines of both files were the same between one file and the other).

 

6 - As a safety measure, I did a backup of the "vmx~" file. I "shutdown" the VM. When I did that shutdown, the "vmx~" file (with the correct configuration) disappeared, and the "vmx" file (with the wrong configuration) was still there Thankfully, I had backed up the "vmx~" file prior to the shutdown.

 

 

7 - I replaced the "vmx" file by the backup of the "vmx~" ("tilde") file. Howeved, even after I did that, the "Summary" tab for this VM, in the "vSphere Web Client" showed the same error message as before: "There is no network assigned to this virtual machine."

 

 

8 - By then, I decided to "Remove from Inventory" that VM. After I did that, I went to the "Storage" view and I did a ""Register VM..." of the "vmx" file (and followed the steps of the "Wizard").

 

 

 

After having done the steps that I mentioned above, the "Summary" tab of the virtual machine showed the "Network Adapter 1". I powered on the VM and, sure enough, the VM got back its network connectivity.

 

 

So, what do you think about all this?

 

Thanks in advance.

 

Cheers,

Ricardo Dias Marques

 

Message was edited by: Ricardo Dias Marques (corrected the line of the "ethernet0.pciSlotNumber" for the "vmx~" file)


How to restart the network stack in Fusion 7.11

$
0
0

After making changes to nat.conf for port forwarding, how can I restart the networking without quitting the app? I read there is a boot.sh but I can not find it

Workstation 11 Does Not Recognize Device in USB 3.0 Port on Windows 8.1?

$
0
0

Workstation11 on Windows 8.1 doesn't recognize/share any of my USB 3.0 ports/devices.

 

I remember there were driver support issues but I thought that was fixed with Win 8/8.1 and WS11? Doesn't this work yet or did I forget to turn something on?

 

 

TIA...

With internal and external Horizon View clients, do I *have* to have at least one Connection Server per connection type?

$
0
0

If I want both external, non-VPN and internal LAN users to access View desktops, do I have to have a Connection Server dedicated to external users and a separate for internal? Right now I have a single Security Server-Connection Server pair and external connections work fine but internal connections do not. Do I have to stand up at least one Replica Connection Server and modify the HTTPS Secure Tunnel URL for internal users only?

Re: VCA6-DCV tips and suggestions

Re: Lenovo RD640 Horrible performance on ESXi 5.5

$
0
0

I Replaced the card with raid 710 1gb cache and added sad expander for ssd caChing. It seems much better now

Re: vmhgfs module not compilable for VMware Tools 9.9.0 (Fusion7.1) after Ubuntu Linux kernel update to 3.13.0-46-generic (Febr. 2015) (Shared Folder Feature not working in Ubuntu 14.04 LTS (Guest) on MacOSX Yosemite (Host))?

$
0
0

This is a big headache.  I have Yosemite 10.10.3 Host and Ubuntu Studio Ubuntu 14.04.2 LTS.

 

Anyway to expedite a fix?

 

Any temporary workaround?

 

Thanks

Re: VMFS resiliance - moving forward

$
0
0

I've had datastore VMFS corruption twice now in a month - the first time I reformatted the volume after migrating all VMs off of it. The second time it happened I opened a support request to see if they can do anything more than tell me to reformat it - we'll see what they say.

 

Event Log Messages:

At least one corrupt resource metadata region was detected on volume [...]. Other regions of the volume might be damaged too.

 

I'd agree that having more resilience in VMFS would be great - reformatting is not really a long-term solution for production systems with real user data.


Customizing vRealize Automation with Microsoft.Net?

$
0
0

Hello,

I have situation where I have to add some functions into vRealize Automation as follows:

1) Custom provisioning request Reports, can we use Microsoft.Net create such report via vRA API or only Java required?

2) Custom Endpoint for IBM Servers, how do we develop an endpoint for IBM Server (provisioning on IBM Barebone Servers)?   What kind of programing language or any framework are required?  Microsoft.Net would do?

 

Any light shred on this is much appreciated.

Jeff Siri

Auto Deploy Post Install Actions

$
0
0

I'm trying to come up with a good solution that will create a Virtual Machine from a template as a post install activity after an ESXi 5.5 host is created through Auto Deploy.  Here's the general idea...

 

Bare Metal  -->  ESXi (auto deployed)  -->  Create Virtual Machine(s)

 

The entire process needs to be automated.  Power on the host, ESXi installed, VMs created...done.  I thought vCenter Orchestrator might be the way to go but I don't know if the client has that software and I don't know how VCO would be called after the ESXi is deployed.  I'm not sure there's a post install activity after Auto Deploy so if there is, please let me know as I cannot find a reference to that hook.  Are there other options?

Re: Feature request to VMWare! Please allow native use of VHD/VHDX files!

$
0
0

None of the VMDK-formats that I am aware of:

FLAT

LEGACYVMFS

LEGACYVMFSRDM

LEGACYVMFSSPARSE

PARALLELSSPARSE

SESPARSE

SPARSE

VMFS

VMFSFLATDELTA

VMFSRAW

VMFSRDM

VMFSSPARSE

VPCFLAT

VPCSPARSE

VSANSPARSE

seem to be suitable for this format.
VPCSPARSE seems to be close but then Workstation (vmware.exe) crashes.

Automating VM Creation Post Auto Deploy

$
0
0

I asked a similar question over on the vCenter forum but I'm thinking it might be wise to post in this forum as well.  I'm trying to figure out how to create a VM from a template after an ESXi auto deploy is complete.  I thought vRealize Automation might be the way to go but I'm also wondering if there's a better way.

Re: Patch ESXi : Host is not changed.

$
0
0

you can run the below command to check the version and build number of your Esxi host(s) or you can check this information from vSphere client.

 

vmware -vl


If Esxi host is already running the version/build you are trying to apply, it will return as host not change message.

Re: Hardware Monitoring of VMware Hosts

$
0
0

Hi JBSalisbury,

 

Paid Options:

 

1. vRealize Operations - vRealize Operations (vCOps, vROps), IT Operations Management | VMware Australia

2. Veeam ONE - Veeam ONE for VMware and Hyper-V

 

Free Options:

 

1. Nagios - Nagios - The Industry Standard in IT Infrastructure Monitoring

2. Zenoss - Zenoss Community - Open Source Network Monitoring and Systems Management</title> <meta name="descriptio…

 

The Paid for options work great out of the box, but if you invest the time and effort in Nagios or Zenoss they will be really good monitoring systems.

 

Important note with monitoring systems, they all require development find one which meets your needs and stick with it keep making iterative improvements.

 

Cheers

 

@iiToby

VMWare View issues

$
0
0

     In our medical clinics we use VMware View to connect to our EMR.  Some users can connect fine, others cannot.  Those who cannot receive an error message:

 

"The display protocol for this desktop is currently not available.  Please contact your system administrator."

 

For two days, some users have been receiving this message.  Initially when logging in, the user seems to authenticate properly and gets a number of "desktop" choices.  Upon choosing a desktop and clicking connect, a black screen appears.  This is just before the remote desktop should appear and begin loading.  Then a time out message appears.  Upon re-trying the connection we get the display protocol error.

I remoted into a workstation tonight at 11 PM, and everything works as expected right now.  On Monday, I worry that these issues will arise again, thinking that we have a resource issue of some sort, or a network connection issue.  So far our IT department has been pretty unresponsive.  So, I'm trying to find some answers.  We are using a mix of client versions, on up through Horizon 5.4.1. 

 

Here are some questions, in random order:

1.  Could this be due to a "busy network" during the daytime?  Maybe there is a slow Internet connection cause a time out?

2.  Is this most likely a problem on the server side?  I'm trying to rule out any problems on the client side.

3.  All are Windows 7 Pro client machines, where VMware View worked earlier in the week.  I suspect IT made some un-announced changes on the server side.  What questions should I ask them?

 

Thank you,

 

Jeff King


Re: With internal and external Horizon View clients, do I *have* to have at least one Connection Server per connection type?

$
0
0

Apparently, you don't need a dedicated Connection Server for internal users if you also have external users and a Security Server. I found this during my troubleshooting. The Security Server URLs will be configured in View Administrator as externally resolvable and reachable URLs while the Connection Server URLs will be configured with internally resolvable and reachable URLs in View Administrator.

Re: Workstation 11.1.0 crashes at startup

$
0
0

I have exactly the same problem.  Fresh install of Workstation 11.1.0 on a fresh install of Windows Server 2012 R2 Essentials.  I like the way it says "Thank you for buying VMware Workstation.  Enjoy!" and then crashes immediately.

Re: Enabling NSX on cluster cause high CPU load

$
0
0

I had the same issue using NSX 6.1.3 on nested environment. I re-deployed NSX using 6.1.4 and it works like charm!

 

My compute cluster is using vSAN, so one thing I did this time was to set the vSAN network on different port-group than the NSX VXLAN zone. I though that vSAN traffic on top of NSX would cause this high CPU, especially in nested environments were IP packets usually get DUP-licated

No RDP option on any pools

$
0
0

I'm on a Macbook Air (OS X 10.10.2). I have the Horizon View Client (3.2) installed as well as Microsoft Remote Desktop (8.0.17)

 

When I look at any desktop pool there is no ability to select RDP. It doesn't even show up as an option. Going to the pool settings only shows PCoIP. This option appears fine on Windows clients.

 

Any help would be appreciated.

Re: No RDP option on any pools

$
0
0

Found the answer. It's required to install Microsoft Remote Desktop Connection 2.1.1 for RDP to work in the Horizon View Client. Later versions don't work.

Viewing all 229687 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>