Good afternoon,
I have been updating our ESX Hosts using Update manager and ran into an issue with one of the servers. Update Manager was stalling when applying patches to one particular host so I went ahead and tried to manually apply the patches. I am receiving the following error:
INFO: No repository URL specified, going with file:///temp/April/ESX350-200904405-BG
INFO: Configuring...
INFO: Preparing to install ...
INFO: The following RPMs are already installed on the system and will be skipped:
INFO: Downloading kernel-vmnix-350.2.4.21-57.EL.158874.i686.rpm...
INFO: Checking disk space and running test transaction...
INFO: Running yum install <1 packages>...
INFO: | Gathering header information file(s) from server(s)
INFO: | Server: Bundle ESX350-200904405-BG
INFO: | Finding updated packages
INFO: | Downloading needed headers
INFO: | Resolving dependencies
INFO: | Dependencies resolved
INFO: | I will do the following:
INFO: |
INFO: | Downloading Packages
INFO: | Getting kernel-vmnix-350.2.4.21-57.EL.158874.i686.rpm
INFO: | Running test transaction:
INFO: | Test transaction complete, Success!
INFO: | kernel-vmnix 100 % done 1/2
INFO: | error: unpacking of archive failed on file /boot/System.map-2.4.21-57.ELvmnix;4af1aefd: cpio: open
INFO: | Updated: kernel-vmnix 350.2.4.21-57.EL.158874.i686
INFO: | Transaction(s) Complete
INFO: Yum failed to install new pkgs
INFO: --- TOTALS: 0 packages installed, 1 pending or failed, 0 removed, 0 excluded ---
ERROR: A failure occurred while installing or removing packages.
ERROR: Check /var/log/vmware/esxupdate.log for details.
ERROR: Upgrade Failed. Error class: vmware.esxupdate.errors.IncompleteUpgradeError
I then went ahead and checked the /var/log/vmware/esxupdate.log file and this is what I am seeing
09Nov04-1142 INFO: yum: | Downloading needed headers
09Nov04-1142 INFO: yum: | Resolving dependencies
09Nov04-1142 INFO: yum: | Dependencies resolved
09Nov04-1142 INFO: yum: | I will do the following:
09Nov04-1142 INFO: yum: |
09Nov04-1142 INFO: yum: | Downloading Packages
09Nov04-1142 INFO: yum: | Getting kernel-vmnix-350.2.4.21-57.EL.158874.i686.rpm
09Nov04-1142 INFO: yum: | Running test transaction:
09Nov04-1142 INFO: yum: | Test transaction complete, Success!
09Nov04-1142 INFO: yum: | kernel-vmnix 100 % done 1/2
09Nov04-1142 INFO: yum: | error: unpacking of archive failed on file /boot/System.map-2.4.21-57.ELvmnix;4af1aefd: cpio: open
09Nov04-1142 INFO: yum: | Updated: kernel-vmnix 350.2.4.21-57.EL.158874.i686
09Nov04-1142 INFO: yum: | Transaction(s) Complete
09Nov04-1142 DEBUG: session: Checking status of 2 rpms...
09Nov04-1142 DEBUG: install: Matching package name 2 and NAVR 1
09Nov04-1142 DEBUG: session: install pend : kernel-vmnix.i686
09Nov04-1142 DEBUG: session: -- Total 1 pending 1 installed 0
09Nov04-1142 INFO: summary: Yum failed to install new pkgs
09Nov04-1142 DEBUG: states: Entering
09Nov04-1142 DEBUG: install: Install cleanup...
09Nov04-1142 DEBUG: system: LogCommand(rm -f /etc/vmware/esx.conf.WRITELOCK)
09Nov04-1142 DEBUG: system: LogCommand(rm -f /var/lib/rpm/__db*)
09Nov04-1142 INFO: summary: --- TOTALS: 0 packages installed, 1 pending or failed, 0 removed, 0 excluded ---
09Nov04-1142 ERROR: states: A failure occurred while installing or removing packages.
09Nov04-1142 ERROR: states: Check /var/log/vmware/esxupdate.log for details.
09Nov04-1142 DEBUG: lock: Lock file /var/run/esxupdate.pid deleted
09Nov04-1142 DEBUG: root: Final state: UpgradeFailed
09Nov04-1142 ERROR: root: Upgrade Failed. Error class: vmware.esxupdate.errors.IncompleteUpgradeError
Any help would be appreciated