Importing data files from FATMEN to Challenge tape robots
This process has several steps:
- Get a .gen file from FATMEN that lists the files you need
- libbeta prod_db
d0setup prod_db
- gen_to_vms your.gen your.vms
- pdb_part_tape (answer q's and give your.vms as input file)
- ftp the OUT_your.vms file to the challenge
- setup_import . OUT_your.vms (the lone "dot" is important)
- run_jobs . >& your.log &
...and that should do it eventually. Good luck.