Difference between revisions of "Same Vendor Migration"

From Tranzman Documentation
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
==Headline==
 
  
Below steps should be followed to enabled the Tranzman Appliance to discover backup environments for same Vendor Migrations.
 
  
===Step 1===
+
Same Vendor Migration involves 2 parts- TZM Server side and Agent side.
 +
Please refer [[Configure Personality|Configure Personality]] page for more information on selecting the Migration type.
  
Verify that the Dashboard looks like as shown in the below screenshot.
+
===TZM Server side===
The Dashboard enables you to check and monitor the TZM Appliance resources, migration state , service status , progress and state of Environments.
 
  
[[File:DiscoveryGreenRed.jpg|border|1100x800px]]
+
===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.
 +
 +
===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>
 +
<div style="display:inline-block; box-shadow:5px 5px 10px grey"> [[File:EnvironmentAdd.jpg|700px]] </div>
  
===Step 2===
 
  
Click the <b>+</b> button and add the backup environments.Enter the IP and select the platform of the backup server and hit Committ button.
+
<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>
  
[[File:EnvironmentAdd.jpg|border|1100x800px]]
 
  
===Step 3===
+
===Agent Side===
  
The Dashboard should now give you an environment with name as <b>Querying instances...</b> and IP address of your backup environment.
+
==== Installing on Windows ====
Under the Agent Column hit the [[File:Agent.jpg|border]] button , this should download you a Agent package (.bin file if Origin is *nix or .exe file if Origin is 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>
  
[[File:AgentDownload.jpg|border|1100x800px]]
+
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>
  
===Step 4===
 
  
Copy the file over to the backup server and install it.Make sure you either run the setup as administrator/root or as a user used to configure backup services.
+
==== Installing on *NIX/Linux ====
Follow the instructions on the screen during install.
+
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>
{|style="padding: 5px; width: 85%;"
+
<div style="display:inline-block; box-shadow:5px 5px 10px grey"> [[File:AgentInstall_linux.jpg|700px]] </div>
| style="width: 1%;"|[[File:Note.png|30px]]|| style="padding: 10px; width: 85%;"|Install of Agent on a Windows Server
 
|}
 
[[File:AgentInstall.jpg|border|1100x900px]]
 
{|style="padding: 5px; width: 85%;"
 
| style="width: 1%;"|[[File:Note.png|30px]]|| style="padding: 10px; width: 85%;"|Install of Agent on a Linux Server
 
|}
 
  
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 
|
 
[root@NBUNewMaster tmp]# chmod 755 ./C0A80591.bin
 
[root@NBUNewMaster tmp]# ls -ltr ./C0A80591.bin
 
-rwxr-xr-x. 1 root root 14102251 Aug  6 15:08 ./C0A80591.bin
 
[root@NBUNewMaster tmp]#
 
[root@NBUNewMaster tmp]#
 
[root@NBUNewMaster tmp]# ./C0A80591.bin
 
  
Running Tranzman Agent Installer
+
<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>
 +
</table>
  
Enter install path location [/opt/SRL]:
 
Installing to /opt/SRL
 
Looking for existing Tranzman Agent Installation in /opt/SRL
 
Installing Tranzman Agent
 
Starting Tranzman Agent
 
[root@NBUNewMaster tmp]#
 
|}
 
  
  
===Step 5===
 
  
Upon successfull installation of the Agent on the backup server all the columns for the newly added environment should be populated like e.g. As shown in the below picture.
+
{| class="wikitable"  style="margin:auto;width:100%;color:blue;text-align:center;borderstyle=ridge;"
 
+
|-
[[File:PopulateDetails.jpg|border|1100x800px]]
+
| [[Image:prev_icon.jpg|30px|link=Configuration]]
 
+
|| [[Image:next_icon.jpg|30px|link=Cross Vendor Migration]]
<b>Note:-</b> Repeat the above steps for all the environments to be added.
+
|}
 
 
 
 
[[ Migration Components| Jump to Select Migration Components ]]
 
 
 
[[ Discovery | Return to Discovery]]
 

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