Die Foren-SW läuft ohne erkennbare Probleme. Sollte doch etwas nicht funktionieren, bitte gerne hier jederzeit melden und wir kümmern uns zeitnah darum. Danke!

6.5 auf dem Dell PE-T110ii

Alles zum Thema vSphere 6.5, ESXi 6.5 und vCenter Server.

Moderatoren: irix, Dayworker

King of the Hill
Beiträge: 13561
Registriert: 01.10.2008, 12:54
Wohnort: laut USV-Log am Ende der Welt...

6.5 auf dem Dell PE-T110ii

Beitragvon Dayworker » 17.12.2018, 04:46

Mein Bastelprojekt Testprojekt: ESXi als Workstation benutzen habe ich noch weiter zurückgestellt und mich stattdessen lieber mit dem Upgraden des ESXi beschäftigt. Laut https://www.vmware.com/content/dam/digitalmarketing/vmware/en/pdf/support/product-lifecycle-matrix.pdf ist der 5.5er seit 19.September 2018 aus dem "END OF GENERAL SUPPORT" gefallen und erhält noch "END OF TECHNICAL GUIDANCE" bis 19.September 2020. Bis dahin ist zwar noch reichlich Zeit, aber ich probiere lieber mal vorher, bevor es dann wirklich ernst wird. Dabei bin ich in der VMware-HCL über den HP Microserver Gen8 Intel Xeon E3-1200-v2 Series gestolpert und siehe da, der wird auch noch unter 6.5 unterstützt. Eine kurze Suche in der Dell-Community lieferte dann zusätzlich noch den Thread ESXi 6.5 on a Poweredge T110 II.

Soweit so gut. Also erstmal Backup vom Stick anlegen... Mein Raspi machte sich dafür gut:

Code: Alles auswählen

master@raspberrypi:/ $  sudo fdisk -l
Disk /dev/sda: 7.3 GiB, 7811891200 bytes, 15257600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xd5d788fa

Device     Boot Start      End  Sectors  Size Id Type
/dev/sda1  *     2952 15257599 15254648  7.3G  b W95 FAT32


Disk /dev/sdb: 3.8 GiB, 4043309056 bytes, 7897088 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x49e2fd2f

Device     Boot   Start     End Sectors  Size Id Type
/dev/sdb1          8192 1843199 1835008  896M  5 Extended
/dev/sdb4  *         32    8191    8160    4M  4 FAT16 <32M
/dev/sdb5          8224  520191  511968  250M  6 FAT16
/dev/sdb6        520224 1032191  511968  250M  6 FAT16
/dev/sdb7       1032224 1257471  225248  110M fc VMware VMKCORE
/dev/sdb8       1257504 1843199  585696  286M  6 FAT16

Partition table entries are not in disk order.

Alles klar, "sda" ist der leere Stick und "sdb" enthält den ESXi. Clonen mit abschließendem Sync:

Code: Alles auswählen

master@raspberrypi:/ $  sudo dd if=/dev/sdb of=/dev/sda bs=1M status=progress && sync
4040163328 bytes (4.0 GB, 3.8 GiB) copied, 558.126 s, 7.2 MB/s
3856+0 records in
3856+0 records out
4043309056 bytes (4.0 GB, 3.8 GiB) copied, 579.516 s, 7.0 MB/s

Nachgucken ob die Partitionierung paßt:

Code: Alles auswählen

master@raspberrypi:/ $  sudo fdisk -l

Disk /dev/sda: 7.3 GiB, 7811891200 bytes, 15257600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x49e2fd2f

Device     Boot   Start     End Sectors  Size Id Type
/dev/sda1          8192 1843199 1835008  896M  5 Extended
/dev/sda4  *         32    8191    8160    4M  4 FAT16 <32M
/dev/sda5          8224  520191  511968  250M  6 FAT16
/dev/sda6        520224 1032191  511968  250M  6 FAT16
/dev/sda7       1032224 1257471  225248  110M fc VMware VMKCORE
/dev/sda8       1257504 1843199  585696  286M  6 FAT16

Partition table entries are not in disk order.


Disk /dev/sdb: 3.8 GiB, 4043309056 bytes, 7897088 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x49e2fd2f

Device     Boot   Start     End Sectors  Size Id Type
/dev/sdb1          8192 1843199 1835008  896M  5 Extended
/dev/sdb4  *         32    8191    8160    4M  4 FAT16 <32M
/dev/sdb5          8224  520191  511968  250M  6 FAT16
/dev/sdb6        520224 1032191  511968  250M  6 FAT16
/dev/sdb7       1032224 1257471  225248  110M fc VMware VMKCORE
/dev/sdb8       1257504 1843199  585696  286M  6 FAT16

Partition table entries are not in disk order.


Testweise einfach vom neunen Stick gebootet, ESXi kommt wieder hoch; paßt.

Als nächstes stand dann die Entscheidung an, ob ich direkt hochziehe oder lieber neu installiere. Da der ESXi jedoch als Recovery über eine zweite Bootbank verfügt, habe ich mich für den Direkt-Upgrade entschieden. Bei Dell gabs dann VMware-VMvisor-Installer-6.5.0.update02-8294253.x86_64-DellEMC_Customized-A00.zip und die galt es dann einzuspielen.

Code: Alles auswählen

esxcli software profile update -d /vmfs/volumes/5a0ad845-5561afd8-9320-d4ae52c8a69b/update/650u2-A00.zip

Error: Missing required parameter -p|--profile

Usage: esxcli software profile update [cmd options]

Description:
  update                Updates the host with VIBs from an image profile in a depot. Installed VIBs may be upgraded (or downgraded if --allow-downgrades is specified), but they will not be removed.
                        Any VIBs in the image profile which are not related to any installed VIBs will be added to the host. WARNING: If your installation requires a reboot, you need to disable HA
                        first.

Cmd options:
  --allow-downgrades    If this option is specified, then the VIBs from the image profile which update, downgrade, or are new to the host will be installed. If the option is not specified, then the
                        VIBs which update or are new to the host will be installed.
  -d|--depot=[ <str> ... ]
                        Specifies full remote URLs of the depot index.xml or server file path pointing to an offline bundle .zip file. (required)
  --dry-run             Performs a dry-run only. Report the VIB-level operations that would be performed, but do not change anything in the system.
  -f|--force            Bypasses checks for package dependencies, conflicts, obsolescence, and acceptance levels. Really not recommended unless you know what you are doing. Use of this option will
                        result in a warning being displayed in the vSphere Client.
  --maintenance-mode    Pretends that maintenance mode is in effect. Otherwise, installation will stop for live installs that require maintenance mode. This flag has no effect for reboot required
                        remediations.
  --no-live-install     Forces an install to /altbootbank even if the VIBs are eligible for live installation or removal. Will cause installation to be skipped on PXE-booted hosts.
  --no-sig-check        Bypasses acceptance level verification, including signing. Use of this option poses a large security risk and will result in a SECURITY ALERT warning being displayed in the
                        vSphere Client.
  -p|--profile=<str>    Specifies the name of the image profile to update the host with. (required)
  --proxy=<str>         Specifies a proxy server to use for HTTP, FTP, and HTTPS connections. The format is proxy-url:port.

Hmmm. Weshalb geht das nicht? Ahhh, kein Profile mitgegeben. Das kann man auch ohne Einspielen, dann sieht der Befehl wie folgt aus:

