Job Checkpointing |
Demonstrate Job Checkpointing Restart Rushd, Jobs Remain |
# rush -lj
STATUS JOBID TITLE OWNER %DONE %FAIL BUSY ELAPSED REMARKS -------- -------------- ------------------------- -------- ----- ----- ---- ---------- -------- Run ontario.58 FG_TEST erco %10 %0 0 00:07:31 Run ontario.59 BG_TEST erco %14 %0 0 00:07:31 Run ontario.60 COMP erco %8 %0 0 00:07:30 # killall rushd # Stop the daemon hard # /etc/init.d/rush start # Restart the daemon; it will load jobs from last snapshot rush start: rushd: daemon started as pid=17271 # rush -lj # Verify jobs are still running STATUS JOBID TITLE OWNER %DONE %FAIL BUSY ELAPSED REMARKS -------- -------------- ------------------------- -------- ----- ----- ---- ---------- -------- Run ontario.58 FG_TEST erco %10 %0 0 00:08:25 Run ontario.59 BG_TEST erco %14 %0 0 00:08:25 Run ontario.60 COMP erco %8 %0 0 00:08:24 # rush -lf on.60 | head # Verify frame list still intact STAT FRAME TRY HOSTNAME PID JOBID START ELAPSED NOTES Done 0001 1 geneva 1272 ontario.60 01/19,14:10:57 00:00:11 Done 0002 1 rotwang 15410 ontario.60 01/19,14:10:58 00:00:11 Done 0003 1 huron 11159 ontario.60 01/19,14:10:59 00:00:11 Done 0004 1 geneva 1388 ontario.60 01/19,14:10:59 00:00:11 Run 0005 0 geneva 1056 ontario.60 01/19,14:11:10 00:08:39 Que 0006 0 - 0 ontario.60 00/00,00:00:00 00:00:00 Que 0007 0 - 0 ontario.60 00/00,00:00:00 00:00:00 Que 0008 0 - 0 ontario.60 00/00,00:00:00 00:00:00 Que 0009 0 - 0 ontario.60 00/00,00:00:00 00:00:00 |
Irush: Japanese Language Logfiles |
64 Bit Support for AMD 64 / Linux |
Rush 102.41 Verification AMD 64 / 64 Bit Linux |
% head -1 /etc/issue Fedora Core release 1 (Yarrow) % uname -a Linux superior.erco.x 2.4.22-1.2174.nptl #1 Wed Feb 18 14:10:39 EST 2004 x86_64 x86_64 x86_64 GNU/Linux |
submit-maya Mental Ray Options |
New Submit Scripts |
Submit Scripts: Centralized Code |
Platform |
Change Pathname From.. |
Corrected Pathname.. |
Mac OSX | /Volumes/tahoe/bigdrive/foo | //tahoe/bigdrive/foo |
Windows | Z:\foo | //tahoe/bigdrive/foo |
Linux | /tahoe/bigdrive/foo | //tahoe/bigdrive/foo |
Customizing FixPath() for a Heterogenous Network |
|
2) Click on ".common.pl" to edit that file 3) Scroll down to the FixPath() function, and modify it (shown in red) to read:
4) Save the changes, close the editor 5) Hit 'Send' in the Rushadmin interface |
Job Rendering Statistics |
New "Frame Info" Report (rush -lfi) |
|