Virtual Agent

From Tranzman Documentation
Revision as of 11:11, 16 February 2021 by Sachin (talk | contribs)
Jump to: navigation, search


The Tranzman Recorder is a FREE tool that can be used to collect information that can be used to scope a migration or assessment engagement, and to collect information that can be used to analyse the environment. The tool can be used to create a recording and use that as a virtual agent for backup migrations and recoveries.


To create recordings please follow the steps here Using Recorder . But while running the tzm_recorder executable add a flag of exportdb.


Please enter the command like shown below.

tzm_recorder.exe --exportdb


Following above steps will give you .zip file e.g. TZM_recording_1606735043.zip


Virtual agent could be created using the recording's on a disk or on a tape. Please follow the respective approach as required.


Create Virtual Agent from Recordings on Disk

Step 1

From Tranzman dashboard , click on + , enter any IP from Loopback IP Addresses(localhost address) and select platform of the recordings.

Step1.jpg


Step 2

Hit the Commit button and click the upload button against the entry created.

Step2.jpg


Step 3

Clink on Choose file and select the recordings taken. Once done, click on upload and this should start the process of creation of virutal agent. Wait for few minutes before the whole process completes. A successfull upload should trigger the Init job and other Query jobs like QueryProduct, QueryConfig, QueryImages, QueryMedia.


Step3.jpg


Step2 1.jpg


Step 4

By now if step 3 is successfull then you should see all the columns on the dashboard being populated for the respective recordings uploaded. Example shown below.


Step4.jpg


So this is how recordings taken using TZM Recorder on disk could be used to create a Virtual Agent.


Create Virtual Agent from Recordings on Tape

Now Virtual Agent could also be created using recordings backed up to tapes. This is really helpful in situations where actual recordings are huge in size and could not be transferred or shared across network.

But rather than backing up the zip file TZM_recording_1606735043.zip we have to create recordings in uncompressed format.

For creating recordings in unzipped format please follow the steps here Using Recorder but before running the tzm_recorder executable add couple of flags with that command.


Please enter the command like shown below.

tzm_recorder.exe --exportdb --nozip

Above should give you a recording output in uncompressed format. e.g. TZM_recording_1606735043

Step 1

Step 2

Step 3

Step 4

Step 5

Step 6

Step 7

Back to Overview