Code: Alles auswählen

 esxcli software vib update -d /vmfs/volumes/5a0ad845-5561afd8-9320-d4ae52c8a69b/update/650u2-A00.zip --dry-run
 [DependencyError]
 VIB VMware_bootbank_scsi-qla2xxx_902.k1.1-12vmw.550.3.68.3029944 requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-sata-svw_2.3-3vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-amd_0.3.10-3vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMware_bootbank_esx-base_6.5.0-2.50.8294253 requires vsan >= 6.5.0-2.50, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ipmi-ipmi-msghandler_39.1-5vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ohci-usb-ohci_1.0-3vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB Mellanox_bootbank_net-mlx-compat_2.3.3.1-1OEM.550.0.0.1331820 requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-sata-sil_2.3-4vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB QLogic_bootbank_net-qlcnic_5.5.190-1OEM.550.0.0.1331820 requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB INT_bootbank_net-igb_5.3.3-1OEM.600.0.0.2494585 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_scsi-aacraid_1.1.5.1-9vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_net-enic_2.1.2.38-2vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.650.2.50.8294253 requires com.vmware.usb-10.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-sata-sil24_1.1-1vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMware_bootbank_esx-base_6.5.0-2.50.8294253 requires vsan << 6.5.0-2.51, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-ata-piix_2.12-10vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_scsi-ips_7.12.05-4vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB QLogic_bootbank_scsi-bnx2i_2.713.60.v60.1-1OEM.600.0.0.2494585 requires com.vmware.iscsi_linux-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-amd_0.3.10-3vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ipmi-ipmi-si-drv_39.1-5vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB Broadcom_bootbank_net-tg3_3.137l.v55.1-1OEM.550.0.0.1331820 requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-sata-nv_3.5-4vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_xhci-xhci_1.0-3vmw.650.2.50.8294253 requires com.vmware.usb-10.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB QLogic_bootbank_scsi-bnx2fc_1.713.60.v60.1-1OEM.600.0.0.2494585 requires com.vmware.libfcoe-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-sata-promise_2.12-3vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_scsi-fnic_1.5.0.45-3vmw.650.2.50.8294253 requires com.vmware.libfc-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_scsi-mptsas_4.23.01.00-10vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_xhci-xhci_1.0-3vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_net-nx-nic_5.0.621-5vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_misc-drivers_6.5.0-2.50.8294253 requires com.vmware.vmkplexer-4.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-via_0.3.3-2vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB QLogic_bootbank_misc-cnic-register_1.713.60.v60.1-1OEM.600.0.0.2494585 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB Mellanox_bootbank_net-mlx4-en_2.3.3.1-1OEM.550.0.0.1331820 requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_uhci-usb-uhci_1.0-3vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB QLogic_bootbank_net-cnic_2.713.60.v60.1-1OEM.600.0.0.2494585 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_scsi-hpsa_6.0.0.84-1vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-sata-promise_2.12-3vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-sata-nv_3.5-4vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ohci-usb-ohci_1.0-3vmw.650.2.50.8294253 requires com.vmware.usb-10.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_scsi-megaraid-sas_06.805.56.00-1OEM.600.0.0.2494585 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-via_0.3.3-2vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_block-cciss_3.6.14-10vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_uhci-usb-uhci_1.0-3vmw.650.2.50.8294253 requires com.vmware.usb-10.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_scsi-adp94xx_1.0.8.12-6vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB Avago_bootbank_scsi-mpt2sas_20.00.00.00.1vmw-1OEM.550.0.0.1331820 requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB QLogic_bootbank_scsi-qla4xxx_644.55.37.0-1OEM.550.0.0.1331820 requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_scsi-aic79xx_3.1-5vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-sata-sil24_1.1-1vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ipmi-ipmi-devintf_39.1-5vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB LSI_bootbank_scsi-megaraid-perc9_6.903.55.00-1OEM.550.0.0.1331820 requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-ata-piix_2.12-10vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_net-e1000e_3.2.2.1-2vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-ahci_3.0-26vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB INT_bootbank_net-i40e_2.0.7-1OEM.600.0.0.2494585 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_net-e1000_8.0.3.1-5vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB QLogic_bootbank_scsi-bnx2fc_1.713.60.v60.1-1OEM.600.0.0.2494585 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB QLogic_bootbank_net-bnx2x_2.713.60.v60.1-1OEM.600.0.0.2494585 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-ahci_3.0-26vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB QLogic_bootbank_scsi-bnx2fc_1.713.60.v60.1-1OEM.600.0.0.2494585 requires com.vmware.libfc-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_scsi-fnic_1.5.0.45-3vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB QLogic_bootbank_net-bnx2_2.2.6b.v60.2-1OEM.600.0.0.2494585 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB Mellanox_bootbank_net-mlx4-core_2.3.3.1-1OEM.550.0.0.1331820 requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB Avago_bootbank_scsi-mpt3sas_13.00.00.00-1OEM.550.0.0.1331820 requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.650.2.50.8294253 requires com.vmware.libata-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB QLogic_bootbank_scsi-bnx2i_2.713.60.v60.1-1OEM.600.0.0.2494585 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB Intel_bootbank_net-ixgbe_4.5.2-1OEM.550.0.0.1331820 requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-sata-svw_2.3-3vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB QLogic_bootbank_net-qlge_3.0.0.59-1OEM.550.0.0.1331820 requires com.vmware.driverAPI-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_sata-sata-sil_2.3-4vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_scsi-fnic_1.5.0.45-3vmw.650.2.50.8294253 requires com.vmware.libfcoe-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB VMW_bootbank_net-forcedeth_0.61-2vmw.650.2.50.8294253 requires com.vmware.driverAPI-9.2.3.0, but the requirement cannot be satisfied within the ImageProfile.
 VIB QLogic_bootbank_scsi-qla4xxx_644.55.37.0-1OEM.550.0.0.1331820 requires com.vmware.iscsi_linux-9.2.2.0, but the requirement cannot be satisfied within the ImageProfile.
 Please refer to the log file for more details.
 

Super, ich verstehe nur noch Bahnhof...
Da hätte ich aber schon vorher drauf kommen können. Vorher war ein 5.5er Profile aktiv und jetzt sollte ein 6.5er drübergebügelt werden. Bei "vladan" bin ich dann auf https://www.vladan.fr/how-to-do-a-dry-run-of-an-esxcli-installation-or-upgrade-on-vmware-esxi/ gestossen und flugs abgefragt:

Code: Alles auswählen

 esxcli software sources profile list -d  /vmfs/volumes/5a0ad845-5561afd8-9320-d4ae52c8a69b/update/650u2-A00.zip
Name                            Vendor  Acceptance Level
------------------------------  ------  ----------------
DellEMC-ESXi-6.5U2-8294253-A00  Dell    PartnerSupported

Damit ist dann auch der vollständige Upgrade-Befehl fertig:

Code: Alles auswählen

esxcli software profile update -d /vmfs/volumes/5a0ad845-5561afd8-9320-d4ae52c8a69b/update/650u2-A00.zip -p DellEMC-ESXi-6.5U2-8294253-A00

