Difference between revisions of "Recovery to Files"

From Tranzman Documentation
Jump to: navigation, search
 
Line 1: Line 1:
 +
__NOTOC__
 +
<br>
 +
<br>
 +
<div style="background-color:#edf7ff; padding: 1.5rem; border-radius:8px; max-width:80%; margin: 0 auto; margin-bottom:2rem;">
 +
  <h1 style="border-bottom:none; font-size:2.5em; font-weight:bold; text-align:center;">Recovery Files with Tranzman Appliance</h1>
 +
  <p style="font-size:1.2em; text-align:left;">
 +
    To set up the migration type ("Personality"), switch to the Tranzman Appliance WebGUI.<br>
 +
    Follow these steps to add backup environments and deploy agents for migration.
 +
  </p>
 +
</div>
  
==Headline==
+
<div style="max-width:80%; margin: 0 auto;">
 +
  <div style="background-color:#fffbf4; padding:1.5rem; border-radius:8px; box-shadow:0 2px 4px rgba(0,0,0,0.06); margin-bottom:2rem;">
 +
    <h2 style="border-bottom:2px solid #ffe0b2; padding-bottom:0.5rem; font-size:1.5em;">Agent Deployment Steps</h2>
 +
    <ol style="font-size:1.1em; margin-left:2em;">
 +
      <li>
 +
        Verify the Dashboard has an environment named <b>TZM-NAS-Connector</b>.<br>
 +
        The Dashboard enables you to monitor appliance resources, migration state, service status, progress, and environment states.<br>
 +
        <div style="display:inline-block; box-shadow:5px 5px 10px grey;">[[File:Discovery.jpg|700px]]</div>
 +
      </li>
 +
      <li>
 +
        Click the <b>+</b> button to add the origin backup environment.<br>
 +
        Enter the IP, select the platform of the backup server, and click <b>Commit</b>.<br>
 +
        <div style="display:inline-block; box-shadow:5px 5px 10px grey;">[[File:AddEnvironment.jpg|700px]]</div>
 +
      </li>
 +
      <li>
 +
        The Dashboard will show the new environment as <b>Querying instances...</b> with the backup server IP.<br>
 +
        Under the Agent column, click the [[File:Agent.jpg|border]] button to download the agent package (.bin for Linux, .exe for Windows).<br>
 +
        <div style="display:inline-block; box-shadow:5px 5px 10px grey;">[[File:AgentDownload.jpg|700px]]</div>
 +
      </li>
 +
      <li>
 +
        Copy the agent file to the backup server and install it.<br>
 +
        Run the setup as administrator/root or as the user used for backup services.<br>
 +
        Follow the on-screen instructions during installation.<br>
 +
      <p>Install of Agent on a Windows Server</p>
 +
        <div style="display:inline-block; box-shadow:5px 5px 10px grey;">[[File:AgentInstall.jpg|700px]]</div>
  
To set up the type of Migration or "Personality" switch over to the WebGUI of the Appliance
+
      <p>Install of Agent on a Linux Server</p>
 
+
        <div style="background-color:#212121; color:#fff; font-family:monospace; border-radius:5px; padding:1em; margin:1em 0; width:600px;">
===Step 1===
+
          <pre>
 
 
Verify that the Dashboard should already have an Environment with name <b>TZM-NAS-Connector</b>.
 
The Dashboard enables you to check and monitor the TZM Appliance resources, migration state , service status , progress and state of Environments.
 
 
 
[[File:Discovery.jpg|border|1100x800px]]
 
 
 
===Step 2===
 
 
 
Click the <b>+</b> button and add the origin backup environment.Enter the IP and select the platform of the backup server and hit Committ button.
 
 
 
[[File:AddEnvironment.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="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]# chmod 755 ./C0A80591.bin
 
[root@NBUNewMaster tmp]# ls -ltr ./C0A80591.bin
 
[root@NBUNewMaster tmp]# ls -ltr ./C0A80591.bin
 
-rwxr-xr-x. 1 root root 14102251 Aug  6 15:08 ./C0A80591.bin
 
-rwxr-xr-x. 1 root root 14102251 Aug  6 15:08 ./C0A80591.bin
[root@NBUNewMaster tmp]#
 
 
[root@NBUNewMaster tmp]#
 
[root@NBUNewMaster tmp]#
 
[root@NBUNewMaster tmp]# ./C0A80591.bin
 
[root@NBUNewMaster tmp]# ./C0A80591.bin
Line 53: Line 53:
 
Starting Tranzman Agent
 
Starting Tranzman Agent
 
[root@NBUNewMaster tmp]#
 
[root@NBUNewMaster tmp]#
|}
+
          </pre>
 
+
        </div>
===Step 5===
+
      </li>
 
+
      <li>
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.
+
        Upon successful installation, all columns for the newly added environment will be populated.<br>
 
+
        <div style="display:inline-block; box-shadow:5px 5px 10px grey;">[[File:PopulateDetails.jpg|700px]]</div>
[[File:PopulateDetails.jpg|border|1100x800px]]
+
        <p>Repeat these steps for all environments to be added.</p>
 
+
      </li>
<b>Note:-</b> Repeat the above steps for all the environments to be added.
+
    </ol>
 
+
    <div style="background-color:#f8e2b3; padding:0.2rem; border-radius:8px; box-shadow:0 2px 4px rgba(0,0,0,0.06); font-size:1em; margin: 0 auto;">
 
+
      <p>🛈 <i>After agent installation, the environment details will be automatically discovered and displayed in the Dashboard.</i></p>
[[ Migration Components| Jump to Select Migration Components ]]
+
    </div>
 +
  </div>
 +
</div>
  
[[ Discovery | Return to Discovery]]
+
<div style="display:flex; justify-content:space-between; margin-top:2rem; padding:1rem; background-color:#ffffff; max-width:90%; margin: 2rem auto 0;">
 +
  <div style="text-align:left;">
 +
    [[File:prev_icon.jpg|30px|link=Discovery]] [[Discovery|Previous]]
 +
  </div>
 +
  <div style="text-align:right;">
 +
    [[Migration Components|Next]] [[File:next_icon.jpg|30px|link=Migration Components]]
 +
  </div>
 +
</div>

Latest revision as of 05:57, 12 September 2025



Recovery Files with Tranzman Appliance

To set up the migration type ("Personality"), switch to the Tranzman Appliance WebGUI.
Follow these steps to add backup environments and deploy agents for migration.

Agent Deployment Steps

  1. Verify the Dashboard has an environment named TZM-NAS-Connector.
    The Dashboard enables you to monitor appliance resources, migration state, service status, progress, and environment states.
    Discovery.jpg
  2. Click the + button to add the origin backup environment.
    Enter the IP, select the platform of the backup server, and click Commit.
    AddEnvironment.jpg
  3. The Dashboard will show the new environment as Querying instances... with the backup server IP.
    Under the Agent column, click the Agent.jpg button to download the agent package (.bin for Linux, .exe for Windows).
    AgentDownload.jpg
  4. Copy the agent file to the backup server and install it.
    Run the setup as administrator/root or as the user used for backup services.
    Follow the on-screen instructions during installation.

    Install of Agent on a Windows Server

    AgentInstall.jpg

    Install of Agent on a Linux Server

    [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]# ./C0A80591.bin
    
    Running Tranzman Agent Installer
    
    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]#
              
  5. Upon successful installation, all columns for the newly added environment will be populated.
    PopulateDetails.jpg

    Repeat these steps for all environments to be added.

🛈 After agent installation, the environment details will be automatically discovered and displayed in the Dashboard.

   Prev icon.jpg Previous
   Next Next icon.jpg