hideyori's Posts

Many Thanks, this worked perfectly
Hello LucD Can this alarm definition be modified so it alarms not login to ESXi but to vCenter?    Regards oli4
When I do this, result is: PS C:\Users\hideyori> [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12' PS C:\Users\hideyori> get-vm -tag Test... See more...
When I do this, result is: PS C:\Users\hideyori> [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12' PS C:\Users\hideyori> get-vm -tag Test get-vm : 11.11.2019 11:08:14    Get-VM          Value cannot be null. Parameter name: collection At line:1 char:1 + get-vm -tag Test + ~~~~~~~~~~~~~~~~     + CategoryInfo          : NotSpecified: (:) [Get-VM], VimException     + FullyQualifiedErrorId : Core_BaseCmdlet_UnknownError,VMware.VimAutomation.ViCore.Cmdlets.Commands.GetVM PS C:\Users\hideyori>
This also fails with: "vSphere single sign-on failed for connection during a previous operation"
We are using the embedded PSC. I have opened a SR yesterday evening with VMware about this. Thanks for all the help in the meantime.
Hi Luc I have tried with version 11.2.0 and then updated to 11.5.0 > same result. I have now uninstalled and installed PowerCLI as you told > same problem (we are using newest version of vCe... See more...
Hi Luc I have tried with version 11.2.0 and then updated to 11.5.0 > same result. I have now uninstalled and installed PowerCLI as you told > same problem (we are using newest version of vCenter Appliance 6.7. build 41000 from 24october2019 ... maybe there is an issue again?): ------------------------------------------------------------------- Directory: C:\Program Files\WindowsPowerShell\Modules ModuleType Version    Name                                ExportedCommands ---------- -------    ----                                ---------------- Script     6.7.0.1... VMware.DeployAutomation             {Add-DeployRule, Add-ProxyServer, Add-ScriptBundle, Copy-D... Script     6.7.0.1... VMware.ImageBuilder                 {Add-EsxSoftwareDepot, Add-EsxSoftwarePackage, Compare-Esx... Manifest   11.5.0.... VMware.PowerCLI Script     6.7.0.1... VMware.Vim Script     11.5.0.... VMware.VimAutomation.Cis.Core       {Connect-CisServer, Disconnect-CisServer, Get-CisService} Script     11.0.0.... VMware.VimAutomation.Cloud          {Add-CIDatastore, Connect-CIServer, Disconnect-CIServer, G... Script     11.5.0.... VMware.VimAutomation.Common         {Get-Task, Stop-Task, Wait-Task} Script     11.5.0.... VMware.VimAutomation.Core           {Add-PassthroughDevice, Add-VirtualSwitchPhysicalNetworkAd... Script     11.5.0.... VMware.VimAutomation.Hcx            {Connect-HCXServer, Disconnect-HCXServer, Get-HCXAppliance... Script     7.10.0.... VMware.VimAutomation.HorizonView    {Connect-HVServer, Disconnect-HVServer} Script     11.3.0.... VMware.VimAutomation.License        Get-LicenseDataManager Script     11.5.0.... VMware.VimAutomation.Nsxt           {Connect-NsxtServer, Disconnect-NsxtServer, Get-NsxtPolicy... Script     11.5.0.... VMware.VimAutomation.Sdk            Get-ErrorReport Script     11.0.0.... VMware.VimAutomation.Security       {Get-SecurityInfo, Get-VTpm, Get-VTpmCertificate, Get-VTpm... Script     11.5.0.... VMware.VimAutomation.Srm            {Connect-SrmServer, Disconnect-SrmServer} Script     11.5.0.... VMware.VimAutomation.Storage        {Add-KeyManagementServer, Add-VsanObjectToRepairQueue, Cop... Script     1.3.0.0    VMware.VimAutomation.StorageUtility Update-VmfsDatastore Script     11.2.0.... VMware.VimAutomation.Vds            {Add-VDSwitchPhysicalNetworkAdapter, Add-VDSwitchVMHost, E... Script     11.5.0.... VMware.VimAutomation.Vmc            {Add-VmcSddcHost, Connect-Vmc, Disconnect-Vmc, Get-AwsAcco... Script     10.0.0.... VMware.VimAutomation.vROps          {Connect-OMServer, Disconnect-OMServer, Get-OMAlert, Get-O... Script     6.5.1.7... VMware.VumAutomation                {Add-EntityBaseline, Copy-Patch, Get-Baseline, Get-Complia... ------------------------------------------------------------------- Regards Hideyori
This works without an issue.
Thanks, I had 11.2.0. Have now updated to version 11.5.0 but still same result when execute: Get-VM -Tag Test > Value cannot be null Regards Hideyori
Hello Yes, I tried "Get-VM -Tag Test" but I get error: Value cannot be null Regards Hideyori
Hello all In VMware vSphere 6.0 with PowerCLI version 11.2.0 we used Get-VM -Tag 'Test' to list VM with tag with value Test. After upgrade to VMware vSphere 6.7 this stopped working. Is ... See more...
Hello all In VMware vSphere 6.0 with PowerCLI version 11.2.0 we used Get-VM -Tag 'Test' to list VM with tag with value Test. After upgrade to VMware vSphere 6.7 this stopped working. Is there a solution for that? Regards Hideyori
I have done that, created a AD domain user, but I don't know where to apply the correct permissions, it only works if the user is in the Administrator group of vsphere.local.
Hello Dahphinssov I have the same issue as dfitz on vCenter VCSA 6.7, only if the <Username>@vsphere.local user is in the SSO > Administrators group it works, otherwise not. If you create a f... See more...
Hello Dahphinssov I have the same issue as dfitz on vCenter VCSA 6.7, only if the <Username>@vsphere.local user is in the SSO > Administrators group it works, otherwise not. If you create a fresh API user, where exactly do you give permissions so he can at least list information with GET command? Regards Hideyori
Hello all I have the following environment with VMware vSphere version 6.5 Update 1: - 2 x external PSC appliances behind a load balancer - 1 x VCA appliance I want to "Replace VMCA roo... See more...
Hello all I have the following environment with VMware vSphere version 6.5 Update 1: - 2 x external PSC appliances behind a load balancer - 1 x VCA appliance I want to "Replace VMCA root certificate with custom signing certifacte" option 2. in the "Certificate Manager". I tried several things but it didnt work, so I have the following questions/problems: - Does anybody know any good guide to follow? An actual one, as there seems to have changed a few things with update 1 - What should the VMCA name be? the FQDN name of the PSC HA VIP? - When I submit the CSR request to my certificate provider it states that it is missing the CN attribute ... Any help would be appreciated. Regards H
Hello all Is there with VMware vSphere 6.0 U2 a way to install the web client on a seperat server other then the vCenter server and connect  through that web client to the vCenter server? ... See more...
Hello all Is there with VMware vSphere 6.0 U2 a way to install the web client on a seperat server other then the vCenter server and connect  through that web client to the vCenter server? With VMware vSphere 5.5 this was possible. Regards Hide
Thanks for your reply! When I tried again this morning, it worked..with the last password I got when I reseted it, probably there were still some update tasks running or so...even I got the up... See more...
Thanks for your reply! When I tried again this morning, it worked..with the last password I got when I reseted it, probably there were still some update tasks running or so...even I got the update completed mail and waited long time Thanks
Hi all after upgrading my log insight from version 3.3 to version 3.6 I am not able to logon to the web gui with the admin user. It always says "Failed". I have already reseted the admin p... See more...
Hi all after upgrading my log insight from version 3.3 to version 3.6 I am not able to logon to the web gui with the admin user. It always says "Failed". I have already reseted the admin password via ssh with script li-reset-admin-passwd.sh Anyone having the same issue? Regards Hideyori
I know that HPRCU is not supported, so I am looking for another way to do this task.
Hi all We are using HP Blades 460 G8 with ESXi5.5. Does anybody know if it is possible to export and import the HP BIOS settings via ESXi5.5? Similar to how you can do it with Windows/Linux and ... See more...
Hi all We are using HP Blades 460 G8 with ESXi5.5. Does anybody know if it is possible to export and import the HP BIOS settings via ESXi5.5? Similar to how you can do it with Windows/Linux and HPRCU utility? Regards
Hello I had the same problem, and solved it, by installing the standalone converter directly into the VM that i wanted to convert and resize the disk. Regards Hideyori
Hi Pan1268 All I have done was resetup the server from scratch with ESX4.1i, run all updates and then I installed the updated network driver from: http://downloads.vmware.com/d/details/esxi4x_e... See more...
Hi Pan1268 All I have done was resetup the server from scratch with ESX4.1i, run all updates and then I installed the updated network driver from: http://downloads.vmware.com/d/details/esxi4x_emulex_be10gb_dt/ZCV0YnRkKmpidHdw and at the end I joined the dvSwitch again. And voila it worked. Regards Hideyori