-
- Lurker
- Posts: 2
- Liked: never
- Joined: Jun 23, 2016 9:58 pm
- Contact:
Failed to get whole disk by device number
Hello,
I installed Veeam agent 1.0.0.499 (32 bits, i386) to my personal OpenVZ (vps), Debian 7 .
I press [C] to create my first backup job and I get this error message :
No such file or directory
Failed to get whole disk by device number [243:136]
Do you have an idea to resolve this issue ?
Regards,
Romain
I installed Veeam agent 1.0.0.499 (32 bits, i386) to my personal OpenVZ (vps), Debian 7 .
I press [C] to create my first backup job and I get this error message :
No such file or directory
Failed to get whole disk by device number [243:136]
Do you have an idea to resolve this issue ?
Regards,
Romain
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Failed to get whole disk by device number
This is related to OpenVZ way of creating the containers. Certain folders are linked to the host OS such as /bin, /usr/bin,... and we depend on certain things (I guess in this case /dev) which can't be read.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Jun 23, 2016 9:58 pm
- Contact:
Re: Failed to get whole disk by device number
Hello,
That mean it is impossible to use Veeam to backup OpenVZ container ?
Thanks.
That mean it is impossible to use Veeam to backup OpenVZ container ?
Thanks.
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Failed to get whole disk by device number
Additional testing will be needed to confirm if it will work or not. Thanks for the feedback already!
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Novice
- Posts: 7
- Liked: 2 times
- Joined: Mar 18, 2015 8:12 am
- Contact:
Re: Failed to get whole disk by device number
Got a similar error on initial configuration.
Test system is a Oracle Linux 6 VM with UEK kernel and LVM configured.
Code: Select all
Failed to get whole disk by device number [2:12].
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Failed to get whole disk by device number
Hi,
Please post a download link to an archive with logs. Also please post the outputs of dmesg -T and lsblk.
Thak you
Please post a download link to an archive with logs. Also please post the outputs of dmesg -T and lsblk.
Thak you
-
- Novice
- Posts: 7
- Liked: 2 times
- Joined: Mar 18, 2015 8:12 am
- Contact:
Re: Failed to get whole disk by device number
Hi PTide,
please find the logs and outputs here https://file.io/01WACh
dmesg -T is not available on OEL6, so I've cleared the dmesg, rebooted and tried veeam again. So the entries are all fresh.
Kind regards,
Daniel
please find the logs and outputs here https://file.io/01WACh
dmesg -T is not available on OEL6, so I've cleared the dmesg, rebooted and tried veeam again. So the entries are all fresh.
Kind regards,
Daniel
-
- Novice
- Posts: 3
- Liked: never
- Joined: Jul 28, 2016 7:17 am
- Full Name: Luiz Guimaraes
- Contact:
Re: Failed to get whole disk by device number
Also receiving similar error CentOS 7 running on openVZ.
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Failed to get whole disk by device number
Hi,
Thank you.
Does it fail when you try to backup the openVZ host, or it fails if you start veeam inside the container? If the former then please provide a detailed description of the job settings, host configuration. Please include the exact error message, dmesg -T output and lsblk -af output, also please share an archive that contains /var/log/veeam directory.Also receiving similar error CentOS 7 running on openVZ.
Thank you.
-
- Novice
- Posts: 3
- Liked: never
- Joined: Jul 28, 2016 7:17 am
- Full Name: Luiz Guimaraes
- Contact:
Re: Failed to get whole disk by device number
Unfortunately, my dmesg log are blank and the output for the command are null. Please see the veeam logs, here https://file.io/JpHnFY
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Failed to get whole disk by device number
What does lsblk -af shows? Also I see /dev/simfs in the log, are you trying to run VAL inside an openVZ container?<...>and the output for the command are null
Thanks
-
- Novice
- Posts: 3
- Liked: never
- Joined: Jul 28, 2016 7:17 am
- Full Name: Luiz Guimaraes
- Contact:
Re: Failed to get whole disk by device number
Mostly likely, I have running on a hosted VPS, I installed the release version but still have issues. This is what I get now
boost::filesystem::directory_iterator::construct: No such file or directory: "/sys/block"
boost::filesystem::directory_iterator::construct: No such file or directory: "/sys/block"
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Failed to get whole disk by device number
Hi,
VAL is not designed to operate inside a container. Anyway please provide logs (use 'M' key on the main screen). Also could tell who is your hoster, please?
Thanks
VAL is not designed to operate inside a container. Anyway please provide logs (use 'M' key on the main screen). Also could tell who is your hoster, please?
Thanks
-
- Novice
- Posts: 4
- Liked: never
- Joined: Feb 13, 2017 12:27 pm
- Full Name: Christoph Loesch
- Contact:
Re: Failed to get whole disk by device number
hi,
im getting the same error when using the linux agent within an openvz container.
the mountpoint /sys is mounted and available, but /sys/block is not available due to the nature of (openvz-) containers.
so i guess the agent tries to access physical disks which are not available.
are there any plans for the linux agent to also back up containers in another way than accessing the physical disk(s)?
thanks
im getting the same error when using the linux agent within an openvz container.
the mountpoint /sys is mounted and available, but /sys/block is not available due to the nature of (openvz-) containers.
so i guess the agent tries to access physical disks which are not available.
are there any plans for the linux agent to also back up containers in another way than accessing the physical disk(s)?
thanks
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Failed to get whole disk by device number
Hi,
No, currently we don't have that functionality on the list due to a low demand. Anyway your feedback is noted, thank you!
No, currently we don't have that functionality on the list due to a low demand. Anyway your feedback is noted, thank you!
-
- Enthusiast
- Posts: 52
- Liked: 5 times
- Joined: Feb 15, 2015 7:03 am
- Contact:
Re: Failed to get whole disk by device number
Please increase the demand counter by one.PTide wrote:Hi,
No, currently we don't have that functionality on the list due to a low demand. Anyway your feedback is noted, thank you!
I run a VPS by www.hosteurope.de and also see the error message
Code: Select all
boost::filesystem::directory_iterator::construct: No such file or directory: "/sys/block/ploop23837p1/slaves"
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Mar 14, 2017 3:24 am
- Contact:
Re: Failed to get whole disk by device number
Would love to see this feature as well. Currently have about 30+ OpenVZ servers and being able to set up jobs for specific container folders would be a huge help.
To chime in on the error front, what I get when trying to add a backup job is the following error (CTID is in place of the actual container ID). But the thing is, this isn't an NFS or SMB mounted partition.
"Network filesystems (NFS, SMB) cannot be backed up. Please exclude: /vz/root/CTID/sys."
Another container gave the following error:
"Network filesystems (NFS, SMB) cannot be backed up. Please exclude: /vz/root/CTID/proc."
To chime in on the error front, what I get when trying to add a backup job is the following error (CTID is in place of the actual container ID). But the thing is, this isn't an NFS or SMB mounted partition.
"Network filesystems (NFS, SMB) cannot be backed up. Please exclude: /vz/root/CTID/sys."
Another container gave the following error:
"Network filesystems (NFS, SMB) cannot be backed up. Please exclude: /vz/root/CTID/proc."
-
- Influencer
- Posts: 23
- Liked: 1 time
- Joined: Jan 26, 2017 8:36 pm
- Full Name: Eric Franklin
- Contact:
Re: Failed to get whole disk by device number
I also love to have this feature as well. Encountered this trying to backup a VPS at Media Temple.
-
- Novice
- Posts: 5
- Liked: never
- Joined: Oct 29, 2018 8:54 pm
- Full Name: Chris Bailey
- Contact:
Re: Failed to get whole disk by device number
Hi All,
Has there been any progress on this? I have two VMs in an OpenVZ hosted environment, with all care and no responsibility, it would be greatly beneficial if I could get VAL working on these two VMs.
Thanks in advance,
Chris
Has there been any progress on this? I have two VMs in an OpenVZ hosted environment, with all care and no responsibility, it would be greatly beneficial if I could get VAL working on these two VMs.
Thanks in advance,
Chris
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Failed to get whole disk by device number
Hi,
Unfortunately, the upcoming version of VAL will not support containers
Thanks
Unfortunately, the upcoming version of VAL will not support containers
Thanks
Who is online
Users browsing this forum: No registered users and 5 guests