-
- Veeam Software
- Posts: 1494
- Liked: 655 times
- Joined: Jul 17, 2015 6:54 pm
- Full Name: Jorge de la Cruz
- Contact:
Issue while recovering, NFS point
Hi guys,
I have the next issue while trying to recover using the Recovery ISO, if I choose NFS I see the next error:
If I return and choose CIFS, same QNAP, it works.
Can you help me?
I have the next issue while trying to recover using the Recovery ISO, if I choose NFS I see the next error:
If I return and choose CIFS, same QNAP, it works.
Can you help me?
Jorge de la Cruz
Senior Product Manager | Veeam ONE @ Veeam Software
@jorgedlcruz
https://www.jorgedelacruz.es / https://jorgedelacruz.uk
vExpert 2014-2024 / InfluxAce / Grafana Champion
Senior Product Manager | Veeam ONE @ Veeam Software
@jorgedlcruz
https://www.jorgedelacruz.es / https://jorgedelacruz.uk
vExpert 2014-2024 / InfluxAce / Grafana Champion
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Issue while recovering, NFS point
Looks like the NFS service isn't running and therefor can't connect to it. Did you by any chance tried to restart the recovery media and try again?
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Issue while recovering, NFS point
Have you tried to mount the NFS share manually via shell using mount.nfs? I'm curious if that works.
Thanks
Thanks
-
- Veeam Software
- Posts: 1494
- Liked: 655 times
- Joined: Jul 17, 2015 6:54 pm
- Full Name: Jorge de la Cruz
- Contact:
Re: Issue while recovering, NFS point
Hi guys,
I have tried multiple times, never works, if you go back and select CIFS instead works, so this is an issue that should be addressed on the ISO Try it on your side
Best regards
I have tried multiple times, never works, if you go back and select CIFS instead works, so this is an issue that should be addressed on the ISO Try it on your side
Best regards
Jorge de la Cruz
Senior Product Manager | Veeam ONE @ Veeam Software
@jorgedlcruz
https://www.jorgedelacruz.es / https://jorgedelacruz.uk
vExpert 2014-2024 / InfluxAce / Grafana Champion
Senior Product Manager | Veeam ONE @ Veeam Software
@jorgedlcruz
https://www.jorgedelacruz.es / https://jorgedelacruz.uk
vExpert 2014-2024 / InfluxAce / Grafana Champion
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Issue while recovering, NFS point
Will look into it. Thanks for testing.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Issue while recovering, NFS point
I got the same error only once, although after I performed a VM reset NFS mounts worked fine on the very same VM and iso. Played around with VM settings but never managed to catch the error again.
Could you please share the VM settings (hardware version, network settings etc) as well as the info about your Hypervisor?
Thanks
Could you please share the VM settings (hardware version, network settings etc) as well as the info about your Hypervisor?
Thanks
-
- Veeam Vanguard
- Posts: 3
- Liked: never
- Joined: Nov 24, 2014 1:54 pm
- Full Name: Paolo Valsecchi
- Location: Italy
- Contact:
Re: Issue while recovering, NFS point
I have the same error.
Rebooted the VM several times, tried to manually configure via command line but I always get same error: rpc.statd is not running.
Any help really appreciated.
Rebooted the VM several times, tried to manually configure via command line but I always get same error: rpc.statd is not running.
Any help really appreciated.
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Issue while recovering, NFS point
UPDATE:
I got the same error when I was trying to connect to CentOS 7.2 NFS share. However when I tried to connect to another NFS (RHEL 7.2) NFS share everything worked fine for the same VM and .iso. Could you double check if the error persists for different NFS servers please?
Thanks
I got the same error when I was trying to connect to CentOS 7.2 NFS share. However when I tried to connect to another NFS (RHEL 7.2) NFS share everything worked fine for the same VM and .iso. Could you double check if the error persists for different NFS servers please?
Thanks
-
- Veeam Software
- Posts: 1494
- Liked: 655 times
- Joined: Jul 17, 2015 6:54 pm
- Full Name: Jorge de la Cruz
- Contact:
Re: Issue while recovering, NFS point
Hi PTide,
The NFS share comes from a QNAP, I don't have any other NAS to try, I can deploy a NFS on Ubuntu and try.
Best regards
The NFS share comes from a QNAP, I don't have any other NAS to try, I can deploy a NFS on Ubuntu and try.
Best regards
Jorge de la Cruz
Senior Product Manager | Veeam ONE @ Veeam Software
@jorgedlcruz
https://www.jorgedelacruz.es / https://jorgedelacruz.uk
vExpert 2014-2024 / InfluxAce / Grafana Champion
Senior Product Manager | Veeam ONE @ Veeam Software
@jorgedlcruz
https://www.jorgedelacruz.es / https://jorgedelacruz.uk
vExpert 2014-2024 / InfluxAce / Grafana Champion
-
- Lurker
- Posts: 2
- Liked: 1 time
- Joined: Jul 15, 2016 3:14 am
Re: Issue while recovering, NFS point
Hello,
I'm having a similar issue restoring from an Openmediavault NFS share. I tried restoring to a VM in ovirt 4.1.0 and then in VMware ESXI 6.0.0. I tried mounting the share in command line with:
mount.nfs -o nolock SERVER_IP:/export/share /mnt/veeam
and it comes back with Protocol not supported.
If I run it without -o nolock,
it comes mount(2): No such file or directory.
The VM is a CentOS 7.2 VM and backups run just fine.
I'm having a similar issue restoring from an Openmediavault NFS share. I tried restoring to a VM in ovirt 4.1.0 and then in VMware ESXI 6.0.0. I tried mounting the share in command line with:
mount.nfs -o nolock SERVER_IP:/export/share /mnt/veeam
and it comes back with Protocol not supported.
If I run it without -o nolock,
it comes mount(2): No such file or directory.
The VM is a CentOS 7.2 VM and backups run just fine.
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Issue while recovering, NFS point
Hi,
Thanks!
Could you please try to connect to some other NFS share from recovery media to see of the error occurs?I'm having a similar issue restoring from an Openmediavault NFS share. I tried restoring to a VM in ovirt 4.1.0 and then in VMware ESXI 6.0.0. I tried mounting the share in command line with:
Thanks!
-
- Lurker
- Posts: 2
- Liked: 1 time
- Joined: Jul 15, 2016 3:14 am
Re: Issue while recovering, NFS point
I was able to connect to my Rockstar (CentOS7 based) NFS share just fine. Looks like it has to do with Openmediavault.
Who is online
Users browsing this forum: Semrush [Bot] and 9 guests