homermg
Goto Top

VSphere OS Speicherort

Hey Leute,

Kann mir jemand sagen wie bzw. wo ich erkennen kann wo vSphere 6.5 installiert ist?
Ich meine auf SD, HDD oder SAN liegt.
Habe vSphere 6.5 und VCenter 6.5 laufen.
Danke an alle Helfer

Content-Key: 483904

Url: https://administrator.de/contentid/483904

Printed on: April 19, 2024 at 07:04 o'clock

Member: em-pie
Solution em-pie Aug 10, 2019 at 13:50:03 (UTC)
Goto Top
Moin,

DU kannst das mit div. Befehlen ermitteln.
Quelle: https://communities.vmware.com/thread/446626

Ermitteln, wo das ESXi OS installiert ist:
ls -la /bootbank 

#Ergebnis:
    /bootbank -> /vmfs/volumes/c3fc2b77-b938092d-0a3d-abb9bf510f0f

Mit obigen Ergebnis holst du dir weitere Daten zum Bootdevice
vmkfstools -P /vmfs/volumes/c3fc2b77-b938092d-0a3d-abb9bf510f0f

#Ergebnis:
    vfat-0.04 file system spanning 1 partitions.
    File system label (if any):
    Mode: private
    Capacity 261853184 (63929 file blocks * 4096), 109244416 (26671 blocks) avail
    UUID: c3fc2b77-b938092d-0a3d-abb9bf510f0f
    Partitions spanned (on "disks"):
            t10.ATA_____WDC_WD2500AAKS2D00B3A0________________________WD2DWMAT12492277:6
    Is Native Snapshot Capable: NO

Mit obigem Ergebnis zeigst du dir dann die genauen Daten des Mediums an
esxcli storage core device list |grep -A27 ^t10.ATA_____WDC

#Ergebnis:
    t10.ATA_____WDC_WD2500AAKS2D00B3A0________________________WD2DWMAT12492277
       Display Name: Local ATA Disk (t10.ATA_____WDC_WD2500AAKS2D00B3A0________________________WD2DWMAT12492277)
       Has Settable Display Name: true
       Size: 238475
       Device Type: Direct-Access
       Multipath Plugin: NMP
       Devfs Path: /vmfs/devices/disks/t10.ATA_____WDC_WD2500AAKS2D00B3A0________________________WD2DWMAT12492277
       Vendor: ATA
       Model: WDC WD2500AAKS-0
       Revision: 01.0
       SCSI Level: 5
       Is Pseudo: false
       Status: on
       Is RDM Capable: false
       Is Local: true
       Is Removable: false
       Is SSD: true
       Is Offline: false
       Is Perennially Reserved: false
       Queue Full Sample Size: 0
       Queue Full Threshold: 0
       Thin Provisioning Status: unknown
       Attached Filters:
       VAAI Status: unknown
       Other UIDs: vml.0100000000202020202057442d574d41543132343932323737574443205744
       Is Local SAS Device: false
       Is Boot USB Device: false


Gruß
em-pie
Member: homermg
homermg Aug 10, 2019 at 18:59:57 (UTC)
Goto Top
Im VCenter kann man das nicht erkennen?
VG