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.