A general system error occurred: Failed to create journal file providerFailed to open "<filename>" for write
This issue occurs if there is not enough free disk space to store the journal information. The management components in vCenter Server and ESX/ESXi record transactions to journal files when tracking long-running operations. The path and filename cited in the error message indicate the layer that failed to create a journal file.
The journal files for vCenter Server on Windows are located at:
%ALLUSERSPROFILE%\Application Data\VMware\VMware VirtualCenter\journal\
%PROGRAMDATA%\VMware\VMware VirtualCenter\journal\
The journal files in ESX/ESXi hosts are located at /var/log/vmware/journal/
. This defaults to the same /var/
filesystem used for storing logs and coredumps. The historic files in the host may be consuming the disk space.
/var/log/vmware/journal/
directory, run the command:df /var/log/vmware/journal/
Delete or archive the unnecessary files on this filesystem to free up disk space. For more information on reviewing and addressing disk space consumption, see Investigating disk space on an ESX host (1003564).