Update Result
   Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
   Reboot Required: true
   VIBs Installed: Avago_bootbank_dell-shared-perc8_06.806.90.00-1OEM.650.0.0.4598673, Avago_bootbank_lsi-mr3_7.703.18.00-1OEM.650.0.0.4598673, BCM_bootbank_bnxtnet_20.8.152.0-1OEM.650.0.0.4598673, BCM_bootbank_bnxtroce_20.8.3.0-1OEM.650.0.0.4598673, DellEMC_bootbank_dell-configuration-vib_6.5-2A00, ELX_bootbank_elx-esx-libelxima.so_11.2.1197.17-03, EMU_bootbank_elxiscsi_11.2.1197.17-1OEM.650.0.0.4598673, EMU_bootbank_elxnet_11.2.1149.0-1OEM.650.0.0.4240417, EMU_bootbank_lpfc_11.4.199.0-1OEM.650.0.0.4598673, INT_bootbank_i40en_1.5.8-1OEM.650.0.0.4598673, INT_bootbank_igbn_1.4.1-1OEM.600.0.0.2768847, INT_bootbank_ixgben_1.6.5-1OEM.600.0.0.2768847, INT_bootbank_net-i40e_2.0.7-1OEM.600.0.0.2494585, INT_bootbank_net-igb_5.3.3-1OEM.600.0.0.2494585, MEL_bootbank_nmlx4-core_3.16.11.6-1OEM.650.0.0.4598673, MEL_bootbank_nmlx4-en_3.16.11.6-1OEM.650.0.0.4598673, MEL_bootbank_nmlx4-rdma_3.16.11.6-1OEM.650.0.0.4598673, MEL_bootbank_nmlx5-core_4.16.10.3-1OEM.650.0.0.4598673, MEL_bootbank_nmlx5-rdma_4.16.10.3-1OEM.650.0.0.4598673, QLC_bootbank_nqlcnic_6.0.63-1OEM.650.0.0.4240417, QLC_bootbank_qcnic_1.0.10.0-1OEM.650.0.0.4598673, QLC_bootbank_qedentv_3.0.7.5-1OEM.650.0.0.4598673, QLC_bootbank_qedf_1.2.24.5-1OEM.600.0.0.2768847, QLC_bootbank_qedrntv_3.0.7.5.1-1OEM.650.0.0.4598673, QLC_bootbank_qfle3_1.0.60.0-1OEM.650.0.0.4240417, QLC_bootbank_qfle3f_1.0.44.0-1OEM.650.0.0.4598673, QLC_bootbank_qfle3i_1.0.13.0-1OEM.650.0.0.4598673, QLC_bootbank_scsi-qedil_1.0.22.0-1OEM.600.0.0.2494585, QLogic_bootbank_misc-cnic-register_1.713.60.v60.1-1OEM.600.0.0.2494585, QLogic_bootbank_net-bnx2_2.2.6b.v60.2-1OEM.600.0.0.2494585, QLogic_bootbank_net-bnx2x_2.713.60.v60.1-1OEM.600.0.0.2494585, QLogic_bootbank_net-cnic_2.713.60.v60.1-1OEM.600.0.0.2494585, QLogic_bootbank_qlnativefc_2.1.63.0-1OEM.600.0.0.2768847, QLogic_bootbank_scsi-bnx2fc_1.713.60.v60.1-1OEM.600.0.0.2494585, QLogic_bootbank_scsi-bnx2i_2.713.60.v60.1-1OEM.600.0.0.2494585, VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.650.2.50.8294253, VMW_bootbank_ata-pata-amd_0.3.10-3vmw.650.2.50.8294253, VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.650.2.50.8294253, VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.650.2.50.8294253, VMW_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.650.2.50.8294253, VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.650.2.50.8294253, VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.650.2.50.8294253, VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.650.2.50.8294253, VMW_bootbank_ata-pata-via_0.3.3-2vmw.650.2.50.8294253, VMW_bootbank_block-cciss_3.6.14-10vmw.650.2.50.8294253, VMW_bootbank_brcmfcoe_11.4.1078.0-8vmw.650.2.50.8294253, VMW_bootbank_char-random_1.0-3vmw.650.2.50.8294253, VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.650.2.50.8294253, VMW_bootbank_hid-hid_1.0-3vmw.650.2.50.8294253, VMW_bootbank_ipmi-ipmi-devintf_39.1-5vmw.650.2.50.8294253, VMW_bootbank_ipmi-ipmi-msghandler_39.1-5vmw.650.2.50.8294253, VMW_bootbank_ipmi-ipmi-si-drv_39.1-5vmw.650.2.50.8294253, VMW_bootbank_lsi-msgpt2_20.00.01.00-4vmw.650.2.50.8294253, VMW_bootbank_lsi-msgpt35_03.00.01.00-9vmw.650.2.50.8294253, VMW_bootbank_lsi-msgpt3_16.00.01.00-1vmw.650.2.50.8294253, VMW_bootbank_misc-drivers_6.5.0-2.50.8294253, VMW_bootbank_mtip32xx-native_3.9.5-1vmw.650.2.50.8294253, VMW_bootbank_ne1000_0.8.3-7vmw.650.2.50.8294253, VMW_bootbank_nenic_1.0.0.2-1vmw.650.2.50.8294253, VMW_bootbank_net-cdc-ether_1.0-3vmw.650.2.50.8294253, VMW_bootbank_net-e1000_8.0.3.1-5vmw.650.2.50.8294253, VMW_bootbank_net-e1000e_3.2.2.1-2vmw.650.2.50.8294253, VMW_bootbank_net-enic_2.1.2.38-2vmw.650.2.50.8294253, VMW_bootbank_net-fcoe_1.0.29.9.3-7vmw.650.2.50.8294253, VMW_bootbank_net-forcedeth_0.61-2vmw.650.2.50.8294253, VMW_bootbank_net-libfcoe-92_1.0.24.9.4-8vmw.650.2.50.8294253, VMW_bootbank_net-nx-nic_5.0.621-5vmw.650.2.50.8294253, VMW_bootbank_net-usbnet_1.0-3vmw.650.2.50.8294253, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.650.2.50.8294253, VMW_bootbank_nhpsa_2.0.22-3vmw.650.2.50.8294253, VMW_bootbank_ntg3_4.1.3.0-1vmw.650.2.50.8294253, VMW_bootbank_nvme_1.2.1.34-1vmw.650.2.50.8294253, VMW_bootbank_nvmxnet3_2.0.0.23-1vmw.650.2.50.8294253, VMW_bootbank_ohci-usb-ohci_1.0-3vmw.650.2.50.8294253, VMW_bootbank_pvscsi_0.1-1vmw.650.2.50.8294253, VMW_bootbank_qflge_1.1.0.3-1vmw.650.2.50.8294253, VMW_bootbank_sata-ahci_3.0-26vmw.650.2.50.8294253, VMW_bootbank_sata-ata-piix_2.12-10vmw.650.2.50.8294253, VMW_bootbank_sata-sata-nv_3.5-4vmw.650.2.50.8294253, VMW_bootbank_sata-sata-promise_2.12-3vmw.650.2.50.8294253, VMW_bootbank_sata-sata-sil24_1.1-1vmw.650.2.50.8294253, VMW_bootbank_sata-sata-sil_2.3-4vmw.650.2.50.8294253, VMW_bootbank_sata-sata-svw_2.3-3vmw.650.2.50.8294253, VMW_bootbank_scsi-aacraid_1.1.5.1-9vmw.650.2.50.8294253, VMW_bootbank_scsi-adp94xx_1.0.8.12-6vmw.650.2.50.8294253, VMW_bootbank_scsi-aic79xx_3.1-5vmw.650.2.50.8294253, VMW_bootbank_scsi-fnic_1.5.0.45-3vmw.650.2.50.8294253, VMW_bootbank_scsi-hpsa_6.0.0.84-1vmw.650.2.50.8294253, VMW_bootbank_scsi-ips_7.12.05-4vmw.650.2.50.8294253, VMW_bootbank_scsi-iscsi-linux-92_1.0.0.2-3vmw.650.2.50.8294253, VMW_bootbank_scsi-libfc-92_1.0.40.9.3-5vmw.650.2.50.8294253, VMW_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.650.2.50.8294253, VMW_bootbank_scsi-megaraid-sas_06.805.56.00-1OEM.600.0.0.2494585, VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.650.2.50.8294253, VMW_bootbank_scsi-mptsas_4.23.01.00-10vmw.650.2.50.8294253, VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.650.2.50.8294253, VMW_bootbank_shim-iscsi-linux-9-2-1-0_6.5.0-2.50.8294253, VMW_bootbank_shim-iscsi-linux-9-2-2-0_6.5.0-2.50.8294253, VMW_bootbank_shim-libata-9-2-1-0_6.5.0-2.50.8294253, VMW_bootbank_shim-libata-9-2-2-0_6.5.0-2.50.8294253, VMW_bootbank_shim-libfc-9-2-1-0_6.5.0-2.50.8294253, VMW_bootbank_shim-libfc-9-2-2-0_6.5.0-2.50.8294253, VMW_bootbank_shim-libfcoe-9-2-1-0_6.5.0-2.50.8294253, VMW_bootbank_shim-libfcoe-9-2-2-0_6.5.0-2.50.8294253, VMW_bootbank_shim-vmklinux-9-2-1-0_6.5.0-2.50.8294253, VMW_bootbank_shim-vmklinux-9-2-2-0_6.5.0-2.50.8294253, VMW_bootbank_shim-vmklinux-9-2-3-0_6.5.0-2.50.8294253, VMW_bootbank_smartpqi_1.0.1.553-10vmw.650.2.50.8294253, VMW_bootbank_uhci-usb-uhci_1.0-3vmw.650.2.50.8294253, VMW_bootbank_usb-storage-usb-storage_1.0-3vmw.650.2.50.8294253, VMW_bootbank_usbcore-usb_1.0-3vmw.650.2.50.8294253, VMW_bootbank_vmkata_0.1-1vmw.650.2.50.8294253, VMW_bootbank_vmkplexer-vmkplexer_6.5.0-2.50.8294253, VMW_bootbank_vmkusb_0.1-1vmw.650.2.50.8294253, VMW_bootbank_vmw-ahci_1.1.1-1vmw.650.2.50.8294253, VMW_bootbank_xhci-xhci_1.0-3vmw.650.2.50.8294253, VMware_bootbank_cpu-microcode_6.5.0-2.50.8294253, VMware_bootbank_emulex-esx-elxnetcli_11.1.28.0-2.50.8294253, VMware_bootbank_esx-base_6.5.0-2.50.8294253, VMware_bootbank_esx-dvfilter-generic-fastpath_6.5.0-2.50.8294253, VMware_bootbank_esx-tboot_6.5.0-2.50.8294253, VMware_bootbank_esx-xserver_6.5.0-2.50.8294253, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-6vmw.650.2.50.8294253, VMware_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-10vmw.650.2.50.8294253, VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-7vmw.650.2.50.8294253, VMware_bootbank_lsu-lsi-megaraid-sas-plugin_1.0.0-8vmw.650.2.50.8294253, VMware_bootbank_lsu-lsi-mpt2sas-plugin_2.0.0-6vmw.650.2.50.8294253, VMware_bootbank_native-misc-drivers_6.5.0-2.50.8294253, VMware_bootbank_rste_2.0.2.0088-4vmw.650.2.50.8294253, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.32-2.50.8294253, VMware_bootbank_vsan_6.5.0-2.50.8064065, VMware_bootbank_vsanhealth_6.5.0-2.50.8143339, VMware_locker_tools-light_6.5.0-2.50.8294253
   VIBs Removed: Dell_bootbank_dell-configuration-vib_5.5-3A12, Emulex_bootbank_elxnet_11.0.259.0-1OEM.550.0.0.1331820, Emulex_bootbank_lpfc_11.0.237.0-1OEM.550.0.0.1331820, Emulex_bootbank_scsi-be2iscsi_11.0.231.0-1OEM.550.0.0.1331820, Intel_bootbank_net-i40e_2.0.6-1OEM.550.0.0.1331820, Intel_bootbank_net-igb_5.3.2-1OEM.550.0.0.1331820, LSI_bootbank_scsi-megaraid-sas_06.805.56.00-1OEM.550.0.0.1331820, MICRON_bootbank_mtip32xx-native_3.9.4-1OEM.550.0.0.1331820, QLogic_bootbank_misc-cnic-register_1.713.10.v55.1-1OEM.550.0.0.1331820, QLogic_bootbank_net-bnx2_2.2.6a.v55.4-1OEM.550.0.0.1331820, QLogic_bootbank_net-bnx2x_2.713.10.v55.4-1OEM.550.0.0.1331820, QLogic_bootbank_net-cnic_2.713.10.v55.5-1OEM.550.0.0.1331820, QLogic_bootbank_qlnativefc_1.1.70.0-1OEM.550.0.0.1331820, QLogic_bootbank_scsi-bnx2fc_1.713.10.v55.4-1OEM.550.0.0.1331820, QLogic_bootbank_scsi-bnx2i_2.713.10.v55.3-1OEM.550.0.0.1331820, VMware_bootbank_ata-pata-amd_0.3.10-3vmw.550.0.0.1331820, VMware_bootbank_ata-pata-atiixp_0.4.6-4vmw.550.0.0.1331820, VMware_bootbank_ata-pata-cmd64x_0.2.5-3vmw.550.0.0.1331820, VMware_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.550.0.0.1331820, VMware_bootbank_ata-pata-pdc2027x_1.0-3vmw.550.0.0.1331820, VMware_bootbank_ata-pata-serverworks_0.4.3-3vmw.550.0.0.1331820, VMware_bootbank_ata-pata-sil680_0.4.8-3vmw.550.0.0.1331820, VMware_bootbank_ata-pata-via_0.3.3-2vmw.550.0.0.1331820, VMware_bootbank_block-cciss_3.6.14-10vmw.550.0.0.1331820, VMware_bootbank_cpu-microcode_5.5.0-3.120.9313066, VMware_bootbank_ehci-ehci-hcd_1.0-3vmw.550.3.95.4345813, VMware_bootbank_esx-base_5.5.0-3.124.9919047, VMware_bootbank_esx-dvfilter-generic-fastpath_5.5.0-0.0.1331820, VMware_bootbank_esx-tboot_5.5.0-3.100.4722766, VMware_bootbank_esx-xlibs_5.5.0-0.0.1331820, VMware_bootbank_esx-xserver_5.5.0-3.103.6480267, VMware_bootbank_ipmi-ipmi-devintf_39.1-4vmw.550.3.124.9919047, VMware_bootbank_ipmi-ipmi-msghandler_39.1-4vmw.550.0.0.1331820, VMware_bootbank_ipmi-ipmi-si-drv_39.1-4vmw.550.3.124.9919047, VMware_bootbank_lsi-mr3_0.255.03.01-2vmw.550.3.68.3029944, VMware_bootbank_lsi-msgpt3_00.255.03.03-2vmw.550.3.78.3248547, VMware_bootbank_misc-drivers_5.5.0-3.95.4345813, VMware_bootbank_net-be2net_4.6.100.0v-1vmw.550.0.0.1331820, VMware_bootbank_net-e1000_8.0.3.1-3vmw.550.0.0.1331820, VMware_bootbank_net-e1000e_3.2.2.1-2vmw.550.3.78.3248547, VMware_bootbank_net-enic_1.4.2.15a-1vmw.550.0.0.1331820, VMware_bootbank_net-forcedeth_0.61-2vmw.550.0.0.1331820, VMware_bootbank_net-nx-nic_5.0.621-1vmw.550.0.0.1331820, VMware_bootbank_net-vmxnet3_1.1.3.0-3vmw.550.2.39.2143827, VMware_bootbank_nvme_1.2.0.27-4vmw.550.0.0.1331820, VMware_bootbank_ohci-usb-ohci_1.0-3vmw.550.0.0.1331820, VMware_bootbank_rste_2.0.2.0088-4vmw.550.1.15.1623387, VMware_bootbank_sata-ahci_3.0-22vmw.550.3.89.4179633, VMware_bootbank_sata-ata-piix_2.12-10vmw.550.2.33.2068190, VMware_bootbank_sata-sata-nv_3.5-4vmw.550.0.0.1331820, VMware_bootbank_sata-sata-promise_2.12-3vmw.550.0.0.1331820, VMware_bootbank_sata-sata-sil24_1.1-1vmw.550.0.0.1331820, VMware_bootbank_sata-sata-sil_2.3-4vmw.550.0.0.1331820, VMware_bootbank_sata-sata-svw_2.3-3vmw.550.0.0.1331820, VMware_bootbank_scsi-aacraid_1.1.5.1-9vmw.550.0.0.1331820, VMware_bootbank_scsi-adp94xx_1.0.8.12-6vmw.550.0.0.1331820, VMware_bootbank_scsi-aic79xx_3.1-5vmw.550.0.0.1331820, VMware_bootbank_scsi-fnic_1.5.0.4-1vmw.550.0.0.1331820, VMware_bootbank_scsi-hpsa_5.5.0-44vmw.550.0.0.1331820, VMware_bootbank_scsi-ips_7.12.05-4vmw.550.0.0.1331820, VMware_bootbank_scsi-lpfc820_8.2.3.1-129vmw.550.0.0.1331820, VMware_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.550.0.0.1331820, VMware_bootbank_scsi-megaraid2_2.00.4-9vmw.550.0.0.1331820, VMware_bootbank_scsi-mptsas_4.23.01.00-9vmw.550.3.68.3029944, VMware_bootbank_scsi-mptspi_4.23.01.00-9vmw.550.3.68.3029944, VMware_bootbank_uhci-usb-uhci_1.0-3vmw.550.0.0.1331820, VMware_bootbank_xhci-xhci_1.0-3vmw.550.3.95.4345813, VMware_locker_tools-light_5.5.0-3.92.4345810
   VIBs Skipped: INT_bootbank_net-ixgbe_4.5.1-1OEM.600.0.0.2494585, QLogic_bootbank_ima-qla4xxx_500.2.02.20-1vmw.0.5.021123, QLogic_bootbank_scsi-qla4xxx_644.6.06.0-1OEM.600.0.0.2494585, VMW_bootbank_net-mlx4-core_1.9.7.0-1vmw.650.2.50.8294253, VMW_bootbank_net-mlx4-en_1.9.7.0-1vmw.650.2.50.8294253, VMW_bootbank_net-tg3_3.131d.v60.4-2vmw.650.2.50.8294253, VMW_bootbank_scsi-mpt2sas_19.00.00.00-1vmw.650.2.50.8294253, VMware_bootbank_esx-ui_1.27.1-7909286


