Difference between revisions of "Same Vendor Migration"

From Tranzman Documentation
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
Please refer [[Configure Personality|Configure Personality]] page for more information on selecting the Migration type.
 
Please refer [[Configure Personality|Configure Personality]] page for more information on selecting the Migration type.
  
==TZM Server side==
+
===TZM Server side===
  
 
===Adding the Environment===
 
===Adding the Environment===
+
From the Dashboard, click the <b>+</b> button to add the backup environment. Enter the Agent IP and choose the platform of the backup server and click on Commit button.
From the Dashboard, click the <b>+</b> button to add the backup environment. Enter the Agent IP and choose the platform of the backup server and click on Commit button.
 
 
   
 
   
 
===Downloading the Agent package===
 
===Downloading the Agent package===
+
Tranzman will start <b>Querying instances...</b> using IP address of the added environment and generate an Agent package based on the provided IP address and the OS type.<br>
Tranzman will start <b>Querying instances...</b> using IP address of the added environment and generate an Agent package based on the provided IP address and the OS type.
+
<div style="display:inline-block; box-shadow:5px 5px 10px grey"> [[File:EnvironmentAdd.jpg|700px]] </div>
+
 
[[File:EnvironmentAdd.jpg|border|500px]]
+
 
 +
<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> Windows agent package is an .exe file and *nix agent is a .bin file. <br>
 +
Agent filename is the HEX value of individual octet of its IP address. <br>
 +
Agent package is self-signed and is valid only for the specific server</td></tr>
 +
</table>
  
  
{|style="padding: 5px; width: 85%;"
+
===Agent Side===
| style="width: 1%;"|[[File:Note.png|30px]]|| '''Note:''' style="padding: 10px; width: 85%;color:blue;"| Windows Agent package is a .exe and *nix Agent will be .bin file.
 
|
 
|}
 
{|style="padding: 5px; width: 85%;"
 
| style="width: 1%;"|[[File:Note.png|30px]]|| '''Note:''' style="padding: 10px; width: 85%;color:blue;"| Package name is a HEXA value of each octet of the corresponding server's IP address.
 
|
 
|}
 
{|style="padding: 5px; width: 85%;"
 
| style="width: 1%;"|[[File:Note.png|30px]]|| '''Note:''' style="padding: 10px; width: 85%;color:blue;"| Package is self signed and is specific to the server it was downloaded for.
 
|
 
|}
 
  
 +
==== Installing 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>
  
==Agent Side==
+
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><br>
 +
<div style="display:inline-block; box-shadow:5px 5px 10px grey"> [[File:AgentInstall_windows.jpg|700px]] </div>
  
=== Installing on Windows ===
 
  
Copy the Agent package to the backup server. The file can be copied and executed from any directory.
+
==== Installing on *NIX/Linux ====
Make sure to execute it admin privilage by using <b>"Run as Administrator"</b>
+
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<br>
 +
<div style="display:inline-block; box-shadow:5px 5px 10px grey"> [[File:AgentInstall_linux.jpg|700px]] </div>
  
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>
 
 
[[File:AgentInstall_windows.jpg|border|500px]]
 
  
=== Installing on *NIX/Linux ===
+
<table style="width:50%;border-collapse:seperate;border-radius:5px 5px;box-shadow: 5px 5px 10px #750000;">
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
+
<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>
+
</table>
[[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;"
 
|-
 
|-
| Return to [[ Configuration|Previous]]
+
| [[Image:prev_icon.jpg|30px|link=Configuration]]
|| Go to [[ Cross Vendor Migration|Next]]
+
|| [[Image:next_icon.jpg|30px|link=Cross Vendor Migration]]
 
|}
 
|}

Latest revision as of 09:20, 16 August 2023


Same Vendor Migration involves 2 parts- TZM Server side and Agent side. Please refer Configure Personality page for more information on selecting the Migration type.

TZM Server side

Adding the Environment

From the Dashboard, click the + button to add the backup environment. Enter the Agent IP and choose the platform of the backup server and click on Commit button.

Downloading the Agent package

Tranzman will start Querying instances... using IP address of the added environment and generate an Agent package based on the provided IP address and the OS type.

EnvironmentAdd.jpg


Note.png Windows agent package is an .exe file and *nix agent is a .bin file.

Agent filename is the HEX value of individual octet of its IP address.

Agent package is self-signed and is valid only for the specific server


Agent Side

Installing 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 "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 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

AgentInstall linux.jpg


Note.png Incase 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