Hi, Michael is correct, you can manually create your own file and then just select it for the creation of a new image. However, be careful to not remove any package, the dependencies are not yet automatically checked so if you remove RPMs from the list, they be missing for required services later on. That should be improve in the future with oscar-6.x.
Regards, ----- Mail Original ----- De: "Michael Edwards" <miedw...@gmail.com> À: oscar-users@lists.sourceforge.net Envoyé: Dimanche 11 Janvier 2009 09:14:31 GMT -05:00 USA/Canada - États de l'Est Objet: Re: [Oscar-users] OSCAR-6.0 is out The rpmlist is a flat file in /opt/oscar/oscarsamples. If you want to add rpms, just add them there. You can make new files there as well, I believe the entire directory is read. Prerequisites are picked up, so you can add a few rpms you know you want and it should pick up the rest. In theory anyway. On Sun, Jan 11, 2009 at 2:11 AM, Imran Abbas <iab...@lgc.com> wrote: > Hi , > > I am using the OSCAR 5.0 with RHEL 4.4. I want to create my own rpm list. Is > there any tool in OSCAR or any way which I can use to genarate the rmplist. > The default rpmlist is not enough for the client node as per my requirnment. > > > Regards > > Muhammad Imran Abbas > IT & GNG Consultant > Halliburton Kuwait > > ________________________________ > > From: geoffroy.val...@free.fr [mailto:geoffroy.val...@free.fr] > Sent: Fri 1/9/2009 1:20 AM > To: oscar-users@lists.sourceforge.net > Subject: Re: [Oscar-users] OSCAR-6.0 is out > > > > Chris, > > This time, i do not know how i missed that problem. Very sorry about that. > Based on OSCAR-6.0, a simple but unsatisfying solution is to manually install > the package. Please refer the following documentation to do so: > https://svn.oscar.openclustergroup.org/trac/oscar/wiki/InstallGuidePreparing#Repositories > > I actually found a better solution but it implies a small modification of > oscar-base. Therefore, i will do my best to release 6.0.1 asap, earlier than > expected but with fewer modifications. I hope this is an acceptable solution > for you. > > Sorry again for the problem, i am ashamed you cannot even bootstrap OSCAR, i > did a bad job on that specific point. My apologizes. > > Best regards, > > ----- Mail Original ----- > De: "Chris Stevenson" <cste...@mun.ca> > À: oscar-users@lists.sourceforge.net > Envoyé: Jeudi 8 Janvier 2009 14:36:57 GMT -05:00 USA/Canada - États de l'Est > Objet: Re: [Oscar-users] OSCAR-6.0 is out > > > > Thanks for updating the 6.0 repoTesting instructions, Geoffrey. > It makes sense, for example, to have something other than definitions > for [unstable] in /etc/oscar/supported_distros.txt. > Using oscar-config to setup for a given distro before bootstrapping also > makes sense. > > Here is the direct output after following (verbatim) steps 1. to 6. at > http://svn.oscar.openclustergroup.org/trac/oscar/wiki/repoTesting. > You'll see it seems confused over whether yume is installed or not (it > is): > > ---------- > [r...@wulf oscar]# yum install oscar-base yume packman orm perl-AppConfig > <snipped mirror queries to fit> > Setting up Install Process > Parsing package install arguments > Package oscar-base - 6.0-1.noarch is already installed. > Package yume - 2.8.2-1.noarch is already installed. > Package packman - 3.1.3-1.noarch is already installed. > Package orm - 1.2-3.noarch is already installed. > Package perl-AppConfig - 1.56-8.0.el5.noarch is already installed. > Nothing to do > [r...@wulf oscar]# > [r...@wulf oscar]# oscar-config --setup-distro centos-5-x86_64 > > ============================================================================= > == Setting centos-5-x86_64... > ============================================================================= > > ... using default distro repo > ... using default OSCAR repo > [r...@wulf oscar]# > [r...@wulf oscar]# > [r...@wulf oscar]# oscar-config --bootstrap > OSCAR bootstrap > install_prereq found: /usr/bin/install_prereq > Dealing with Prereq AppConfig ( /usr/share/oscar/prereqs/AppConfig, > check_and_fix) > Prereq status for centos, 5, x86_64 > Prereqs status (/usr/share/oscar/prereqs/AppConfig): > perl-AppConfig: already installed > > > AppConfig is already installed, nothing to do. > INFO: the /tftpboot/oscar/rhel-5-x86_64.url already exists, we do nothing > at /usr/lib/perl5/vendor_perl/5.8.8/OSCAR/PackagePath.pm line 840. > INFO: the /tftpboot/distro/centos-5-x86_64.url file already exists, we do > nothing at /usr/lib/perl5/vendor_perl/5.8.8/OSCAR/PackagePath.pm line 882. > Dealing with Prereq packman (/usr/share/oscar/prereqs/packman, > check_and_fix) > Prereq status for centos, 5, x86_64 > Prereqs status (/usr/share/oscar/prereqs/packman): > packman: already installed > > > packman is already installed, nothing to do. > Loading "fastestmirror" plugin > Cleaning up Everything > Cleaning up list of fastest mirrors > Dealing with Prereq yume (/usr/share/oscar/prereqs/yume, check_and_fix) > Prereq status for centos, 5, x86_64 > Prereqs status (/usr/share/oscar/prereqs/yume): > perl-IO-Tty: needs to be installed > python-urlgrabber: already installed > python-elementtree: already installed > yum: already installed > createrepo: already installed > yume: already installed > > > yume is not installed. > Executing /usr/bin/install_prereq --dumb > /usr/share/oscar/prereqs/yume... > WARNING: Could not locate package perl-IO-Tty > package perl-IO-Tty is not installed > !!! Some packages were NOT installed !!! > ERROR: impossible to install yume ( /usr/bin/install_prereq --dumb > /usr/share/oscar/prereqs/yume). > at /usr/bin/oscar-config line 209 > ERROR: Impossible to install Yume > at /usr/bin/oscar-config line 209 > ERROR: Impossible to complete stage 1 of the bootstrap. > at /usr/bin/oscar-config line 209 > > -------------- > -Chris > > > > > On Thu, 8 Jan 2009 geoffroy.val...@free.fr wrote: > >> Chris, > > I said something stupid yesterday: for bootstrapping limitation, the > "oscar-config --bootstrap" command does not generate a log file (i will have > to improve that in the future). But feel free to send me directly the output. > > But, thanks to your message, i actually found a problem with OSCAR-6.0, a > configuration file provided by the oscar-base package is not up-to-date. :-( > I am very sorry about that and i updated the documentation to explain how to > fix the problem (pretty simple fix). > > Therefore, if anyone wants to try OSCAR-6.0, please make sure that you follow > the documentation > (http://svn.oscar.openclustergroup.org/trac/oscar/wiki/repoTesting). > > Let me know if you have any other issue. > > Best regards, > > ----- Mail Original ----- > De: "Chris Stevenson" <cste...@mun.ca> > À: "oscar-users" <oscar-users@lists.sourceforge.net> > Cc: "oscar-announnce" <oscar-annou...@lists.sourceforge.net>, "oscar-devel" > <oscar-de...@lists.sourceforge.net> > Envoyé: Mardi 6 Janvier 2009 13:53:11 GMT -05:00 USA/Canada - États de l'Est > Objet: Re: [Oscar-users] OSCAR-6.0 is out > > > > Maybe so, but I just installed a fresh copy of CentOS 5.2 x86_64 (on Q6600 > hardware) expressly to try this out, updated the OS as indicated, added > the oscar repo as indicated, and while the > > "yum install oscar-base yume packman orm" > > worked as advertised, proving the viabilty of the repo file just > added, and while the contents of /etc/oscar/oscar.conf look fine, > > "oscar-config --bootstrap" > > that is the next step fails immediately (can't locate package > perl-AppConfig). Yumming perl-AppConfig manually is trivial (I get > version 1.56-8.0.el5). Rerunning the bootstrap, it complains AppConfig is > already installed, ("Nothing to do."), then screams "impossible to get > default repository for centos-5-x86_64" and dies. > > I presume this was working before being "released"? > > Chris > > On Mon, 5 Jan 2009 geoffroy.val...@free.fr wrote: > >> OSCAR-6.0 is out! >> >> This version provides the latest modifications which will ease future >> developments. On the roadmap, we already plan to include many project on >> which students worked during the summer 2008, including a benchmarking >> framework, a monitoring framework, and mechanisms to deal with specific NFS >> configuration. This version will also be a good base for bug fixes. >> >> Remember that this version does not provide yet all the capabilities OSCAR >> were used to provide. For this version, we focused on the implementation of >> a stable OSCAR core and cleaning up; which should allow us to move forward. >> More capabilities will be included in future OSCAR-6.x releases. >> >> Right now, OSCAR-6.x supports only RHEL/CentOS 5 for both x86 and x86_64 in >> a production environment. The support of Debian systems is still >> experimental since we found a critical bug in opkgc (which should be fixed >> shortly). >> >> OSCAR-6.0 is available via our YUM/APT on-line repositories. For more >> details about how to use those repositories, please refer to >> http://svn.oscar.openclustergroup.org/trac/oscar/wiki/repoTesting. The next >> version of OSCAR-6.x will be available via the same repositories, providing >> an easy way to update OSCAR. >> >> Thanks, >> >> Geoffroy Vallee >> OSCAR Chair >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Oscar-users mailing list >> Oscar-users@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/oscar-users >> > > ====================================================================== > Christopher C Stevenson, C4063 office: (709) 737-2624 > Dept. of Physics & Physical Oceanography fax: (709) 737-8739 > Memorial University of Newfoundland > St. John's, NL, CANADA A1B 3X7 > URL: http://www.physics.mun.ca/~csteven > ====================================================================== > "We are all in the gutter, > but some of us are looking at the stars." - Oscar Wilde > > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > Oscar-users mailing list > Oscar-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oscar-users > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > Oscar-users mailing list > Oscar-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oscar-users > > ====================================================================== > Christopher C Stevenson, C4063 office: (709) 737-2624 > Dept. of Physics & Physical Oceanography fax: (709) 737-8739 > Memorial University of Newfoundland > St. John's, NL, CANADA A1B 3X7 > URL: http://www.physics.mun.ca/~csteven > ====================================================================== > "We are all in the gutter, > but some of us are looking at the stars." - Oscar Wilde > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > Oscar-users mailing list > Oscar-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oscar-users > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > Oscar-users mailing list > Oscar-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oscar-users > > > ---------------------------------------------------------------------- > This e-mail, including any attached files, may contain confidential and > privileged information for the sole use of the intended recipient. Any > review, use, distribution, or disclosure by others is strictly prohibited. > If you are not the intended recipient (or authorized to receive information > for the intended recipient), please contact the sender by reply e-mail and > delete all copies of this message. > > ------------------------------------------------------------------------------ > Check out the new SourceForge.net Marketplace. > It is the best place to buy or sell services for > just about anything Open Source. > http://p.sf.net/sfu/Xq1LFB > _______________________________________________ > Oscar-users mailing list > Oscar-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oscar-users > > ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Oscar-users mailing list Oscar-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oscar-users ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ Oscar-users mailing list Oscar-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oscar-users