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

How to view the Guest OS (VM) screen on a PC with ESXi installed

$
0
0

Hi All,

 

I want to install ESXi directly on my PC hardware and Windows XP as a guest OS.

how to access the VM screen directly from the PC where ESXi is installed, rather than from the IP to the Web Client.

 

I tried to find a way to do this and that on the Console screen by pressing Alt+F1 on the Host PC, but I'm not sure.

Please let me know.


Intel SSD Datacenter Tool 3.0.14 causing Purple Screen of Death

$
0
0

New Supermicro Vmware vSAN Environment, when we perform any NVMe removal/addition we trigger a VMware purple screen issue, this is quite common to happen when you do not enable Intel VMD feature on NVMe drive technologies (because it’s like removing memory from the CPU in “hot” without having support for it). However, we know that Intel VMD technology feature has been enabled on our Supermicro server (BIOS) for all PStack/PCI-Switches and NVMe drives.

 

Please note that:

  • We’re running latest NVME drive VMware drivers (async) - 1.4.0.1016-1OEM.650.0.0.4598673
  • We’re running latest Intel SSD DC Tool - 3.0.14-400
  • We’re running latest NVME drive firmware (P4510 - VDV10131, P4800X - E2010435, P4600 - QDV101D1)
  • All drivers & firmwares match the version supported by latest Intel SSD DC Tool available for VMware (version above)
  • ESX 6.5 U2 GA
  • Server model: Supermicro 2029U-TN24R4T
  • 12 X Intel NVMe SSD P4510 (capacity drives) & 4 X Intel NVMe SSD P4800X (Cache drives).

 

During our purplescreen troubleshooting that happened every time we triggered a Hot-Plug event (for capacity drive), we encountered the following error:

 

2018-10-12T18:12:26.307Z cpu27:79194)@BlueScreen: #PF Exception 14 in world 79194:isdct IP 0x418037e024f5 addr 0x430ae01c50e6

PTEs:0x800000010080c023;0x800000808e2b0063;0x800000012661b063;0x0;

2018-10-12T18:12:26.307Z cpu27:79194)Code start: 0x418037400000 VMK uptime: 0:00:36:26.986

2018-10-12T18:12:26.307Z cpu27:79194)0x43932ad1b890:[0x418037e024f5]nvme_MgmtAdminCmds@(intel-nvme-vmd)#<None>+0x3d stack: 0x418037e03be0

 

We decided to remove the isdct being reported during fails, once done we proceeded to remove/add multiple NVMe drives and no purple screen happened. We decided to install ISDCT again and the purple screen started happening again, we then removed the ISDCT and the purple screen was not experienced again, we even proceeded by hot-plug 8 disks at the same time and no purple screen happened again.

 

This led us to think that Intel SSD Datacenter Tool 3.0.14 might be the root cause of the purple screens while Hot-Plug. We enabled Intel SSD DC Tool logging mode and replicated the purple screen issue, however we didn’t find more detail at this level.

 

Intel released a new Intel Datacenter Tool about 1 week ago, they’re addressing “Miscellaneous Bugs”, however new release 3.0.15 was released only for Windows/Linux systems and it seems that Intel will release it for VMware soon, it’s more likely that they will fix this issue in that version, however we haven’t found any official note about this problem.

 

As for the moment, if we remove isdct hot plug works great and purple screen does not happen, however as you know this utility is very important for accessing relevant NVMe drive information/sensor and other maintenance/reporting tasks.

 

Does anyone else is experiencing this issue? We're troubleshooting with Supermicro, however this does seem to be an issue related with intel SSD DC Tool/VMware environment, something that we wouldn't expect considering that isdct is just a tool. Intel NVMe drivers seem to be doing their work with no problems.

 

 

 

I'll appreciate your help.

 

 

Mario Herrera

ESXi 6.5 management on low bandwidth connection

$
0
0

Hi all,

 

I manage an ESXi server on a remote location.