Maintenance-Modus wieder raus, diesmal per Browser und alle VMs auch aus dem Autostart genommen. Ist zwar doof, weil ohne die Nappit-Appliance auch kein NFS verfügbar ist, aber bevor ein PSOD dazwischen kommt, nehme ich den Umweg in Kauf.

Guru
Beiträge: 2731
Registriert: 23.02.2012, 12:26

Re: 6.5 auf dem Dell PE-T110ii

Beitragvon ~thc » 17.12.2018, 08:58

Wie du hier nachlesen kannst, aktualisiert der Befehl

Code: Alles auswählen

esxcli siftware vib update

nur die VIB-Dateien, die in der bootbank (dem aktuellem Profil) schon existieren. Neu zum Profil hinzugekommene VIBs (in deinem Fall unter anderem ata-libata-92, net-libfcoe-92 und vsan - in welchem Paket die driverAPI steckt, entzieht sich meiner Kenntnis) werden nur bei einem "Profile-Update" berücksichtigt.

King of the Hill
Beiträge: 13561
Registriert: 01.10.2008, 12:54
Wohnort: laut USV-Log am Ende der Welt...

Re: 6.5 auf dem Dell PE-T110ii

Beitragvon Dayworker » 17.12.2018, 22:26

Trotz Update-02 im Namen ist eine A00-Version bei Dell immer nur die erste Version, so auch hier und muß aktualisiert werden. Hangelt man sich zu https://www.dell.com/support/home/us/en/04/product-support/product/poweredge-t130/drivers?os=xi65 durch, gabs am "13 Dec 2018" bereits die Version A07. Die Release-Notes schlüsseln dann auf, was gemacht wurde.

King of the Hill
Beiträge: 13561
Registriert: 01.10.2008, 12:54
Wohnort: laut USV-Log am Ende der Welt...

Re: 6.5 auf dem Dell PE-T110ii

Beitragvon Dayworker » 18.12.2018, 02:13

Code: Alles auswählen

 esxcli software sources profile list -d  /vmfs/volumes/5a0ad845-5561afd8-9320-d4ae52c8a69b/update/650u2-A07.zip
Name                             Vendor  Acceptance Level  Creation Time        Modification Time
-------------------------------  ------  ----------------  -------------------  -------------------
DellEMC-ESXi-6.5U2-10719125-A07  Dell    PartnerSupported  2018-11-05T09:10:57  2018-11-15T07:24:28

Code: Alles auswählen

 esxcli software profile update -d /vmfs/volumes/5a0ad845-5561afd8-9320-d4ae52c8a69b/update/650u2-A07.zip -p DellEMC-ESXi-6.5U2-10719125-A07 --dry-run
