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

Re: Cannot connect sound card after 15.5.5 upgrade


Re: Caps Lock Issues With Upgrade

$
0
0

My CTRL-G / CTRL-ALT key combinations don't work also.

Re: Invoke-VMScript : Invoke-VMScript A general system error occurred: vix error codes = (1, 0).

$
0
0

You mean like this?

 

$code=@'

`$Today = (Get-Date)

`$StartDate = `$Today.Date.AddDays(-22)

`$EndDate = `$Today.Date.AddDays(1)

 

"### Output ###"

(New-Object System.Net.Sockets.TCPClient -ArgumentList $($row.Name),3389).Connected

"### Output ###"

(Get-HotFix | Where {`$_.InstalledOn -gt `$StartDate -AND `$_.InstalledOn -lt `$EndDate }| Measure-Object).Count

"### Output ###"

Get-HotFix | Where {`$_.InstalledOn -gt `$StartDate -AND `$_.InstalledOn -lt `$EndDate } |

Select CSName,Description,HotFixID,InstalledBy,InstalledOn |

ConvertTo-Csv -UseCulture -NoTypeInformation

'@

 

$report1=@()

$report2=@()


Import-Csv-Path $reportlocation2-UseCulture -PipelineVariable row |

ForEach-Object-Process {

    $sInvoke=@{

        VM              =$_.Name

        GuestCredential=$creds

        ScriptTYpe      ='powershell'

        ScriptText      =$ExecutionContext.InvokeCommand.ExpandString($code)

    }

    $result=Invoke-VMScript@sInvoke

    $dummy,$out1,$out2,$out3=$result.ScriptOutput-split'### Output ###'

    $out1=$out1.TrimStart("`n`r")-split"`n`r"

    $out2=$out2.TrimStart("`n`r")

    $out3=$out3.TrimStart("`n`r")

    $report1+=$row|Add-Member-MemberType NoteProperty -Name 'RDP Status'-Value ([Boolean]$out1)-PassThru |

    Add-Member-MemberType NoteProperty -Name Count -Value ([int]$out2)-PassThru

    $report2+=$out3|ConvertFrom-Csv-UseCulture |Select-Object-Property CSName, HotFixID, Description, Caption, InstalledOn, InstalledBy

}


$report1|Export-Csv-Path $reportlocation2-UseCulture -NoTypeInformation

$report2|Export-Csv-Path .\fixes.csv -UseCulture -NoTypeInformation

Re: Collector not starting anymore (V2.4.0)

$
0
0

Hello Sven,

 

As per the below error please check if the DNS setting are valid on Skyline Appliance.

 

Steps:-

  1. Login to Skyline Console with root.
  2. Check for Network setting by typing below text.
  3. /opt/vmware/share/vami/vami_config_net

 

With the new version, Skyline validate if it's able to reach below URL over port 443.

 

vcsa.vmware.com

vapp-updates.vmware.com

 

Please make ensure the endpoints accounts is not expired and password is up to date.

WinKey doesnt work

$
0
0

 

When starting VMware Workstation pro 15.5, WinKey ceases to work on both main Windows and virtual Windows. Only reboot helps. How to solve this problem?

Re: Alarm Definitions

Re: vmnet appears to disappear for VMFusion 11.5.5 on Catalina 10.15.5

$
0
0

Hi nycnewman ,

 

So issue appears to be vmnet routes to NAT subnet being dropped during first startup.

Could you check if vmnet-dhcpd process is running when this issue happens? Thanks.

NSX SD-WAN BENIFITS?

$
0
0

We hear about SDWAN, what do you guys think of Velocloud vs Viptela or Meraki.

From a whole Vmware design, I don't really see link to vmware product...

 

 


Re: Error "Unable to Connect to MKS" after upgrade to VMware Workstation 15.5.5

$
0
0

Hi,

I have probably the same problem:

- Host: Ubuntu 20.04

     - 2 networks: eno1, eno2

     - 1 bond network: bond0 (LACP)

- VMWare Workstation Pro 15.5.5 build-16285975

     - several VMs running as Shared VMs on port 443

 

When I connect from different PC as Connect to Server, I get "A connection to the server could not be established".

Then I ssh -X to linux and start vmware from command line. This vmware also doesn't see any Shared VMs as well.

Then I have to restart vmware-workstation-server service:

drodiger@mainserver:~$ sudo service vmware-workstation-server stop

drodiger@mainserver:~$ sudo service vmware-workstation-server start

drodiger@mainserver:~$ sudo service vmware-workstation-server status

 

lip 04 08:08:18 mainserver systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.

lip 04 08:08:18 mainserver systemd[1]: vmware-workstation-server.service: Found left-over process 40419 (vmware-vmx) in control group while starting unit. Ignoring.

lip 04 08:08:18 mainserver systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.

lip 04 08:08:18 mainserver systemd[1]: vmware-workstation-server.service: Found left-over process 47045 (vmware-vmx) in control group while starting unit. Ignoring.

lip 04 08:08:18 mainserver systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.

lip 04 08:08:18 mainserver systemd[1]: vmware-workstation-server.service: Found left-over process 49075 (vmware-vmx) in control group while starting unit. Ignoring.

lip 04 08:08:18 mainserver systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies.

 

And vmware started from the server (ssh -X) see the VMs running again.

But if I click on Connect from different PC with VMware Workstation (Connect to Server), it fails again, so whole vmware-workstation-server becomes unresponsive.

I also changed Bridged network configuration, not to use bond0, and only uses eno1/eno2 networks, but same issue.

 

Version before didn't had this problem.

Re: Vrops Average CPU Utilization for objects (enviroment)

$
0
0

yes, i have the same supermatrics now.. i have already created with 'sum' of formula .... these graphs are high and low values just like above but my aim was to see just avg value.....

Re: VMware ESXi 6.5.0 - VM freezes frequently

$
0
0

Hey,

 

thanks for taking the effort to analyze my logs.

I think for now my problem is solved, as I finally got an error message from which I could gain some knowledge.

 

I had a kernel bug at /build/linux-sdMcHj/linux-4.9.189/drivers/net/vmxnet3/vmxnet3_drv.c:142 and according to this KB article I was able to fix it by putting

vmxnet3.rev.30 = FALSE

to my .vmx file and currently I haven't had a freeze/crash for 10 hours, so this might be the solution

 

 

Anyway, I learned something new, and again, thanks for your help!

Re: DRS Does Not Work with Specific ESXi Host...

$
0
0

I already tried migrate the VM to ESXi host 5.. ; (

It was successfully to migrated

Re: Licence key

Re: Licence key

$
0
0

I'm afraid your 'licence' won't work in any PC - to my knowledge the keys are hardware-dependent. You should ask your money back.

Re: VMware Fusion 11.5.5 Breaking Change for a minor,minor release?

$
0
0

A response from VMWare would be good here.

 

Was this and intentionally breaking change or is the break inadvertent?

 

If intentional, should your customers be alert to, and plan for, the possibility of this kind of breaking change for minor-minor versions in future?

 

If unintentional,  can you confirm when a new minor-minor release will be available to resolve this (i.e. resume support for all platforms previously supported in 11.5)?


Re: vRA 7.6 change max_volume value in a composite blueprint on progagate that

$
0
0

thank for you answer

 

Yes have test this action in 3 different platforms :

 

First i change the number of Maximum value  of a blueprint who have just 1 volume

In second , i verify the case is checked :

In the three

I reconfigure my VM but every the same message

 

 

CPU number, Memory size and disk size are been propagated but not the max volume.

Re: ESXi 6.7 - NTP time drifting on one host

$
0
0

check with "ntpq -p" if time is synched periodically

Re: Vrops Average CPU Utilization for objects (enviroment)

$
0
0

You can use that super metric in a list view to see objects with an average cpu usage, or just use the default CPU Usage metric and select Average under transformation in that list view.

Re: WinKey doesnt work

Is there a kernelopt to prevent "esxcli boot storage restore --nfs-volumes" ?

$
0
0

Hi,

 

Running ESXi 6.7 15160138, a converged host/storage combo where many datastores are running off an OmniOS VM with an LSI-2008 passed through.

 

Boots hang at the command:

esxcli boot storage restore --nfs-volumes

The startup recovers, but it takes quite a while and the error is not graceful.

 

Does anyone know of a kernelopt or advanced setting that can prevent this behavior at boot, since the NFS volumes are not available until the host starts up the VM?

 

Thank you

Avery

Viewing all 228535 articles
Browse latest View live


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