Standalone backup agents for Linux, Mac, AIX & Solaris workloads on-premises or in the public cloud
Post Reply
idench
Novice
Posts: 4
Liked: never
Joined: May 19, 2021 6:13 am
Contact:

Failed to create volume snapshot.Failed to take volume snapshot.Failed to load module [veeamsnap]

Post by idench »

Hi,
This is the first time to use Veeam Agent for Linux.
1.When I do a backup job, it fails with the error like this:

Code: Select all

5/18/2021 4:29:12 PM :: Total size: 2.1 TB (110.3 GB used)  
5/18/2021 4:29:27 PM :: Queued for processing at 5/18/2021 4:29:27 PM  
5/18/2021 4:29:27 PM :: Required backup infrastructure resources have been assigned  
5/18/2021 8:12:27 PM :: Preparing to backup  
5/18/2021 8:12:29 PM :: Failed to create volume snapshot  
5/18/2021 8:12:31 PM :: Failed to take volume snapshot  
5/18/2021 8:12:31 PM :: Failed to perform managed backup  
5/18/2021 8:12:31 PM :: Module loading operation has returned code [255]  
5/18/2021 8:12:31 PM :: Failed to load module [veeamsnap] with parameters [zerosnapdata=1 debuglogging=0 snapstore_block_size_pow=14 change_tracking_block_size_pow=18 logdir=/var/log/veeam fixflags=0 logmaxsize=15728640].  
5/18/2021 4:44:20 PM :: Processing finished with errors at 5/18/2021 4:44:20 PM 
2.And I check my linux host like this :

Code: Select all

1) Job.log like this:
[18.05.2021 19:15:27.625] <140316409947904> prtcl  | >>  |An exception was thrown from thread [140316409947904].
[18.05.2021 19:15:27.625] <140316409947904> vmb    |     [SessionLog][error] Failed to create volume snapshot.
[18.05.2021 19:15:27.688] <140316409947904> lpbcore|     Finish oracle dbs backup
[18.05.2021 19:15:27.808] <140316409947904> lpbcore|     Finalizing PostgreSQL backup...
[18.05.2021 19:15:27.808] <140316409947904> lpbcore|     Finalizing PostgreSQL backup... ok.
[18.05.2021 19:15:27.808] <140316409947904> vmb    |     [SessionLog][error] Failed to take volume snapshot.
[18.05.2021 19:15:27.835] <140316409947904> lpbcore|   Taking snapshots. Failed.
[18.05.2021 19:15:27.937] <140316401555200>        | Thread finished. Role: 'Session checker for Job: {30e0cd2f-9603-4427-9f21-fbeb6f7d848d}.'.
[18.05.2021 19:15:27.937] <140316409947904> lpbcore| ManagedBackupJobPerformer: Creating backup. Failed.
[18.05.2021 19:15:27.937] <140316409947904> vmb    | [SessionLog][error] Failed to perform managed backup.
[18.05.2021 19:15:27.948] <140316409947904> vmb    | [SessionLog][error] Module loading operation has returned code [255].
[18.05.2021 19:15:27.958] <140316409947904> vmb    | [SessionLog][error] Failed to load module [veeamsnap] with parameters [zerosnapdata=1 debuglogging=0 snapstore_block_size_pow=14 change_tracking_block_size_pow=18 logdir=/var/log/veeam fixflags=0 logmaxsize=15728640].
[18.05.2021 19:15:27.968] <140316409947904> vmb    | [SessionLog][error] Processing finished with errors at 2021-05-18 11:15:27 UTC.
[18.05.2021 19:15:27.982] <140316409947904> lpbcore| ERR |Module loading operation has returned code [255]
[18.05.2021 19:15:27.982] <140316409947904> lpbcore| >>  |--tr:in static void veeamsnap::CSnapModuleLoader::LoadModule(const std::vector<std::__cxx11::basic_string<char> >&, bool, const astr&) at /mnt/Sources/VeeamLPBSnapLib/veeamsnap/SnapModuleLoader.cpp:208
2)linux OS and installed Veeam agent like this, I think I have install the right Veeam agent:

Code: Select all

[root@oracledb sbin]# uname -r
3.10.0-957.el7.x86_64
[root@oracledb sbin]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)
[root@oracledb sbin]# rpm -qa | grep veeam
veeam-5.0.0.4318-1.el7.x86_64
kmod-veeamsnap-5.0.0.4318-1.el7.x86_64
3. I find help in the document below, but it doesn't solve my problem.
https://helpcenter.veeam.com/docs/agent ... tml?ver=50
https://blog.lbdg.me/veeam-agent-linux-failed-snapshot/
https://community.veeam.com/blogs-and-p ... amsnap-505