Update Result
   Message: Dryrun only, host not changed. The following installers will be applied: [BootBankInstaller]
   Reboot Required: true
   VIBs Installed: Avago_bootbank_lsi-mr3_7.705.10.00-1OEM.650.0.0.4598673, Avago_bootbank_lsi-msgpt3_17.00.00.00-1OEM.650.0.0.4598673, BCM_bootbank_bnxtnet_212.0.93.0-1OEM.650.0.0.4598673, BCM_bootbank_bnxtroce_212.0.93.0-1OEM.650.0.0.4598673, DellEMC_bootbank_dell-configuration-vib_6.5-2A07, EMU_bootbank_elxnet_12.0.1108.0-1OEM.600.0.0.2768847, EMU_bootbank_lpfc_12.0.257.5-1OEM.650.0.0.4598673, INT_bootbank_i40en_1.7.11-1OEM.650.0.0.4598673, INT_bootbank_igbn_1.4.6-1OEM.600.0.0.2768847, INT_bootbank_ixgben_1.7.10-1OEM.600.0.0.2768847, INT_bootbank_net-ixgbe_4.5.3-1OEM.600.0.0.2494585, MEL_bootbank_nmlx5-core_4.16.13.5-1OEM.650.0.0.4598673, MEL_bootbank_nmlx5-rdma_4.16.13.5-1OEM.650.0.0.4598673, QLC_bootbank_qedf_1.2.24.6-1OEM.600.0.0.2768847, QLogic_bootbank_net-bnx2x_2.713.60.v60.2-1OEM.600.0.0.2494585, QLogic_bootbank_net-cnic_2.713.60.v60.2-1OEM.600.0.0.2494585, QLogic_bootbank_qlnativefc_2.1.74.0-1OEM.600.0.0.2768847, VMware_bootbank_cpu-microcode_6.5.0-2.57.9298722, VMware_bootbank_esx-base_6.5.0-2.67.10719125, VMware_bootbank_esx-tboot_6.5.0-2.67.10719125, VMware_bootbank_vsan_6.5.0-2.67.10642690, VMware_bootbank_vsanhealth_6.5.0-2.67.10642691
   
   VIBs Removed: Avago_bootbank_lsi-mr3_7.703.18.00-1OEM.650.0.0.4598673, BCM_bootbank_bnxtnet_20.8.152.0-1OEM.650.0.0.4598673, BCM_bootbank_bnxtroce_20.8.3.0-1OEM.650.0.0.4598673, DellEMC_bootbank_dell-configuration-vib_6.5-2A00, EMU_bootbank_elxnet_11.2.1149.0-1OEM.650.0.0.4240417, EMU_bootbank_lpfc_11.4.199.0-1OEM.650.0.0.4598673, INT_bootbank_i40en_1.5.8-1OEM.650.0.0.4598673, INT_bootbank_igbn_1.4.1-1OEM.600.0.0.2768847, INT_bootbank_ixgben_1.6.5-1OEM.600.0.0.2768847, Intel_bootbank_net-ixgbe_4.5.2-1OEM.550.0.0.1331820, MEL_bootbank_nmlx5-core_4.16.10.3-1OEM.650.0.0.4598673, MEL_bootbank_nmlx5-rdma_4.16.10.3-1OEM.650.0.0.4598673, QLC_bootbank_qedf_1.2.24.5-1OEM.600.0.0.2768847, QLogic_bootbank_net-bnx2x_2.713.60.v60.1-1OEM.600.0.0.2494585, QLogic_bootbank_net-cnic_2.713.60.v60.1-1OEM.600.0.0.2494585, QLogic_bootbank_qlnativefc_2.1.63.0-1OEM.600.0.0.2768847, VMW_bootbank_lsi-msgpt3_16.00.01.00-1vmw.650.2.50.8294253, VMware_bootbank_cpu-microcode_6.5.0-2.50.8294253, VMware_bootbank_esx-base_6.5.0-2.50.8294253, VMware_bootbank_esx-tboot_6.5.0-2.50.8294253, VMware_bootbank_vsan_6.5.0-2.50.8064065, VMware_bootbank_vsanhealth_6.5.0-2.50.8143339
   
   VIBs Skipped: Avago_bootbank_dell-shared-perc8_06.806.90.00-1OEM.650.0.0.4598673, ELX_bootbank_elx-esx-libelxima.so_11.2.1197.17-03, EMU_bootbank_elxiscsi_11.2.1197.17-1OEM.650.0.0.4598673, INT_bootbank_net-i40e_2.0.7-1OEM.600.0.0.2494585, INT_bootbank_net-igb_5.3.3-1OEM.600.0.0.2494585, MEL_bootbank_nmlx4-core_3.16.11.6-1OEM.650.0.0.4598673, MEL_bootbank_nmlx4-en_3.16.11.6-1OEM.650.0.0.4598673, MEL_bootbank_nmlx4-rdma_3.16.11.6-1OEM.650.0.0.4598673, QLC_bootbank_nqlcnic_6.0.63-1OEM.650.0.0.4240417, QLC_bootbank_qcnic_1.0.10.0-1OEM.650.0.0.4598673, QLC_bootbank_qedentv_3.0.7.5-1OEM.650.0.0.4598673, QLC_bootbank_qedrntv_3.0.7.5.1-1OEM.650.0.0.4598673, QLC_bootbank_qfle3_1.0.60.0-1OEM.650.0.0.4240417, QLC_bootbank_qfle3f_1.0.44.0-1OEM.650.0.0.4598673, QLC_bootbank_qfle3i_1.0.13.0-1OEM.650.0.0.4598673, QLC_bootbank_scsi-qedil_1.0.22.0-1OEM.600.0.0.2494585, QLogic_bootbank_ima-qla4xxx_500.2.02.20-1vmw.0.5.021123, QLogic_bootbank_misc-cnic-register_1.713.60.v60.1-1OEM.600.0.0.2494585, QLogic_bootbank_net-bnx2_2.2.6b.v60.2-1OEM.600.0.0.2494585, QLogic_bootbank_scsi-bnx2fc_1.713.60.v60.1-1OEM.600.0.0.2494585, QLogic_bootbank_scsi-bnx2i_2.713.60.v60.1-1OEM.600.0.0.2494585, QLogic_bootbank_scsi-qla4xxx_644.6.06.0-1OEM.600.0.0.2494585, VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.650.0.0.4564106, VMW_bootbank_ata-pata-amd_0.3.10-3vmw.650.0.0.4564106, VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.650.0.0.4564106, VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.650.0.0.4564106, VMW_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.650.0.0.4564106, VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.650.0.0.4564106, VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.650.0.0.4564106, VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.650.0.0.4564106, VMW_bootbank_ata-pata-via_0.3.3-2vmw.650.0.0.4564106, VMW_bootbank_block-cciss_3.6.14-10vmw.650.0.0.4564106, VMW_bootbank_brcmfcoe_11.4.1078.0-8vmw.650.2.50.8294253, VMW_bootbank_char-random_1.0-3vmw.650.0.0.4564106, VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.650.0.14.5146846, VMW_bootbank_hid-hid_1.0-3vmw.650.0.0.4564106, VMW_bootbank_ipmi-ipmi-devintf_39.1-5vmw.650.2.50.8294253, VMW_bootbank_ipmi-ipmi-msghandler_39.1-5vmw.650.2.50.8294253, VMW_bootbank_ipmi-ipmi-si-drv_39.1-4vmw.650.0.0.4564106, VMW_bootbank_lsi-msgpt2_20.00.01.00-4vmw.650.2.50.8294253, VMW_bootbank_lsi-msgpt35_03.00.01.00-9vmw.650.2.50.8294253, VMW_bootbank_misc-drivers_6.5.0-2.50.8294253, VMW_bootbank_mtip32xx-native_3.9.5-1vmw.650.0.0.4564106, VMW_bootbank_ne1000_0.8.3-7vmw.650.2.50.8294253, VMW_bootbank_nenic_1.0.0.2-1vmw.650.0.0.4564106, VMW_bootbank_net-cdc-ether_1.0-3vmw.650.0.0.4564106, VMW_bootbank_net-e1000_8.0.3.1-5vmw.650.0.0.4564106, VMW_bootbank_net-e1000e_3.2.2.1-2vmw.650.0.0.4564106, VMW_bootbank_net-enic_2.1.2.38-2vmw.650.0.0.4564106, VMW_bootbank_net-fcoe_1.0.29.9.3-7vmw.650.0.0.4564106, VMW_bootbank_net-forcedeth_0.61-2vmw.650.0.0.4564106, VMW_bootbank_net-libfcoe-92_1.0.24.9.4-8vmw.650.0.0.4564106, VMW_bootbank_net-mlx4-core_1.9.7.0-1vmw.650.0.0.4564106, VMW_bootbank_net-mlx4-en_1.9.7.0-1vmw.650.0.0.4564106, VMW_bootbank_net-nx-nic_5.0.621-5vmw.650.0.0.4564106, VMW_bootbank_net-tg3_3.131d.v60.4-2vmw.650.0.0.4564106, VMW_bootbank_net-usbnet_1.0-3vmw.650.0.0.4564106, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.650.0.0.4564106, VMW_bootbank_nhpsa_2.0.22-3vmw.650.2.50.8294253, VMW_bootbank_ntg3_4.1.3.0-1vmw.650.1.36.7388607, VMW_bootbank_nvme_1.2.1.34-1vmw.650.2.50.8294253, VMW_bootbank_nvmxnet3_2.0.0.23-1vmw.650.1.36.7388607, VMW_bootbank_ohci-usb-ohci_1.0-3vmw.650.0.0.4564106, VMW_bootbank_pvscsi_0.1-1vmw.650.1.26.5969303, VMW_bootbank_qflge_1.1.0.3-1vmw.650.0.0.4564106, VMW_bootbank_sata-ahci_3.0-26vmw.650.1.26.5969303, VMW_bootbank_sata-ata-piix_2.12-10vmw.650.0.0.4564106, VMW_bootbank_sata-sata-nv_3.5-4vmw.650.0.0.4564106, VMW_bootbank_sata-sata-promise_2.12-3vmw.650.0.0.4564106, VMW_bootbank_sata-sata-sil24_1.1-1vmw.650.0.0.4564106, VMW_bootbank_sata-sata-sil_2.3-4vmw.650.0.0.4564106, VMW_bootbank_sata-sata-svw_2.3-3vmw.650.0.0.4564106, VMW_bootbank_scsi-aacraid_1.1.5.1-9vmw.650.0.0.4564106, VMW_bootbank_scsi-adp94xx_1.0.8.12-6vmw.650.0.0.4564106, VMW_bootbank_scsi-aic79xx_3.1-5vmw.650.0.0.4564106, VMW_bootbank_scsi-fnic_1.5.0.45-3vmw.650.0.0.4564106, VMW_bootbank_scsi-hpsa_6.0.0.84-1vmw.650.0.0.4564106, VMW_bootbank_scsi-ips_7.12.05-4vmw.650.0.0.4564106, VMW_bootbank_scsi-iscsi-linux-92_1.0.0.2-3vmw.650.0.0.4564106, VMW_bootbank_scsi-libfc-92_1.0.40.9.3-5vmw.650.0.0.4564106, VMW_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.650.0.0.4564106, VMW_bootbank_scsi-megaraid-sas_06.805.56.00-1OEM.600.0.0.2494585, VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.650.0.0.4564106, VMW_bootbank_scsi-mpt2sas_19.00.00.00-1vmw.650.0.0.4564106, VMW_bootbank_scsi-mptsas_4.23.01.00-10vmw.650.0.0.4564106, VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.650.0.0.4564106, VMW_bootbank_shim-iscsi-linux-9-2-1-0_6.5.0-0.0.4564106, VMW_bootbank_shim-iscsi-linux-9-2-2-0_6.5.0-0.0.4564106, VMW_bootbank_shim-libata-9-2-1-0_6.5.0-0.0.4564106, VMW_bootbank_shim-libata-9-2-2-0_6.5.0-0.0.4564106, VMW_bootbank_shim-libfc-9-2-1-0_6.5.0-0.0.4564106, VMW_bootbank_shim-libfc-9-2-2-0_6.5.0-0.0.4564106, VMW_bootbank_shim-libfcoe-9-2-1-0_6.5.0-0.0.4564106, VMW_bootbank_shim-libfcoe-9-2-2-0_6.5.0-0.0.4564106, VMW_bootbank_shim-vmklinux-9-2-1-0_6.5.0-0.0.4564106, VMW_bootbank_shim-vmklinux-9-2-2-0_6.5.0-0.0.4564106, VMW_bootbank_shim-vmklinux-9-2-3-0_6.5.0-0.0.4564106, VMW_bootbank_smartpqi_1.0.1.553-10vmw.650.2.50.8294253, VMW_bootbank_uhci-usb-uhci_1.0-3vmw.650.0.0.4564106, VMW_bootbank_usb-storage-usb-storage_1.0-3vmw.650.0.0.4564106, VMW_bootbank_usbcore-usb_1.0-3vmw.650.2.50.8294253, VMW_bootbank_vmkata_0.1-1vmw.650.1.36.7388607, VMW_bootbank_vmkplexer-vmkplexer_6.5.0-0.0.4564106, VMW_bootbank_vmkusb_0.1-1vmw.650.2.50.8294253, VMW_bootbank_vmw-ahci_1.1.1-1vmw.650.2.50.8294253, VMW_bootbank_xhci-xhci_1.0-3vmw.650.0.0.4564106, VMware_bootbank_emulex-esx-elxnetcli_11.1.28.0-0.0.4564106, VMware_bootbank_esx-dvfilter-generic-fastpath_6.5.0-1.36.7388607, VMware_bootbank_esx-ui_1.27.2-9210160, VMware_bootbank_esx-xserver_6.5.0-2.50.8294253, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-6vmw.650.2.50.8294253, VMware_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-10vmw.650.1.26.5969303, VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-7vmw.650.1.26.5969303, VMware_bootbank_lsu-lsi-megaraid-sas-plugin_1.0.0-8vmw.650.1.26.5969303, VMware_bootbank_lsu-lsi-mpt2sas-plugin_2.0.0-6vmw.650.1.26.5969303, VMware_bootbank_native-misc-drivers_6.5.0-0.0.4564106, VMware_bootbank_rste_2.0.2.0088-4vmw.650.0.0.4564106, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.32-2.50.8294253, VMware_locker_tools-light_6.5.0-1.47.8285314