This location is in the middle of nowhere. The bandwidth to the location is 256KB up and 256KB down.

Unfortunutually this is the maximum speed we can get on the location.

 

In the past we connected with the old C# client to ESXi.

After an update from ESXi 5.5 to 6.5 this is not possible anymore.

We use the HTML5 client now.

The old C# client took less bandwidth than the new HTML5 client.

When I connect to the server, I have to wait 2 minutes before I see the Username and Password fields.

The browser is downloading 8 MB data for this page.

The biggest pain is main.js with 4.6 MB (Took 1,6 Minutes to load, see attachment)

 

Does anybody know how I can speed up the login and management?

Are there settings to cache the biggest files?

Is ESXi 6.7 more bandwidth friendly

 

And don't say I have to upgrade the connection

 

Thanks!

vCenterやHost Clientから電源>シャットダウンを行のはサーバの電源コードを引っこ抜くのと同じですか?

$
0
0

基本的な質問でたいへん恐縮です。

ゲストOSのシャットダウンに関してですが、ゲストOSにログインしてスタートメニューからシャットダウンを行うのと、vCenterやHostClietから電源>シャットダウンを行のは同じシャットダウンでしょうか?

 

自分的にはゲストOSにログインしてスタートメニューからシャットダウンを行うよう心がけています。

vCenterやHostClietから電源>シャットダウンするのはサーバの電源を引っこ抜くことと同じような気がしています。

 

気にする必要はないのでしょうか?

 

メッセージ編集者: Go Watanabe タイトルの製品名を誤記修正いたしました。

How does vCenter support KVM as the hypervisor? What's the difference between it and ESXi or hyper-V?

$
0
0

I mean what are the functions supported by vCenter when KVM works as the hypervisor?

Compared with ESXi or hyper-V, what's the difference of vCenter implementation?

Setting a delay in powercli script for tagging hosts

$
0
0

Scenario is:  Tagging multiple hosts from my flat switch. I will lose connectivity to hosts until I plug in my startech device and assign the tag to it.  when the script runs it pretty much just stalls after the 1st host. I have tried removing the discconect-viserver.   /Any thoughts? see script below.   Looking for something that acts like nohup sleep command.   Also start-sleep is not what i need. 

 

$file_hosts = "c:\ps\ip.csv"

 

 

#Login Variables

$auth_usr = "root"

$auth_pwd = "Youwillneverknow"

 

 

#variables - Management network

$pg_ManageNet = "Management Network"

 

 

 

 

#variables - CVM network

$Host_CVM_VLAN = 3

$New_NamePortGroupCVM = "CVM_MGNT"

$pg_CVM = "VM Network"

   

  Import-csv $file_hosts | ForEach-Object {

    $host_ntnx = $_.hostntnx 

   

    Connect-VIServer -Server $host_ntnx -User $auth_usr -Password $auth_pwd -Force

    Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -WarningAction SilentlyContinue -Confirm: $false

    Set-PowerCLIConfiguration -Scope User -ParticipateInCEIP $false -Confirm: $false

    Write-Host "******************************************************************"

    Write-Host "******************************************************************"

    Write-Host "connected to" $host_ntnx

 

 

    Write-Host "******************************************************************"

    Write-Host "******************************************************************"

    Write-Host "Configuring CVM Portgroup for" $host_ntnx

 

 

    #Setting vSwitch0 Variable

    $VSwitch0 = Get-VirtualSwitch -VMHost $host_ntnx -Name "vSwitch0"

 

 

    #rename/tag CVM port group

    Write-Host "rename/tagging cvm portgroup"

    $VSwitch0 = Get-VirtualSwitch -VMHost $host_ntnx -Name "vSwitch0"

    $CVM_PortGroup_Config = Get-VirtualPortGroup -VMHost $host_ntnx -VirtualSwitch $VSwitch0 -Name $pg_CVM | Set-VirtualPortGroup -Name $New_NamePortGroupCVM -VlanId $Host_CVM_VLAN

   

    if($?)

{

Write-Host "******************************************************************"

Write-Host "******************************************************************"

  Write-Host "command succeeded"

Write-Host "******************************************************************"

Write-Host "******************************************************************"

  

}

else

{

Write-Host "******************************************************************"

Write-Host "******************************************************************"

   Write-Host "command failed"

Write-Host "******************************************************************"

Write-Host "******************************************************************"

}

 

 

    Write-Host "******************************************************************"

    Write-Host "******************************************************************"

    Write-Host "Configuring Host Portgroup for" $host_ntnx

 

 

    #Tag Management Network

    Write-Host "Tagging mgmt network"

    $TAGnetwork = Get-VirtualPortGroup -VMHost $host_ntnx -VirtualSwitch $VSwitch0 -Name $pg_ManageNet | Set-VirtualPortGroup -VlanId $Host_CVM_VLAN

   

 

 

        Write-Host "******************************************************************"

    Write-Host "******************************************************************"

    Write-Host "Finished DNS Config" $host_ntnx

    Write-Host "******************************************************************"

    Write-Host "******************************************************************"

    Write-Host "Disconnecting from" $host_ntnx

 

 

    Disconnect-VIServer -Server $host_ntnx -Confirm:$false

 

    }

