Paladi | 5 Dec 2006 23:40
Picon

Hi! Cluster running! where I can put a little how-to in the wiki?

Hi!

I have been testing OSCAR and planing the cluster since august. Few  
weeks ago I had recived new hard drives and I now I have my cluster  
running. http://cluster.paladi.com/ganglia (It can be down,.... it's  
under windows urgh! )

It's a peculiar cluster, it can runs Windows (before and now there  
are people using it) and linux (not both at the same time),  
configured using OSCAR, of course.

During this time I'm thinking and asking questions about how to  
configure the cluster and problems that I have found. I think it  
would be a good idea write a little manual or how-to at the wiki  
talking about the things that I have done. It can be good for the  
people, like me that would like to go inside OSCAR and tweak it a  
little :).

This cluster and a parallel radiosity algorithm is for my final  
project on my degree, but it will be in Catalan (my native language),  
but also I will (and I had write a little part) write a little  
documentation in english.

My question it's about where I can publish these doc in the wiki.

I would give special thanks at all the people who had work and works  
actually on OSCAR, also the people that are reading this.

Special thanks to Bernadl, Erich , Andrea Righi, Michael and all of  
you ! nice work!!!
(Continue reading)

Michael Edwards | 6 Dec 2006 01:22
Picon

Re: Hi! Cluster running! where I can put a little how-to in the wiki?

Do you have any thoughts about where it would be sensible to publish
your documents?

I think having a user/developer edited wiki would be very useful, but
I don't have a lot of concrete thoughts on how it should be done.

Great to hear you have had some initial successes,  even if you
couldn't get rid of the windows portions ;)

On 12/5/06, Paladi <paladi@...> wrote:
> Hi!
>
> I have been testing OSCAR and planing the cluster since august. Few
> weeks ago I had recived new hard drives and I now I have my cluster
> running. http://cluster.paladi.com/ganglia (It can be down,.... it's
> under windows urgh! )
>
> It's a peculiar cluster, it can runs Windows (before and now there
> are people using it) and linux (not both at the same time),
> configured using OSCAR, of course.
>
> During this time I'm thinking and asking questions about how to
> configure the cluster and problems that I have found. I think it
> would be a good idea write a little manual or how-to at the wiki
> talking about the things that I have done. It can be good for the
> people, like me that would like to go inside OSCAR and tweak it a
> little :).
>
> This cluster and a parallel radiosity algorithm is for my final
> project on my degree, but it will be in Catalan (my native language),
(Continue reading)

Paladi | 6 Dec 2006 18:46
Picon

Re: Hi! Cluster running! where I can put a little how-to in the wiki?


El 06/12/2006, a las 1:22, Michael Edwards escribió:

> Do you have any thoughts about where it would be sensible to publish
> your documents?
>

I think that would be great using the same wiki used by develop the  
oscar docs. Probably a new section?

> I think having a user/developer edited wiki would be very useful, but
> I don't have a lot of concrete thoughts on how it should be done.
>
> Great to hear you have had some initial successes,  even if you
> couldn't get rid of the windows portions ;)
>

Thanks :) The windows have to stay here, because the machines aren't  
of my department and there another few departments using it.

Regards,
Adrià

> On 12/5/06, Paladi <paladi@...> wrote:
>> Hi!
>>
>> I have been testing OSCAR and planing the cluster since august. Few
>> weeks ago I had recived new hard drives and I now I have my cluster
>> running. http://cluster.paladi.com/ganglia (It can be down,.... it's
>> under windows urgh! )
(Continue reading)

Jeff Squyres | 6 Dec 2006 22:41
Picon
Favicon
Gravatar

OSCAR 5 bug reports

Greetings!  I'm returning to the OSCAR devel list now as a user  
rather than a developer.  :-)

We are using OSCAR for some of my MPI development clusters in Cisco.   
I have noticed a few problems with OSCAR 5 on RHEL4U4 that I thought  
I'd report here:

