First Problem is the "Error during copy of file: STDERR: SCP bash: scp: command not found" error. Basically the error says everything. We don't have scp installed because I choose for a base install.
To solve it, just install the openssh-clients package. You can do this by executing "yum install openssh-clients". Afterwards you will be able to browse the Linux server successfully
The second problem occurs when you execute the restore. The error is something like "Failed to connect to agent
Again the error says it all. The firewall is blocking the request. So what ports does Veeam use? Well you can specify the range when you add/edit the Linux server.
If you are in the SSH connection section, you can click the advanced option. There you can set the port range. I actually modified the range to 2500 to 2520. I'm not saying it is a best practice but this way, I don't have to open/reserve to much ports.
So now connect to your Linux server and configure your firewall. I like to use the Firewall tui which can be installed by executing "system-config-firewall-tui" . Again if you don't have it, install it via "yum install system-config-firewall-tui"
Click the customize button to edit your firewall rules
Click Forward until you can manually add rules. Add a new rule.
Now add your port range, in this case 2500-2520 (if you use the default options enter 2500-5000). As protocol, enter tcp.
If you now click Ok, Close and the Ok your firewall should be set. If you look at "/etc/sysconfig/iptables", you will see that a new rule has been added.
You should now be able to restore your files.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.