This documentation is for an older version of HVR.
How to Run Routerview Command for Single Job
Question
How can I run hvrrouterview
for a single job?
Environment
HVR 5
Answer
hvrrouterview
is a neat utility that can take an HVR binary file and convert it to XML.
It can be used to view enrollment, cap_state
files as well as transaction files. One example of using the commands to view a transaction file that is placed in the router directory is shown below.
To see the tx files for job chnx-cap-locy
:
$ hvrrouterview -c locy myhub/pwd chnx
where -c locy
identifies the specific capture location called locy
, or
$ hvrrouterview myhub/pwd chnx $HVR_CONFIG/router/myhub/chnx/loc_locy/loc_/.tx*
To see the tx files for job chnx-integ-locy
:
$ hvrrouterview -i locy myhub/pwd chnx
where -i locy
identifies the specific integrate location, or
$ hvrrouterview myhub/pwd chnx $HVR_CONFIG/router/chnx/loc_/loc_locy/.tx*