Regeneration Procedure 2

All communication with MX-ONE is here done via an SSH shell.

  1. Follow point 1 – 3 in the regeneration procedure 1 above.
  2. To create a batch file. This file is sent to the source MX-ONE system to generate print data data_gen.batch. This step will also generate files gjtsp.batch, pu_add_info.batch, racep2.batch, scexp2.batch and PCRegen.batch These files are used by PC-Regen-compact at data collection time. To do this, click the Generate batch files button.
    Note: There is one extra file (PCRegen.batch) compared to procedure 1.
  3. Zip all the files generated in step 2 to a zip file. i.e. data_gen_file.zip.
  4. Move the file that was created in step 5 to a separate directory on the source MX-ONE system,

    i.e. /tmp/pcregenData, and unzip the file.

  5. Run the file PCRegen.batch to collect print data. On the MX-ONE source system, go to directory

    /tmp/pcregenData and run:

    source PCRegen.batch > OutputResult.text . This will run the new batch file. Redirecting it to OutputResult.text will serve 2 purposes.

    • Output to stdout (printed data) will go to the result file.
    • Output to stderr will go to screen where you can follow the progress.

    The progress output is generated by PCRegen.batch and at the end of the process it will move all printed files into PCRegenOutputArchive.zip.

    Move the file PCRegenOutputArchive.zip onto the ./source directory below your regeneration path and unzip it.

  6. Continue from point 10 in regeneration procedure 1 above.