Quantcast
Channel: VMware Communities : Discussion List - All Communities
Viewing all 178257 articles
Browse latest View live

At wit's end with vCenter Server Connectivity Issue

$
0
0

We’ve had a support ticket open since August 2015 regarding hosts spontaneously disconnecting from our windows based vcenter server. It’s actually the latest in a long line of support tickets related to the same issue. The original going back to November of 2014!
The ticket was created as high/critical, but yet our support has been very lax, and the prevailing suggestion is basically just to move our vcenter to a new server. I’d like to avoid such an ordeal.
It was suggested that we create a ticket with Microsoft because VMware thought the issue was with the OS, but Microsoft has been even less helpful; suggesting a single hot fix ( https://support.microsoft.com/en-us/kb/2775511 ) to remedy the situation, and it didn’t work. Originally we were told we needed another hot fix that covered kernel socket leaks, http://support.microsoft.com/kb/2577795, that was applied in December of 2014 but did not help.
Multiple times a day we get alerts for ‘Hosts not responding’ from log insight. These emails are basically just a summary of alerts on vcenter that match the event alarm for when a host is not responding. If you happen to be logged into the vcenter via the vsphere client you’ll see the host get disconnected along with all of its VMs. This lasts for under a minute, but when checking logs on the host itself it doesn’t appear to be aware of any networking issues. This leads us to believe the issue is with the vcenter server.
We’ve run perfmon and special scripts created by VMware support to monitor resource usage and network connectivity/port exhaustion while these events happen, but no smoking gun has been found. At one point VMware suggested we add more CPUs to the VM, going from an already over provisioned 8 vCPU to 10, but that didn’t help.
This is a relatively small environment of under 60 hosts and approximately 425 VMs, but the vcenter server is configured with 8 vCPU and 20GB of memory.
No other products are installed on the vcenter other than the related VMware products; web client, VUM, dump collector, SSO, inventory service. We run McAfee MOVE off-server virus scan which was called out by VMware support, but we need to run something and this should be the best option as scanning is not done on the server itself. We have updated the client to the latest version at their suggestion, but no change. We also have Veritas netbackup client installed for backups. Another item we need, but we have tried removing it temporarily with no help.
Support also thought maybe having vROps tied into this vcenter was a problem, but we temporarily stopped data collection and no improvement was noticed.
At one point they called out VDP being to blame and an update to that would fix it. It didn’t.

At this point I believe they have given up on doing any troubleshooting and would like us to just move this to a new server. I feel like that’s an easy way out for them and a lot of work on my part. I’m fairly confident the issue lies with vcenter server, and think surely there could be more that can be done to narrow things down and possibly fix the issue.
This VM was originally deployed as vcenter server 5.1 and upgraded throughout the years to the current 5.5U3b. It is Windows Server 2008 R2 Enterprise SP1 and SQL is running on a separate VM.

Has anybody had a similar issue they were able to solve, or have any suggestions other than a slash and burn approach?
Thanks


DAS and ESXi 6.0

$
0
0

I need some assistance.  We purchased a Buffalo Drivestation model HD-QH12TU3R5 DAS to use as extra storage for VMs.  The problem I am running into is that ESXi 6.0 does not see the extra storage and in the VMware vSphere Client when I search to add storage, it is not found there as well.

 

The server I am using for ESXi 6.0 is:

 

Dell PowerEdge R710

Svc Tag: H4GH5M1

 

Has anyone run into this type of issue?  I am trying to find out if I am possibly missing a step, I contacted Buffalo support and they did say that the DAS is compatible with ESXi 6.0.  Thank you.

Why do I have to "Run as Administrator" all of a sudden?

$
0
0

Running VMWare WS 10.0.7 on Win10 64-bit and have done so for some time (about 5 months on a new laptop).

 

All of a sudden I started to get "Internal Error" as soon as I was going to Resume a paused image. I tried to old tricks to remove LCK stuff and get it started but then got the same error.

 

If I instead start VMware workstation as "Administrator" (=right-click and click "Run as Administrator") the images starts fine.

 

This has happened without any (to me) known update or change of the system.

 

Any clues?

 

Regards,

Anders

vCentre 6 trial cannot add host

$
0
0

Dear All,

 

I downloaded vCentre and vShpere today and installed it in two computers for testing.

 

When I add host to vCentre , it shows error below.

error.JPG

 

Do I need to apply a trial license for vCentre? How can I get the license key?

 

Regards,

Frankie

vROPS 6.1 Dashboard ownership

$
0
0

Hello:

 

I'm trying to figure out some Best Practices for dashboard ownership. Since specific users can create and share their own dashboards, we're encountering some issues whereby some of those key dashboard creators are leaving the organization, and we'll want to shut down their accounts - the accounts that the dashboard was created under.

 

What are other organizations doing to manage these scenarios?

 

I was thinking of creating a special account "per team" that staff would log into to create/edit dashboards - but that seems a bit tedious (since that would be a "shared" rather than individual account) and requires users to jump between login accounts depending on what they plan to do within vROPS.

 

Can I simply "seize" ownership of a dashboard published by someone else? Problem is, in some cases I can't even see specific dashboards, if they are not shared with the "vROPS admin" group I'm a member of.

 

Do we just have to set up strict rules relating to the accounts to use for creating/editing dashboards?

 

Any insights/advice greatly appreciated.

 

Thank you.

qemu/kvm inside ESXi - virtual lab networking

$
0
0

Hi all,

 

I'm working on a virtual networking lab leveraging ESXi nested virtualization technology. Host is a Cisco UCS server based on dual socket Intel Xeon E5-2690 equipped with 128 GB RAM and running ESXi 6.0. Basically ESXi 6.0 supports a VM (16 vCPU, 64GB RAM assigned) running unetlab software. Internally unetlab, based on linux 64-bit kernel, supports multiple VMs (each of them implementing a network node - basically a "router") leveraging QEMU/KVM technology.

 

To enable Virtualized Hardware-Assisted Virtualization (VHV) for the VM running on ESXi I set vhv.enable = "true" in the .vmx configuration file.

 

nested VM instances running router OS have problems when multiple-vcpu are assigned to them (basically OS crash and try to reboot). No issues seen however when configured to run with just 1 vcpu assigned.

Note that when unetlab runs on bare metal server no issue is seen even with multiple vcpus assigned to router VMs running on top QEMU/KVM.

 

Any idea to troubleshoot the issue above ?

 

thanks for your help !

Powercli parallel commands

$
0
0

Hi guys,

 

i'am not quit sure how to manage it.   i try to connect to esxi hosts to sync away vm's in a suspended mode.  That works fine.

But it's just doing it 1 by a time and not parallel.

 

i'am not sure how i need to change the code that the sync is processing for each vm at the same time. i found    a info about "Foreach -Parallel"  but that gives me an error that the workflow is missing.

 

any ideas?

 

$content = get-content C:\Users\xxx\Documents\rsync-repl\servers.txt

$vms = get-vm $content |get-view

 

 

$suspend = get-vm $vms.name |suspend-vm -confirm:$False

 

 

$myColVM = @()

foreach ($vm in $vms){

$MyObjVM = "" | Select-Object Name,VolumePath,FolderName,Path

$MyObjVM.Name = $vm.name

$MyObjVM.VolumePath = $vm.config.datastoreurl.url

$MyObjVM.FolderName = ((($vm.Summary.Config.VmPathName).Split(']')[1]).Split('/'))[0].TrimStart(' ')

$MyObjVM.path = $MyObjVM.VolumePath+"/"+$MyObjVM.FolderName

$myColVM += $MyObjVM

}

 

 

$Plink = "C:\Users\xxx\Documents\rsync-repl\plink.exe"

$pass = Read-Host "Enter Pass" -AsSecureString

$SSTU = [System.Runtime.InteropServices.Marshal]::SecureStringToCoTaskMemUnicode($pass)

$Password = [System.Runtime.InteropServices.Marshal]::PtrToStringUni($SSTU)

$vmhost = "xxxx"

 

 

 

foreach ($path in $myColVM.path){

$plinkC = '-ssh $vmhost -l root -pw $password -P 22'

$Command1 = "rsync --delete -arvh --progress --exclude '*.*log' --exclude '*.vmem' --exclude '*.vmss'  --exclude '*.vmsd'  --no-whole-file --sparse $path rsync://xxxxxxx/$vmhost"

$plinkconnect = "$plinkC"

$plinkoptions = "$plinkC $Command1"

$PlinkCache   = [string]::Format('echo y | & "{0}" {1} exit', $plink, $plinkconnect)

$PlinkCommand  = [string]::Format(' & "{0}" {1} ', $plink, $plinkoptions)

$invokePlinkCache = Invoke-Expression $PlinkCache

$InvokePlinkCommand = Invoke-Expression $PlinkCommand |out-file "C:\Users\xxx\Documents\rsync-repl\clients\$vmhost"

$Resume = get-vm $vms.name |start-vm -confirm:$False

}

 

thx

 

Max

vSphere 6 U1 and vROps 6.2 VM Packet Loss

$
0
0

Have a client with a brand new vSphere 6 U1 deployment with vROps 6.2 and have VM's reporting high dropped packet % in the Guest.  I have seen this with 6.0 with the fix in 6.1 and also have seen KB's related to patches that were required on 5.1/5.5.

 

I am pretty sure the reported packet drop % is bogus as it is as high as 50% on some VM's and they are running normal.  It is a bummer as I would typically create dashboards with KPI's that are meaningful for a VM such as CPU Ready, Co-Stop, Disk Latency and Dropped Packets %.

 

Anyone else have this problem?

 

Here is basically a KB explaining that it is broken again with vSphere 6 after being patched/fixed in 5.1/5.5: 

 

VMware KB: vCenter Server 5.1/5.5/6.0 performance charts report dropped network packets

 

What gives? Why is this a common re-occurring problem?


NAT crashed with Workstation Pro 12.1.0

$
0
0

Yesterday I upgrade to Workstation Pro 12.1.0 on my Linux host. I mainly run Windows VMs and connect to these via Remote Desktop. VMs get NAT LAN access and therefore I configured NAT port forwarding to the Windows Remote Desktop ports. This setup worked great for quite some years.

 

With the update to 12.1.0 (from 12.0.1) this is broken. The Windows guest has network access (e.g. it can access SMB shares in the network) and everything seems to be fine, all the necessary processes (e.g. vmware-natd) are running, '/usr/bin/vmware-networks --status' says everything is running. Then I try to connect to the Windows VM via Remote Desktop (I'm on a Mac and use Jump Desktop as client). BOOM. Connection failed and vmware-natd crashed. Now vmware-networks says that the NAT service is not running.

 

Today I downgraded to 12.0.1. and the exact same setup works without any problems.

 

So I assume something changed in the NAT area. Am I missing some configuration options or is there a bug in the new vmware-natd?

ESXi 5.5 & HP P400

$
0
0

Hi,

 

How can i check with disk (provided by P400) is "connected" to datastores?

 

hpssacli ctrl slot=1 ld all show detail - show me serial number, but how can i compare disk showed in ESXi?

 

esxcfg-info don't showed nothing usable

 

Any suggestion?

 

HW: HP SA P400

SW: ESXi 5.5

Can't pair adapter!

$
0
0

I just setup vRealize for view and I am running into issues pairing the view adapter with vRops. I have created the adapter, set the pairing secret, licensed the adapter, opened firewall ports 3091-3094 on the vRops server. Disabled the Windows firewall on my connection server, disabled antivirus on connection server, reinstalled the boker agent on the connection server several times, verified compatibility of the vRops components I am using and they are all compatible. I can ping between both the appliance and the connection server and I have gone thru a few webex sessions with VMware.

Persona - deleted folders/files re-appearing

$
0
0

I have a new user on Persona roaming profile and when he deletes a folder or file from his desktop, it re-appears in a minute or two. This is not be design. Any ideas?

 

Interval = 10 minutes

Override AD path = enabled

Delete Local Settings when Persona removed = enabled

Roam Local Settings = enabled

How to find ESXi dump Collector and Syslog dump collector is set or not

$
0
0

Hello Team,

 

I have 1000 ESXi hosts in our environment, I just want to confirm ESXi DUMP collector and Syslog dumpl collector is configured on all ESXi host or not.

 

I request you to help me with powerCLI scrip as it will save hell lot of time and it will also help me to avoid any human error.

 

In advance appreciate your help and support.

 

regards

Mr VMware

vCloud Usage Meter 3.3.3 error

$
0
0

Hello

i get this error message... i don't know exactly the meaning, is there someone can help me?

 

On the Usage Meter at (192.168.x.x, fe80:0:0:0:250:56ff:fe96:554b%2), a collection from server077.root.local, begun at 2016-02-20 23:05:00, failed at 2016-02-20 23:06:24. com.sun.xml.internal.ws.client.ClientTransportException: HTTP transport error: java.net.UnknownHostException: server077.root.local

Physical Mode Raw Device Mapping

$
0
0

Easy question (if you have configured it) but are Physical Mode RDM's supported in vSphere Standard?...

 

I have only ever used them in Enterprise Plus and somewhere along the line came to the conclusion that was the required license level....has this changed between versions?....

 

If somebody could confirm - if you don't have first hand experience in knowing this works then please supply a link that backs this up.

 

many thanks


Exporting and Importing vRA 7 XaaS Objects

$
0
0

In vRA 6 we had a nice shortcut button that would let us export and import all our Advanced Service objects. I don't see that functionality in vRA 7. Does anyone know how i would achieve this "easily" in vRA 7 (IE not code stream or dynamic build processes)?

zip files under \VMWare\StoreVcenter\vCenterServer\data\core

$
0
0

Hello

I've got a Vcenter v6.0 on windows 2008R2.

Recently my vcenter crash due to lack of space on vmware partition.

I investigate on the issue and i found that many files with the zip extension were created under the \VMWare\StoreVcenter\vCenterServer\data\core folder.

If i delete them, i have to restart the vcenter server so i think it's not the right solution.

beside this, after a while these file are created again by the vcenter

How those files are created ?

What are they used for ?

How to properly delete them or is there a workaround to prevent their massive creation ?

 

Best regards

HA / Cluster / slots

$
0
0

Hi everyone,

I've got an issue on my datacenter. When a server is down, the workload on that server does not move to the others servers (2). HA doesn't work properly. How can I do to solve this issue? I hope the screenshot will help you. Thanks

VMware HA slot.png

Right Sizing report through VROPS

$
0
0

I've setup a view to rightsize VMs and I wanted to make sure it was looking bask over a few months and not just 7 days. I guess this isn't so much a question but a confirmation that I set it up correctly.

In the view under Time Settings I set it to 3 months.

Non-Leaf Computers in AD Cannot Be Deleted by vCO

$
0
0

Hi all,

 

I'm fairly new here, but I appreciate any help that you can give me. Specifically, when trying to automate the removal of objects from AD, I cannot delete them as they are not "Leaf Nodes" (this occurs often if a computer has a shared printer attached, or if the computer has a shared folder attached - these are stored as child objects to the computer object in AD).

 

If I attempt to delete such an object with vCO, it yields the error: "Error when destroyingan element: [LDAP: error code 66 - 00002015: UpdErr: DSID-031A11DF, problem 6003 (CANT_ON_NON_LEAF), data 0]

 

My original idea was to treat the object as an AD:Unknown and find child items, then delete those, but it doesn't look like we can get child items from an AD:Unknown or AD:Computer.

 

Could the plugin be updated or a workaround provided to this problem? I appreciate your help and the dedication of this community.

Viewing all 178257 articles
Browse latest View live


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