Difference between revisions of "Same Vendor Migration"

From Tranzman Documentation
Jump to: navigation, search
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.
 +
 +
[[File:EnvironmentAdd.jpg|border|500px]]
  
===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.
 
 
[[File:EnvironmentAdd.jpg|border|1100x800px]]
 
 
===Step 3===
 
 
The Dashboard should now give you an environment with name as <b>Querying instances...</b> and IP address of your backup environment.
 
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).
 
 
[[File:AgentDownload.jpg|border|1100x800px]]
 
 
===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.
 
Follow the instructions on the screen during install.
 
 
{|style="padding: 5px; width: 85%;"
 
{|style="padding: 5px; width: 85%;"
| style="width: 1%;"|[[File:Note.png|30px]]|| style="padding: 10px; width: 85%;"|Install of Agent on a Windows Server
+
| 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.
 +
|
 
|}
 
|}
[[File:AgentInstall.jpg|border|1100x900px]]
 
 
{|style="padding: 5px; width: 85%;"
 
{|style="padding: 5px; width: 85%;"
| style="width: 1%;"|[[File:Note.png|30px]]|| style="padding: 10px; width: 85%;"|Install of Agent on a Linux Server
+
| 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.
 +
|
 
|}
 
|}
  
{| 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
+
==Agent Side==
  
Enter install path location [/opt/SRL]:
+
=== Installing on Windows ===
Installing to /opt/SRL
 
Looking for existing Tranzman Agent Installation in /opt/SRL
 
Installing Tranzman Agent
 
Starting Tranzman Agent
 
[root@NBUNewMaster tmp]#
 
|}
 
  
 +
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>
  
===Step 5===
+
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>
  
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.
+
[[File:AgentInstall_windows.jpg|border|500px]]
  
[[File:PopulateDetails.jpg|border|1100x800px]]
+
=== 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
 +
 +
[[File:AgentInstall_linux.jpg|border|500px]]
  
<b>Note:-</b> Repeat the above steps for all the environments to be added.
+
{|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
 +
|
 +
|}
  
  
[[ Migration Components| Jump to Select Migration Components ]]
 
  
[[ Discovery | Return to Discovery]]
+
----
 +
{| class="wikitable"  style="margin:auto;width:100%;color:blue;text-align:center;borderstyle=ridge;"
 +
|-
 +
| Return to [[ Configuration|Previous]]
 +
|| Go to [[ Cross Vendor Migration|Next]]
 +
|}

Revision as of 19:04, 16 May 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 a .exe and *nix Agent will be .bin file.
Note.png Package name is a HEXA value of each octet of the corresponding server's IP address.
Note.png Package is self signed and is specific to the server it was downloaded for.


==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



Return to Previous Go to Next