King of the Hill
Beiträge: 13561
Registriert: 01.10.2008, 12:54
Wohnort: laut USV-Log am Ende der Welt...

Re: 6.5 auf dem Dell PE-T110ii

Beitragvon Dayworker » 26.12.2018, 21:56

Unter Host->Überwachen->Hardware->Systemsensoren werden mir viele Meldungen angezeigt. Die gab es so noch nicht unter 5.5:

Code: Alles auswählen

Sensor   Integrität   SEL-Eingaben   Aktuelle Auslesung   ID   Zuletzt aktualisiert   Kategorie   Typ/Einheit
BIOS 1 Memory Cfg Err 65 --- 0.34.1.22   Unbekannt   0   D0-Energiezustand   0.34.1.22   Unbekannt   Memory   ACPI-discrete
BIOS 1 CPU Init Err 65 --- 0.34.1.12   Unbekannt   0   Übergang zu OK   0.34.1.12   Unbekannt   Processor   Severity-discrete
BIOS 1 Fatal IO Error 65 --- 0.34.1.39   Unbekannt   0   0 unspecified(0xc3)   0.34.1.39   Unbekannt   Bios   Unspecified(0xc3)
BIOS 1 Non Fatal PCI Er 65 --- 0.34.1.38   Unbekannt   0   0 unspecified(0xc2)   0.34.1.38   Unbekannt   Bios   Unspecified(0xc2)
BIOS 1 OS Watchdog Time 65 --- 0.34.1.35   Unbekannt   0   0 unspecified(0x11)   0.34.1.35   Unbekannt   Watchdog   Unspecified(0x11)
BIOS 1 Mem Fatal NB CRC 65 --- 0.34.1.34   Unbekannt   0   D0-Energiezustand   0.34.1.34   Unbekannt   Memory   ACPI-discrete
BIOS 1 Mem Fatal SB CRC 65 --- 0.34.1.33   Unbekannt   0   D0-Energiezustand   0.34.1.33   Unbekannt   Memory   ACPI-discrete
BIOS 1 Mem Overtemp 65 --- 0.34.1.32   Unbekannt   0   D0-Energiezustand   0.34.1.32   Unbekannt   Memory   ACPI-discrete
BIOS 1 Hdwr version err 65 --- 0.34.1.31   Unbekannt   0   0 unspecified(0x2b)   0.34.1.31   Unbekannt   Bios   Unspecified(0x2b)
BIOS 1 POST Err 65 --- 0.34.1.30   Unbekannt   0   0 unspecified(0xf)   0.34.1.30   Unbekannt   Bios   Unspecified(0xf)
BIOS 1 USB Over-current 65 --- 0.34.1.29   Unbekannt   0   D0-Energiezustand   0.34.1.29   Unbekannt   Memory   ACPI-discrete
BIOS 1 Mem CRC Err 65 --- 0.34.1.28   Unbekannt   0   D0-Energiezustand   0.34.1.28   Unbekannt   Memory   ACPI-discrete
BIOS 1 Mem ECC Warning 65 --- 0.34.1.27   Unbekannt   0   D0-Energiezustand   0.34.1.27   Unbekannt   Memory   ACPI-discrete
BIOS 1 Err Reg Pointer 65 --- 0.34.1.26   Unbekannt   0   0 unspecified(0xc1)   0.34.1.26   Unbekannt   Bios   Unspecified(0xc1)
BIOS 1 Chipset Err 65 --- 0.34.1.25   Unbekannt   0   0 unspecified(0x13)   0.34.1.25   Unbekannt   Bios   Unspecified(0x13)
BIOS 1 PCIE Fatal Err 65 --- 0.34.1.24   Unbekannt   0   0 unspecified(0x13)   0.34.1.24   Unbekannt   Bios   Unspecified(0x13)
BIOS 1 Mem Redun Gain 65 --- 0.34.1.23   Unbekannt   0   D0-Energiezustand   0.34.1.23   Unbekannt   Memory   ACPI-discrete
BIOS 1 MSR Info Log 65 --- 0.34.1.40   Unbekannt   0   0 unspecified(0xc1)   0.34.1.40   Unbekannt   Bios   Unspecified(0xc1)
BIOS 1 Memory Removed 65 --- 0.34.1.21   Unbekannt   0   D0-Energiezustand   0.34.1.21   Unbekannt   Memory   ACPI-discrete
BIOS 1 Memory Added 65 --- 0.34.1.20   Unbekannt   0   D0-Energiezustand   0.34.1.20   Unbekannt   Memory   ACPI-discrete
BIOS 1 Memory RAID 65 --- 0.34.1.19   Unbekannt   0   D0-Energiezustand   0.34.1.19   Unbekannt   Memory   ACPI-discrete
BIOS 1 Memory Mirrored 65 --- 0.34.1.18   Unbekannt   0   D0-Energiezustand   0.34.1.18   Unbekannt   Memory   ACPI-discrete
BIOS 1 Memory Spared 65 --- 0.34.1.17   Unbekannt   0   D0-Energiezustand   0.34.1.17   Unbekannt   Memory   ACPI-discrete
BIOS 1 CPU Machine Chk 65 --- 0.34.1.13   Unbekannt   0   Übergang zu OK   0.34.1.13   Unbekannt   Processor   Severity-discrete
BIOS 1 CPU Bus PERR 65 --- 0.34.1.11   Unbekannt   0   Übergang zu OK   0.34.1.11   Unbekannt   Processor   Severity-discrete
BIOS 1 CPU Protocol Err 65 --- 0.34.1.10   Unbekannt   0   Übergang zu OK   0.34.1.10   Unbekannt   Processor   Severity-discrete
BIOS 1 Unknown 65 --- 0.34.1.8   Unbekannt   0   0 unspecified(0x12)   0.34.1.8   Unbekannt   Bios   Unspecified(0x12)
BIOS 1 Logging Disabled 65 --- 0.34.1.7   Unbekannt   0   0 unspecified(0x10)   0.34.1.7   Unbekannt   Bios   Unspecified(0x10)
BIOS 1 SBE Log Disabled 65 --- 0.34.1.6   Unbekannt   0   0 unspecified(0x10)   0.34.1.6   Unbekannt   Bios   Unspecified(0x10)
BIOS 1 PCI System Err 65 --- 0.34.1.5   Unbekannt   0   0 unspecified(0x13)   0.34.1.5   Unbekannt   Bios   Unspecified(0x13)
BIOS 1 PCI Parity Err 65 --- 0.34.1.4   Unbekannt   0   0 unspecified(0x13)   0.34.1.4   Unbekannt   Bios   Unspecified(0x13)
BIOS 1 I/O Channel Chk 65 --- 0.34.1.3   Unbekannt   0   0 unspecified(0x13)   0.34.1.3   Unbekannt   Bios   Unspecified(0x13)
BIOS 1 ECC Uncorr Err 65 --- 0.34.1.2   Unbekannt   0   D0-Energiezustand   0.34.1.2   Unbekannt   Memory   ACPI-discrete
BIOS 1 ECC Corr Err 65 --- 0.34.1.1   Unbekannt   0   D0-Energiezustand   0.34.1.1   Unbekannt   Memory   ACPI-discrete
System Board 1 Intrusion 0 --- 0.7.1.115   Grün   26   Grenzwert nicht überschritten   0.7.1.115   12/26/2018 20:45:00 UTC   SystemBoard   Limit-discrete
Memory Module 1 Temp --- 0.8.1.10   Grün   0   27 degrees C   0.8.1.10   12/26/2018 20:45:00 UTC   Temperature   Degrees C
System Board 1 Planar Temp --- 0.7.1.15   Grün   0   30 degrees C   0.7.1.15   12/26/2018 20:45:00 UTC   Temperature   Degrees C
System Board 1 Ambient Temp --- 0.7.1.14   Grün   0   24 degrees C   0.7.1.14   12/26/2018 20:45:00 UTC   Temperature   Degrees C
System Board 1 FAN 1 RPM --- 0.7.1.48   Grün   0   1.860 RPM   0.7.1.48   12/26/2018 20:45:00 UTC   Fan   RPM
System Board 1 3.3V PG 0 --- 0.7.1.25   Grün   0   Übergang zu inaktiv   0.7.1.25   12/26/2018 20:45:00 UTC   Voltage   DMI-discrete
System Board 1 Temp Interf 0 --- 0.7.1.118   Grün   0   0 threshold   0.7.1.118   12/26/2018 20:45:00 UTC   Temperature   Threshold
Processor 1 Temp --- 0.3.1.1   Grün   0   -66 degrees C   0.3.1.1   12/26/2018 20:45:00 UTC   Temperature   Degrees C
System Board 1 Watchdog 0 --- 0.7.1.113   Grün   0   Timer abgelaufen   0.7.1.113   12/26/2018 20:45:01 UTC   Watchdog   Watchdog
Processor 1 Status 0 --- 0.3.1.96   Grün   0   Übergang zu OK   0.3.1.96   12/26/2018 20:45:01 UTC   Processor   Severity-discrete
Processor 1 Presence 0 --- 0.3.1.80   Grün   0   0 unspecified(0x25)   0.3.1.80   12/26/2018 20:45:01 UTC   Processor   Unspecified(0x25)
Processor 1 VCORE 0 --- 0.3.1.18   Grün   0   Übergang zu inaktiv   0.3.1.18   12/26/2018 20:45:01 UTC   Voltage   DMI-discrete
Processor 1 1.8 PLL PG 0 --- 0.3.1.36   Grün   0   Übergang zu inaktiv   0.3.1.36   12/26/2018 20:45:01 UTC   Voltage   DMI-discrete
Processor 1 VTT PG 0 --- 0.3.1.32   Grün   0   Übergang zu inaktiv   0.3.1.32   12/26/2018 20:45:01 UTC   Voltage   DMI-discrete
Processor 1 MEM PG 0 --- 0.3.1.30   Grün   0   Übergang zu inaktiv   0.3.1.30   12/26/2018 20:45:01 UTC   Voltage   DMI-discrete
Processor 1 1.05V PG 0 --- 0.3.1.38   Grün   0   Übergang zu inaktiv   0.3.1.38   12/26/2018 20:45:01 UTC   Voltage   DMI-discrete
System Board 1 HEATSINK PRES 0 --- 0.7.1.82   Grün   0   0 unspecified(0x25)   0.7.1.82   12/26/2018 20:45:01 UTC   SystemBoard   Unspecified(0x25)
System Board 1 PSU PG 0 --- 0.7.1.26   Grün   0   Übergang zu inaktiv   0.7.1.26   12/26/2018 20:45:01 UTC   Voltage   DMI-discrete
System Board 1 1.8V PG 0 --- 0.7.1.24   Grün   0   Übergang zu inaktiv   0.7.1.24   12/26/2018 20:45:01 UTC   Voltage   DMI-discrete
Processor 1 1.2 AUX PG 0 --- 0.3.1.37   Grün   0   Übergang zu inaktiv   0.3.1.37   12/26/2018 20:45:01 UTC   Voltage   DMI-discrete
Processor 1 0.75 VTT PG 0 --- 0.3.1.22   Grün   0   Übergang zu inaktiv   0.3.1.22   12/26/2018 20:45:01 UTC   Voltage   DMI-discrete
System Board 1 CMOS Battery 0 --- 0.7.1.16   Grün   0   0 unspecified(0x29)   0.7.1.16   12/26/2018 20:45:01 UTC   Battery   Unspecified(0x29)


