Comprehensive data protection for all workloads
Post Reply
srebucci
Enthusiast
Posts: 34
Liked: 3 times
Joined: Apr 05, 2011 1:37 pm
Full Name: vmware
Contact:

Surebackup and the service on secondary IP

Post by srebucci »

Hi everybody,
I run a Linux Web server with more than one IP address: the HTTP demon run on IP xxx.yyy.zzz.170, the SSH (and other services) on the main IP (eth0) xxx.yyy.zzz.182.

When I run the Surebackup job, every services is correctly tested except (obviously) the HTTP. How could I fix this? Should I create a special .xml role using the .170 IP instead of %vm_ip%?

Regards,
Simone Rebucci
Vitaliy S.
VP, Product Management
Posts: 27055
Liked: 2710 times
Joined: Mar 30, 2009 9:13 am
Full Name: Vitaliy Safarov
Contact:

Re: Surebackup and the service on secondary IP

Post by Vitaliy S. »

Hello Simone,

Yes, you need to adjust or create a new custom script in order to verify your Linux web server. Here is a good reading on custom script creation procedures: http://www.veeam.com/blog/automate-reco ... ackup.html

Thank you.
srebucci
Enthusiast
Posts: 34
Liked: 3 times
Joined: Apr 05, 2011 1:37 pm
Full Name: vmware
Contact:

Re: Surebackup and the service on secondary IP

Post by srebucci »

Hi,
thank you for the quick answer. I solved the problem creating this custom xml role.

C:\Program Files\Veeam\Backup and Replication\SbRoles\TestNameOfMyServerSSH.xml
----------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="utf-8" ?>
<SbRoleOptions>
<Role>
<SbRole>
<Id>4CDC7CC4-6666-AAAA-979B-E5F74C44832F</Id>
<Name>Test HTTP on nameofmyserver (Port 80 on IP 192.168.0.170)</Name>
</SbRole>
</Role>
<Options>
<SbVerificationOptions>
<ActualMemoryPercent>100</ActualMemoryPercent>
<MaxBootTimeoutSec>300</MaxBootTimeoutSec>
<AppInitDelaySec>120</AppInitDelaySec>
<TestScripts>
<TestScripts>
<TestScript>
<Name>Test HTTP on nameofmyserver (Port 80 on IP 192.168.0.170)</Name>
<Type>Predefined</Type>
<TestScriptFilePath>VmConnectionTester.exe</TestScriptFilePath>
<Arguments>192.168.0.170 80</Arguments>
</TestScript>
</TestScripts>
</TestScripts>
<HeartbeatEnabled>True</HeartbeatEnabled>
<PingEnabled>True</PingEnabled>
</SbVerificationOptions>
</Options>
</SbRoleOptions>
----------------------------------------------------------------------------------------------------

Simone Rebucci
Post Reply

Who is online

Users browsing this forum: Creede1, tsightler, ybarrap2003 and 147 guests