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
-
- Enthusiast
- Posts: 34
- Liked: 3 times
- Joined: Apr 05, 2011 1:37 pm
- Full Name: vmware
- Contact:
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Surebackup and the service on secondary IP
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.
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.
-
- 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
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
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
Who is online
Users browsing this forum: Semrush [Bot] and 55 guests