VMware: erinevus redaktsioonide vahel

Allikas: Imre kasutab arvutit
Mine navigeerimisribaleMine otsikasti
Resümee puudub
Resümee puudub
 
(ei näidata sama kasutaja 5 vahepealset redaktsiooni)
9. rida: 9. rida:
 
* vSAN - storage
 
* vSAN - storage
 
* NSX - võrk
 
* NSX - võrk
  +
* vmkernel virtual network adapter
  +
* direct console user interface (DCUI)
  +
  +
===ESXi paigaldamine Proxmox keskkonnas===
  +
  +
ESXi host arvuti paigaldamiseks Proxmox keskkonda virtuaalse arvutina sobib seadistada PVE virtuaalne arvuti selliselt
  +
  +
* OS -> Guest OS -> Linux
  +
* System -> Machine - q35
  +
* System -> SCSI Controller -> VMware PVSCSI
  +
* System -> BIOS - OVMF (UEFI)
  +
* Disks -> Bus/Device - SATA
  +
* Disks -> size - 1200 G (et oleks ruumi katsetada)
  +
* CPU -> sockets - 4
  +
* CPU -> Type - host
  +
* Memory -> Ballooning Device - off
  +
* Memory - 16384 MB
  +
* Network -> Model - VMware vmxnet3
  +
  +
===ESXi host paigaldamine===
  +
  +
Virtuaalse arvuti käivitamisel jätkuvad tegevused virtuaalse arvuti konsoolil, ilmub hall-kollane installeri liides. Kui võrgus on dhcp server, siis küsitakse
  +
  +
* kõvaketta kohta nö jaatust
  +
* host privilegeeritud kasutaja parooli seadistamist
  +
  +
Kui võrgus dhcp serverit ei tööta, siis
  +
  +
* TODO
  +
  +
Tulemusena on paigaldatud ESXi host süsteemi ja saab haldusliidese kaudu logida sisse brauseriga, ...
  +
  +
===Misc===
  +
  +
<pre>
  +
is there also configuration switch on vmware platform to enable-disable giving this info to guest (besidest vmware tools beig present)
  +
  +
  +
Yes, there is an advanced configuration switch on the VMware platform to enable or disable the reporting of steal time, even with VMware Tools installed.
  +
  +
By default, steal time accounting is not always enabled in VMware guests. You can enable it by modifying the virtual machine's configuration file (.vmx).
  +
  +
How to Enable Steal Time Accounting
  +
Shut down the VM: Ensure the virtual machine is powered off.
  +
  +
Edit the .vmx file: On the ESXi host, you will need to edit the virtual machine's .vmx file. This file contains all of the virtual machine's configuration settings.
  +
  +
Add the configuration option: Add the following line to the .vmx file:
  +
stealclock.enable = "TRUE"
  +
  +
Reload and power on: Reload the virtual machine's configuration and power it on.
  +
  +
With this option enabled, and with VMware Tools installed, the guest operating system will be able to receive and report the CPU steal time metric. It is supported by VMs that run hardware version 13 or newer.
  +
</pre>
   
 
===Kasulikud lisamaterjalid===
 
===Kasulikud lisamaterjalid===

Viimane redaktsioon: 16. september 2025, kell 11:21

Sissejuhatus

TODO

Mõisted

  • esxi - virtualiseerimise host (VMware-VMvisor-Installer-7.0U2a-17867351.x86_64.iso)
  • vcenter - klasteri haldus
  • vSAN - storage
  • NSX - võrk
  • vmkernel virtual network adapter
  • direct console user interface (DCUI)

ESXi paigaldamine Proxmox keskkonnas

ESXi host arvuti paigaldamiseks Proxmox keskkonda virtuaalse arvutina sobib seadistada PVE virtuaalne arvuti selliselt

  • OS -> Guest OS -> Linux
  • System -> Machine - q35
  • System -> SCSI Controller -> VMware PVSCSI
  • System -> BIOS - OVMF (UEFI)
  • Disks -> Bus/Device - SATA
  • Disks -> size - 1200 G (et oleks ruumi katsetada)
  • CPU -> sockets - 4
  • CPU -> Type - host
  • Memory -> Ballooning Device - off
  • Memory - 16384 MB
  • Network -> Model - VMware vmxnet3

ESXi host paigaldamine

Virtuaalse arvuti käivitamisel jätkuvad tegevused virtuaalse arvuti konsoolil, ilmub hall-kollane installeri liides. Kui võrgus on dhcp server, siis küsitakse

  • kõvaketta kohta nö jaatust
  • host privilegeeritud kasutaja parooli seadistamist

Kui võrgus dhcp serverit ei tööta, siis

  • TODO

Tulemusena on paigaldatud ESXi host süsteemi ja saab haldusliidese kaudu logida sisse brauseriga, ...

Misc

is there also configuration switch on vmware platform to enable-disable giving this info to guest (besidest vmware tools beig present)


Yes, there is an advanced configuration switch on the VMware platform to enable or disable the reporting of steal time, even with VMware Tools installed.

By default, steal time accounting is not always enabled in VMware guests. You can enable it by modifying the virtual machine's configuration file (.vmx).

How to Enable Steal Time Accounting
Shut down the VM: Ensure the virtual machine is powered off.

Edit the .vmx file: On the ESXi host, you will need to edit the virtual machine's .vmx file. This file contains all of the virtual machine's configuration settings.

Add the configuration option: Add the following line to the .vmx file:
stealclock.enable = "TRUE"

Reload and power on: Reload the virtual machine's configuration and power it on.

With this option enabled, and with VMware Tools installed, the guest operating system will be able to receive and report the CPU steal time metric. It is supported by VMs that run hardware version 13 or newer.

Kasulikud lisamaterjalid