1. /etc/profile.d/ssh-oscar.[c]sh: the second thing these scripts do  
is (bash version):

home=`getent passwd | egrep "^$user\:" | awk -F: '{print $6}' | tail -1`

In Cisco, our clusters are part of the corporate-wide NIS setup.   
This means that "getent passwd" downloads a 7+MB file with over  
100,000 containing entries.  This means that a single login takes  
almost 2 minutes while this download is going on as part of normal / 
etc/profile.d/*.sh processing.  Yikes!

Is there a reason that the following form is not used instead:

home=`getent passwd $user | awk -F: '{print $6}' | tail -1`

As far as I can tell, this just downloads the single user's record  
(which is darn near instantaneous).  If there's portability problems  
with this approach (I don't know if "getent" on different Linux  
distros takes different argv), perhaps something like this could be  
used (untested -- just typed out here in my mail client):

home=`getent passwd $user`
if test "$?" != "0"; then
(Continue reading)

Bill D'amico | 8 Dec 2006 01:04
Picon
Favicon

Multiple NIC installation problems

I'm trying to set up a RHEL4U4 cluster - and am having some problems that seem similar to those seen by Sylvia Gelman this same week.

I found a technical note/whitepaper from Dell describing a possible workaround to the multiple ethernet NIC problem - see 

There are some details lacking about the solution - it describes adding 2 lines to pxelinux.cfg/default (which really means changes to /etc/systemimager/pxelinux.cfg/syslinux.cfg):
IPAPPEND 2
APPEND ksdevice=bootif

A few things are unclear on this to me, not being a PXE expert.
1) Should these parameters be repeated for all the LABELS (systemimager, kernel,linux,boel)?
2) What order should they be in (prior to the existing APPEND keeps the si_monitor happy, post keeps it from working)

I've tried a number of different locations and repeat counts and am getting failures to reboot after successful imaging.

Currently I fail with a kernel panic... the final few lines on the console show:
Loading ext3.ko
Creating root device
Mounting root filesystem
mount: error 6 mounting ext3
mount: error 2 mounting none
Switching to new root
switchroot: mount failed: 22
umount /initrd/dev failed: 2
kernel panic - no syncing: Attempted to kill init

This looks like it is not related to the NIC issue, but rather a disk mounting issue. During the imaging phase it appears that the disk was properly partitioned and a filesystem was created (mke2fs was used to make the filesystem).

-- 
Bill D'Amico
Server virtualization Business Unit



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Oscar-devel mailing list
Oscar-devel@...
https://lists.sourceforge.net/lists/listinfo/oscar-devel
Michael Edwards | 8 Dec 2006 02:34
Picon

Re: Hi! Cluster running! where I can put a little how-to in the wiki?

So, like a more traditional wiki area?  That sounds like a fine idea to me.

See what you think of this area?
https://svn.oscar.openclustergroup.org/wiki/oscar:5.0:user_submissions:overview

I think anyone who registers for the wiki can post and edit content,
but I don't remember the registration link.  We probably should add
that information to the overview page.

On 12/6/06, Paladi <paladi@...> wrote:
>
> El 06/12/2006, a las 1:22, Michael Edwards escribió:
>
> > Do you have any thoughts about where it would be sensible to publish
> > your documents?
> >
>
> I think that would be great using the same wiki used by develop the
> oscar docs. Probably a new section?
>
> > I think having a user/developer edited wiki would be very useful, but
> > I don't have a lot of concrete thoughts on how it should be done.
> >
> > Great to hear you have had some initial successes,  even if you
> > couldn't get rid of the windows portions ;)
> >
>
> Thanks :) The windows have to stay here, because the machines aren't
> of my department and there another few departments using it.
>
> Regards,
> Adrià
>
> > On 12/5/06, Paladi <paladi@...> wrote:
> >> Hi!
> >>
> >> I have been testing OSCAR and planing the cluster since august. Few
> >> weeks ago I had recived new hard drives and I now I have my cluster
> >> running. http://cluster.paladi.com/ganglia (It can be down,.... it's
> >> under windows urgh! )
> >>
> >> It's a peculiar cluster, it can runs Windows (before and now there
> >> are people using it) and linux (not both at the same time),
> >> configured using OSCAR, of course.
> >>
> >> During this time I'm thinking and asking questions about how to
> >> configure the cluster and problems that I have found. I think it
> >> would be a good idea write a little manual or how-to at the wiki
> >> talking about the things that I have done. It can be good for the
> >> people, like me that would like to go inside OSCAR and tweak it a
> >> little :).
> >>
> >> This cluster and a parallel radiosity algorithm is for my final
> >> project on my degree, but it will be in Catalan (my native language),
> >> but also I will (and I had write a little part) write a little
> >> documentation in english.
> >>
> >> My question it's about where I can publish these doc in the wiki.
> >>
> >> I would give special thanks at all the people who had work and works
> >> actually on OSCAR, also the people that are reading this.
> >>
> >> Special thanks to Bernadl, Erich , Andrea Righi, Michael and all of
> >> you ! nice work!!!
> >>
> >> Regards,
> >> Adrià
> >> ---------------------------------------------------------------------
> >> ----
> >> Take Surveys. Earn Cash. Influence the Future of IT
> >> Join SourceForge.net's Techsay panel and you'll get the chance to
> >> share your
> >> opinions on IT & business topics through brief surveys - and earn
> >> cash
> >> http://www.techsay.com/default.php?
> >> page=join.php&p=sourceforge&CID=DEVDEV
> >> _______________________________________________
> >> Oscar-devel mailing list
> >> Oscar-devel@...
> >> https://lists.sourceforge.net/lists/listinfo/oscar-devel
> >>
> >
> > ----------------------------------------------------------------------
> > ---
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > opinions on IT & business topics through brief surveys - and earn cash
> > http://www.techsay.com/default.php?
> > page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Oscar-devel mailing list
> > Oscar-devel@...
> > https://lists.sourceforge.net/lists/listinfo/oscar-devel
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Oscar-devel mailing list
> Oscar-devel@...
> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Paladi | 8 Dec 2006 22:35
Picon

Re: Hi! Cluster running! where I can put a little how-to in the wiki?

I  think that it's fine!

I'm registered to the wiki, but I don't found what I have to do for  
make a new post on the wiki on that new section

I have to do something special?

Thanks,
Adrià

PD: Another thing that can be good is put a link on the OSCAR web  
page referring to the wiki. I think  these link doesn't exists, if  
exists I don't have seen it yet :)

El 08/12/2006, a las 2:34, Michael Edwards escribió:

> So, like a more traditional wiki area?  That sounds like a fine  
> idea to me.
>
> See what you think of this area?
> https://svn.oscar.openclustergroup.org/wiki/oscar: 
> 5.0:user_submissions:overview
>
> I think anyone who registers for the wiki can post and edit content,
> but I don't remember the registration link.  We probably should add
> that information to the overview page.
>
> On 12/6/06, Paladi <paladi@...> wrote:
>>
>> El 06/12/2006, a las 1:22, Michael Edwards escribió:
>>
>>> Do you have any thoughts about where it would be sensible to publish
>>> your documents?
>>>
>>
>> I think that would be great using the same wiki used by develop the
>> oscar docs. Probably a new section?
>>
>>> I think having a user/developer edited wiki would be very useful,  
>>> but
>>> I don't have a lot of concrete thoughts on how it should be done.
>>>
>>> Great to hear you have had some initial successes,  even if you
>>> couldn't get rid of the windows portions ;)
>>>
>>
>> Thanks :) The windows have to stay here, because the machines aren't
>> of my department and there another few departments using it.
>>
>> Regards,
>> Adrià
>>
>>> On 12/5/06, Paladi <paladi@...> wrote:
>>>> Hi!
>>>>
>>>> I have been testing OSCAR and planing the cluster since august. Few
>>>> weeks ago I had recived new hard drives and I now I have my cluster
>>>> running. http://cluster.paladi.com/ganglia (It can be down,....  
>>>> it's
>>>> under windows urgh! )
>>>>
>>>> It's a peculiar cluster, it can runs Windows (before and now there
>>>> are people using it) and linux (not both at the same time),
>>>> configured using OSCAR, of course.
>>>>
>>>> During this time I'm thinking and asking questions about how to
>>>> configure the cluster and problems that I have found. I think it
>>>> would be a good idea write a little manual or how-to at the wiki
>>>> talking about the things that I have done. It can be good for the
>>>> people, like me that would like to go inside OSCAR and tweak it a
>>>> little :).
>>>>
>>>> This cluster and a parallel radiosity algorithm is for my final
>>>> project on my degree, but it will be in Catalan (my native  
>>>> language),
>>>> but also I will (and I had write a little part) write a little
>>>> documentation in english.
>>>>
>>>> My question it's about where I can publish these doc in the wiki.
>>>>
>>>> I would give special thanks at all the people who had work and  
>>>> works
>>>> actually on OSCAR, also the people that are reading this.
>>>>
>>>> Special thanks to Bernadl, Erich , Andrea Righi, Michael and all of
>>>> you ! nice work!!!
>>>>
>>>> Regards,
>>>> Adrià
>>>> ------------------------------------------------------------------- 
>>>> --
>>>> ----
>>>> Take Surveys. Earn Cash. Influence the Future of IT
>>>> Join SourceForge.net's Techsay panel and you'll get the chance to
>>>> share your
>>>> opinions on IT & business topics through brief surveys - and earn
>>>> cash
>>>> http://www.techsay.com/default.php?
>>>> page=join.php&p=sourceforge&CID=DEVDEV
>>>> _______________________________________________
>>>> Oscar-devel mailing list
>>>> Oscar-devel@...
>>>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>>>
>>>
>>> -------------------------------------------------------------------- 
>>> --
>>> ---
>>> Take Surveys. Earn Cash. Influence the Future of IT
>>> Join SourceForge.net's Techsay panel and you'll get the chance to
>>> share your
>>> opinions on IT & business topics through brief surveys - and earn  
>>> cash
>>> http://www.techsay.com/default.php?
>>> page=join.php&p=sourceforge&CID=DEVDEV
>>> _______________________________________________
>>> Oscar-devel mailing list
>>> Oscar-devel@...
>>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>
>>
>> --------------------------------------------------------------------- 
>> ----
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to  
>> share your
>> opinions on IT & business topics through brief surveys - and earn  
>> cash
>> http://www.techsay.com/default.php? 
>> page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Oscar-devel mailing list
>> Oscar-devel@...
>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>
>
> ---------------------------------------------------------------------- 
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to  
> share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php? 
> page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Oscar-devel mailing list
> Oscar-devel@...
> https://lists.sourceforge.net/lists/listinfo/oscar-devel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Michael Edwards | 9 Dec 2006 01:40
Picon

Re: Hi! Cluster running! where I can put a little how-to in the wiki?

The wiki is referenced here:
http://oscar.openclustergroup.org/resources

We are always open to suggestion about how things are laid out.  At
least I am :)

I added some further instructions to the wiki page on how you can add
what you like.
https://svn.oscar.openclustergroup.org/wiki/oscar:5.0:user_submissions:overview

On 12/8/06, Paladi <paladi@...> wrote:
> I  think that it's fine!
>
> I'm registered to the wiki, but I don't found what I have to do for
> make a new post on the wiki on that new section
>
> I have to do something special?
>
> Thanks,
> Adrià
>
> PD: Another thing that can be good is put a link on the OSCAR web
> page referring to the wiki. I think  these link doesn't exists, if
> exists I don't have seen it yet :)
>
> El 08/12/2006, a las 2:34, Michael Edwards escribió:
>
> > So, like a more traditional wiki area?  That sounds like a fine
> > idea to me.
> >
> > See what you think of this area?
> > https://svn.oscar.openclustergroup.org/wiki/oscar:
> > 5.0:user_submissions:overview
> >
> > I think anyone who registers for the wiki can post and edit content,
> > but I don't remember the registration link.  We probably should add
> > that information to the overview page.
> >
> > On 12/6/06, Paladi <paladi@...> wrote:
> >>
> >> El 06/12/2006, a las 1:22, Michael Edwards escribió:
> >>
> >>> Do you have any thoughts about where it would be sensible to publish
> >>> your documents?
> >>>
> >>
> >> I think that would be great using the same wiki used by develop the
> >> oscar docs. Probably a new section?
> >>
> >>> I think having a user/developer edited wiki would be very useful,
> >>> but
> >>> I don't have a lot of concrete thoughts on how it should be done.
> >>>
> >>> Great to hear you have had some initial successes,  even if you
> >>> couldn't get rid of the windows portions ;)
> >>>
> >>
> >> Thanks :) The windows have to stay here, because the machines aren't
> >> of my department and there another few departments using it.
> >>
> >> Regards,
> >> Adrià
> >>
> >>> On 12/5/06, Paladi <paladi@...> wrote:
> >>>> Hi!
> >>>>
> >>>> I have been testing OSCAR and planing the cluster since august. Few
> >>>> weeks ago I had recived new hard drives and I now I have my cluster
> >>>> running. http://cluster.paladi.com/ganglia (It can be down,....
> >>>> it's
> >>>> under windows urgh! )
> >>>>
> >>>> It's a peculiar cluster, it can runs Windows (before and now there
> >>>> are people using it) and linux (not both at the same time),
> >>>> configured using OSCAR, of course.
> >>>>
> >>>> During this time I'm thinking and asking questions about how to
> >>>> configure the cluster and problems that I have found. I think it
> >>>> would be a good idea write a little manual or how-to at the wiki
> >>>> talking about the things that I have done. It can be good for the
> >>>> people, like me that would like to go inside OSCAR and tweak it a
> >>>> little :).
> >>>>
> >>>> This cluster and a parallel radiosity algorithm is for my final
> >>>> project on my degree, but it will be in Catalan (my native
> >>>> language),
> >>>> but also I will (and I had write a little part) write a little
> >>>> documentation in english.
> >>>>
> >>>> My question it's about where I can publish these doc in the wiki.
> >>>>
> >>>> I would give special thanks at all the people who had work and
> >>>> works
> >>>> actually on OSCAR, also the people that are reading this.
> >>>>
> >>>> Special thanks to Bernadl, Erich , Andrea Righi, Michael and all of
> >>>> you ! nice work!!!
> >>>>
> >>>> Regards,
> >>>> Adrià
> >>>> -------------------------------------------------------------------
> >>>> --
> >>>> ----
> >>>> Take Surveys. Earn Cash. Influence the Future of IT
> >>>> Join SourceForge.net's Techsay panel and you'll get the chance to
> >>>> share your
> >>>> opinions on IT & business topics through brief surveys - and earn
> >>>> cash
> >>>> http://www.techsay.com/default.php?
> >>>> page=join.php&p=sourceforge&CID=DEVDEV
> >>>> _______________________________________________
> >>>> Oscar-devel mailing list
> >>>> Oscar-devel@...
> >>>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
> >>>>
> >>>
> >>> --------------------------------------------------------------------
> >>> --
> >>> ---
> >>> Take Surveys. Earn Cash. Influence the Future of IT
> >>> Join SourceForge.net's Techsay panel and you'll get the chance to
> >>> share your
> >>> opinions on IT & business topics through brief surveys - and earn
> >>> cash
> >>> http://www.techsay.com/default.php?
> >>> page=join.php&p=sourceforge&CID=DEVDEV
> >>> _______________________________________________
> >>> Oscar-devel mailing list
> >>> Oscar-devel@...
> >>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
> >>
> >>
> >> ---------------------------------------------------------------------
> >> ----
> >> Take Surveys. Earn Cash. Influence the Future of IT
> >> Join SourceForge.net's Techsay panel and you'll get the chance to
> >> share your
> >> opinions on IT & business topics through brief surveys - and earn
> >> cash
> >> http://www.techsay.com/default.php?
> >> page=join.php&p=sourceforge&CID=DEVDEV
> >> _______________________________________________
> >> Oscar-devel mailing list
> >> Oscar-devel@...
> >> https://lists.sourceforge.net/lists/listinfo/oscar-devel
> >>
> >
> > ----------------------------------------------------------------------
> > ---
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > opinions on IT & business topics through brief surveys - and earn cash
> > http://www.techsay.com/default.php?
> > page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Oscar-devel mailing list
> > Oscar-devel@...
> > https://lists.sourceforge.net/lists/listinfo/oscar-devel
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Oscar-devel mailing list
> Oscar-devel@...
> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Paladi | 9 Dec 2006 20:29
Picon

Re: Hi! Cluster running! where I can put a little how-to in the wiki?

Thanks Michael, it's fine.

I will add my little doc :)

Regards,
Adrià

El 09/12/2006, a las 1:40, Michael Edwards escribió:

> The wiki is referenced here:
> http://oscar.openclustergroup.org/resources
>
> We are always open to suggestion about how things are laid out.  At
> least I am :)
>
> I added some further instructions to the wiki page on how you can add
> what you like.
> https://svn.oscar.openclustergroup.org/wiki/oscar: 
> 5.0:user_submissions:overview
>
> On 12/8/06, Paladi <paladi@...> wrote:
>> I  think that it's fine!
>>
>> I'm registered to the wiki, but I don't found what I have to do for
>> make a new post on the wiki on that new section
>>
>> I have to do something special?
>>
>> Thanks,
>> Adrià
>>
>> PD: Another thing that can be good is put a link on the OSCAR web
>> page referring to the wiki. I think  these link doesn't exists, if
>> exists I don't have seen it yet :)
>>
>> El 08/12/2006, a las 2:34, Michael Edwards escribió:
>>
>>> So, like a more traditional wiki area?  That sounds like a fine
>>> idea to me.
>>>
>>> See what you think of this area?
>>> https://svn.oscar.openclustergroup.org/wiki/oscar:
>>> 5.0:user_submissions:overview
>>>
>>> I think anyone who registers for the wiki can post and edit content,
>>> but I don't remember the registration link.  We probably should add
>>> that information to the overview page.
>>>
>>> On 12/6/06, Paladi <paladi@...> wrote:
>>>>
>>>> El 06/12/2006, a las 1:22, Michael Edwards escribió:
>>>>
>>>>> Do you have any thoughts about where it would be sensible to  
>>>>> publish
>>>>> your documents?
>>>>>
>>>>
>>>> I think that would be great using the same wiki used by develop the
>>>> oscar docs. Probably a new section?
>>>>
>>>>> I think having a user/developer edited wiki would be very useful,
>>>>> but
>>>>> I don't have a lot of concrete thoughts on how it should be done.
>>>>>
>>>>> Great to hear you have had some initial successes,  even if you
>>>>> couldn't get rid of the windows portions ;)
>>>>>
>>>>
>>>> Thanks :) The windows have to stay here, because the machines  
>>>> aren't
>>>> of my department and there another few departments using it.
>>>>
>>>> Regards,
>>>> Adrià
>>>>
>>>>> On 12/5/06, Paladi <paladi@...> wrote:
>>>>>> Hi!
>>>>>>
>>>>>> I have been testing OSCAR and planing the cluster since  
>>>>>> august. Few
>>>>>> weeks ago I had recived new hard drives and I now I have my  
>>>>>> cluster
>>>>>> running. http://cluster.paladi.com/ganglia (It can be down,....
>>>>>> it's
>>>>>> under windows urgh! )
>>>>>>
>>>>>> It's a peculiar cluster, it can runs Windows (before and now  
>>>>>> there
>>>>>> are people using it) and linux (not both at the same time),
>>>>>> configured using OSCAR, of course.
>>>>>>
>>>>>> During this time I'm thinking and asking questions about how to
>>>>>> configure the cluster and problems that I have found. I think it
>>>>>> would be a good idea write a little manual or how-to at the wiki
>>>>>> talking about the things that I have done. It can be good for the
>>>>>> people, like me that would like to go inside OSCAR and tweak it a
>>>>>> little :).
>>>>>>
>>>>>> This cluster and a parallel radiosity algorithm is for my final
>>>>>> project on my degree, but it will be in Catalan (my native
>>>>>> language),
>>>>>> but also I will (and I had write a little part) write a little
>>>>>> documentation in english.
>>>>>>
>>>>>> My question it's about where I can publish these doc in the wiki.
>>>>>>
>>>>>> I would give special thanks at all the people who had work and
>>>>>> works
>>>>>> actually on OSCAR, also the people that are reading this.
>>>>>>
>>>>>> Special thanks to Bernadl, Erich , Andrea Righi, Michael and  
>>>>>> all of
>>>>>> you ! nice work!!!
>>>>>>
>>>>>> Regards,
>>>>>> Adrià
>>>>>> ----------------------------------------------------------------- 
>>>>>> --
>>>>>> --
>>>>>> ----
>>>>>> Take Surveys. Earn Cash. Influence the Future of IT
>>>>>> Join SourceForge.net's Techsay panel and you'll get the chance to
>>>>>> share your
>>>>>> opinions on IT & business topics through brief surveys - and earn
>>>>>> cash
>>>>>> http://www.techsay.com/default.php?
>>>>>> page=join.php&p=sourceforge&CID=DEVDEV
>>>>>> _______________________________________________
>>>>>> Oscar-devel mailing list
>>>>>> Oscar-devel@...
>>>>>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>>>>>
>>>>>
>>>>> ------------------------------------------------------------------ 
>>>>> --
>>>>> --
>>>>> ---
>>>>> Take Surveys. Earn Cash. Influence the Future of IT
>>>>> Join SourceForge.net's Techsay panel and you'll get the chance to
>>>>> share your
>>>>> opinions on IT & business topics through brief surveys - and earn
>>>>> cash
>>>>> http://www.techsay.com/default.php?
>>>>> page=join.php&p=sourceforge&CID=DEVDEV
>>>>> _______________________________________________
>>>>> Oscar-devel mailing list
>>>>> Oscar-devel@...
>>>>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>>>
>>>>
>>>> ------------------------------------------------------------------- 
>>>> --
>>>> ----
>>>> Take Surveys. Earn Cash. Influence the Future of IT
>>>> Join SourceForge.net's Techsay panel and you'll get the chance to
>>>> share your
>>>> opinions on IT & business topics through brief surveys - and earn
>>>> cash
>>>> http://www.techsay.com/default.php?
>>>> page=join.php&p=sourceforge&CID=DEVDEV
>>>> _______________________________________________
>>>> Oscar-devel mailing list
>>>> Oscar-devel@...
>>>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>>>
>>>
>>> -------------------------------------------------------------------- 
>>> --
>>> ---
>>> Take Surveys. Earn Cash. Influence the Future of IT
>>> Join SourceForge.net's Techsay panel and you'll get the chance to
>>> share your
>>> opinions on IT & business topics through brief surveys - and earn  
>>> cash
>>> http://www.techsay.com/default.php?
>>> page=join.php&p=sourceforge&CID=DEVDEV
>>> _______________________________________________
>>> Oscar-devel mailing list
>>> Oscar-devel@...
>>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>
>>
>> --------------------------------------------------------------------- 
>> ----
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to  
>> share your
>> opinions on IT & business topics through brief surveys - and earn  
>> cash
>> http://www.techsay.com/default.php? 
>> page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> Oscar-devel mailing list
>> Oscar-devel@...
>> https://lists.sourceforge.net/lists/listinfo/oscar-devel
>>
>
> ---------------------------------------------------------------------- 
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to  
> share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php? 
> page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Oscar-devel mailing list
> Oscar-devel@...
> https://lists.sourceforge.net/lists/listinfo/oscar-devel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
Paladi | 9 Dec 2006 22:29
Picon

Re: Hi! Cluster running! where I can put a little how-to in the wiki?

I've seen that I can't edit the sidebar.

The doku says: This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong.

Probably I don't have sufficient permisions. Also, I can't modify the playground page. It's possible make changes that the admins have to accept or something?

Regards,
Adrià

El 09/12/2006, a las 1:40, Michael Edwards escribió:

The wiki is referenced here:

We are always open to suggestion about how things are laid out.  At
least I am :)

I added some further instructions to the wiki page on how you can add
what you like.

I  think that it's fine!

I'm registered to the wiki, but I don't found what I have to do for
make a new post on the wiki on that new section

I have to do something special?

Thanks,
Adrià

PD: Another thing that can be good is put a link on the OSCAR web
page referring to the wiki. I think  these link doesn't exists, if
exists I don't have seen it yet :)

El 08/12/2006, a las 2:34, Michael Edwards escribió:

So, like a more traditional wiki area?  That sounds like a fine
idea to me.

See what you think of this area?
5.0:user_submissions:overview

I think anyone who registers for the wiki can post and edit content,
but I don't remember the registration link.  We probably should add
that information to the overview page.


El 06/12/2006, a las 1:22, Michael Edwards escribió:

Do you have any thoughts about where it would be sensible to publish
your documents?


I think that would be great using the same wiki used by develop the
oscar docs. Probably a new section?

I think having a user/developer edited wiki would be very useful,
but
I don't have a lot of concrete thoughts on how it should be done.

Great to hear you have had some initial successes,  even if you
couldn't get rid of the windows portions ;)


Thanks :) The windows have to stay here, because the machines aren't
of my department and there another few departments using it.

Regards,
Adrià

Hi!

I have been testing OSCAR and planing the cluster since august. Few
weeks ago I had recived new hard drives and I now I have my cluster
running. http://cluster.paladi.com/ganglia (It can be down,....
it's
under windows urgh! )

It's a peculiar cluster, it can runs Windows (before and now there
are people using it) and linux (not both at the same time),
configured using OSCAR, of course.

During this time I'm thinking and asking questions about how to
configure the cluster and problems that I have found. I think it
would be a good idea write a little manual or how-to at the wiki
talking about the things that I have done. It can be good for the
people, like me that would like to go inside OSCAR and tweak it a
little :).

This cluster and a parallel radiosity algorithm is for my final
project on my degree, but it will be in Catalan (my native
language),
but also I will (and I had write a little part) write a little
documentation in english.

My question it's about where I can publish these doc in the wiki.

I would give special thanks at all the people who had work and
works
actually on OSCAR, also the people that are reading this.

Special thanks to Bernadl, Erich , Andrea Righi, Michael and all of
you ! nice work!!!

Regards,
Adrià
-------------------------------------------------------------------
--
----
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to
share your
opinions on IT & business topics through brief surveys - and earn
cash
page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Oscar-devel mailing list


--------------------------------------------------------------------
--
---
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to
share your
opinions on IT & business topics through brief surveys - and earn
cash
page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Oscar-devel mailing list


---------------------------------------------------------------------
----
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to
share your
opinions on IT & business topics through brief surveys - and earn
cash
page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Oscar-devel mailing list


----------------------------------------------------------------------
---
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to
share your
opinions on IT & business topics through brief surveys - and earn cash
page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Oscar-devel mailing list


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
_______________________________________________
Oscar-devel mailing list


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
_______________________________________________
Oscar-devel mailing list

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Oscar-devel mailing list
Oscar-devel@...
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Gmane