Adding new packages:
Copy the new .rpm to your rocks’ RPMS directory.
In my case: /export/rocks/install/contrib/5.4.3/x86_64/RPMS/
Go to this directory /export/rocks/install/ and execute the following command hence you can only do it from there:
$ rocks create distro
Then go to any node and run the commands below:
$ yum clean metadata
$ yum install <your package>
To be continued…
Advertisements