VMware Management with PowerCLI 5.0

$
0
0

Download the PowerCLI 5.0 Poster from this post.

Search AD User - Need it in Request Form for VM-vRA 7.4

$
0
0

Hello All,

 

We are stuck in vRA machine request form where customer need to set a tab called Application Owner/VM owner  - where they need to add required user from AD Server .

 

, if anybody have simple workflow for same please share !!!


USB problem after upgrading to Fusion 11 and Mojave

$
0
0

Hi everyone,

after upgrading my mac from High Sierra to Mojave i updated Vmware Fusion 10 to 11 version

Now from guest machine (Windows 10 Enterprise lateest version) i cannot see any USB storage devices

Input usb device keyobard an mouse works

 

Usb Devices are correctly recognized by Mac host

I already tried to remove and re-add USB Controlelr to guest machine, update vmware tools and upgrade hardware version for guest machine from 11 to 14 (I need compatibility to Fusion 10)

 

Any suggestions?

 

Thanks

Daniele

「仮想マシンがハートビート喪失になっています。vmvmhblostトラップ」のエラー通知に関して教えてください。

$
0
0

JP1でesxiから以下のような通知を5分ごとに受けているようです。

しかし、vCenterではなにもエラーがでていなくて気持ち悪いです。

 

「仮想マシンがハートビート喪失になっています。vmvmhblostトラップ」

 

手前みそでしらべたところSNMPトラップを抑止できるようですが、このエラー通知を抑止しても問題ないのでしょうか?

よろしくお願いします。

INSTALLAZIONE VMWARE TOOLS WINDOS 2008r2

$
0
0

ho disistallato di tutto antivirus Norton compreso, ma non ne esco....

sistema operativo Windows 2008 r2 antivirus Norton enterprise edition

versione tools = VMware-tools-10.2.5-8068406-x86_64.exe

 

AIUTO !!!!

Nested virtualization on Workstation 14 PRO on AMD Ryzen

$
0
0

Hello to all, I'm trying to build my own home lab for VMware solution testing, mainly to learn about the technologies and how to get arround them (install, configure, manage kind of stuff).

My setup is as follows:

CPU: AMD Ryzen 1700X, MB: Asrock X370 Taichi UEFI 4.80, 64 GB RAM, Windows 10 Pro with Workstation 14 pro installed atop of it (latest patches on both OS and workstation).

 

I am able to install a virtual ESXi host (6.5U2) on top of the setup and it runs OK. But when I create a VM on top of this virtual ESX when the VM starts and after it tries to boot, the VM crashes and just powers off. Sometimes it goes through boot OK and starts to load the iso, but then the whole virtual ESX crashes. I tried importing a VM from template to the virtual ESX, but this has the same results.

 

