Difference between revisions of "Cross Vendor Migration"

From Tranzman Documentation
Jump to: navigation, search
Line 1: Line 1:
  
==Pre-requisite==
+
===Pre-requisite===
 +
Ensure the Tranzman appliance is configured for <b>Cross Vendor Transitioning</b>. Refer <b>[[ Configure_Personality | Configuring personality ]]</b> for more details.
  
Ensure the Tranzman appliance is configured for <b>Cross Vendor Transitioning</b>. Refer <b>[[ Configure_Personality | Configuring personality ]]</b> for more details.
 
  
 
===Adding Agents===
 
===Adding Agents===
 +
First step is to add the backup servers involved in migration to Tranzman appliance.
 +
<br> This allows Tranzman to generate agent package. To add the agent, click on <b>+</b> from <b>Environments</b> section.<br>
 +
Provide the server IP address and platform. (Specify the correct platform to build the agent package)<br>
 +
Click on <b>Commit</b> to add the server to Tranzman.<br>
 +
<div style="display:inline-block; box-shadow:5px 5px 10px grey"> [[File:EnvironmentAdd.jpg|700px]] </div>
  
First step is to add the backup servers involved in migration to Tranzman appliance. This allows Tranzman to generate agent package.
 
To add the agent, click on <b>+</b> from <b>Environments</b> section.
 
Provide the server IP address and platform. (Specify the correct platform to build the agent package)
 
Click on <b>Commit</b> to add the server to Tranzman.
 
[[File:EnvironmentAdd.jpg|border|1100x800px]]
 
  
 
===Download agent package===
 
===Download agent package===
 
 
In a few minutes, Tranzman will build a agent package specific for the added server. This works only with the added server and cannot be used on any other similar servers
 
In a few minutes, Tranzman will build a agent package specific for the added server. This works only with the added server and cannot be used on any other similar servers
 
Click on the [[File:Agent.jpg|border]] icon to download the agent package.
 
Click on the [[File:Agent.jpg|border]] icon to download the agent package.
 +
<div style="display:inline-block; box-shadow:5px 5px 10px grey"> [[File:EnvironmentAdd.jpg|700px]] </div>
  
[[File:EnvironmentAdd.jpg|border|1100x800px]]
 
  
 
===Installing agent===
 
===Installing agent===
 +
At this moment, Tranzman Dashboard will be listing the added server as <b>Querying instances...</b>.
 +
 +
Copy the downloaded agent to the server and Install it to let Tranzman query the instance and discover the server's configuration on Tranzman dashboard.
 +
 +
 +
====Installing Agent on Windows====
 +
Copy the Agent package to the backup server. The file can be copied and executed from any directory.
 +
Make sure to execute it admin privilege by using <b>"Run as Administrator"</b>
 +
 +
Follow the prompt and complete the Installation. The Agent can be installed on any local path and the default installation path is <b>C:\Program Files\SRL</b>
 +
<div style="display:inline-block; box-shadow:5px 5px 10px grey"> [[File:AgentInstall_windows.jpg|700px]] </div>
  
At this moment, Tranzman Dashboard will be listing the added server as <b>Querying instances...</b>.
 
  
Copy the downloaded agent to the server and Install it to let Tranzman query the instance and discover the server's configuration on Tranzman dashboard
+
====Installing Agent on *NIX/Linux====
 +
Like the Windows Agent installation, the *nix/Linux is simple and straight forward. Copy the file to any directory and run it as root user. The default installation path on Linux is /opt/SRL
 +
<div style="display:inline-block; box-shadow:5px 5px 10px grey"> [[File:AgentInstall_linux.jpg|700px]] </div>
  
====Installing Agent on Windows ====
 
Copy the Agent package to the backup server. The file can be copied and executed from any directory.
 
Make sure to execute it admin privilage by using <b>"Run as Administrator"</b>
 
  
Follow the prompt and complete the Installation. The Agent can be installed on any local path and the default installation path is <b>C:\Program Files\SRL</b>
+
<table style="width:50%;border-collapse:seperate;border-radius:5px 5px;box-shadow: 5px 5px 10px #750000;">
+
<tr><td>[[File:Note.png|30px]]</td><td>Incase of NetBackup Flex or NetBackup FlexScale appliance, the default installation path is the persistent storage path i.e. /mnt/nbdata/usr/openv/SRL</td></tr>
[[File:AgentInstall_windows.jpg|border|500px]]
+
</table>
  
==== Installing Agent on *NIX/Linux ====
 
Like the Windows Agent installtion, the *nix/Linux is simple and straight forward. Copy the file to any directory and run it as root user. The default installation path on Linux is /opt/SRL
 
 
[[File:AgentInstall_linux.jpg|border|500px]]
 
  
{|style="padding: 5px; width: 85%;"
 
| style="width: 1%;"|[[File:Note.png|30px]]|| '''Note:''' style="padding: 10px; width: 85%;color:blue;"| Incase of NetBackup Flex or NetBackup FlexScale appliance, the default installation path is the persistent storage path i.e. /mnt/nbdata/usr/openv/SRL
 
|
 
|}
 
  
  
----
 
 
{| class="wikitable"  style="margin:auto;width:100%;color:blue;text-align:center;borderstyle=ridge;"
 
{| class="wikitable"  style="margin:auto;width:100%;color:blue;text-align:center;borderstyle=ridge;"
 
|-
 
|-

Revision as of 12:51, 9 August 2023

Pre-requisite

Ensure the Tranzman appliance is configured for Cross Vendor Transitioning. Refer Configuring personality for more details.


Adding Agents

First step is to add the backup servers involved in migration to Tranzman appliance.
This allows Tranzman to generate agent package. To add the agent, click on + from Environments section.
Provide the server IP address and platform. (Specify the correct platform to build the agent package)
Click on Commit to add the server to Tranzman.

EnvironmentAdd.jpg


Download agent package

In a few minutes, Tranzman will build a agent package specific for the added server. This works only with the added server and cannot be used on any other similar servers Click on the Agent.jpg icon to download the agent package.

EnvironmentAdd.jpg


Installing agent

At this moment, Tranzman Dashboard will be listing the added server as Querying instances....

Copy the downloaded agent to the server and Install it to let Tranzman query the instance and discover the server's configuration on Tranzman dashboard.


Installing Agent on Windows

Copy the Agent package to the backup server. The file can be copied and executed from any directory. Make sure to execute it admin privilege by using "Run as Administrator"

Follow the prompt and complete the Installation. The Agent can be installed on any local path and the default installation path is C:\Program Files\SRL

AgentInstall windows.jpg


Installing Agent on *NIX/Linux

Like the Windows Agent installation, the *nix/Linux is simple and straight forward. Copy the file to any directory and run it as root user. The default installation path on Linux is /opt/SRL

AgentInstall linux.jpg


Note.pngIncase of NetBackup Flex or NetBackup FlexScale appliance, the default installation path is the persistent storage path i.e. /mnt/nbdata/usr/openv/SRL



Prev icon.jpg Next icon.jpg