Hi Agustin, You can write a sql script to insert the packages into the database: mysql -u root kusudb < rpms.sql
For example to add to the compute node(ngid=2): INSERT into packages(ngid, packagename) VALUES(2, <RPM NAME>) To find the ngid of the nodegroup, you can run the following sql statement: select ngid, ngname from nodegroups -Liming > Hi, > I need to deploy a several libraries and rpm packages in my > cluster, to the head and compute nodes. So, I know that it is possible > to select the packages from ngedit software package configuration. But, > If I have the list of rpm there any way that I could modified an rpm > list of something more easy, despite of to selected every one from the > menu? > > Regards, > > Agustin March <mailto:[EMAIL PROTECTED]> > Argentina Distributing Computing Solution > > > _______________________________________________ > Kusu-users mailing list > [email protected] > http://mail.osgdc.org/mailman/listinfo/kusu-users > _______________________________________________ Kusu-users mailing list [email protected] http://mail.osgdc.org/mailman/listinfo/kusu-users
