stowny's Posts

Thank you @SchaalPatrick, I know that one can logon directly to an ESXi host thats what I did but when you do not know to which host a VM is registered then "things are not that easy". Let's say it ... See more...
Thank you @SchaalPatrick, I know that one can logon directly to an ESXi host thats what I did but when you do not know to which host a VM is registered then "things are not that easy". Let's say it can get time consuming... There is no "second server" when using Integrated Windows Authentication, there isn't even a primary server. You just enter the domain name (infra.net), thats it. And that is exactly where my question is comming from... I have never entered a LDAP Server by Name but vCenter is binding itself to one and unfortunatelly to only that one. In my opinion even when there is no LDAP Server available vcenter should be able to start because LDAP or int.-authentication is just one identity provider among others... but my vcenter didn't.
Hi all, Due to a series of circumstances we ended up with the following situation last night: - One out of four domain controller was offline, within the same time period we had to restart the vCen... See more...
Hi all, Due to a series of circumstances we ended up with the following situation last night: - One out of four domain controller was offline, within the same time period we had to restart the vCenter server (VCSA) without success. To our surprise vCenter didn't came back up again, a whole bunch of services did not start. Restarted VCSA again... the same result again. It took a while to figure out which service was the first one failing, turned out it was "lookupsvc". Knowing that I was able to find the log to that paticular service.  What I found in there was quite surprising to me, a lot of "Can't connatct LDAP Server" errors. We then desided to move forward and take online the fourth domain controller again. (Which wasn't that easy w/o vCenter running.) After doing that, vCenter started flawlessly. We are running VCSA 7.0.2 Buid 18356314 Now, here is my question/concern: How can it be that vCenter won't even start if only one domain controller is missing? Or in other words, what do I need to change so that vCenter is not pointing to only one domain controller? Any hint is very appreciated... Cheers Christian
Hi all, We do have the exact same problem... Migrated from 6.5 (Windows-installation) to VCSA 6.7 U2c one week ago. The web console seems to to work since. I have found the following erro... See more...
Hi all, We do have the exact same problem... Migrated from 6.5 (Windows-installation) to VCSA 6.7 U2c one week ago. The web console seems to to work since. I have found the following error in the vsphere_client_virgo.log when a new web console connection is established: [2019-08-26T08:54:19.094Z] [ERROR] https-jsse-nio-9443-exec-9 org.apache.coyote.http11.Http11NioProtocol Error reading request, ignored java.lang.RuntimeException: java.net.SocketException: Network is unreachable (connect failed) Any help appriciated...
Hi,. Thank you for your quick respons. vCenter is installed on a Windows Server 2012 R2. vSphere IPv6 Connectivity  -> I couldn't find anything related to SNMP... As I already mentioned... See more...
Hi,. Thank you for your quick respons. vCenter is installed on a Windows Server 2012 R2. vSphere IPv6 Connectivity  -> I couldn't find anything related to SNMP... As I already mentioned, everything else is working properly over IPv6: vC -> ESXi, vC -> DNS, vC -> ADS, WebBrowser -> vC...
Hi community, I am running a vCenter server installation (6.5 / 8024368) on Windows 2012 R2. Last week I changed the IP configuration from dual-stack to IPv6 only. IPv6 is working without an... See more...
Hi community, I am running a vCenter server installation (6.5 / 8024368) on Windows 2012 R2. Last week I changed the IP configuration from dual-stack to IPv6 only. IPv6 is working without any problem so far, no connection issues at all. After that I also changed the SNMP receivers to an IPv6 address under <vCenter> -> Settings -> General -> SNMP Receivers, "Port" and "Community string" is unchanged. My desired configuration was accepted. But now, everytime an Alert is triggerd I got the following error message: While we ran with dual-stack and an IPv4 receiver was configured we had no issues with SNMP. Am I doing something wrong?
We are using both Lenovo/IBM branded Emulex OneConnect OCe11100 and Emulex OneConnect OCe14000 in our hosts. According to the download page the same driver (elxnet) should be applicable to bot... See more...
We are using both Lenovo/IBM branded Emulex OneConnect OCe11100 and Emulex OneConnect OCe14000 in our hosts. According to the download page the same driver (elxnet) should be applicable to both models: This Emulex driver enables support for Emulex's OCe11x (DID:0710), OCe14x (DID:0720). Emulex VID:19a2/10df and SVID:10df. This driver also supports Emulex's equivalent OEM-Branded versions. What citeria should i use to determin the latest driver? The release date or the version number...
Hi all, I just wanted to download the latest driver for my ESXi hosts from vmware.com. Then I got a little bit confused, the version numbers of the Emulex driver 'elxnet' are decrementing. ... See more...
Hi all, I just wanted to download the latest driver for my ESXi hosts from vmware.com. Then I got a little bit confused, the version numbers of the Emulex driver 'elxnet' are decrementing. Example: 11.1.196.3      Release Date    2016-09-30 12.0.1115.0    Release Date    2018-04-12 11.1.183.654  Release Date    2018-06-08 Which driver should I choose?
Hi all, I am currently working on some automation scripts to setup Windows Server on VMWare based on VM-templates. All the scripts are Powershell-based. Workflow: [Invokation-Script (loca... See more...
Hi all, I am currently working on some automation scripts to setup Windows Server on VMWare based on VM-templates. All the scripts are Powershell-based. Workflow: [Invokation-Script (local-server)]   -----WinRM---->   [Remote-Script (remote-server)]   -----PCLI/vAPI----->  vCenter The Invokation-script uses "invoke-command" with session-option "Credssp" to allow second hops connections. The PowerCLI modules are loaded on the remote-server. The scripts executed on the remote-server are located on a network share. So far so good. 14 out of 15 scripts are working flawlessly. The problem is caused by one script, or more precise by one command -> Set-NetworkAdapter. This is the failing script: $ProgressPreference = ’SilentlyContinue’ Import-Module VMware.VimAutomation.Core Import-Module VMware.VimAutomation.Vds Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:$false | Out-Null Connect-VIServer -Server $vCenterServer $VM = get-vm -Name $Hostname $VMNetworkAdapter = ($VM | Get-NetworkAdapter)[0] Set-NetworkAdapter -NetworkAdapter $VMNetworkAdapter -NetworkName $VcPGName -Confirm:$false   Disconnect-VIServer -Confirm:$false -Force If I execute this script with the paramete "-WhatIf" set for the Set-NetworkAdapter command everything works fine. If I remove the "-WhatIf" switch the VM's network adapter gets reconfigured (Task shows up in vCenter as 'completed') but the script hangs an it does not return from the remote-sessionThe session to the remote host is then locked or busy and i have no chance to get any return value or reconnect to this session. Other commands like "Set-VM" are working with the exact same type of script. Is there someone with similar experiences? Is this a known issue? I really appreciate your help.
Unfortunately, I do not have an environment running on vSphere 6.0. Therefore i can not verify that the problem is caused by SSO version. I configured OpMgr to sync users and groups from our a... See more...
Unfortunately, I do not have an environment running on vSphere 6.0. Therefore i can not verify that the problem is caused by SSO version. I configured OpMgr to sync users and groups from our active directory. With this method i am now able to authenticate with AD users. Waiting for our environment to be upgraded to 6.0.... Thanks.
Hi all, I recently installed a new instance of vRealize Operations Manager 6.1 as an appliance. Everything went well during installation and configuration. I was able to configure the vCen... See more...
Hi all, I recently installed a new instance of vRealize Operations Manager 6.1 as an appliance. Everything went well during installation and configuration. I was able to configure the vCenter Adapter and it is collecting data. Our vCenter is of version 5.5. Since then, I've been trying to add our SSO instance as authentication source, without any success. Every time I enter all the necessary fields in the "Add Source for User and Group Import" and click the Test-button, a message is displayed saying: /*** Failed to retrieve Single Sign On SSL certificates. Failed to retrieve SSL certificate. ***/ I don't think that the problem is related to user authentication problems or permissions. I tried with different user accounts getting the same error all the time. With a browser I am able to access the URL: https://<SSO-Host>:7444/lookupservice/sdk and download the certificate. Where is the problem located (SSO or vROps)? Is someone else experiencing such a problem? What could be the problem causing this error? Thank you guys and best regards.