To resolve this issue, ensure that the /bootbank/state.XXXXXXXX directory is empty.
To ensure the /bootbank/state.XXXXXXXX directory is empty:
- Log in to the ESXi Management console.
- Run this command:
cd /var/log
- Using the grep command, find state.XXXXXXX and its corresponding directory within the vua.log file (replace XXXXXXX with the number indicated in the error)
For example:
grep state.31110473 vua.log
- Run these commands:
cd /bootbank/
ls -l
Note: The preceding commands may also be required on /altbootbank because this directory can also hold state.XXXXXXX.
- Run this command to change directory to state.XXXXXXX directory indicated in the /var/log/vua.log file:
cd state.XXXXXXX
For example:
cd state.31110473
- Run this command:
ls -l
You see an output similar to:
-rwx------ 1 root root 18297 Jan 10 2011 local.tgz
- Note the name of the file within the state.XXXXXXX directory. For example, local.tgz.
- Run this command to move the files up one directory level:
mv * ../
- In vCenter Server, remediate the host.
-
Select the ESXi host.
-
Click the Update Manager tab.
-
Click Remediate.
If this article didn’t solve your issue: