jobs run forever
-
domingo, 13 de abril de 2008 20:25i installed the ccs 2003 eval (build 3790 sp 2) x86_64 (1 hn, 3 cn). i am attempting to run a job (path command, or dir command, pretty much anything) and the job runs but never finishes. If i examine the output files stdout and stderr i see the correct output so i know the job is running correctly and has the right permissions. i even assigned a working dir of c:\ and an input file (even though its never used).
is there anyway to find out why a job is marked running even though it exited successfully?
jason
Todas las respuestas
-
lunes, 14 de abril de 2008 20:49Moderador
What settings did you put on your job? If you marked "RunUntilCanceled" as True that could be the problem.
If you don't need stdin you shouldn't put anything there (you definitely won't need it to run dir); I suppose that could also cause a problem.
-J
-
miércoles, 16 de abril de 2008 6:10
thank you for the suggestions. in examining closer, i noticed that clusrun /all also hangs.
i figured out what i did wrong. i had used wdsutil /add-device to populate the names of the compute nodes. apparently if you use lower-case hostnames clusrun and jobs hang. if you remove all the lowercase nodes and re-add them with uppercase names everything works.
jason -
miércoles, 16 de abril de 2008 18:30Moderador
Windows shouldn't be case sensitive about things, so this is a strange problem. If you hit it again, I recommend calling product support.- Marcado como respuesta Josh BarnardModerator martes, 24 de junio de 2008 20:27