-
- Influencer
- Posts: 10
- Liked: 2 times
- Joined: Jul 22, 2016 7:17 pm
- Contact:
Mount Shared Folder Error
I am attempting to restore a bare metal backup and am running into an error mounting the backup file. Below are the steps I am taking after booting the machine using the bootable .iso saved to a CD.
Restore volumes --> Add shared folder...
Select NFS and enter the following:
Server/Directory: 191.1.1.252:/stcdrs/wehco/veeam
Receive the following error:
mount.nfs: Connection timed out
Unable mount device[191.1.1.252:/stcdrs/wehco/veeam] to [/tmp/veeam/191.1.1.252:stcdrswehcoveeam].
Do I have to setup any network connections ('Configure network' option on the Main Menu) prior to attempting this? Or is there something else I'm missing?
Restore volumes --> Add shared folder...
Select NFS and enter the following:
Server/Directory: 191.1.1.252:/stcdrs/wehco/veeam
Receive the following error:
mount.nfs: Connection timed out
Unable mount device[191.1.1.252:/stcdrs/wehco/veeam] to [/tmp/veeam/191.1.1.252:stcdrswehcoveeam].
Do I have to setup any network connections ('Configure network' option on the Main Menu) prior to attempting this? Or is there something else I'm missing?
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Mount Shared Folder Error
Could you try configuring the network and make sure you are in the same network as the NFS share? I guess the recovery image didn't get an IP via DHCP.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Influencer
- Posts: 10
- Liked: 2 times
- Joined: Jul 22, 2016 7:17 pm
- Contact:
Re: Mount Shared Folder Error
Full Disclosure - I am attempting to restore a bare metal backup taken on Server #1 at my office to Server #2 at my offsite disaster recovery location, if that makes any difference.
The eth1 port is directly plugged into a port on the 191.1.1.252/stcdrs/wehco/Veeam server, which is where the bare metal backup has been restored to.
Below are the steps being taken to configure the network and the results:
Main Menu --> Configure network --> eth1 --> Manual (static)
IP: 191.1.1.253
Mask: 255.255.255.0
Gateway: <Left Empty>
DNS: <Left Empty>
Click Apply.
Error:
ifconfig: SIOCSIFFLAGS: No such file or directory
Failed to set static IP configuration on interface eth1.
The eth1 port is directly plugged into a port on the 191.1.1.252/stcdrs/wehco/Veeam server, which is where the bare metal backup has been restored to.
Below are the steps being taken to configure the network and the results:
Main Menu --> Configure network --> eth1 --> Manual (static)
IP: 191.1.1.253
Mask: 255.255.255.0
Gateway: <Left Empty>
DNS: <Left Empty>
Click Apply.
Error:
ifconfig: SIOCSIFFLAGS: No such file or directory
Failed to set static IP configuration on interface eth1.
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Mount Shared Folder Error
Could you try with filling in a gateway and dns? Even though they are not present.
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Influencer
- Posts: 10
- Liked: 2 times
- Joined: Jul 22, 2016 7:17 pm
- Contact:
Re: Mount Shared Folder Error
Entered the following for eth1 settings:
IP: 191.1.1.253
Mask: 255.255.255.0
Gateway: 191.1.1.31
DNS: wehco
Results:
Error
Invalid DNS IP: wehco.
IP: 191.1.1.253
Mask: 255.255.255.0
Gateway: 191.1.1.31
DNS: wehco
Results:
Error
Invalid DNS IP: wehco.
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Mount Shared Folder Error
Hi,
Please try setting Gateway to 191.1.1.252, and leave DNS blank
Please try setting Gateway to 191.1.1.252, and leave DNS blank
-
- Influencer
- Posts: 10
- Liked: 2 times
- Joined: Jul 22, 2016 7:17 pm
- Contact:
Re: Mount Shared Folder Error
eth1 Settings of:
IP: 191.1.1.253
Mask: 255.255.255.0
Gateway: 191.1.1.252
DNS: <Left Empty>
Results:
ifconfig: SIOCSIFFLAGS: No such file or directory
Failed to set static IP configuration on interface eth1.
IP: 191.1.1.253
Mask: 255.255.255.0
Gateway: 191.1.1.252
DNS: <Left Empty>
Results:
ifconfig: SIOCSIFFLAGS: No such file or directory
Failed to set static IP configuration on interface eth1.
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Mount Shared Folder Error
Please provide an archived /usr/share/Veeam/LPB/logs from you Recovery ISO. Have you tried executing "ip link set eth0 up" from command line? What does ifconfig show? Also please provide /var/log/syslog.
Thanks
Thanks
-
- Influencer
- Posts: 10
- Liked: 2 times
- Joined: Jul 22, 2016 7:17 pm
- Contact:
Re: Mount Shared Folder Error
Is it possible to upload files, or do I just have to copy/paste the contents into a post?
-
- Product Manager
- Posts: 5797
- Liked: 1215 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Mount Shared Folder Error
You can post them on a filesharing system like Onedrive, dropbox,...
Personal blog: https://foonet.be
GitHub: https://github.com/nielsengelen
GitHub: https://github.com/nielsengelen
-
- Influencer
- Posts: 10
- Liked: 2 times
- Joined: Jul 22, 2016 7:17 pm
- Contact:
Re: Mount Shared Folder Error
I've found a way around this (for now) to allow me to continue testing out VAL...
I saved the backup to a external hard drive and connected it to the server via USB. Then I was able to mount it as a local disk instead.
Thanks for the assistance!
I saved the backup to a external hard drive and connected it to the server via USB. Then I was able to mount it as a local disk instead.
Thanks for the assistance!
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Mount Shared Folder Error
That's good news. Nevertheless we'd be gald to find out the reason why does the network configurator fail and your logs would help us a lot, please upload them at the earliest convenience.
Thank you!
Thank you!
Who is online
Users browsing this forum: No registered users and 3 guests