Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-25 Thread Samuel Jarque
Hi, J.P. Delport wrote: If you have some time, please add a page to the vpb wiki detailing your setup. I'm sure someone will find it useful later. Are you sure it will be useful? At finally, the only I had to do was install nfs and configure it. But if you think that it can be useful I

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-25 Thread J.P. Delport
Hi, Samuel Jarque wrote: Hi, J.P. Delport wrote: If you have some time, please add a page to the vpb wiki detailing your setup. I'm sure someone will find it useful later. Are you sure it will be useful? At finally, the only I had to do was install nfs and configure it. But if you think

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-20 Thread Samuel Jarque
Hi, J.P. Delport, yes, on node 2 run osgviewer. I've run osgdem with strace on node 2 and segfault happens because some files don't exist ( these files are build_master.source and tasks files) on node 2. I test osgdem copying these files from node 1 to node 2 with scp, and it works, but I

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-20 Thread Robert Osfield
Hi Samuel, On Wed, Jan 20, 2010 at 9:09 AM, Samuel Jarque osgfo...@tevs.eu wrote: J.P. Delport, yes, on node 2 run osgviewer. I've run osgdem with strace on node 2 and segfault happens because some files don't exist ( these files are build_master.source and tasks files) on node 2. Missing

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-20 Thread J.P. Delport
Hi, Samuel Jarque wrote: Hi, J.P. Delport, yes, on node 2 run osgviewer. I've run osgdem with strace on node 2 and segfault happens because some files don't exist ( these files are build_master.source and tasks files) on node 2. I test osgdem copying these files from node 1 to node 2 with

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-20 Thread Samuel Jarque
Hi, Sorry, I wasn't understanding the example. Well, now I'm going to configure my system with nfs. When I finish to configure it I will write again. Thank you very much Robert and J.P. Delport Cheers, Samuel -- Read this topic online here:

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-20 Thread Samuel Jarque
Hi, The problem have been solved. I only had to configure nfs. I must read more carefully. Thank you so much! Cheers, Samuel -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=22931#22931 ___

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-20 Thread J.P. Delport
Hi, Samuel Jarque wrote: Hi, The problem have been solved. I only had to configure nfs. I must read more carefully. great to know that it works. If you have some time, please add a page to the vpb wiki detailing your setup. I'm sure someone will find it useful later. rgds jp Thank

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-20 Thread Torben Dannhauer
Hi, I use sshf for the shared working directory. It is'nt the fastet solution I suppose, but its easy to setup. Cheers, Torben -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=22937#22937 ___

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-19 Thread Samuel Jarque
Hi again, This time, when I execute my example with vpbmaster, every tasks submitted to another node fails and the console show this message: Warning: Task tasks/build_root_L0_X0_Y0.task has failed, blacklisting machine node02 and resubmitting task. Finally, every failed task is submitted to

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-19 Thread J.P. Delport
Hi, have a look at the command in the task file. I think it's there, but double check. Somewhere the osgdem command line that would be executed on the child can be found. Execute this manually on the child node (or through ssh) to see what is happening. HTH jp Samuel Jarque wrote: Hi

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-19 Thread Samuel Jarque
Hi, I had a look at the command in the task file and I found this: osgdem --run-path /gis -s build_master.source --record-subtile-on-leaf-tiles -l 1 --task tasks/build_root_L0_X0_Y0.task --log logs/build_root_L0_X0_Y0.log I have executed it through ssh and seems to work fine because console

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-19 Thread J.P. Delport
Hi Samuel, what OS/version are you using? Do all your nodes have access to the complete data set, i.e. can all see /gis? jp Samuel Jarque wrote: Hi, I had a look at the command in the task file and I found this: osgdem --run-path /gis -s build_master.source --record-subtile-on-leaf-tiles

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-19 Thread Samuel Jarque
Hi, what OS/version are you using? Do all your nodes have access to the complete data set, i.e. can all see /gis? I'm using 2 computers with ubuntu 9.10, osg 2.8.0 and vpb 0.9.10. /gis have all permissions, so the 2 nodes can see it. Like the example, I have the same files on 2 nodes.

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-19 Thread Robert Osfield
Hi Samuel, Have a look at the logs/ directory that the build generated. In particular look for the logs for the task that failed this might give you an indicated why the task failed and the machine was black listed. The black listing scheme is used to handle cases where a large cluster is

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-19 Thread Samuel Jarque
Hi Robert, I've had a look at the /gis/logs/ directory and I don't see any interesting informations to solve my problem. I have to log files, this is one of them: 0.005: Adding terrainTile 0.392: DataSet::_run() 0 0 0.394:

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-19 Thread Robert Osfield
Hi Samuel, You need to find which tasks failed on the machine which was black listed then look a their logs. Looking at logs of tasks that completed successfully won't help you at all. Robert. On Tue, Jan 19, 2010 at 12:59 PM, Samuel Jarque osgfo...@tevs.eu wrote: Hi Robert, I've had a look

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2010-01-19 Thread J.P. Delport
Hi, Samuel Jarque wrote: Hi, what OS/version are you using? Do all your nodes have access to the complete data set, i.e. can all see /gis? I'm using 2 computers with ubuntu 9.10, osg 2.8.0 and vpb 0.9.10. /gis have all permissions, so the 2 nodes can see it. Like the example, I have the

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2009-12-22 Thread Samuel Jarque
Hi, Yes, I'm using vpbmaster program, but I have just fixed my error. The problem was --machine doesn't is showed by --help option, but even so it works fine. Thanks, Samuel -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=21764#21764

[osg-users] [vpb] Problems using SSI Cluster Example

2009-12-21 Thread Samuel Jarque
Hi, At first, sorry for my english. I'm trying to do a cluster with vpb and I'm trying to do the example used in VirtualBuilderPlanet UsageExamples web, but I don't find --machines option, so I can't do that. I'm using OSG 9.2.6 and VPB 0.9.11. I tryed to use OSG 8.2.0 and VPB 0.9.10. How I

Re: [osg-users] [vpb] Problems using SSI Cluster Example

2009-12-21 Thread Torben Dannhauer
Hi, are you using osgdem or the vpbmaster programm? --machines is only available at vpbmaster, because this controls how many osgdem threads are run. Cheers, Torben -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=21743#21743