If you execute the same commands you would use to set up the compiler
on top of the following command (as root) it should (as I understand
it) install it on the node image as if it was an actual computer. 
Then when you install the nodes you shouldn't have to do anything else
to them.

chroot /var/lib/systemimager/images/<imagename> <command>

ex
chroot /var/lib/systemimager/images/oscarimage rpm -Uvh mycompiler.rpm

I had to play around in the image a bit when I was trying to take out
openPBS and put in Torque.  It is suprisingly easy.  Now, if you just
need to change config files or some other static file, those (except
those altered by sysimager) should just get coppied over verbatum so
you don't need to play around with chroot.

Make sure the image has all the dependancies installed too, I don't
know how good at returning intelegable errors chroot is.  I didn't
have any problems with it myself.

On Tue, 7 Sep 2004 09:37:20 +0200 (SAST), Bruce Becker
<[EMAIL PROTECTED]> wrote:
> Hi Bernard
> Thanks for the hints...
> > Can't you just copy the contents to the /opt directory of the image?
> > i.e. /var/lib/systemimager/images/<imagename> ?  
> That's what I tried naively at first, but when I booted the node, I got an
> "unable to open root console" error. Not sure what that means, but it may
> be unrelated to the new packages.
> 
> >
> > I believe there were talks of making a package for Intel Compilers and
> > other tools, but I guess there was some licensing issues.  
> It would be super if Intel could ship some sort of unsupported version of
> their compiler with OSCAR. We've just started using it and seen
> really dramatic  differences, especially compiling fortran.
> 
> Thanks
> Bruce
> 
> 
> 
> --
> Bruce Becker
> UCT-CERN Research Center - University of Cape Town
> Private Bag RONDEBOSCH 7700
> tel :(w) +27 21 650 3356 | (m) +27 82 537 9425 | (f) +27 21 650 3342
> IM  : AIM/Jabber - brucellino | Yahoo - uctbruce
> WEB :http://hep.phy.uct.ac.za/~becker
> "Viel hilft viel"
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> _______________________________________________
> Oscar-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/oscar-users
>


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Oscar-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to