Quantcast
Channel: VMware Communities : All Content - All Communities
Viewing all 207710 articles
Browse latest View live

Need to gather information about VMs in specific datacenters in environment

$
0
0

I need to pull up a bunch of information for the VMs living in specific datacenters within a vCenter (5.1, ugh) environment right now. There are three datacenters with clusters within each (plus some hosts not in clusters, but still within the datacenter items). With about 4000 VMs total, I really need a solid way to pull the information from just one datacenter, or even from a single cluster/host within each set. The first target is the smallest, with only 18 hosts and 111 VMs listed in the summary of the DC.

 

I've found some scripts to pull the information (or a good chunk of it) but I really need it to be more specific (instead of shotgunning to everything).

 

Information I really need to pull:

VM name (obviously)

vNIC with portgroup connected to, plus how many of them (if more than one at least) along with the adapter type selected (e1000, etc.)

VMDK information including how many and which datastore it's on as well as what the type of datastore it is (VMFS, NAS, etc.).

Snapshot if present (I'd also prefer to have the total snapshot size if easy, but I can always gather that later).

Affinity rule(s) applied against the VM(s). If this can include which rule is applied, that would be great.

 

 

IMO, easy stuff to add would be the OS inside the VM, IP address, and power state. I'd also like to have the location information for the VM. Such as which datacenter, cluster and host. Or at least have that available and either enabled or disabled easily (add/remove # in front of the lines).

 

I've been asked to get all of this for the first target before end of the week. I'd like to have it sometime before EOD tomorrow. One of the scripts I found earlier today is still runnning.

 

Get-VM | Select-Object Name, Powerstate, NumCPU, MemoryGB, @{N="Noofdisk"; E={($_ | Get-HardDisk).count}}, HardDisks, @{N="Datastore"; E={($_ | Get-Datastore).Name}}, @{N="DiskState"; E={($_ | Get-HardDisk).storageformat}}, ProvisionedSpaceGB,  @{N="Snapshot"; E={($_ | Get-snapshot).count}}, VMHost,   @{N="OS"; E={$_.ExtensionData.summary.config.guestfullname}} | Export-Csv -NoTypeInformation -UseCulture -Path "C:\powercli_reports\Inventory4Result.csv$(Get-Date -f MM-dd-yyyy-H-mm-ss).csv"

 

The above script just finished and pulled up all the info listed in it (good sign). Can I simply add "NetworkAdapter," to the list to get the adapter type for each VM?? I'd still like to narrow down the target to just the DC/cluster I need to focus on (at each run time). Even if it means altering the script to be target specific. I'm also going to still need the rest of the info I listed above added to this. With each run taking over an hour (around 1-1/4 to 1-1/2 hours) it would be better. Especially when I can target a smaller group and get the results faster.

 

Hopefully someone will answer up soon (like LucD).

 

update: added the "Get-Datacenter ="<datacenter>" | " at the start to narrow it down. I can change it to a cluster later when I start hitting the one with over 3000 VMs in it (so it takes less time).

Still trying to figure out how to get the Network Adapter Type added to the list. I've tried added "@{N="NetworkAdapter"; E={($_ | Get-NetworkAdapter)}}" but it's not giving me the desired result...

 

Update2: changed the NIC line to "@{N="NetworkAdapter"; E={($_ | Get-NetworkAdapter).type}}" and that pulls the info needed for that section... Need to figure out how to add a NIC count line to this too (hope what I'm thinking will work, but will see).

 

Update3: I've managed to get almost everything needed. Except for a way to get the DRS affinity rule for any VMs they are applied against. Since this is going against a DC, is that just not possible? I'll consider pushing the script against a cluster tomorrow.

 

Message was edited by: golddiggie


vmware workstation 100% disk usage

$
0
0

Hi All,

 

I have amd fx 8350 processor with 12 gb ram and 1 tb hard disk(not ssd). I have created some 10 vms and when i try to start few of them suddenly disk usage increases to 100%. I dont turn them all at a time, I give some time between each vm poweron. Still same issue happens. Moreover, even after sometime, after turning on my vms, same issue happens. on my host windows machine, disk usage is 100% most of the time. because of that my vmware workstation hangs and I am not able to do anything. I have to wait till disk utilization is free again. I have disabled windows search on my host machine but no luck.

 

I have added below lines  to all my vms vmx files but no use.


MemTrimRate = "0"

mainMem.useNamedFile = "FALSE"

sched.mem.pshare.enable = "FALSE"

prefvmx.useRecommendedLockedMemSize = "TRUE"


Can someone help me here?


Thanks,

Chaitanya.

FullyQualifiedErrorId : AmbiguousParameterSet,VMware.VimAutomation.ViCore.Cmdlets.Commands.NewVM

$
0
0

Hi, I am trying to create a vm in a script I have been using for a long time. I upgraded PowerCLI and can no longer create a vm. I am creating the vm on premise, so I do not need any cloud capabilities. I am afraid now that I have a hybrid set of resources which are impacting the commands. Here is the list of resources, would someone please help? Thanks!

I am using ESXi 6.7 Update 1

ModuleType Version    Name                           ExportedCommands                                         
---------- -------    ----                           ----------------                                         
Script6.7.0.11233116  VMware.DeployAutomation        {Add-DeployRule, Add-ProxyServer, Add-ScriptBundle, Copy-Depl...
Script6.7.0.11233116  VMware.ImageBuilder            {Add-EsxSoftwareDepot, Add-EsxSoftwarePackage, Compare-EsxIma...
Manifest   11.2.0.12780525 VMware.PowerCLI                                                                              
Script6.7.0.12483609  VMware.Vim                                                                                   
Script11.2.0.12483642 VMware.VimAutomation.Cis.Core  {Connect-CisServer, Disconnect-CisServer, Get-CisService}
Script11.0.0.10379994 VMware.VimAutomation.Cloud     {Add-CIDatastore, Connect-CIServer, Disconnect-CIServer, Get-...
Script11.2.0.12483627 VMware.VimAutomation.Common                                                                  
Script11.2.0.12483638 VMware.VimAutomation.Core      {Add-PassthroughDevice, Add-VirtualSwitchPhysicalNetworkAdapt...
Script11.2.0.12483619 VMware.VimAutomation.Hcx       {Connect-HCXServer, Disconnect-HCXServer, Get-HCXAppliance, G...
Script7.6.0.12680098  VMware.VimAutomation.HorizonView{Connect-HVServer, Disconnect-HVServer}                  
Script10.0.0.7893904  VMware.VimAutomation.License   Get-LicenseDataManager                                   
Script11.2.0.12483633 VMware.VimAutomation.Nsxt      {Connect-NsxtServer, Disconnect-NsxtServer, Get-NsxtPolicySer...
Script11.2.0.12483635 VMware.VimAutomation.Sdk       {Get-ErrorReport, Get-PSVersion, Get-InstallPath}        
Script11.0.0.10380515 VMware.VimAutomation.Security  {Get-SecurityInfo, Get-VTpm, Get-VTpmCertificate, Get-VTpmCSR...
Script11.2.0.12483605 VMware.VimAutomation.Srm       {Connect-SrmServer, Disconnect-SrmServer}                
Script11.2.0.12483611 VMware.VimAutomation.Storage   {Add-KeyManagementServer, Copy-VDisk, Export-SpbmStoragePolic...
Script1.3.0.0    VMware.VimAutomation.StorageUtility Update-VmfsDatastore                                     
Script11.2.0.12483615 VMware.VimAutomation.Vds       {Add-VDSwitchPhysicalNetworkAdapter, Add-VDSwitchVMHost, Expo...
Script11.2.0.12483614 VMware.VimAutomation.Vmc       {Connect-Vmc, Disconnect-Vmc, Get-VmcSddcNetworkService, Get-...
Script10.0.0.7893921  VMware.VimAutomation.vROps     {Connect-OMServer, Disconnect-OMServer, Get-OMAlert, Get-OMAl...
Script6.5.1.7862888   VMware.VumAutomation           {Add-EntityBaseline, Copy-Patch, Get-Baseline, Get-Compliance...

password dimenticata esxi

$
0
0

il cliente si e' dimenticato la password. E' possibile inserire una nuova password su esxi senza dannegiare gli host.. Sono ancora alle prime armi.

Esiste un Metodo? passo passo.

Get Template name and folder name

$
0
0

Hi,

 

Please help, how to get the Template Name and its folder name where is located.

 

I tried below command but it is not showing folder name

 

get-Folder | Get-Template Template-Windows2008R264bit

Host Status report

$
0
0

I would like to run a script to output a table. The table would have 3 columns, Cluster name, host name and Overallstatus. ( we only have 1 datacentre so don't need a column for that)

 

Cluster     Host     OverallStatus

Cluster1     Host1     Green

Cluster1     Host2     Red

Cluster2     Host3     Green

 

I can get the later 2 columns ok with the line;

 

Get-Datacenter"Datacentre name"|Get-VMHost|Get-View|Format-Table-PropertyName,Overallstatus-AutoSize

 

Its getting the Cluster name added to the table as the first column that's the problem. Parent seems to be the cluster name property for vmhost, but its working it into the script.  Presumably this can be done in multiple ways and I am sure there is a simple way but i'm not finding it.

 

The plan is also to email this out, with the table being in the body of the email.

 

Any help would be gratefully received.

 

Chris

 

 

 

 

 

AppStack cannot mount to VDI

$
0
0

Hi all,

 

I have a Horizon 7.7 environment. I am running a Instant Clone pool and appvolume of Windows 10 VMs . I log to AppVolumes Manager and provision/configure the appstack successfully.   I then successfully assign the appstack to the user and system in my instant clone pool and attached Appstack and Writable Volume all user and everything normal except running fifth esxi host. when i login vdi on 5.esx cannot attached any vmdk to vm.

 

screenshot.PNG

 

Server Side error log

 

C:\Program Files (x86)\CloudVolumes\Manager\log\production0000x.log

 

[2019-03-10 11:26:10 UTC]        P3728  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 125220 secs old

[2019-03-10 11:26:10 UTC]        P3728  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 131744 secs old

[2019-03-10 11:26:10 UTC]        P3728  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 125220 secs old

[2019-03-10 11:26:10 UTC]        P3728  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <VMware ESX#42074280 root@hldmrk-esx-05.xyz.local>" - 125220 secs old

[2019-03-10 11:26:10 UTC]        P3728  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <VMware ESX#38242480 root@hldmrk-esx-05.xyz.local>" - 125220 secs old

[2019-03-10 11:26:16 UTC] P3984DJ14691  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 10061 secs old

[2019-03-10 11:26:19 UTC]        P3580  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 128540 secs old

[2019-03-10 11:26:19 UTC]        P3580  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 128540 secs old

[2019-03-10 11:26:19 UTC]        P3580  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 132328 secs old

[2019-03-10 11:26:19 UTC]        P3580  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <VMware ESX#168393740 root@hldmrk-esx-05.xyz.local>" - 128540 secs old

[2019-03-10 11:26:19 UTC]        P3580  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <VMware ESX#114259320 root@hldmrk-esx-05.xyz.local>" - 128540 secs old

[2019-03-10 11:26:20 UTC]        P3292  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 131778 secs old

[2019-03-10 11:26:20 UTC]        P3292  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 129944 secs old

[2019-03-10 11:26:20 UTC]        P3292  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 129944 secs old

[2019-03-10 11:26:20 UTC]        P3292  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <VMware ESX#34309560 root@hldmrk-esx-05.xyz.local>" - 129944 secs old

[2019-03-10 11:26:20 UTC]        P3292  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <VMware ESX#22644900 root@hldmrk-esx-05.xyz.local>" - 129944 secs old

[2019-03-10 11:26:23 UTC]        P3932  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 132335 secs old

[2019-03-10 11:26:29 UTC] P6864DJ14743  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 1981 secs old

[2019-03-10 11:26:29 UTC] P6864DJ14743  INFO        Cvo: Validating SSL certificate for "hldmrk-vcn-10.xyz.local": Trusted by an administrator

[2019-03-10 11:26:29 UTC] P6864DJ14743  INFO        Cvo: Validated SSL certificate for "hldmrk-vcn-10.xyz.local". Validation Result = true, Validation Status = 2.

[2019-03-10 11:26:29 UTC] P6864DJ14743  INFO        Cvo: Size of AVM SSL Fingerprint cache is 1

[2019-03-10 11:26:29 UTC] P6864DJ14743  INFO        Cvo: Validating SSL certificate for "hldmrk-vcn-10.xyz.local": Trusted by an administrator

[2019-03-10 11:26:29 UTC] P6864DJ14743  INFO        Cvo: Validated SSL certificate for "hldmrk-vcn-10.xyz.local". Validation Result = true, Validation Status = 2.

[2019-03-10 11:26:29 UTC] P6864DJ14743  INFO        Cvo: Size of AVM SSL Fingerprint cache is 1

[2019-03-10 11:26:29 UTC] P6864DJ14743  INFO        Cvo: [AdapterState] Active - "Hypervisor <VMware vCenter#26203460 administrator@vsphere.local@hldmrk-vcn-10.xyz.local>" - 443 secs old - Ping took 75ms

[2019-03-10 11:27:10 UTC]        P3728  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 125280 secs old

[2019-03-10 11:27:10 UTC]        P3728  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 131804 secs old

[2019-03-10 11:27:10 UTC]        P3728  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 125280 secs old

[2019-03-10 11:27:10 UTC]        P3728  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <VMware ESX#42074280 root@hldmrk-esx-05.xyz.local>" - 125280 secs old

[2019-03-10 11:27:10 UTC]        P3728  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <VMware ESX#38242480 root@hldmrk-esx-05.xyz.local>" - 125280 secs old

[2019-03-10 11:27:16 UTC] P3984DJ14691  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 10121 secs old

[2019-03-10 11:27:17 UTC] P3984DJ14749  INFO 2019-03-10T14:27:17+0300: [Worker(host:HLDMRK-APP-01 pid:3984)] Job UpdateTimeseriesJob#perform (id=14766) RUNNING

[2019-03-10 11:27:17 UTC] P3984DJ14766  INFO        Cvo: Starting job: Update Graphs #<Thread:0x000000000134ff20>

[2019-03-10 11:27:17 UTC] P3984DJ14766  INFO        Cvo: Background worker updating snapvol timeseries

[2019-03-10 11:27:17 UTC] P3984DJ14766  INFO        Cvo: Background worker updated snapvol_timeseries successfully

[2019-03-10 11:27:17 UTC] P3984DJ14766  INFO        Cvo: Finished job: Update Graphs #<Thread:0x000000000134ff20>

[2019-03-10 11:27:17 UTC] P3984DJ14766  INFO 2019-03-10T14:27:17+0300: [Worker(host:HLDMRK-APP-01 pid:3984)] Job UpdateTimeseriesJob#perform (id=14766) COMPLETED after 0.2557

[2019-03-10 11:27:17 UTC] P3984DJ14766  INFO 2019-03-10T14:27:17+0300: [Worker(host:HLDMRK-APP-01 pid:3984)] Job ExpireSessionsJob#perform (id=14767) RUNNING

[2019-03-10 11:27:17 UTC] P3984DJ14767  INFO        Cvo: Starting job: Expire Sessions #<Thread:0x000000000134ff20>

[2019-03-10 11:27:17 UTC] P3984DJ14767  INFO        Cvo: Background worker expiring old sessions

[2019-03-10 11:27:17 UTC] P3984DJ14767  INFO        Cvo: Finished job: Expire Sessions #<Thread:0x000000000134ff20>

[2019-03-10 11:27:17 UTC] P3984DJ14767  INFO 2019-03-10T14:27:17+0300: [Worker(host:HLDMRK-APP-01 pid:3984)] Job ExpireSessionsJob#perform (id=14767) COMPLETED after 0.0152

[2019-03-10 11:27:17 UTC] P3984DJ14767  INFO 2019-03-10T14:27:17+0300: [Worker(host:HLDMRK-APP-01 pid:3984)] Job RemoveStaleStorageLocationsJob#perform (id=14768) RUNNING

[2019-03-10 11:27:17 UTC] P3984DJ14768  INFO        Cvo: Starting job: Remove Stale Storages #<Thread:0x000000000134ff20>

[2019-03-10 11:27:17 UTC] P3984DJ14768  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 10123 secs old

[2019-03-10 11:27:17 UTC] P3984DJ14768  INFO        Cvo: Hypervisor Pool: Acquired 'vcenters' adapter 1 of 25 for 'vcenters-1982216792' in 0.0 seconds

[2019-03-10 11:27:17 UTC] P3984DJ14768  INFO        Cvo: Starting cleanup of stale storage locations

[2019-03-10 11:27:17 UTC] P3984DJ14768  INFO        Cvo: Hypervisor Pool: Acquired 'vcenter' adapter 1 of 25 for 'vcenter93436986' in 0.0 seconds

[2019-03-10 11:27:17 UTC] P3984DJ14768  INFO   RvSphere: Connecting to vSphere "administrator@vsphere.local@hldmrk-vcn-10.xyz.local" on "#<Thread:0x0000000003159480>"

[2019-03-10 11:27:17 UTC] P3984DJ14768  INFO   RvSphere: Establishing verified SSL connection to vSphere at "https://administrator@vsphere.local@hldmrk-vcn-10.xyz.local" without certificate authorities due to missing file: "C:/Program Files (x86)/CloudVolumes/Manager/config/cacert.pem"

[2019-03-10 11:27:17 UTC] P3984DJ14768  INFO        Cvo: Validating SSL certificate for "hldmrk-vcn-10.xyz.local": Trusted by an administrator

[2019-03-10 11:27:17 UTC] P3984DJ14768  INFO        Cvo: Validated SSL certificate for "hldmrk-vcn-10.xyz.local". Validation Result = true, Validation Status = 2.

[2019-03-10 11:27:17 UTC] P3984DJ14768  INFO        Cvo: Size of AVM SSL Fingerprint cache is 1

[2019-03-10 11:27:17 UTC] P3984DJ14768  INFO        Cvo: Validating SSL certificate for "hldmrk-vcn-10.xyz.local": Trusted by an administrator

[2019-03-10 11:27:17 UTC] P3984DJ14768  INFO        Cvo: Validated SSL certificate for "hldmrk-vcn-10.xyz.local". Validation Result = true, Validation Status = 2.

[2019-03-10 11:27:17 UTC] P3984DJ14768  INFO        Cvo: Size of AVM SSL Fingerprint cache is 1

[2019-03-10 11:27:18 UTC] P3984DJ14768  INFO   RvSphere: Connection to vSphere at "administrator@vsphere.local@hldmrk-vcn-10.xyz.local" on "#<Thread:0x0000000003159480>" was successful and took 112.07ms

[2019-03-10 11:27:18 UTC] P3984DJ14768  INFO   RvSphere: vSphere Server: "VMware vCenter Server 6.7.0 build-11727113" Instance: "d47a4f88-462e-4cd8-98f1-88d5be1586cf" License: "VMware VirtualCenter Server"

[2019-03-10 11:27:18 UTC] P3984DJ14768  INFO        Cvo: Size of the AVM SSL Fingerprint cache is 0

[2019-03-10 11:27:18 UTC] P3984DJ14768  INFO        Cvo: Processing 0 stale storage locations

[2019-03-10 11:27:18 UTC] P3984DJ14768  INFO        Cvo: Finished job: Remove Stale Storages #<Thread:0x000000000134ff20>

[2019-03-10 11:27:18 UTC] P3984DJ14768  INFO 2019-03-10T14:27:18+0300: [Worker(host:HLDMRK-APP-01 pid:3984)] Job RemoveStaleStorageLocationsJob#perform (id=14768) COMPLETED after 0.5011

[2019-03-10 11:27:18 UTC] P3984DJ14768  INFO 2019-03-10T14:27:18+0300: [Worker(host:HLDMRK-APP-01 pid:3984)] Job ImportStorageGroupsJob#perform (id=14769) RUNNING

[2019-03-10 11:27:18 UTC] P3984DJ14769  INFO        Cvo: Starting job: Import Storage Groups #<Thread:0x000000000134ff20>

[2019-03-10 11:27:18 UTC] P3984DJ14769  INFO        Cvo: Importing volumes from storage groups

[2019-03-10 11:27:18 UTC] P3984DJ14769  INFO        Cvo: Finished job: Import Storage Groups #<Thread:0x000000000134ff20>

[2019-03-10 11:27:18 UTC] P3984DJ14769  INFO 2019-03-10T14:27:18+0300: [Worker(host:HLDMRK-APP-01 pid:3984)] Job ImportStorageGroupsJob#perform (id=14769) COMPLETED after 0.0067

[2019-03-10 11:27:18 UTC] P3984DJ14769  INFO 2019-03-10T14:27:18+0300: [Worker(host:HLDMRK-APP-01 pid:3984)] Job MarshalWritablesJob#perform (id=14770) RUNNING

[2019-03-10 11:27:18 UTC] P3984DJ14770  INFO        Cvo: Starting job: Marshal Writables #<Thread:0x000000000134ff20>

[2019-03-10 11:27:18 UTC] P3984DJ14770  INFO        Cvo: "Queued 0 writable volume 0 operations (0 move, 0 restore, 0 backup)"

[2019-03-10 11:27:18 UTC] P3984DJ14770  INFO        Cvo: Finished job: Marshal Writables #<Thread:0x000000000134ff20>

[2019-03-10 11:27:18 UTC] P3984DJ14770  INFO 2019-03-10T14:27:18+0300: [Worker(host:HLDMRK-APP-01 pid:3984)] Job MarshalWritablesJob#perform (id=14770) COMPLETED after 0.0153

[2019-03-10 11:27:18 UTC] P3984DJ14770  INFO 2019-03-10T14:27:18+0300: [Worker(host:HLDMRK-APP-01 pid:3984)] 5 jobs processed at 5.6051 j/s, 0 failed

[2019-03-10 11:27:19 UTC]        P3580  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 128600 secs old

[2019-03-10 11:27:19 UTC]        P3580  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 128600 secs old

[2019-03-10 11:27:19 UTC]        P3580  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 132388 secs old

[2019-03-10 11:27:19 UTC]        P3580  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <VMware ESX#168393740 root@hldmrk-esx-05.xyz.local>" - 128600 secs old

[2019-03-10 11:27:19 UTC]        P3580  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <VMware ESX#114259320 root@hldmrk-esx-05.xyz.local>" - 128600 secs old

[2019-03-10 11:27:20 UTC]        P3292  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 131838 secs old

[2019-03-10 11:27:20 UTC]        P3292  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 130004 secs old

[2019-03-10 11:27:20 UTC]        P3292  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 130004 secs old

[2019-03-10 11:27:20 UTC]        P3292  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <VMware ESX#34309560 root@hldmrk-esx-05.xyz.local>" - 130004 secs old

[2019-03-10 11:27:20 UTC]        P3292  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <VMware ESX#22644900 root@hldmrk-esx-05.xyz.local>" - 130004 secs old

[2019-03-10 11:27:23 UTC]        P3932  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 132395 secs old

[2019-03-10 11:27:29 UTC] P6864DJ14743  INFO        Cvo: [AdapterState] Not Connected - "Hypervisor <Multiple vCenters>" - 2041 secs old

[2019-03-10 11:27:29 UTC] P6864DJ14743  INFO        Cvo: Validating SSL certificate for "hldmrk-vcn-10.xyz.local": Trusted by an administrator

[2019-03-10 11:27:29 UTC] P6864DJ14743  INFO        Cvo: Validated SSL certificate for "hldmrk-vcn-10.xyz.local". Validation Result = true, Validation Status = 2.

[2019-03-10 11:27:29 UTC] P6864DJ14743  INFO        Cvo: Size of AVM SSL Fingerprint cache is 1

[2019-03-10 11:27:29 UTC] P6864DJ14743  INFO        Cvo: Validating SSL certificate for "hldmrk-vcn-10.xyz.local": Trusted by an administrator

[2019-03-10 11:27:29 UTC] P6864DJ14743  INFO        Cvo: Validated SSL certificate for "hldmrk-vcn-10.xyz.local". Validation Result = true, Validation Status = 2.

[2019-03-10 11:27:29 UTC] P6864DJ14743  INFO        Cvo: Size of AVM SSL Fingerprint cache is 1

[2019-03-10 11:27:29 UTC] P6864DJ14743  INFO        Cvo: [AdapterState] Active - "Hypervisor <VMware vCenter#26203460 administrator@vsphere.local@hldmrk-vcn-10.xyz.local>" - 503 secs old - Ping took 64ms

[2019-03-10 11:27:31 UTC]   P3728R1124  INFO Started GET "/cv_api/jobs/schedule?jobs=update_timeseries" for 127.0.0.1 at 2019-03-10 14:27:31 +0300

[2019-03-10 11:27:31 UTC]   P3728R1124  INFO Processing by CvApi::JobsController#schedule as */*

[2019-03-10 11:27:31 UTC]   P3728R1124  INFO   Parameters: {"jobs"=>"update_timeseries"}

[2019-03-10 11:27:31 UTC]   P3728R1124  INFO Referred by nothing using Ruby

[2019-03-10 11:27:31 UTC]   P3728R1124  INFO        Cvo: Scheduling job "Update Graphs"

[2019-03-10 11:27:31 UTC]   P3728R1124  INFO        Cvo: Unable to run job "UpdateTimeseriesJob" because it ran too recently, it can run in 30 minutes

[2019-03-10 11:27:31 UTC]   P3728R1124  INFO   Rendered text template (0.0ms)

[2019-03-10 11:27:31 UTC]   P3728R1124  INFO Completed 200 OK in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)

 

[2019-03-10 11:27:31 UTC]   P3728R1124  INFO

 

Thanks in advance for any advice!

ESXTOP Question

$
0
0

Hello All,

 

I am using the esxtop command to gather data for a project I am working on.  The information I have read is that to collect data I would run this command:  "nohup esxtop –b –d 60 –n 60 > /file/location/esxtop.csv"  According to this command it will collect data every 60 seconds for 60 intervals which would come out to 1 hour.  I executed the command and i ended up stopping the command after running for 1 hour and 10 min. because it was still running.  Are the syntax I am using to run this command incorrect?  The verison of ESXi the command is running on is ESXi 6.0 Express Patch 7a.


Licensing VM (windows server) ESXI host

$
0
0

Hi,

 

So we recently get a datacenter license for two ESXI host that will allow us to install as many VM with windows server we want.

 

https://download.microsoft.com/download/7/C/E/7CED6910-C7B2-4196-8C55-208EE0B427E2/Windows_Server_2019_licensing_datashe…

 

Now, I checked vsphere but well there is nowhere to put a license for this, so I'm guessing is just like a contract that will said these 2 ESXI Host with serial number, are allowed to install as many VM. But then how do I activate the Windows Server SO that are inside of each VM?  I've been reading in a lot of parts that this should be automatically but is not or at least I haven't found anywhere how to do it.

 

I did check our Microsoft VLSC and find out recently we got a bunch of keys for Server 2008, 2008R2, 2012R2, 2016 and 2019 for all editions. My guess is that these keys are for activating the SO in the VM but another question raised.

 

Each pair of keys has a counter 0/45 and are MAK. So that means we can only activate 90 servers 2008, 2008R2..... and so on? Wasn't it suppose to be unlimited amount of VM?

 

Any help appreciated it.

Adding Permission to an object throws the error

$
0
0

We have recently upgraded our vCenter from 6.0 to 6.7, build 11727113. After the upgrade, we have experienced what seems to be a bug regarding assigning privileges to objects like VMs, or folders on vCenter.

 

My user is a part of a group 'Administrators', which has global Administrator Permissions.

The problem I am experiencing right after the upgrade is when I try to add permissions to a local vCenter user using my administrator account, I get the following error:

"The requested change cannot be completed because it could leave the system without full administrative privileges for a user or group."

After doing a bit of googling I stabled on this only post that addresses the error: VMware Knowledge Base

From what it seems like, it has nothing to do with the issue I have, since I am not trying to do anything with users that have global Permissions, I am just trying to give some permissions to the newly created user on vCenter. This makes infrastructure virtually unusable, and the only right way I see it to just reinstall vCenter(which will require downtime, that I would really like to avoid) which might not even solve the issue.

 

My colleague has recently tried to reproduce the issue with the same vCenter, and he didn't have the same issue. So the issue might be exactly during the upgrade process and not fresh install

 

 

What we found different, is that global permissions on our infrastructure currently look something like this:

Image Pasted at 2019-3-23 02-27.png

 

And this is what fresh install looks like:

Image Pasted at 2019-3-23 02-28.png

We have used Migrate to the vCenter Server Appliance - VMware vSphere Blog  to migrate

Get fiber channel path io stats

$
0
0

We are migrating fiber switches and I'm trying to find a way to verify io is going over the paths we are moving. Using this

 

Get-VMHost $host | Get-ScsiLun | Get-ScsiLunPath

 

I only see active or standby, but comparing this against the gui there isn't an Active(io) state, or a way to tell which one has active io.   I made this based  and it works, but I'm hoping to improve it to tie the paths back to actual datastores if possible, but I can't see a way yet. Is it possible and is this the best way to test this?

 

 

$esxcli= Get-EsxCli -VMHost $esx -V2

$paths=$esxcli.storage.core.path.stats.get.Invoke()

foreach($path in $paths)

{

    $measure1 = $esxcli.storage.core.path.stats.get.Invoke(@{path=$path.RuntimeName})

    sleep 5

    $measure2 = $esxcli.storage.core.path.stats.get.Invoke(@{path=$path.RuntimeName})

 

 

    $pathSuccessCommands=$measure2.SuccessfulCommands - $measure1.SuccessfulCommands

 

 

    Write-Host $path.RuntimeName +" " + $pathSuccessCommands

}

Script to collect from all VM adapters - portgroup (network), VLAN ID, subnet mask, gateway address

$
0
0

This info is not all in one place, which adds to the complexity. I need to gather from all VM's info on all adapters portgroup and I need the VLAN ID, the gateway address, and the subnet mask. The reason for this is we want to gather portgroup info about both VLAN and network (subnet and gateway).

Get SQL Server and Database information before migrating MSSQL 2008 to MSSQL 2016

$
0
0

Trying to build powercli tool, to collect Database Server information before making migration plan.

I need a MSSQL Server and Database overview, By VLANs.

 

I made an attempt, but it's very slow and bulky. Can it be made quicker/Less bulky? Can't figure out how to speed things up with get-view/parallel/async please help!

 

#Get PoweredOn Windows VMs in selected VLAN --> Result 47 VMs in 38 sec

$SelectedVLAN = "2033_dmz1"

$VMGuestInfo = Get-Cluster *-windows | Get-VM | where {$_.PowerState -match "PoweredOn"} | where { ($_ | Get-VirtualPortGroup | where {$_.name -match $SelectedVLAN})}

$VMGuest = $VMGuestInfo.name

$VMGuest

 

 

#Get MSSQL servers from above list --> Result 7 VMs out of 47 with SQL in 5 min (can this be run in parallel/async)

$svcName = "mssqlserver"

$scriptoutput = @()

$VMSWithMSSQL = @()

$guestScript = "(get-service $svcName | ConvertTo-CSV -NoTypeInformation)"

foreach ($VM in $VMGuest)

    {

    #$scriptoutput += $VM

    $scriptoutput = (Invoke-VMScript -vm $VM -scriptText $guestScript  -GuestUser 'XXXXXXX' -GuestPassword 'XXXXXXX' -WarningAction SilentlyContinue | ConvertFrom-CSV).name

    $VMSWithMSSQL += if($scriptoutput -eq "$svcName"){$VM}

    }

$VMSWithMSSQL

 

 

#Get SQL information --> Result 3 Database servers returning databases 4 with

$result = @()

$Report = @()

$result = $VMSWithMSSQL | ForEach-Object `

{

    $Server = $_

    $Item = (Invoke-VMScript -VM $Server -ScriptText {Invoke-Sqlcmd -ServerInstance $Server -Database master -query "(SELECT name FROM [master].[sys].[databases] WHERE name NOT IN ('master', 'model', 'tempdb', 'msdb', 'Resource'))"} -GuestUser 'XXXX' -GuestPassword 'XXXXXXX' –WarningAction SilentlyContinue).ScriptOutput

    $Item1 = $item.Split('',[System.StringSplitOptions]::RemoveEmptyEntries)

    $Item2 = $Item1

    $Item3 = $Item2[2..$Item2.count]

 

 

    New-Object PSObject -Property @{

        Server = $Server

        Databases = $Item3

    }

 

 

}

$result

 

Resulting report on single VLAN: 2033_dmz1

Server    : DBServer01

Databases : {DB1, DB2, DB3, DB4}

 

Server    : DBServer02

Databases : {'Invoke-Sqlcmd', is, not, recognized...}

 

It looks like User/Password isn't correct for Server showing "Databases : {'Invoke-Sqlcmd', is, not, recognized...}"

 

What would be the best way to make credentials check/Pick another from list, before proceeding with the SQL query?

How can I get the following information into my report: Database server version, Database collation, Database collation and Containment type?

fusion 10

$
0
0

buogiorno

 

Vorrei che mi aiutaste a risolvere un problema

top non posso installa re fusion11 perché mi provoca il nascondimento degli usb ,in pratica non me li fa vedere

potete aiutarmi a risolvere questo problema?

santambrogio dott sergio

Unable to install staf

$
0
0

Hi ,

 

Currently configuring  vmware workbench with ESXi machines. While installing staf on the esx machines getting below response.

 

 

Staf Ping Failed : Please check the network connection and make sure all firewalls are disabled.

 

 

Network connectivity is good  and checked the firewall status .

 

 

esxcli network firewall get
   Default Action: DROP
   Enabled: false
   Loaded: true

 

 

Any ideas to install staf and resolve this issue ?

 

 

Thanks in Advance .

 

 

- venkatesh


ESXi 6.0/6.7 cant be added to VCSA 6.7

$
0
0

I'm baffled by this one.... Hopefully someone can enlight me

 

The facts.

I have a VCSA 6.7 (6.7.0.21000) running with 2 clusters and 5 hosts running either ESXi 6.0 or 6.7.

Nothing fancy to it at all; selfsigned certs, AD over LDAP integrated. Very straight forward really.

All hosts and VCSA are on the same internal /24 subnet, and using 2 public DNS servers that my company controls - not my table though.

 

The history.

The VCSA was deployed back in December 18/January 19, and the 5 hosts were added to the vCenter with running VM's. The hosts were running 6.0 and some were later upgraded to 6.7.

 

The problem.

I want to add another host to the vCenter to balance the load of a cluster. But it's a nogo.

From the UI the task reaches 0% and times out after 15 minutes of idle time. "A general system error occured: Connection times out" Below I'll paste some findings from the logs.

 

Fun facts.

I installed the host with 6.7 Dell Customized. After troubleshotting the issue for a while, I decided to install 6.0 Dell Customized - but the same result. However.... for some reason I still have the old vSphere 6.0 Windows vCenter running. And the ESXi 6.0 connects JUST FINE to that one. Huh?

Disconnected the host from vCenter 6.0 and tried connection to VCSA 6.7 - still no luck. Baffled.... (The Windows vCenter is likewise on the same internal subnet)

 

All hosts are Dell PowerEdge M630 with 2 x 2-ports QLogic 57810 10G adapter. 2 ports are used for iSCSI storage and 2 for VM traffic, mgmt, vMotion etc.

 

Hostd.log

Accepted password for user root from 10.230.9.101 (VCSA)

2019-03-23T11:45:57.046Z info hostd[39A40B70] [Originator@6876 sub=Vimsvc.ha-eventmgr opID=jtlcpedv-5521-auto-49f-h5:70000258-bb-3d33 user=:VSPHERE.LOCAL\Administrator] Event 143 : User root@10.230.9.101 logged in as VMware-client/6.5.0

2019-03-23T11:45:57.062Z info hostd[392C1B70] [Originator@6876 sub=Hostsvc.VsanSystemProvider opID=jtlcpedv-5521-auto-49f-h5:70000258-bb-3d38 user=root:VSPHERE.LOCAL\Administrator] Complete, runtime info: (vim.vsan.host.VsanRuntimeInfo) {

-->    accessGenNo = 0,

--> }

2019-03-23T11:45:57.097Z warning hostd[39AC2B70] [Originator@6876 sub=HTTP server] UnimplementedRequestHandler: HTTP method POST not supported for URI /fdm

2019-03-23T11:45:57.098Z info hostd[392C1B70] [Originator@6876 sub=Vimsvc.ha-eventmgr opID=jtlcpedv-5521-auto-49f-h5:70000258-bb-3d39 user=root:VSPHERE.LOCAL\Administrator] Event 144 : User root@10.230.9.101 logged out (login time: Saturday, 23 March, 2019 11:45:57, number of API invocations: 0, user agent: VMware-client/6.5.0)

[LikewiseGetDomainJoinInfo:355] QueryInformation(): ERROR_FILE_NOT_FOUND (2/0):

Accepted password for user root from 10.230.9.101

2019-03-23T11:45:58.605Z info hostd[392C1B70] [Originator@6876 sub=Vimsvc.ha-eventmgr opID=jtlcpedv-5524-auto-49h-h5:70000259-f-3d3c user=:VSPHERE.LOCAL\Administrator] Event 145 : User root@10.230.9.101 logged in as VMware-client/6.5.0

2019-03-23T11:45:58.622Z info hostd[39AC2B70] [Originator@6876 sub=Hostsvc.VsanSystemProvider opID=jtlcpedv-5524-auto-49h-h5:70000259-f-3d41 user=root:VSPHERE.LOCAL\Administrator] Complete, runtime info: (vim.vsan.host.VsanRuntimeInfo) {

-->    accessGenNo = 0,

--> }

2019-03-23T11:45:58.656Z warning hostd[39A40B70] [Originator@6876 sub=HTTP server] UnimplementedRequestHandler: HTTP method POST not supported for URI /fdm

2019-03-23T11:45:58.657Z info hostd[39AC2B70] [Originator@6876 sub=Vimsvc.ha-eventmgr opID=jtlcpedv-5524-auto-49h-h5:70000259-f-3d42 user=root:VSPHERE.LOCAL\Administrator] Event 146 : User root@10.230.9.101 logged out (login time: Saturday, 23 March, 2019 11:45:58, number of API invocations: 0, user agent: VMware-client/6.5.0)

[LikewiseGetDomainJoinInfo:355] QueryInformation(): ERROR_FILE_NOT_FOUND (2/0):

Accepted password for user root from 10.230.9.101

2019-03-23T11:46:03.030Z info hostd[39AC2B70] [Originator@6876 sub=Vimsvc.ha-eventmgr opID=jtlcpedv-5530-auto-49n-h5:70000264-5e-3d45 user=:VSPHERE.LOCAL\Administrator] Event 147 : User root@10.230.9.101 logged in as VMware-client/6.5.0

2019-03-23T11:46:03.046Z info hostd[39AC2B70] [Originator@6876 sub=Hostsvc.VsanSystemProvider opID=jtlcpedv-5530-auto-49n-h5:70000264-5e-3d4a user=root:VSPHERE.LOCAL\Administrator] Complete, runtime info: (vim.vsan.host.VsanRuntimeInfo) {

-->    accessGenNo = 0,

--> }

2019-03-23T11:46:03.080Z warning hostd[39A40B70] [Originator@6876 sub=HTTP server] UnimplementedRequestHandler: HTTP method POST not supported for URI /fdm

2019-03-23T11:46:03.081Z info hostd[39AC2B70] [Originator@6876 sub=Vimsvc.ha-eventmgr opID=jtlcpedv-5530-auto-49n-h5:70000264-5e-3d4b user=root:VSPHERE.LOCAL\Administrator] Event 148 : User root@10.230.9.101 logged out (login time: Saturday, 23 March, 2019 11:46:03, number of API invocations: 0, user agent: VMware-client/6.5.0)

[LikewiseGetDomainJoinInfo:355] QueryInformation(): ERROR_FILE_NOT_FOUND (2/0):

[LikewiseGetDomainJoinInfo:355] QueryInformation(): ERROR_FILE_NOT_FOUND (2/0):

Accepted password for user root from 10.230.9.101

2019-03-23T11:46:22.866Z info hostd[392C1B70] [Originator@6876 sub=Vimsvc.ha-eventmgr opID=jtlcpedv-5555-auto-4ad-h5:70000273-53-3d4e user=:VSPHERE.LOCAL\Administrator] Event 149 : User root@10.230.9.101 logged in as VMware-client/6.5.0

2019-03-23T11:46:22.882Z info hostd[38D80B70] [Originator@6876 sub=Hostsvc.VsanSystemProvider opID=jtlcpedv-5555-auto-4ad-h5:70000273-53-3d53 user=root:VSPHERE.LOCAL\Administrator] Complete, runtime info: (vim.vsan.host.VsanRuntimeInfo) {

-->    accessGenNo = 0,

--> }

2019-03-23T11:46:22.916Z warning hostd[39AC2B70] [Originator@6876 sub=HTTP server] UnimplementedRequestHandler: HTTP method POST not supported for URI /fdm

2019-03-23T11:46:22.917Z info hostd[38D80B70] [Originator@6876 sub=Vimsvc.ha-eventmgr opID=jtlcpedv-5555-auto-4ad-h5:70000273-53-3d54 user=root:VSPHERE.LOCAL\Administrator] Event 150 : User root@10.230.9.101 logged out (login time: Saturday, 23 March, 2019 11:46:22, number of API invocations: 0, user agent: VMware-client/6.5.0)

[LikewiseGetDomainJoinInfo:355] QueryInformation(): ERROR_FILE_NOT_FOUND (2/0):

Accepted password for user root from 10.230.9.101

 

vpxd.log

2019-03-23T14:59:12.585+01:00 info vpxd[04603] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-8c] [VpxLRO] -- BEGIN lro-49503 -- AuthorizationManager -- vim.AuthorizationManager.hasPrivilegeOnEntities -- 529a744c-77ac-33c8-9b6b-b1f99c882732(523b42a3-d4bb-6b90-b234-bf94d7e1ff02)

2019-03-23T14:59:12.585+01:00 info vpxd[04603] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-8c] [VpxLRO] -- FINISH lro-49503

2019-03-23T14:59:12.634+01:00 info vpxd[04679] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-cd] [VpxLRO] -- BEGIN lro-49504 -- AuthorizationManager -- vim.AuthorizationManager.hasPrivilegeOnEntities -- 529a744c-77ac-33c8-9b6b-b1f99c882732(523b42a3-d4bb-6b90-b234-bf94d7e1ff02)

2019-03-23T14:59:12.634+01:00 info vpxd[04679] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-cd] [VpxLRO] -- FINISH lro-49504

2019-03-23T14:59:12.637+01:00 info vpxd[04579] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-W1311-44] [VpxLRO] -- BEGIN lro-49505 -- ViewManager -- vim.view.ViewManager.createContainerView -- 529a744c-77ac-33c8-9b6b-b1f99c882732(523b42a3-d4bb-6b90-b234-bf94d7e1ff02)

2019-03-23T14:59:12.638+01:00 info vpxd[04579] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-W1311-44] [VpxLRO] -- FINISH lro-49505

2019-03-23T14:59:12.647+01:00 info vpxd[04595] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-W1311-2a] [VpxLRO] -- BEGIN lro-49508 -- session[529a744c-77ac-33c8-9b6b-b1f99c882732]52c4ac54-178a-5b89-9464-aeb591df4733 -- vim.view.View.destroy -- 529a744c-77ac-33c8-9b6b-b1f99c882732(523b42a3-d4bb-6b90-b234-bf94d7e1ff02)

2019-03-23T14:59:12.648+01:00 info vpxd[04595] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-W1311-2a] [VpxLRO] -- FINISH lro-49508

2019-03-23T14:59:12.874+01:00 info vpxd[04615] [Originator@6876 sub=vpxLro opID=jtlcpedv-fn9-h5:70000060-3f] [VpxLRO] -- BEGIN lro-49509 -- ChangeLogCollector -- vim.cdc.ChangeLogCollector.waitForChanges -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:15.875+01:00 info vpxd[04582] [Originator@6876 sub=vpxLro opID=jtlcpedv-fn9-h5:70000060-3f] [VpxLRO] -- FINISH lro-49509

2019-03-23T14:59:16.878+01:00 info vpxd[04628] [Originator@6876 sub=vpxLro opID=jtlcpedv-fna-h5:70000060-88] [VpxLRO] -- BEGIN lro-49511 -- ChangeLogCollector -- vim.cdc.ChangeLogCollector.waitForChanges -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:17.019+01:00 info vpxd[04628] [Originator@6876 sub=vpxLro opID=lro-2-6d7d4b3-1a3] [VpxLRO] -- BEGIN lro-49512 --  -- AskResSettingRecLro --

2019-03-23T14:59:17.024+01:00 info vpxd[04628] [Originator@6876 sub=vpxLro opID=lro-2-6d7d4b3-1a3] [VpxLRO] -- FINISH lro-49512

2019-03-23T14:59:17.378+01:00 info vpxd[04598] [Originator@6876 sub=vpxLro opID=jtlcpedv-fna-h5:70000060-88] [VpxLRO] -- FINISH lro-49511

2019-03-23T14:59:18.024+01:00 info vpxd[04641] [Originator@6876 sub=vpxLro opID=lro-2-6d7d4b3-1a4] [VpxLRO] -- BEGIN lro-49513 --  -- AskResSettingRecLro --

2019-03-23T14:59:18.025+01:00 info vpxd[04641] [Originator@6876 sub=vpxLro opID=lro-2-6d7d4b3-1a4] [VpxLRO] -- FINISH lro-49513

2019-03-23T14:59:18.237+01:00 info vpxd[04626] [Originator@6876 sub=vpxLro opID=jtlcpedv-20279-auto-fnc-h5:70000554-8e] [VpxLRO] -- BEGIN lro-49514 -- datacenter-2 -- vim.Datacenter.queryConnectionInfo -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:18.248+01:00 info vpxd[04626] [Originator@6876 sub=vpxLro opID=jtlcpedv-20279-auto-fnc-h5:70000554-8e] [VpxLRO] -- FINISH lro-49514

2019-03-23T14:59:18.248+01:00 info vpxd[04626] [Originator@6876 sub=Default opID=jtlcpedv-20279-auto-fnc-h5:70000554-8e] [VpxLRO] -- ERROR lro-49514 -- datacenter-2 -- vim.Datacenter.queryConnectionInfo: vim.fault.SSLVerifyFault:

--> Result:

--> (vim.fault.SSLVerifyFault) {

-->    faultCause = (vmodl.MethodFault) null,

-->    faultMessage = <unset>,

-->    selfSigned = false,

-->    thumbprint = "11:DA:6A:67:22:D2:01:C7:C4:46:8E:5C:77:44:6F:23:E5:7D:A7:4E"

-->    msg = ""

--> }

--> Args:

-->

--> Arg hostname:

--> "esx01.SENSORED.net"

--> Arg port:

--> -1

--> Arg username:

--> "root"

--> Arg password:

--> (not shown)

-->

--> Arg sslThumbprint:

-->

2019-03-23T14:59:18.251+01:00 info vpxd[05502] [Originator@6876 sub=vpxLro opID=jtlcpedv-20279-auto-fnd-h5:70000554-fa] [VpxLRO] -- BEGIN lro-49515 -- datacenter-2 -- vim.Datacenter.queryConnectionInfo -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:18.356+01:00 info vpxd[05502] [Originator@6876 sub=vpxLro opID=jtlcpedv-20279-auto-fnd-h5:70000554-fa] [VpxLRO] -- FINISH lro-49515

2019-03-23T14:59:18.402+01:00 info vpxd[04625] [Originator@6876 sub=vpxLro opID=jtlcpedv-fne-h5:70000060-6a] [VpxLRO] -- BEGIN lro-49516 -- ChangeLogCollector -- vim.cdc.ChangeLogCollector.waitForChanges -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:18.402+01:00 info vpxd[04625] [Originator@6876 sub=vpxLro opID=jtlcpedv-fne-h5:70000060-6a] [VpxLRO] -- FINISH lro-49516

2019-03-23T14:59:19.416+01:00 info vpxd[04625] [Originator@6876 sub=vpxLro opID=jtlcpedv-fnf-h5:70000060-21] [VpxLRO] -- BEGIN lro-49517 -- ChangeLogCollector -- vim.cdc.ChangeLogCollector.waitForChanges -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:19.584+01:00 info vpxd[04625] [Originator@6876 sub=vpxLro opID=HB-SpecSync-host-167@582642-25f65cec] [VpxLRO] -- BEGIN lro-49518 --  -- SpecSyncLRO.Synchronize --

2019-03-23T14:59:19.618+01:00 info vpxd[04625] [Originator@6876 sub=vpxLro opID=HB-SpecSync-host-167@582642-25f65cec] [VpxLRO] -- FINISH lro-49518

2019-03-23T14:59:20.394+01:00 info vpxd[04671] [Originator@6876 sub=vpxLro opID=jtlcpedv-20284-auto-fnh-h5:70000555-6c] [VpxLRO] -- BEGIN lro-49519 -- datacenter-2 -- vim.Datacenter.queryConnectionInfo -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:20.493+01:00 info vpxd[04671] [Originator@6876 sub=vpxLro opID=jtlcpedv-20284-auto-fnh-h5:70000555-6c] [VpxLRO] -- FINISH lro-49519

2019-03-23T14:59:22.585+01:00 info vpxd[04603] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-28] [VpxLRO] -- BEGIN lro-49520 -- AuthorizationManager -- vim.AuthorizationManager.hasPrivilegeOnEntities -- 529a744c-77ac-33c8-9b6b-b1f99c882732(523b42a3-d4bb-6b90-b234-bf94d7e1ff02)

2019-03-23T14:59:22.585+01:00 info vpxd[04603] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-28] [VpxLRO] -- FINISH lro-49520

2019-03-23T14:59:22.588+01:00 info vpxd[05319] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-W1312-39] [VpxLRO] -- BEGIN lro-49521 -- ViewManager -- vim.view.ViewManager.createContainerView -- 529a744c-77ac-33c8-9b6b-b1f99c882732(523b42a3-d4bb-6b90-b234-bf94d7e1ff02)

2019-03-23T14:59:22.589+01:00 info vpxd[05319] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-W1312-39] [VpxLRO] -- FINISH lro-49521

2019-03-23T14:59:22.604+01:00 info vpxd[05223] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-W1312-22] [VpxLRO] -- BEGIN lro-49524 -- session[529a744c-77ac-33c8-9b6b-b1f99c882732]520260a1-e12e-9179-2fd4-02bb941966bf -- vim.view.View.destroy -- 529a744c-77ac-33c8-9b6b-b1f99c882732(523b42a3-d4bb-6b90-b234-bf94d7e1ff02)

2019-03-23T14:59:22.604+01:00 info vpxd[05223] [Originator@6876 sub=vpxLro opID=sps-Main-337003-648-W1312-22] [VpxLRO] -- FINISH lro-49524

2019-03-23T14:59:24.267+01:00 info vpxd[05464] [Originator@6876 sub=vpxLro opID=vb-51648:RefAsRoot:01-4f] [VpxLRO] -- BEGIN lro-49525 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:24.267+01:00 info vpxd[05464] [Originator@6876 sub=vpxLro opID=vb-51648:RefAsRoot:01-4f] [VpxLRO] -- FINISH lro-49525

2019-03-23T14:59:24.417+01:00 info vpxd[04625] [Originator@6876 sub=vpxLro opID=vb-51649:DcVmFolder:01-eb] [VpxLRO] -- BEGIN lro-49526 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:24.421+01:00 info vpxd[04625] [Originator@6876 sub=vpxLro opID=vb-51649:DcVmFolder:01-eb] [VpxLRO] -- FINISH lro-49526

2019-03-23T14:59:24.423+01:00 info vpxd[04590] [Originator@6876 sub=vpxLro opID=vb-51649:DcVmFolder:02-4d] [VpxLRO] -- BEGIN lro-49527 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:24.424+01:00 info vpxd[04590] [Originator@6876 sub=vpxLro opID=vb-51649:DcVmFolder:02-4d] [VpxLRO] -- FINISH lro-49527

2019-03-23T14:59:26.128+01:00 info vpxd[04646] [Originator@6876 sub=vpxLro opID=q-51650:h5ui-getProperties:urn:vmomi:Datacenter:datacenter-2:444d0aa9-7ea0-4a53-ab11-57d3286ff4da:1820018042:01-4c] [VpxLRO] -- BEGIN lro-49528 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:26.128+01:00 info vpxd[04646] [Originator@6876 sub=vpxLro opID=q-51650:h5ui-getProperties:urn:vmomi:Datacenter:datacenter-2:444d0aa9-7ea0-4a53-ab11-57d3286ff4da:1820018042:01-4c] [VpxLRO] -- FINISH lro-49528

2019-03-23T14:59:26.264+01:00 info vpxd[04608] [Originator@6876 sub=vpxLro opID=vb-51651:urn:vmomi:Datacenter:datacenter-2:444d0aa9-7ea0-4a53-ab11-57d3286ff4da.properties:01-d4] [VpxLRO] -- BEGIN lro-49529 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:26.264+01:00 info vpxd[04608] [Originator@6876 sub=vpxLro opID=vb-51651:urn:vmomi:Datacenter:datacenter-2:444d0aa9-7ea0-4a53-ab11-57d3286ff4da.properties:01-d4] [VpxLRO] -- FINISH lro-49529

2019-03-23T14:59:26.266+01:00 info vpxd[04601] [Originator@6876 sub=vpxLro opID=jtlcpedv-20290-auto-fnn-h5:70000560-83] [VpxLRO] -- BEGIN lro-49530 -- datacenter-2 -- vim.Datacenter.queryConnectionInfo -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:26.370+01:00 info vpxd[04601] [Originator@6876 sub=vpxLro opID=jtlcpedv-20290-auto-fnn-h5:70000560-83] [VpxLRO] -- FINISH lro-49530

2019-03-23T14:59:26.380+01:00 info vpxd[04637] [Originator@6876 sub=vpxLro opID=vb-51652:auto-name-33245:01-d] [VpxLRO] -- BEGIN lro-49532 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:26.380+01:00 info vpxd[04637] [Originator@6876 sub=vpxLro opID=vb-51652:auto-name-33245:01-d] [VpxLRO] -- FINISH lro-49532

2019-03-23T14:59:26.396+01:00 info vpxd[04771] [Originator@6876 sub=vpxLro opID=jtlcpedv-20290-auto-fno-h5:70000560-54] [VpxLRO] -- BEGIN task-14609 -- group-h4 -- vim.Folder.addStandaloneHost -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:26.397+01:00 info vpxd[05240] [Originator@6876 sub=vpxLro opID=vb-51655:auto-name-33247:01-ff] [VpxLRO] -- BEGIN lro-49534 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:26.397+01:00 info vpxd[05240] [Originator@6876 sub=vpxLro opID=vb-51655:auto-name-33247:01-ff] [VpxLRO] -- FINISH lro-49534

2019-03-23T14:59:26.418+01:00 info vpxd[04796] [Originator@6876 sub=vpxLro opID=jtlcpedv-fnf-h5:70000060-21] [VpxLRO] -- FINISH lro-49517

2019-03-23T14:59:26.442+01:00 info vpxd[04748] [Originator@6876 sub=vpxLro opID=vsan-PC-584c149988f78-6c] [VpxLRO] -- BEGIN lro-49539 -- host-3017 -- vim.ManagedEntity.retrieveCustomValues -- 529a744c-77ac-33c8-9b6b-b1f99c882732(523b42a3-d4bb-6b90-b234-bf94d7e1ff02)

2019-03-23T14:59:26.442+01:00 info vpxd[04748] [Originator@6876 sub=vpxLro opID=vsan-PC-584c149988f78-6c] [VpxLRO] -- FINISH lro-49539

2019-03-23T14:59:26.449+01:00 info vpxd[05506] [Originator@6876 sub=vpxLro opID=vsan-PC-584c149988f78-2d] [VpxLRO] -- BEGIN lro-49542 -- host-3017 -- vim.ManagedEntity.retrieveCustomValues -- 529a744c-77ac-33c8-9b6b-b1f99c882732(523b42a3-d4bb-6b90-b234-bf94d7e1ff02)

2019-03-23T14:59:26.449+01:00 info vpxd[05506] [Originator@6876 sub=vpxLro opID=vsan-PC-584c149988f78-2d] [VpxLRO] -- FINISH lro-49542

2019-03-23T14:59:26.460+01:00 info vpxd[04579] [Originator@6876 sub=vpxLro opID=vsan-PC-584c149988f78-14] [VpxLRO] -- BEGIN lro-49545 -- host-3017 -- vim.ManagedEntity.retrieveCustomValues -- 529a744c-77ac-33c8-9b6b-b1f99c882732(523b42a3-d4bb-6b90-b234-bf94d7e1ff02)

2019-03-23T14:59:26.463+01:00 info vpxd[04579] [Originator@6876 sub=vpxLro opID=vsan-PC-584c149988f78-14] [VpxLRO] -- FINISH lro-49545

2019-03-23T14:59:26.603+01:00 info vpxd[04606] [Originator@6876 sub=vpxLro opID=vb-51658:auto-name-33249:01-27] [VpxLRO] -- BEGIN lro-49548 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:26.603+01:00 info vpxd[04606] [Originator@6876 sub=vpxLro opID=vb-51658:auto-name-33249:01-27] [VpxLRO] -- FINISH lro-49548

2019-03-23T14:59:26.809+01:00 info vpxd[04665] [Originator@6876 sub=vpxLro opID=vb-51661:auto-name-33251:01-54] [VpxLRO] -- BEGIN lro-49550 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:26.809+01:00 info vpxd[04665] [Originator@6876 sub=vpxLro opID=vb-51661:auto-name-33251:01-54] [VpxLRO] -- FINISH lro-49550

2019-03-23T14:59:27.020+01:00 info vpxd[04678] [Originator@6876 sub=vpxLro opID=vb-51664:auto-name-33253:01-86] [VpxLRO] -- BEGIN lro-49552 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.020+01:00 info vpxd[04678] [Originator@6876 sub=vpxLro opID=vb-51664:auto-name-33253:01-86] [VpxLRO] -- FINISH lro-49552

2019-03-23T14:59:27.227+01:00 info vpxd[04545] [Originator@6876 sub=vpxLro opID=vb-51667:auto-name-33255:01-3] [VpxLRO] -- BEGIN lro-49554 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.227+01:00 info vpxd[04545] [Originator@6876 sub=vpxLro opID=vb-51667:auto-name-33255:01-3] [VpxLRO] -- FINISH lro-49554

2019-03-23T14:59:27.420+01:00 info vpxd[04676] [Originator@6876 sub=vpxLro opID=jtlcpedv-fnv-h5:70000060-25] [VpxLRO] -- BEGIN lro-49555 -- ChangeLogCollector -- vim.cdc.ChangeLogCollector.waitForChanges -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.420+01:00 info vpxd[04676] [Originator@6876 sub=vpxLro opID=jtlcpedv-fnv-h5:70000060-25] [VpxLRO] -- FINISH lro-49555

2019-03-23T14:59:27.436+01:00 info vpxd[05294] [Originator@6876 sub=vpxLro opID=vb-51670:auto-name-33257:01-a8] [VpxLRO] -- BEGIN lro-49557 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.436+01:00 info vpxd[05294] [Originator@6876 sub=vpxLro opID=vb-51670:auto-name-33257:01-a8] [VpxLRO] -- FINISH lro-49557

2019-03-23T14:59:27.443+01:00 info vpxd[04743] [Originator@6876 sub=vpxLro opID=vb-51671:DcCompResFolder:01-d2] [VpxLRO] -- BEGIN lro-49558 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.444+01:00 info vpxd[04743] [Originator@6876 sub=vpxLro opID=vb-51671:DcCompResFolder:01-d2] [VpxLRO] -- FINISH lro-49558

2019-03-23T14:59:27.444+01:00 info vpxd[04743] [Originator@6876 sub=vpxLro opID=vb-51671:DcCluster:01-38] [VpxLRO] -- BEGIN lro-49559 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.444+01:00 info vpxd[04743] [Originator@6876 sub=vpxLro opID=vb-51671:DcCluster:01-38] [VpxLRO] -- FINISH lro-49559

2019-03-23T14:59:27.445+01:00 info vpxd[04589] [Originator@6876 sub=vpxLro opID=vb-51671:DcStandaloneHost:01-32] [VpxLRO] -- BEGIN lro-49560 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.445+01:00 info vpxd[04589] [Originator@6876 sub=vpxLro opID=vb-51671:DcStandaloneHost:01-32] [VpxLRO] -- FINISH lro-49560

2019-03-23T14:59:27.449+01:00 info vpxd[04681] [Originator@6876 sub=vpxLro opID=vb-51671:DcCluster:02-9c] [VpxLRO] -- BEGIN lro-49561 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.449+01:00 info vpxd[05502] [Originator@6876 sub=vpxLro opID=vb-51671:DcCompResFolder:02-38] [VpxLRO] -- BEGIN lro-49562 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.449+01:00 info vpxd[05502] [Originator@6876 sub=vpxLro opID=vb-51671:DcCompResFolder:02-38] [VpxLRO] -- FINISH lro-49562

2019-03-23T14:59:27.449+01:00 info vpxd[04681] [Originator@6876 sub=vpxLro opID=vb-51671:DcCluster:02-9c] [VpxLRO] -- FINISH lro-49561

2019-03-23T14:59:27.449+01:00 info vpxd[04681] [Originator@6876 sub=vpxLro opID=vb-51671:DcStandaloneHost:02-eb] [VpxLRO] -- BEGIN lro-49563 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.450+01:00 info vpxd[04681] [Originator@6876 sub=vpxLro opID=vb-51671:DcStandaloneHost:02-eb] [VpxLRO] -- FINISH lro-49563

2019-03-23T14:59:27.452+01:00 info vpxd[04659] [Originator@6876 sub=vpxLro opID=vb-51671:DcStandaloneHost:03:rel-01-9b] [VpxLRO] -- BEGIN lro-49564 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.452+01:00 info vpxd[04659] [Originator@6876 sub=vpxLro opID=vb-51671:DcStandaloneHost:03:rel-01-9b] [VpxLRO] -- FINISH lro-49564

2019-03-23T14:59:27.454+01:00 info vpxd[04622] [Originator@6876 sub=vpxLro opID=vb-51671:DcStandaloneHost:03:rel-02-1c] [VpxLRO] -- BEGIN lro-49565 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.454+01:00 info vpxd[04622] [Originator@6876 sub=vpxLro opID=vb-51671:DcStandaloneHost:03:rel-02-1c] [VpxLRO] -- FINISH lro-49565

2019-03-23T14:59:27.454+01:00 info vpxd[04622] [Originator@6876 sub=vpxLro opID=vb-51671:DcStandaloneHost:03:rel-02-c2] [VpxLRO] -- BEGIN lro-49566 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.455+01:00 info vpxd[04622] [Originator@6876 sub=vpxLro opID=vb-51671:DcStandaloneHost:03:rel-02-c2] [VpxLRO] -- FINISH lro-49566

2019-03-23T14:59:27.644+01:00 info vpxd[04647] [Originator@6876 sub=vpxLro opID=vb-51674:auto-name-33259:01-d7] [VpxLRO] -- BEGIN lro-49568 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T14:59:27.644+01:00 info vpxd[04647] [Originator@6876 sub=vpxLro opID=vb-51674:auto-name-33259:01-d7] [VpxLRO] -- FINISH lro-49568

2019-03-23T14:59:27.850+01:00 info vpxd[04684] [Originator@6876 sub=vpxLro opID=vb-51677:auto-name-33261:01-ff] [VpxLRO] -- BEGIN lro-49570 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

 

From the time around the timeout:

 

2019-03-23T15:14:56.790+01:00 info vpxd[05294] [Originator@6876 sub=vpxLro opID=vb-65148:auto-name-42237:01-98] [VpxLRO] -- FINISH lro-59564

2019-03-23T15:14:56.996+01:00 info vpxd[04613] [Originator@6876 sub=vpxLro opID=vb-65151:auto-name-42239:01-e6] [VpxLRO] -- BEGIN lro-59566 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T15:14:56.997+01:00 info vpxd[04613] [Originator@6876 sub=vpxLro opID=vb-65151:auto-name-42239:01-e6] [VpxLRO] -- FINISH lro-59566

2019-03-23T15:14:57.203+01:00 info vpxd[04605] [Originator@6876 sub=vpxLro opID=vb-65154:auto-name-42241:01-40] [VpxLRO] -- BEGIN lro-59568 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T15:14:57.203+01:00 info vpxd[04605] [Originator@6876 sub=vpxLro opID=vb-65154:auto-name-42241:01-40] [VpxLRO] -- FINISH lro-59568

2019-03-23T15:14:57.409+01:00 info vpxd[05224] [Originator@6876 sub=vpxLro opID=vb-65157:auto-name-42243:01-10] [VpxLRO] -- BEGIN lro-59570 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T15:14:57.409+01:00 info vpxd[05224] [Originator@6876 sub=vpxLro opID=vb-65157:auto-name-42243:01-10] [VpxLRO] -- FINISH lro-59570

2019-03-23T15:14:57.513+01:00 error vpxd[04771] [Originator@6876 sub=InvtHost opID=jtlcpedv-20290-auto-fno-h5:70000560-54] Failed to reconnect to cleanup before host removal: N3Vim5Fault12InvalidLogin9ExceptionE(Fault cause: vim.fault.InvalidLogin

--> )

--> [context]zKq7AVECAAAAAAnxsgAWdnB4ZAAAiLEqbGlidm1hY29yZS5zbwAAQDcbAI67GAFeRlN2cHhkAAEiwl4B9253AWZ+dwFgenYBgmy9AQdvvQGtz3UBMNB1gvFNAQFsaWJ2aW0tdHlwZXMuc28AAWvbcQG233ABZ+1wAQ5IcQCVHyMAXiIjABEJKwPUcwBsaWJwdGhyZWFkLnNvLjAABJ2MDmxpYmMuc28uNgA=[/context]

2019-03-23T15:14:57.516+01:00 error vpxd[04771] [Originator@6876 sub=Iofilter opID=jtlcpedv-20290-auto-fno-h5:70000560-54] host [vim.HostSystem:host-3017,esx01.CENSORED.net] has null config

2019-03-23T15:14:57.518+01:00 info vpxd[04771] [Originator@6876 sub=moHostProfileMgr opID=jtlcpedv-20290-auto-fno-h5:70000560-54] [DeleteHostSpecificationInt]: Host spec for DeleteHostSpecificationInt removed: vim.HostSystem:host-3017

2019-03-23T15:14:57.523+01:00 info vpxd[05529] [Originator@6876 sub=vpxLro opID=jtlcpedv-j2b-h5:70000060-eb] [VpxLRO] -- FINISH lro-59170

2019-03-23T15:14:57.523+01:00 info vpxd[04771] [Originator@6876 sub=Vsan opID=jtlcpedv-20290-auto-fno-h5:70000560-54] Destroying VSAN dynamic MOs for host-3017

2019-03-23T15:14:57.528+01:00 info vpxd[04681] [Originator@6876 sub=licenseClient opID=jtlcpedv-20290-auto-fno-h5:70000560-54-LicenseClientUnregisterHostAsync-23253d46] Unregister host: 'host-3017'

2019-03-23T15:14:57.536+01:00 info vpxd[04771] [Originator@6876 sub=vpxLro opID=jtlcpedv-20290-auto-fno-h5:70000560-54] [VpxLRO] -- FINISH task-14609

2019-03-23T15:14:57.536+01:00 info vpxd[04771] [Originator@6876 sub=Default opID=jtlcpedv-20290-auto-fno-h5:70000560-54] [VpxLRO] -- ERROR task-14609 -- group-h4 -- vim.Folder.addStandaloneHost: vmodl.fault.SystemError:

--> Result:

--> (vmodl.fault.SystemError) {

-->    faultCause = (vmodl.MethodFault) null,

-->    faultMessage = <unset>,

-->    reason = "Connection timed out"

-->    msg = ""

--> }

--> Args:

-->

--> Arg spec:

--> (vim.host.ConnectSpec) {

-->    hostName = "esx01.CENSORED.net",

-->    port = <unset>,

-->    sslThumbprint = "11:DA:6A:67:22:D2:01:C7:C4:46:8E:5C:77:44:6F:23:E5:7D:A7:4E",

-->    userName = "root",

-->    password = (not shown),

-->    vmFolder = 'vim.Folder:444d0aa9-7ea0-4a53-ab11-57d3286ff4da:group-v3',

-->    force = true,

-->    vimAccountName = <unset>,

-->    vimAccountPassword = <unset>,

-->    managementIp = <unset>,

-->    lockdownMode = "lockdownDisabled",

-->    hostGateway = (vim.host.GatewaySpec) null

--> }

--> Arg compResSpec:

-->

--> Arg addConnected:

--> true

--> Arg license:

--> "00000-00000-00000-00000-00000"

2019-03-23T15:14:57.558+01:00 info vpxd[04681] [Originator@6876 sub=licenseServiceProxy opID=jtlcpedv-20290-auto-fno-h5:70000560-54-LicenseClientUnregisterHostAsync-23253d46] Authenticating to LS old API for stubAdapter: [N5Vmomi19SoapStubAdapterImplE:0x00007f7fe0262640]

2019-03-23T15:14:57.611+01:00 info vpxd[04681] [Originator@6876 sub=licenseServiceProxy opID=jtlcpedv-20290-auto-fno-h5:70000560-54-LicenseClientUnregisterHostAsync-23253d46] Authenticated to LS old API for stubAdapter: [N5Vmomi19SoapStubAdapterImplE:0x00007f7fe0262640]

2019-03-23T15:14:57.615+01:00 info vpxd[04631] [Originator@6876 sub=vpxLro opID=vb-65160:auto-name-42245:01-2c] [VpxLRO] -- BEGIN lro-59574 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T15:14:57.616+01:00 info vpxd[04631] [Originator@6876 sub=vpxLro opID=vb-65160:auto-name-42245:01-2c] [VpxLRO] -- FINISH lro-59574

2019-03-23T15:14:57.684+01:00 error vpxd[04681] [Originator@6876 sub=licenseClient opID=jtlcpedv-20290-auto-fno-h5:70000560-54-LicenseClientUnregisterHostAsync-23253d46] Swallowing exception 'Fault cause: vim.fault.LicenseEntityNotFound

--> ' thrown when unregister entity 'host-3017'

2019-03-23T15:14:58.530+01:00 info vpxd[04586] [Originator@6876 sub=vpxLro opID=jtlcpedv-j7h-h5:70000060-81] [VpxLRO] -- BEGIN lro-59575 -- ChangeLogCollector -- vim.cdc.ChangeLogCollector.waitForChanges -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T15:14:58.530+01:00 info vpxd[04586] [Originator@6876 sub=vpxLro opID=jtlcpedv-j7h-h5:70000060-81] [VpxLRO] -- FINISH lro-59575

2019-03-23T15:14:58.569+01:00 info vpxd[04794] [Originator@6876 sub=vpxLro opID=vb-65161:DcCluster:01-4e] [VpxLRO] -- BEGIN lro-59576 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T15:14:58.569+01:00 info vpxd[04794] [Originator@6876 sub=vpxLro opID=vb-65161:DcCluster:01-4e] [VpxLRO] -- FINISH lro-59576

2019-03-23T15:14:58.569+01:00 info vpxd[04618] [Originator@6876 sub=vpxLro opID=vb-65161:DcCompResFolder:01-26] [VpxLRO] -- BEGIN lro-59577 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T15:14:58.570+01:00 info vpxd[04618] [Originator@6876 sub=vpxLro opID=vb-65161:DcCompResFolder:01-26] [VpxLRO] -- FINISH lro-59577

2019-03-23T15:14:58.570+01:00 info vpxd[04544] [Originator@6876 sub=vpxLro opID=vb-65161:DcStandaloneHost:01-d4] [VpxLRO] -- BEGIN lro-59578 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T15:14:58.570+01:00 info vpxd[04544] [Originator@6876 sub=vpxLro opID=vb-65161:DcStandaloneHost:01-d4] [VpxLRO] -- FINISH lro-59578

2019-03-23T15:14:58.576+01:00 info vpxd[04615] [Originator@6876 sub=vpxLro opID=vb-65161:DcCluster:02-40] [VpxLRO] -- BEGIN lro-59579 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T15:14:58.576+01:00 info vpxd[04615] [Originator@6876 sub=vpxLro opID=vb-65161:DcCluster:02-40] [VpxLRO] -- FINISH lro-59579

2019-03-23T15:14:58.580+01:00 info vpxd[04615] [Originator@6876 sub=vpxLro opID=vb-65161:DcCompResFolder:02-3e] [VpxLRO] -- BEGIN lro-59580 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

2019-03-23T15:14:58.580+01:00 info vpxd[04615] [Originator@6876 sub=vpxLro opID=vb-65161:DcCompResFolder:02-3e] [VpxLRO] -- FINISH lro-59580

2019-03-23T15:14:58.580+01:00 info vpxd[04615] [Originator@6876 sub=vpxLro opID=vb-65161:DcStandaloneHost:02-7d] [VpxLRO] -- BEGIN lro-59581 -- ResourceModel -- cis.data.provider.ResourceModel.query -- 528002ab-3f19-683e-e337-da65afb967f8(52b2af15-ed53-1948-5d0c-ce653bd61ac4)

Two factor authentication for vCloud director provider URL

$
0
0

Hi Team,

 

I have a doubt on "Two factor authentication for vCloud director provider URL"

 

Right now,my provider URL also accessible from public internet "https://mycloud.com/cloud"(via system administrator) and like to secure the URL using some third party security like "DUO security"

 

Do we have any Duo guide to setup this with vCloud director ?   or any other ways available to secure from vCloud director(Federation) ?

 

Please suggest the bet possible options to secure this.

 

Thanks,

Manivel RR

Startup order of VMs after power loss

$
0
0

Hi all,

 

last week we had a power loss at one plant and all VMs and ESXi hosts were switched off. After the power came back, the ESXi hosts and also the VMs started automatically. Now I have one question. Is it possible to set up a startup order? I would like to start first the domain controller VMs and then the other VMs. The two ESXi hosts are in a HA-Cluster. Is it anyhow possible? Thanks for your suggestions.

Not able to connect vRNI to NSX Controller

$
0
0

Hello,

 

I am new to vRNI and currently doing a deployment, I was able to connect the vCenters and also the NSXs, however I get a 'Request timed out, please try again' when I try to enable NSX Controller data collection. There is nothing mentioned in the official vRNI network port requirements document however I am suspecting that the vRNI Proxy needs SSH access to the NSX Controllers, anyone able to shed some light on this or had a similar experience?

 

Thank you.

vswitch lose physical adapters after reboot

$
0
0

vswitch lose physical adapters after reboot

 

I created 4 standard vswitches with five NIC (one is spare).
I dedicated to each vswitch one NIC.

it's working fine until reboot.

 

After reboot two vswitch lose physical adapters in topology, so they are also not working anymore.
From 4 standard vswitches 2 of them lose NIC's, two of them are still working fine.

 

Now, from web client - I can't add NIC to this switches and I can't delete vswitch (any vswitch - also not the one that are working fine!)

 

But I can "manualy" add uplink - NIC to vswitch
via putty it's posibly to add NIC back to topology with command: esxcli network vswitch standard uplink add --uplink-name=vusb0 --vswitch-name=ORANGE

 

and then again, after reboot same 2 vswitches lose same NIC's.

 

It's a fresh instalation of ESXi 6,7:

Client version: 1.25.0

Client build number: 7872652

ESXi version: 6.7.0

ESXi build number: 8169922

 

Thank you form your help.

Viewing all 207710 articles
Browse latest View live


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