Die Security Guide gibt es unter https://core.vmware.com/vmware-vsphere-67-security-configuration-guide Bitte Vorsicht bei der Umsetzung und vorher genau überlegen, welche Einstellungen für die jewe...
See more...
Die Security Guide gibt es unter https://core.vmware.com/vmware-vsphere-67-security-configuration-guide Bitte Vorsicht bei der Umsetzung und vorher genau überlegen, welche Einstellungen für die jeweilige Umgebung sinnvoll sind!
André
Hallo, kann mir jemand den Link nennen wo steht wie man am besten vSphere Hardening umsetzen kann? Also empfohlene Einstellungen gelistet sind. Vielen Dank
Wie auch immer, besser wird alle Ihre ESXi-Hosts auf Version 7 zu aktualisieren. Es gibt Ihnen die Zeit, darüber nachzudenken, was als nächstes zu tun ist.
hast du versucht den vCenter mit dem Workstation einbinden? vCenter muss ins Worksation Inventory sichtbar sein. Danach kann das in ein paar clicks gemacht werden
Ich habe eine VMware Umgebung mit ESXi Servern und Netapp NFS Datastores auf denen die VMs abgelegt sind. Jetzt soll ich die VMs auf eine VM Workstation Pro bringen. Wie mache ich das am besten ?
Gute Morgen, das USB-Laufwerk ist ein Weiterer DATAStor2. Wir haben nun ein Weiteres Raid1 erzeugt, dort die VM hinkopiert und konsolidiert. Zur Zeit läuft die VM auf Datastor2 mit 960Gb, ich halte...
See more...
Gute Morgen, das USB-Laufwerk ist ein Weiterer DATAStor2. Wir haben nun ein Weiteres Raid1 erzeugt, dort die VM hinkopiert und konsolidiert. Zur Zeit läuft die VM auf Datastor2 mit 960Gb, ich halte Dich auf dem Laufenden!
Well, a snapshot consolidation on this disk is not possible because the base virtual disk is not only provisioned with a size that exceeds the datastore size, but is also a thin provisioned virtual d...
See more...
Well, a snapshot consolidation on this disk is not possible because the base virtual disk is not only provisioned with a size that exceeds the datastore size, but is also a thin provisioned virtual disk. Currently the base disk consumes ~178GB, and the snapshot ~117GB, so that there's no free disk space available on datastore1, that's needed for the snapshot consolidation.
What can you tell me about "/vmfs/volumes/USB"? It's listed as a VMFS datastore, but VMware doesn't support datastores on USB devices!? Is it just the name that's confusing? In case that this is a supported datastore, it could be used to clone the VM, and consolidate its snapshots.
André
PS: Ups, schon wieder in Englisch. Ich werde alt
Ich hoffe jetzt sind es die richtigen! ls -lisa total 327561856 1412 128 drwxr-xr-x 1 root root 90112 Jan 26 04:10 . 4 1024 drwxr-xr-t 1 root root 7...
See more...
Erst Mal Superlieb das Sie uns Helfen, besteht die Möglichkeit das Sich jemand Via Teamviewer dort aufschaltet? Die andere Auswertung kommt im Laufe des Tages! Super lieb ! Andree
Sorry, war vorher wohl in Gedanken woanders und habe versehentlich in Englisch geantwortet
Was ich benötige ist die Auflistung der Dateien der virtuellen Maschine oder - noch besser - aller virt...
See more...
Sorry, war vorher wohl in Gedanken woanders und habe versehentlich in Englisch geantwortet
Was ich benötige ist die Auflistung der Dateien der virtuellen Maschine oder - noch besser - aller virtuellen Maschinen in Datenspeicher, um zu sehen wo evtl. Platz freigeräumt werden kann. Dazu wäre die Ausgabe des folgdenden Befehl hilfreich (d.h. die filelist.txt).
ls -lisaR /vmfs/volumes/datastore1 > filelist.txt
André
The file listing is from the root folder rather than from the VM's folder.
Please provide the file listing of the VM's files/folder
cd /vmfs/volumes/datastore1/<Your-VMs-Name> ls -lisa
André
Unfortunately, those PCI cards cannot passthrough or connect to the virtual machine. Only serial, parallel, and USB devices can be used. Your best bet is to find an older PC and install XP on it al...
See more...
Unfortunately, those PCI cards cannot passthrough or connect to the virtual machine. Only serial, parallel, and USB devices can be used. Your best bet is to find an older PC and install XP on it along with the drivers and software for those cards. We have similar situation at my work with older DOS computers with certain ISA and PCI cards for I/O to a board tester.
Damit ich mir ein Bild über die aktuelle Situation machen kann und um zu prüfen, was möglich ist benötige ich ein paar Detail. Bitte verbinde Dich dazu auf die Konsole der ESXi Hosts (direkt oder vi...
See more...
Damit ich mir ein Bild über die aktuelle Situation machen kann und um zu prüfen, was möglich ist benötige ich ein paar Detail. Bitte verbinde Dich dazu auf die Konsole der ESXi Hosts (direkt oder via SSH), wechsle in das Verzeichnis der VM (z.B. cd /vmfs/volumes/datastore-name/VM-Name) und führe dort folgende Befehle aus:
df -h > filelist.txt ls -lisa >> filelist.txt
Lade dann die Datei filelist.txt via z.B. dem Datenspeicher-Browser herunter und stell Sie als Anhang in Deiner nächsten Antwort zur Verfügung.
André