Lucene search

K
veeamVeeam softwareVEEAM:KB4615
HistoryJun 12, 2024 - 12:00 a.m.

Veeam Kasten for Kubernetes - vSphere Block Mode Exports Failure With Error 14009

2024-06-1200:00:00
Veeam software
www.veeam.com
4
veeam
kasten
kubernetes
vsphere
block mode
export
failure
error 14009
support
knowledge base
software

AI Score

7.1

Confidence

Low

Challenge

During vSphere block mode export, in certain situations, it might be observed that the folders/objects get created in the storage bucket. However, the export job remains stuck, and the following error message is seen in the debug logs:

"Open virtual disk file failed. The error code is 14009., try --help\nError: exit status 1"

Veeam Kasten for Kubernetes requires network access from the cluster to vCenter and the ESX hosts in TKGs environments.

Solution

Verify Environmental Configuration

Check firewall configuration - port 902 should be open between worker nodes to the ESX nodes.

kubectl run -i --tty busybox --image=busybox:1.28 -- sh   
telnet <esxhost name> 902

Copy

In addition to error 14009, if error 3014 is seen, check if the vSphere account used to create the Infrastructure Profile has sufficient permissions to create a disk/snapshot in the vSphere console.

Check if the ESX host can be reached using the DNS name. Sometimes, if the ESX server cannot be resolved using DNS, it throws error 14009.

ping <ESX Host Name>

Copy

Adjust KanisterBackupTimeout

If the job runs for some time and then 14009 errors are seen, it may be due to the kanisterbackup timeout. By default, this is set to 45. Try increasing the β€œKanisterBackupTimeout” value to longer than 45 minutes, for example, to 600 minutes.

helm upgrade k10 kasten/k10 --namespace=kasten-io --reuse-values -set kanister.backupTimeout=600

Copy

More Information

In some cases, it may be observed that the data-mover pod does not initiate, and the log shows 14009 errors. Further troubleshooting to find why the data-mover is not initiating is recommended in these cases.

To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

AI Score

7.1

Confidence

Low