Difference between revisions of "Using Recorder"

From Tranzman Documentation
Jump to: navigation, search
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page outlines the steps needed to run Recorder either after Virtual Agents have been created or as part of a full migration.
+
This page outlines the steps needed to download the Recorder tool.  The tool is either downloaded from a Tranzman Appliance that has been configured for performing Assessments, or can be obtained by sending a request to [mailto:tzm_support@stoneram.com| Tranzman Support]
  
Examples for running under Linux and Windows is provided below.
+
 
__NOTOC__
+
== Using Recorder in *nix ==
== Using Recorder in Linux ==
 
  
 
==='''Step 1'''===
 
==='''Step 1'''===
Download the Tranzman Agent. The Agent will be in a '''TGZ''' type file. This agent will need to be run on the physical/ real server.
+
__NOTOC__
 +
Once the file has been copied to the backup server, extracted the contents, make sure there is at least 2GB of space in the folder where you extract, this will also be used as the '''run''' folder where data capture is staged.
  
==='''Step 2'''===
+
Extract files from the TGZ archive using the '''tar''' command.
Once the file has been copied to the target system, change the permissions to 777 to allow it to be extracted.
 
  
 
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 
|  
 
|  
chmod 777 tzm_recorder_linux.64.tgz
+
tar xzf tzm_recorder_linux.64.tgz
 
|}
 
|}
  
==='''Step 3'''===
+
If tar doesn't support the "z" option you will need to use "gunzip" first.
Extract files from the TGZ archive using the '''tar''' command.
 
 
 
 
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 
|  
 
|  
tar xvzf tzm_recorder_linux.64.tgz
+
gunzip tzm_recorder_linux.64.tgz
 +
tar xf tzm_recorder_linux.64.tar
 
|}
 
|}
  
==='''Step 4'''===
+
==='''Step 2'''===
 
Modify access to all files extracted in the newly created '''tzm_recorder''' folder.
 
Modify access to all files extracted in the newly created '''tzm_recorder''' folder.
  
 
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
|  
+
|
chmod 777 tzm_recorder -R
+
chmod +xr -R tzm_recorder
 
|}
 
|}
  
==='''Step 5'''===
+
==='''Step 3'''===
 
Run '''tzm_recorder''' found in the extracted folder.
 
Run '''tzm_recorder''' found in the extracted folder.
  
 
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
|  
+
|
 +
cd tzm_recorder
 
./tzm_recorder
 
./tzm_recorder
 
|}
 
|}
  
==='''Step 6'''===
+
== Using Recorder in Windows ==
Once all Catalog information has been collected, it will be be saved into a ZIP file.
+
 
 +
==='''Step 1'''===
 +
Once the file has been copied to the backup server extracted the contents, make sure there is at least 2GB of space in the folder where you extract, this will also be used as the '''run''' folder where data capture is staged.
  
==='''Step 7'''===
+
Right click on the zip file to extract.
Copy the generated ZIP file to a temporary location, then upload it to relevant Virtual Server on the Tranzman Appliance via the Web-GUI.
 
  
==='''Step 8'''===
+
[[File:Extract_zip.png]]
Once the upload process is complete, resume the relevant Virtual Agent for it to process the Catalog information from the source server.
 
  
 +
==='''Step 2'''===
 +
Open a CMD window, and run the '''tzm_recorder.exe''' tool
 +
 +
{| class="wikitable" style="padding-left: auto; color:#FFFFFF; background-color: black; width: 600px; FONT-FAMILY:monospace,monospace; LINE-HEIGHT:15px; white-space: pre-wrap;
 +
|
 +
D:
 +
cd \tzm_recorder_windows.64\tzm_recorder
 +
tzm_recorder.exe
 +
|}
 +
 +
{|style="padding: 5px; width: 85%;"
 +
| style="width: 1%;"|[[File:Note.png|30px]]|| style="padding: 10px; width: 85%;"|'''Note:''' The CMD window needs to be run from an account with Administrator rights for it to work properly.
 +
|
 +
|}
  
== Using Recorder in Windows ==
 
  
 
----
 
----
Use this link to go back to the main Recorder [[Recorder|Overview]] Page.
+
[[Recorder|Back to Recorder Overview.]]

Latest revision as of 14:41, 26 February 2021

This page outlines the steps needed to download the Recorder tool. The tool is either downloaded from a Tranzman Appliance that has been configured for performing Assessments, or can be obtained by sending a request to Tranzman Support


Using Recorder in *nix

Step 1

Once the file has been copied to the backup server, extracted the contents, make sure there is at least 2GB of space in the folder where you extract, this will also be used as the run folder where data capture is staged.

Extract files from the TGZ archive using the tar command.

tar xzf tzm_recorder_linux.64.tgz

If tar doesn't support the "z" option you will need to use "gunzip" first.

gunzip tzm_recorder_linux.64.tgz tar xf tzm_recorder_linux.64.tar

Step 2

Modify access to all files extracted in the newly created tzm_recorder folder.

chmod +xr -R tzm_recorder

Step 3

Run tzm_recorder found in the extracted folder.

cd tzm_recorder ./tzm_recorder

Using Recorder in Windows

Step 1

Once the file has been copied to the backup server extracted the contents, make sure there is at least 2GB of space in the folder where you extract, this will also be used as the run folder where data capture is staged.

Right click on the zip file to extract.

Extract zip.png

Step 2

Open a CMD window, and run the tzm_recorder.exe tool

D: cd \tzm_recorder_windows.64\tzm_recorder tzm_recorder.exe

Note.png Note: The CMD window needs to be run from an account with Administrator rights for it to work properly.



Back to Recorder Overview.