Schau ich dann unter Host->Überwachen->Ereignisse, sieht es dagegen so viel freundlicher aus:

Code: Alles auswählen

Hardwaresensorstatus: Prozessor green, Arbeitsspeicher green, Lüftung green, Spannung green, Temperatur green, Betrieb green, Systemplatine green, Akku green, Speicher green, Anderegreen

Guru
Beiträge: 2731
Registriert: 23.02.2012, 12:26

Re: 6.5 auf dem Dell PE-T110ii

Beitragvon ~thc » 27.12.2018, 09:59

Bis zum letzten Update (10884925) hatte ich diese unbekannten Sensoren auf meinem 6.5er (Intel, HCL) auch.

King of the Hill
Beiträge: 13561
Registriert: 01.10.2008, 12:54
Wohnort: laut USV-Log am Ende der Welt...

Re: 6.5 auf dem Dell PE-T110ii

Beitragvon Dayworker » 27.12.2018, 13:24

Okay, dann bin ich wohl schon wieder im Patch-Rückstand. Ausgehend von https://esxi-patches.v-front.de/ESXi-6.5.0.html, liege ich 2 Buildnummern zurück. :roll:

King of the Hill
Beiträge: 13561
Registriert: 01.10.2008, 12:54
Wohnort: laut USV-Log am Ende der Welt...

Re: 6.5 auf dem Dell PE-T110ii

Beitragvon Dayworker » 27.12.2018, 14:34

Angedacht war einfach folgendes durchzurasseln:

Code: Alles auswählen

esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-6.5.0-20181104001-standard \
 -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml
esxcli network firewall ruleset set -e false -r httpClient


Leider macht mir mein 6.5er einen Strich durch die Rechnung:

Code: Alles auswählen

 [InstallationError]
 [Errno 28] No space left on device
       vibs = VMware_locker_tools-light_6.5.0-2.71.10868328
 Please refer to the log file for more details.


Schauen wir mal nach, was da frei ist:

Code: Alles auswählen

vdf -h
-----
Ramdisk                   Size      Used Available Use% Mounted on
root                       32M        1M       30M   6% --
etc                        28M      272K       27M   0% --
opt                        32M        0B       32M   0% --
var                        48M      384K       47M   0% --
tmp                       256M        8K      255M   0% --
iofilters                  32M        0B       32M   0% --
hostdstats                295M        4M      290M   1% --
stagebootbank             250M      158M       91M  63% --

Kapiere ich nicht, sollte doch ausreichend frei sein. Befrägen wir mal den Kraken und landen im VMTN...

tasikas hat geschrieben:Hi,

Not sure about ESXi 6.0, but for 6.5 solution below worked very well.



Connect to https://your_esxi_host

Navigator > Host > Manage > System > Swap > Edit Settings >

Enable - Yes

Datastore - "chose your ssd"

Local swap - Enabled - Yes

Host Cache Enabled -Yes



Save and maybe reboot and try your patch installation again.


Okay damit wird auch der DS als SWAP genutzt. Irgendwelche negativen Auswirkungen? Ich finde dazu irgendwie nix, mach das einfach mal und starte erneut das Update...

Code: Alles auswählen

esxcli software profile update -p ESXi-6.5.0-20181104001-standard -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml

Update Result
   Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
   Reboot Required: true
VIBs Installed: VMW_bootbank_ne1000_0.8.3-8vmw.650.2.75.10884925, VMW_bootbank_ntg3_4.1.3.2-1vmw.650.2.75.10884925, VMW_bootbank_vmkusb_0.1-1vmw.650.2.75.10884925, VMware_bootbank_esx-base_6.5.0-2.75.10884925, VMware_bootbank_esx-tboot_6.5.0-2.75.10884925, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-7vmw.650.2.75.10884925, VMware_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-11vmw.650.2.75.10884925, VMware_bootbank_vsan_6.5.0-2.75.10884926, VMware_bootbank_vsanhealth_6.5.0-2.75.10884927, VMware_locker_tools-light_6.5.0-2.71.10868328

VIBs Removed: VMW_bootbank_ne1000_0.8.3-7vmw.650.2.50.8294253, VMW_bootbank_ntg3_4.1.3.0-1vmw.650.2.50.8294253, VMW_bootbank_vmkusb_0.1-1vmw.650.2.50.8294253, VMware_bootbank_esx-base_6.5.0-2.67.10719125, VMware_bootbank_esx-tboot_6.5.0-2.67.10719125, VMware_bootbank_lsu-hp-hpsa-plugin_2.0.0-6vmw.650.2.50.8294253, VMware_bootbank_lsu-lsi-lsi-mr3-plugin_1.0.0-10vmw.650.2.50.8294253, VMware_bootbank_vsan_6.5.0-2.67.10642690, VMware_bootbank_vsanhealth_6.5.0-2.67.10642691