I tried a couple of UEFI version on the MB, different OS versions and Workstation versions, different OS iso files, but the results are still the same. I have another Intel based PC at home (old i5) and that one works OK and is able to run nested virtualization without any problem (same SW setup).

Is this some limitation of the architecture, or is nested virtualization simply not allowed on Ryzen CPUs? Any way arround it, other than selling this setup and buying a new one?

How do to check vSphere history tasks

$
0
0

Check vSphere history tasks in Monitor\Tasks & Events\Tasks.

 

But, it has time limit.

 

How do I check earlier tas

VMWare Workstation Pro 14 - takes over 2 minutes to open / display the window?

$
0
0

All of sudden, when I click the tray icon and select Open VMware Workstation I have to wait several minutes before the window is even displayed?  Once it is open everything is fine and it responds normally. This has been fine working on my test system for the last 9 months and this just started happening in the last few days and I can't figure out why or how to resolve it?

Do I need change MTU value?

$
0
0

Do I need to change MTU value in my production enviroment?

 

If it need, How many is it?


New to vmware

$
0
0

Hi All

 

Please be patient with me I am new to vmware and I have a scenario which I need a solution for.

I have 2 hosts (nodes) and a SAN and I'm required to configure HA but am not sure on the tools required.

I've setup ESXI 6.7 evaluation on the 2 nodes and they are ready to go.

But I'm unsure where to go from here;

Do i need vCenter hence another node for 3 way setup

Do I use vSAN in this scenario

 

I'm really unsure any assistance and instructions would be great.


Thank you kindly

IVirtualMachineOperations.StartProgramInGuest returns -1073740791 instead of the new process id that has been started. Then all further calls fail with internal server error.

$
0
0

We are using vmware management SDK to start an executable on a remote machine managed in a vcenter.

While trying to start the process using "VMware.Interfaces.Operations.IVirtualMachineOperations.StartProgramInGuest" by passing the executable path, instead of receiving the id of the process that has been started, we are receiving -1073740791. And further call to list the running processes on the remote machine also fail with internal server error.

Can you mention why this is happening and the solution to avoid this ?

scratch partition and syslog

$
0
0

Hi,

 

I see that the ESXi scratch partition is by default set to /tmp/scratch, where is this stored?

 

Is this local on the SD card used for the ESXi install or on ramdisk (space allocated in memory for storing these logs)?

 

Strangely when I enter df -h on an ESXi host, it does not list the local drive/partitions (SD Card).

 

For syslog, if I setup a remote host to send logs (syslog.gobal.logHost), do I also need to specify a datastore (Syslog.global.logDir) or can I set this to null?

 

 

Thanks

vSphere Host Unable to Boot After Removing Harddisk

$
0
0

I have a vSphere host with 4 harddisk - harddisk 1, harddisk 2, harddisk 3, harddisk 4. I have set up a data store on each harddisk, so there are 4 data stores - Datastore1, Datastore2, Datastore3 and Datastore4.

 

Months ago, the harddisk 3 failed but the host was still able to boot. Last week, I tried to remove harddisk 3 from host but accidentally, I removed hardddisk 4. Then the host is unable to boot, when I boot the host, the host just hangs at cursor without showing the VMWare console.

 

Anyone know what the problem is?

Win7Embedded - client 4.9 install fails

$
0
0

Hi,

we have Samsung TC241W clients running Windows 7 Embedded. I was able to update it so far to client version 4.8.0. When I am trying to install 4.9.0, it immediately throws out the exception and install fails.

I did the whole recovery to have clean Win7 Embedded SP1 Standard installed. Then I tried to install clients from version 4.30 untill 4.8.0. That worked. Only the 4.9.0 is not possible to install.

 

I attached two files, one is the error and the other is the log from TEMP directory.

 

Is it possible that the Win7 Embedded support was dropped ? I can not find any info about it.

 

Thanks a lot.

Viewing all 180329 articles
Browse latest View live


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