User Tools

Site Tools


howto:rocks_install_package_rpm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
howto:rocks_install_package_rpm [2015/09/01 08:51] – created jphowto:rocks_install_package_rpm [2018/10/09 10:12] (current) – external edit 127.0.0.1
Line 10: Line 10:
  
 <code bash> <code bash>
-$ sudo yum install --enablerepo base,update install postgresql-devel # or+$ sudo yum install --enablerepo base,update postgresql-devel # or
 $ sudo yum install --enablerepo epel postgresql-devel $ sudo yum install --enablerepo epel postgresql-devel
 </code> </code>
Line 16: Line 16:
 RPM will be downloaded to ''/var/cache/yum/{REPOSITORY}/packages/'' Copy the RPM to ''/export/rocks/install/contrib/6.1.1/x86_64/RPMS/'' RPM will be downloaded to ''/var/cache/yum/{REPOSITORY}/packages/'' Copy the RPM to ''/export/rocks/install/contrib/6.1.1/x86_64/RPMS/''
  
-Add a <package> entry for the RPM to the XML file+Add a ''<package>'' entry for the RPM to the XML file
 ''/export/rocks/install/site-profiles/6.1.1/nodes/extend-compute.xml'' Note that this entry does not contain version numbers. ''/export/rocks/install/site-profiles/6.1.1/nodes/extend-compute.xml'' Note that this entry does not contain version numbers.
  
-We then need to recreate the distro+We then need to recreate the distro:
  
 <code bash> <code bash>
Line 26: Line 26:
 </code> </code>
  
-You then reinstall (and restart) - see question 1 - all the compute nodes.+You then reinstall (and restart) all the compute nodes.  See [[howto:rocks_reinstall_compute_node|this wiki entry]] for more details on how to do that.
howto/rocks_install_package_rpm.1441097471.txt.gz · Last modified: 2018/10/09 10:12 (external edit)