VIBs Skipped: VMW_bootbank_ata-libata-92_3.00.9.2-16vmw.650.0.0.4564106, VMW_bootbank_ata-pata-amd_0.3.10-3vmw.650.0.0.4564106, VMW_bootbank_ata-pata-atiixp_0.4.6-4vmw.650.0.0.4564106, VMW_bootbank_ata-pata-cmd64x_0.2.5-3vmw.650.0.0.4564106, VMW_bootbank_ata-pata-hpt3x2n_0.3.4-3vmw.650.0.0.4564106, VMW_bootbank_ata-pata-pdc2027x_1.0-3vmw.650.0.0.4564106, VMW_bootbank_ata-pata-serverworks_0.4.3-3vmw.650.0.0.4564106, VMW_bootbank_ata-pata-sil680_0.4.8-3vmw.650.0.0.4564106, VMW_bootbank_ata-pata-via_0.3.3-2vmw.650.0.0.4564106, VMW_bootbank_block-cciss_3.6.14-10vmw.650.0.0.4564106, VMW_bootbank_bnxtnet_20.6.101.7-11vmw.650.2.50.8294253, VMW_bootbank_brcmfcoe_11.4.1078.0-8vmw.650.2.50.8294253, VMW_bootbank_char-random_1.0-3vmw.650.0.0.4564106, VMW_bootbank_ehci-ehci-hcd_1.0-4vmw.650.0.14.5146846, VMW_bootbank_elxnet_11.1.91.0-1vmw.650.0.0.4564106, VMW_bootbank_hid-hid_1.0-3vmw.650.0.0.4564106, VMW_bootbank_i40en_1.3.1-19vmw.650.2.50.8294253, VMW_bootbank_igbn_0.1.0.0-15vmw.650.1.36.7388607, VMW_bootbank_ima-qla4xxx_2.02.18-1vmw.650.0.0.4564106, VMW_bootbank_ipmi-ipmi-devintf_39.1-5vmw.650.2.50.8294253, VMW_bootbank_ipmi-ipmi-msghandler_39.1-5vmw.650.2.50.8294253, VMW_bootbank_ipmi-ipmi-si-drv_39.1-4vmw.650.0.0.4564106, VMW_bootbank_ixgben_1.4.1-12vmw.650.2.50.8294253, VMW_bootbank_lpfc_11.4.33.1-6vmw.650.2.50.8294253, VMW_bootbank_lsi-mr3_7.702.13.00-3vmw.650.2.50.8294253, VMW_bootbank_lsi-msgpt2_20.00.01.00-4vmw.650.2.50.8294253, VMW_bootbank_lsi-msgpt35_03.00.01.00-9vmw.650.2.50.8294253, VMW_bootbank_lsi-msgpt3_16.00.01.00-1vmw.650.2.50.8294253, VMW_bootbank_misc-cnic-register_1.78.75.v60.7-1vmw.650.0.0.4564106, VMW_bootbank_misc-drivers_6.5.0-2.50.8294253, VMW_bootbank_mtip32xx-native_3.9.5-1vmw.650.0.0.4564106, VMW_bootbank_nenic_1.0.0.2-1vmw.650.0.0.4564106, VMW_bootbank_net-bnx2_2.2.4f.v60.10-2vmw.650.0.0.4564106, VMW_bootbank_net-bnx2x_1.78.80.v60.12-1vmw.650.0.0.4564106, VMW_bootbank_net-cdc-ether_1.0-3vmw.650.0.0.4564106, VMW_bootbank_net-cnic_1.78.76.v60.13-2vmw.650.0.0.4564106, VMW_bootbank_net-e1000_8.0.3.1-5vmw.650.0.0.4564106, VMW_bootbank_net-e1000e_3.2.2.1-2vmw.650.0.0.4564106, VMW_bootbank_net-enic_2.1.2.38-2vmw.650.0.0.4564106, VMW_bootbank_net-fcoe_1.0.29.9.3-7vmw.650.0.0.4564106, VMW_bootbank_net-forcedeth_0.61-2vmw.650.0.0.4564106, VMW_bootbank_net-igb_5.0.5.1.1-5vmw.650.0.0.4564106, VMW_bootbank_net-ixgbe_3.7.13.7.14iov-20vmw.650.0.0.4564106, VMW_bootbank_net-libfcoe-92_1.0.24.9.4-8vmw.650.0.0.4564106, VMW_bootbank_net-mlx4-core_1.9.7.0-1vmw.650.0.0.4564106, VMW_bootbank_net-mlx4-en_1.9.7.0-1vmw.650.0.0.4564106, VMW_bootbank_net-nx-nic_5.0.621-5vmw.650.0.0.4564106, VMW_bootbank_net-tg3_3.131d.v60.4-2vmw.650.0.0.4564106, VMW_bootbank_net-usbnet_1.0-3vmw.650.0.0.4564106, VMW_bootbank_net-vmxnet3_1.1.3.0-3vmw.650.0.0.4564106, VMW_bootbank_nhpsa_2.0.22-3vmw.650.2.50.8294253, VMW_bootbank_nmlx4-core_3.16.0.0-1vmw.650.0.0.4564106, VMW_bootbank_nmlx4-en_3.16.0.0-1vmw.650.0.0.4564106, VMW_bootbank_nmlx4-rdma_3.16.0.0-1vmw.650.0.0.4564106, VMW_bootbank_nmlx5-core_4.16.0.0-1vmw.650.0.0.4564106, VMW_bootbank_nvme_1.2.1.34-1vmw.650.2.50.8294253, VMW_bootbank_nvmxnet3_2.0.0.23-1vmw.650.1.36.7388607, VMW_bootbank_ohci-usb-ohci_1.0-3vmw.650.0.0.4564106, VMW_bootbank_pvscsi_0.1-1vmw.650.1.26.5969303, VMW_bootbank_qedentv_2.0.6.4-8vmw.650.2.50.8294253, VMW_bootbank_qfle3_1.0.2.7-1vmw.650.0.0.4564106, VMW_bootbank_qflge_1.1.0.3-1vmw.650.0.0.4564106, VMW_bootbank_qlnativefc_2.1.50.0-1vmw.650.1.26.5969303, VMW_bootbank_sata-ahci_3.0-26vmw.650.1.26.5969303, VMW_bootbank_sata-ata-piix_2.12-10vmw.650.0.0.4564106, VMW_bootbank_sata-sata-nv_3.5-4vmw.650.0.0.4564106, VMW_bootbank_sata-sata-promise_2.12-3vmw.650.0.0.4564106, VMW_bootbank_sata-sata-sil24_1.1-1vmw.650.0.0.4564106, VMW_bootbank_sata-sata-sil_2.3-4vmw.650.0.0.4564106, VMW_bootbank_sata-sata-svw_2.3-3vmw.650.0.0.4564106, VMW_bootbank_scsi-aacraid_1.1.5.1-9vmw.650.0.0.4564106, VMW_bootbank_scsi-adp94xx_1.0.8.12-6vmw.650.0.0.4564106, VMW_bootbank_scsi-aic79xx_3.1-5vmw.650.0.0.4564106, VMW_bootbank_scsi-bnx2fc_1.78.78.v60.8-1vmw.650.0.0.4564106, VMW_bootbank_scsi-bnx2i_2.78.76.v60.8-1vmw.650.0.0.4564106, VMW_bootbank_scsi-fnic_1.5.0.45-3vmw.650.0.0.4564106, VMW_bootbank_scsi-hpsa_6.0.0.84-1vmw.650.0.0.4564106, VMW_bootbank_scsi-ips_7.12.05-4vmw.650.0.0.4564106, VMW_bootbank_scsi-iscsi-linux-92_1.0.0.2-3vmw.650.0.0.4564106, VMW_bootbank_scsi-libfc-92_1.0.40.9.3-5vmw.650.0.0.4564106, VMW_bootbank_scsi-megaraid-mbox_2.20.5.1-6vmw.650.0.0.4564106, VMW_bootbank_scsi-megaraid-sas_6.603.55.00-2vmw.650.0.0.4564106, VMW_bootbank_scsi-megaraid2_2.00.4-9vmw.650.0.0.4564106, VMW_bootbank_scsi-mpt2sas_19.00.00.00-1vmw.650.0.0.4564106, VMW_bootbank_scsi-mptsas_4.23.01.00-10vmw.650.0.0.4564106, VMW_bootbank_scsi-mptspi_4.23.01.00-10vmw.650.0.0.4564106, VMW_bootbank_scsi-qla4xxx_5.01.03.2-7vmw.650.0.0.4564106, VMW_bootbank_shim-iscsi-linux-9-2-1-0_6.5.0-0.0.4564106, VMW_bootbank_shim-iscsi-linux-9-2-2-0_6.5.0-0.0.4564106, VMW_bootbank_shim-libata-9-2-1-0_6.5.0-0.0.4564106, VMW_bootbank_shim-libata-9-2-2-0_6.5.0-0.0.4564106, VMW_bootbank_shim-libfc-9-2-1-0_6.5.0-0.0.4564106, VMW_bootbank_shim-libfc-9-2-2-0_6.5.0-0.0.4564106, VMW_bootbank_shim-libfcoe-9-2-1-0_6.5.0-0.0.4564106, VMW_bootbank_shim-libfcoe-9-2-2-0_6.5.0-0.0.4564106, VMW_bootbank_shim-vmklinux-9-2-1-0_6.5.0-0.0.4564106, VMW_bootbank_shim-vmklinux-9-2-2-0_6.5.0-0.0.4564106, VMW_bootbank_shim-vmklinux-9-2-3-0_6.5.0-0.0.4564106, VMW_bootbank_smartpqi_1.0.1.553-10vmw.650.2.50.8294253, VMW_bootbank_uhci-usb-uhci_1.0-3vmw.650.0.0.4564106, VMW_bootbank_usb-storage-usb-storage_1.0-3vmw.650.0.0.4564106, VMW_bootbank_usbcore-usb_1.0-3vmw.650.2.50.8294253, VMW_bootbank_vmkata_0.1-1vmw.650.1.36.7388607, VMW_bootbank_vmkplexer-vmkplexer_6.5.0-0.0.4564106, VMW_bootbank_vmw-ahci_1.1.1-1vmw.650.2.50.8294253, VMW_bootbank_xhci-xhci_1.0-3vmw.650.0.0.4564106, VMware_bootbank_cpu-microcode_6.5.0-2.57.9298722, VMware_bootbank_emulex-esx-elxnetcli_11.1.28.0-0.0.4564106, VMware_bootbank_esx-dvfilter-generic-fastpath_6.5.0-1.36.7388607, VMware_bootbank_esx-ui_1.31.0-10201673, VMware_bootbank_esx-xserver_6.5.0-2.50.8294253, VMware_bootbank_lsu-lsi-lsi-msgpt3-plugin_1.0.0-7vmw.650.1.26.5969303, VMware_bootbank_lsu-lsi-megaraid-sas-plugin_1.0.0-8vmw.650.1.26.5969303, VMware_bootbank_lsu-lsi-mpt2sas-plugin_2.0.0-6vmw.650.1.26.5969303, VMware_bootbank_native-misc-drivers_6.5.0-0.0.4564106, VMware_bootbank_rste_2.0.2.0088-4vmw.650.0.0.4564106, VMware_bootbank_vmware-esx-esxcli-nvme-plugin_1.2.0.32-2.50.8294253


Postiver Nebeneffekt ist dann auch bei mir, daß die vorherigen, unbekannten BIOS-Meldungen auch verschwunden sind. :D

Danke an ~thc.

King of the Hill
Beiträge: 13561
Registriert: 01.10.2008, 12:54
Wohnort: laut USV-Log am Ende der Welt...

Re: 6.5 auf dem Dell PE-T110ii

Beitragvon Dayworker » 08.12.2019, 22:47

Dank der hervorragenden Webseite https://esxi-patches.v-front.de/ESXi-6.5.0.html#2019-12-05 bin ich wieder mal mit den ESXi-Updates in Berührung gekommen und habe direkt mit der gewohnten Syntax aktualisiert:
esxcli network firewall ruleset set -e true -r httpClient
esxcli software profile update -p ESXi-6.5.0-20191203001-standard -d https://hostupdate.vmware.com/software/ ... -index.xml
esxcli network firewall ruleset set -e false -r httpClient
Ein abschließender Reboot sorgte für die Übernahme aller Änderungen und nach dem Aufheben des Maintenance-Modes sorgte ein weiterer Reboot für einen durchstartenden Server.


Zurück zu „vSphere 6.5“

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 8 Gäste