Rule 1: always check if C: is 100% full. Rule 2: windows shortcuts are not *nix links. Rule 3: monitoring!!

Rule 1: always check if C: is 100% full. Rule 2: windows shortcuts are not *nix links. Rule 3: monitoring!!

A customer of mines Veeam Backup job started failing with whis error:

Processing VMNAME Error: Failed to open VDDK disk [[LUN14] vmname/vmname_2.vmdk] ( is read-only mode - [true] )
Failed to create folder. Folder path: [C:\Windows\TEMP\VeeamBackup\VeeamAgent-9500\5eea325f.533am].
Logon attempt with parameters [VC/ESX: [vCenter.lan];Port: 443;Login: [veeam_backup];VMX Spec: [moref=vm-408];Snapshot mor: [snapshot-679];Transports: [san];Read Only: [true]] failed because of the following errors:
Failed to create folder. Folder path: [C:\Windows\TEMP\VeeamBackup\VeeamAgent-9500\81ecb8a1.533am].        

After some troubleshooting process, I understood one of the proxy had problems. I disabled it and all jobs were running fine again.

After some more troubleshooting on the operating system of the proxy (event viewer and so on) I discovered the easiest: C: was at 100%!!!

Rule 1: if you have some problem on a machine, check disk space first!

The C:\ProgramData\Veeam\Backup directory was more than 40GBytes

While waiting for suggestions from the Veeam support, I decided to try if the windows shortcuts work the same way as symbolic links in linux. I moved the big directory to drive D: and then created a shortcut to replace it on disk C:

After restarting the services, I found in C:\ProgramData\Veeam two Backups: the shortcut and a newly created directory :-D

Rule 2: windows shortcuts are not *nix links

The solution was easy: check https://www.veeam.com/kb1825

This registry value is not present by default and may need to be manually created.
Determines where log files created by Veeam Backup & Replication will be stored.

Key Location: HKLM\SOFTWARE\Veeam\Veeam Backup and Replication
Value Name: LogDirectory
Value Type: String Value
Value Data: <path_on_server>
Default: C:\ProgramData\Veeam\Backup        

this way you can redirect the heavy (in big environments) logs to another local drive.

(the content of C:\ProgramData\Veeam\Backup is just logging, you can safely delete them)

Lesson to learn:

Rule 3: always apply efficent infrastructure monitoring

In example, if you are Veeam customer you probably have a valid license for Veeam ONE. If not, you can use the community version!

personally, I will always love XYMON https://xymon.sourceforge.io/


Antonio D'Andrea

Backup System Engineer Senior at Sorint.lab | VMCE2021-VMCA2022 | VEEAM Legends X 4 | VEEAM VUG Italian Leader | aka Andanet

1 å¹´

Ma il monitoraggio? Questo sconosciuto proprio

赞
回复

要查看或添加评论,请登录

Alessandro Tinivelli的更多文章

  • Tiny and cheap Datastore for NUCs

    Tiny and cheap Datastore for NUCs

    So, in my home lab, I've got these two hosts, an Ikoolcore R1 and an Intel Nuc. I wanted more storage space and the R1…

    1 条评论
  • Upgrade of PostgreSQL for Veeam

    Upgrade of PostgreSQL for Veeam

    In my homelab, I've got Veeam VBR and Enterprise Manager running on PostgreSQL. Just today, ONE popped up with this…

    2 条评论
  • Windows server vs network share with guest access

    Windows server vs network share with guest access

    If you need to access a network share published to guests from a recent Windows Server (e.g.

    1 条评论
  • New name, old friends

    New name, old friends

    Even though they've been rebranded, there are always a few free gems that can save you a ton of work or solve annoying…

  • vSphere CBT Bug again

    vSphere CBT Bug again

    Yes, it seems we have issues with CBT, as it seems to be reappeared in vSphere 8 Update 2. If your backup software uses…

  • Create a CSR and Sign it with Windows Internal CA

    Create a CSR and Sign it with Windows Internal CA

    Introduction To get a signed certificate from our in-house Certification Authority for use on a website (like IIS)…

  • Install Minikube on Windows 11

    Install Minikube on Windows 11

    I have been struggling in installing a “minilab for k8s” envinronment on a Linux Machine. Today, among some calls, I…

  • How to launch an elevated Powershell prompt with Veeam Module loaded

    How to launch an elevated Powershell prompt with Veeam Module loaded

    Sometimes may happen that Veeam Support asks you to execute some powershell commands that needs both the Administrator…

  • VMware Tools Update issues again

    VMware Tools Update issues again

    Just testing the update via VUM for a bunch of Windows 10 client machine to the lastest Build Scheduled the update for…

  • VMware Tools update issues with VUM

    VMware Tools update issues with VUM

    Today I had to prepare to do a massive update of the VMware Tools on a cluster that mostly contains VDI Horizon…

社区洞察

其他会员也浏览了