VMware: Unterschied zwischen den Versionen

Aus MeinWiki
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
== Configuring a persistent scratch location using the vSphere Client ==
+
==ESXi / vSphere==
 +
===Configuring a persistent scratch location using the vSphere Client===
 
You can configure persistent scratch space for ESXi using the vSphere Client:
 
You can configure persistent scratch space for ESXi using the vSphere Client:
 
#Connect to vCenter Server or the ESXi host using the vSphere Client.
 
#Connect to vCenter Server or the ESXi host using the vSphere Client.
Zeile 15: Zeile 16:
 
     For example:
 
     For example:
 
     /vmfs/volumes/DatastoreName(uid)/.locker-ESXHostname
 
     /vmfs/volumes/DatastoreName(uid)/.locker-ESXHostname
== Mount CDROM (ESXi) ==
+
===Mount CDROM (ESXi)===
 
#esxcfg-mpath –l
 
#esxcfg-mpath –l
 
#Load the iso9660 module with this command: vmkload_mod iso9660
 
#Load the iso9660 module with this command: vmkload_mod iso9660
Zeile 21: Zeile 22:
 
     esxcfg-mpath -l:/sbin/vsish -e set /vmkModules/iso9660/mount mpx.vmhba32:C0:T0:L0
 
     esxcfg-mpath -l:/sbin/vsish -e set /vmkModules/iso9660/mount mpx.vmhba32:C0:T0:L0
 
The CDROM will be mounted under /vmfs/volumes/ [CDROM Label] /
 
The CDROM will be mounted under /vmfs/volumes/ [CDROM Label] /
== Treiberpaket installieren ESXi4.1==
+
===Treiberpaket installieren ESXi4.1===
 
*SSH aktiviern.
 
*SSH aktiviern.
 
*Treiberpaket mit WinScp Lokal zur Verfügung stellen.
 
*Treiberpaket mit WinScp Lokal zur Verfügung stellen.
 
     esxupdate -b ....vib update
 
     esxupdate -b ....vib update
 +
==VMwareplayer==
 
=== Ubuntu Vmware Player recompilieren ===
 
=== Ubuntu Vmware Player recompilieren ===
 
Nach dem Einspielen von Sicherheitsupdates (Kernel) auf dem Hostbetriebsystem stehen keine Netzwerkverbindungen beim VMwareplayer zur Verfügung. Dazu mus das Kernelmodul neu eingebunden werden.
 
Nach dem Einspielen von Sicherheitsupdates (Kernel) auf dem Hostbetriebsystem stehen keine Netzwerkverbindungen beim VMwareplayer zur Verfügung. Dazu mus das Kernelmodul neu eingebunden werden.
 
     vmware-modconfig --console --install-all
 
     vmware-modconfig --console --install-all

Version vom 26. August 2014, 18:22 Uhr

ESXi / vSphere

Configuring a persistent scratch location using the vSphere Client

You can configure persistent scratch space for ESXi using the vSphere Client:

  1. Connect to vCenter Server or the ESXi host using the vSphere Client.
  2. Select the ESXi host in the inventory.
  3. Click the Configuration tab.
  4. Click Storage.
  5. Right-click a datastore and select Browse.
  6. Create a uniquely-named directory for this ESX host (for example, .locker-ESXHostname)
  7. Close the Datastore Browser.
  8. Click Advanced Settings under Software.
  9. Select the ScratchConfig section.
  10. Change the ScratchConfig.ConfiguredScratchLocation configuration option, specifying the full path to the directory.
  11. Click OK.

Put the ESXi host in maintenance mode and reboot for the configuration change to take effect.

   For example:
   /vmfs/volumes/DatastoreName(uid)/.locker-ESXHostname

Mount CDROM (ESXi)

  1. esxcfg-mpath –l
  2. Load the iso9660 module with this command: vmkload_mod iso9660
  3. Mount the CDROM using the device determined earlier with
   esxcfg-mpath -l:/sbin/vsish -e set /vmkModules/iso9660/mount mpx.vmhba32:C0:T0:L0

The CDROM will be mounted under /vmfs/volumes/ [CDROM Label] /

Treiberpaket installieren ESXi4.1

  • SSH aktiviern.
  • Treiberpaket mit WinScp Lokal zur Verfügung stellen.
   esxupdate -b ....vib update

VMwareplayer

Ubuntu Vmware Player recompilieren

Nach dem Einspielen von Sicherheitsupdates (Kernel) auf dem Hostbetriebsystem stehen keine Netzwerkverbindungen beim VMwareplayer zur Verfügung. Dazu mus das Kernelmodul neu eingebunden werden.

    vmware-modconfig --console --install-all