Sincerely hope to get your help.
PTide
Product Manager
Posts: 6431
Liked: 729 times
Joined: May 19, 2015 1:46 pm
Contact:

Re: Failed to create volume snapshot.Failed to take volume snapshot.Failed to load module [veeamsnap]

Post by PTide »

Hi,

Do you have EFI SecureBoot enabled by any chance? Please try to load the module manually:

Code: Select all

modprobe veeamsnap
Thanks!
idench
Novice
Posts: 4
Liked: never
Joined: May 19, 2021 6:13 am
Contact:

Re: Failed to create volume snapshot.Failed to take volume snapshot.Failed to load module [veeamsnap]

Post by idench »

Sorry, I don't really understand your question, Could you give me more details?
idench
Novice
Posts: 4
Liked: never
Joined: May 19, 2021 6:13 am
Contact:

Re: Failed to create volume snapshot.Failed to take volume snapshot.Failed to load module [veeamsnap]

Post by idench »

After I exute "modprobe veeamsnap", it reply"modprobe: FATAL: Module veeamsnap not found.".
I check out my Veeam agent installation, I have install rpm :veeam-5.0.0.4318-1.el7.x86_64 and kmod-veeamsnap-5.0.0.4318-1.el7.x86_64 according my 64-bit CentOS 7

Code: Select all

[root@oracledb sbin]# uname -r
3.10.0-957.el7.x86_64
[root@oracledb sbin]# cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core) 
[root@oracledb sbin]# rpm -qa | grep veeam
veeam-5.0.0.4318-1.el7.x86_64
kmod-veeamsnap-5.0.0.4318-1.el7.x86_64
[root@oracledb sbin]# rpm -qa | grep kernel-headers
kernel-headers-3.10.0-957.el7.x86_64
[root@oracledb sbin]# modprobe veeamsnap
modprobe: FATAL: Module veeamsnap not found.
[root@oracledb sbin]# modprobe kmod-veeamsnap
modprobe: FATAL: Module kmod-veeamsnap not found.
PTide
Product Manager
Posts: 6431
Liked: 729 times
Joined: May 19, 2015 1:46 pm
Contact:

Re: Failed to create volume snapshot.Failed to take volume snapshot.Failed to load module [veeamsnap]

Post by PTide »

The question was whether you use UEFI-based machine or BIOS-based machine. If the former, then is you secure boot activated. It seems that the issue is not related to that though...

It seems that for some reason the installation procedure went wrong, so I suggest you to try reinstalling the agent (both veeam and veeamsnap). Make sure to install kmod-veeamsnap.

If that does not help, then please use veeamconfig grabLogs command to export logs and share the archive with me.

Thanks!
idench
Novice
Posts: 4
Liked: never
Joined: May 19, 2021 6:13 am
Contact:

Re: Failed to create volume snapshot.Failed to take volume snapshot.Failed to load module [veeamsnap]

Post by idench »

Thank you for your help. But I have reinstall my Python3.8 to 3.6 , kmod-veeamsnap-5.0.0.4318-1.el7.x86_64.rpm and veeam-5.0.0.4318-1.el7.x86_64.rpm, It seems no help. The error occured again.
And for some reasons, I can't email you.
Could you have other suggestion?
Thank you.
PTide
Product Manager
Posts: 6431
Liked: 729 times
Joined: May 19, 2015 1:46 pm
Contact:

Re: Failed to create volume snapshot.Failed to take volume snapshot.Failed to load module [veeamsnap]

Post by PTide »

Please use forum private messages. Also I'd strongly recommend to open a support case and post your case ID in this thread.

Thanks!
enrique.frisoli
Service Provider
Posts: 26
Liked: 3 times
Joined: Aug 15, 2012 5:14 pm
Full Name: Enrique Frisoli
Location: Madrid, Spain
Contact:

Re: Failed to create volume snapshot.Failed to take volume snapshot.Failed to load module [veeamsnap]

Post by enrique.frisoli » 1 person likes this post

Hi! just to you know, in my case issue was solved disabling "boot options" --> "secure boot" on my Linux VM
Enrique Frisoli de Oliveira
Systems Engineer
ksl28
Enthusiast
Posts: 48
Liked: 8 times
Joined: Sep 21, 2016 8:31 am
Full Name: Kristian Leth
Contact:

Re: Failed to create volume snapshot.Failed to take volume snapshot.Failed to load module [veeamsnap]

Post by ksl28 »

Disabling secure boot worked for me as well :)
Post Reply

Who is online

Users browsing this forum: No registered users and 8 guests