Using Recorder

From Tranzman Documentation
Revision as of 12:18, 24 May 2019 by Admin (talk | contribs)
Jump to: navigation, search

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.