[Orange-tech] py-twisted installed

Prof. Mark Alan Matties mmatties at cs.bowiestate.edu
Mon Feb 13 20:52:51 CET 2006


Hi Toni,

I'll check out the problems below. Here is another tip using pdsh -

To use a range of machines, but exclude some in that range use:
# /opt/pdsh/bin/pdsh -w 10.224.10.\[41-100\] -x 10.224.10.\[91-92\]  
mycommand

will run mycomnmand on the nodes 41 - 100 skipping 91 and 92. You can 
also specify a list of nodes (instead of a range) using

10.224.10.\[78,80,93\]

for either  the -w or the -x specification.

Regards,
Mark

Toni Alatalo wrote:

>On Monday 13 February 2006 20:42, Prof. Mark Alan Matties wrote:
>  
>
>>I've installed py-twisted. Please try and let me know if you need
>>anything else. (And if you don't need it now, that's ok, too).
>>    
>>
>
>great, thanks! we just got first frames back from a normally (python script 
>inited via the newly found ssh -t method) started job so things seem better 
>again,
>
>the most important thing to fix would be the homedir on some nodes:
>
>am now a bit manually using two node ranges, something like 70-75 and 76-88, 
>'cause the share on some nodes is still not working and 91 and 92 have 
>another error (input/output):
>
>xseed1:~ orange$  /opt/pdsh/bin/pdsh -w 10.224.10.\[41-100\] 
>ls elephant/production/test/simple.blend
>10.224.10.46: ls: elephant/production/test/simple.blend: No such file or 
>directo ry
>10.224.10.47: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.49: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.55: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.48: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.58: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.43: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.54: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.51: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.41: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.70: elephant/production/test/simple.blend
>10.224.10.57: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.50: ls: elephant/production/test/simple.blend: No such file or 
>directo
>10.224.10.52: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.60: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.53: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.71: elephant/production/test/simple.blend
>10.224.10.59: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.72: elephant/production/test/simple.blend
>10.224.10.44: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.56: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.45: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.42: ls: elephant/production/test/simple.blend: No such file or 
>directo
>ry
>10.224.10.75: elephant/production/test/simple.blend
>10.224.10.73: elephant/production/test/simple.blend
>10.224.10.76: elephant/production/test/simple.blend
>10.224.10.77: elephant/production/test/simple.blend
>10.224.10.78: elephant/production/test/simple.blend
>10.224.10.74: elephant/production/test/simple.blend
>10.224.10.88: elephant/production/test/simple.blend
>10.224.10.91: /bin/bash: Input/output error
>10.224.10.80: elephant/production/test/simple.blend
>10.224.10.85: elephant/production/test/simple.blend
>10.224.10.79: elephant/production/test/simple.blend
>10.224.10.90: elephant/production/test/simple.blend
>10.224.10.89: elephant/production/test/simple.blend
>10.224.10.82: elephant/production/test/simple.blend
>10.224.10.83: elephant/production/test/simple.blend
>10.224.10.86: elephant/production/test/simple.blend
>10.224.10.92: /bin/bash: Input/output error
>10.224.10.84: elephant/production/test/simple.blend
>10.224.10.87: elephant/production/test/simple.blend
>10.224.10.81: elephant/production/test/simple.blend
>xseed1:~ orange$ 
>
>
>
>  
>
>>Regards,
>>Mark
>>
>>Toni Alatalo wrote:
>>    
>>
>>>On Monday 13 February 2006 20:10, Toni Alatalo wrote:
>>>      
>>>
>>>>again points as if Blender would somehow fail to output?
>>>>        
>>>>
>>>ssh -t fixed it!!!
>>>
>>>-t      Force pseudo-tty allocation.  This can be used to execute arbi-
>>>        trary screen-based programs on a remote machine, which can be
>>>        very useful, e.g., when implementing menu services.  Multiple -t
>>>        options force tty allocation, even if ssh has no local tty.
>>>
>>>      
>>>
>>>>runtest.sh in xseed ~orange is:
>>>>echo "starting job"
>>>>DYLD_LIBRARY_PATH="/nfs/xseed2/homes/orange"
>>>>blender.app/Contents/MacOS/blender
>>>>-b /nfs/xseed2/homes/orange/elephant/production/04_typewriter/04_01.blend
>>>>-f 75
>>>>echo "done"
>>>>
>>>>and this happens when running it remotely via ssh:
>>>>xseed1:~ orange$ ssh 10.224.10.80 sh runtest.sh
>>>>starting job
>>>>
>>>>.. :/
>>>>
>>>>i guess i'll continue with the ssh-inlogging thing
>>>>
>>>>        
>>>>
>>>>>~Toni
>>>>>          
>>>>>
>>>>same.
>>>>
>>>>        
>>>>
>>>>>>Toni Alatalo wrote:
>>>>>>            
>>>>>>
>>>>>>>On Monday 13 February 2006 15:03, Toni Alatalo wrote:
>>>>>>>              
>>>>>>>
>>>>>>>>get anything now .. might be a prob with the job, and trying with a
>>>>>>>>simple one now
>>>>>>>>                
>>>>>>>>
>>>>>>>the problem is in pdsh.
>>>>>>>
>>>>>>>for some very strange reason it manages to run blender, but not
>>>>>>>actually render - when rendering, it does not even initialize. worked
>>>>>>>earlier.
>>>>>>>
>>>>>>>if it does not start working now i try to make a workaround where just
>>>>>>>use ssh to run blender on the nodes (probably quite easy to changes
>>>>>>>the xseedjobrender.py .. i hope)
>>>>>>>
>>>>>>>~Toni
>>>>>>>_______________________________________________
>>>>>>>Orange-tech mailing list
>>>>>>>Orange-tech at blender.org
>>>>>>>http://projects.blender.org/mailman/listinfo/orange-tech
>>>>>>>              
>>>>>>>
>>>>>_______________________________________________
>>>>>Orange-tech mailing list
>>>>>Orange-tech at blender.org
>>>>>http://projects.blender.org/mailman/listinfo/orange-tech
>>>>>          
>>>>>
>>>>_______________________________________________
>>>>Orange-tech mailing list
>>>>Orange-tech at blender.org
>>>>http://projects.blender.org/mailman/listinfo/orange-tech
>>>>        
>>>>
>>>_______________________________________________
>>>Orange-tech mailing list
>>>Orange-tech at blender.org
>>>http://projects.blender.org/mailman/listinfo/orange-tech
>>>      
>>>
>_______________________________________________
>Orange-tech mailing list
>Orange-tech at blender.org
>http://projects.blender.org/mailman/listinfo/orange-tech
>
>
>  
>


-- 


Mark Alan Matties, Ph.D.
Assistant Professor of Computer Science
Director - BSU Xseed Supercomputer
Program Coordinator - B.S. in Computer Technology

mmatties at cs.bowiestate.edu
(301) 860 3974 (vox)
(301) 860 3979 (fax)

Snail Mail:
Bowie State University
Dept. of Computer Science
14000 Jericho Park Rd.
Bowie, MD    20715 

Fall 2005 Office Hours:
T  2:00PM - 4:00PM
R  3:00PM - 5:00PM



More information about the Orange-tech mailing list