CentOS 7.x Rocks cluster 7.0 Update master and all compute nodes

From Notes_Wiki
Revision as of 09:58, 11 May 2022 by Saurabh (talk | contribs) (Created page with "Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > CentOS 7.x Rocks cluster 7.0 Update master and all compute nodes =Update master= To update use: # Edit files in '<tt>/etc/yum.repos.d/</tt>' and set enable=1. At least enabled repositories in: #* CentOS-Base.repo #* epel.repo #* rpmforge.repo # '''Ensure that''' in /etc/yum.conf, caching is enabled: #:<pre> #:: keepcache=1 #:</pre> # Then update the master node fully using: #:<pr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > CentOS 7.x Rocks cluster 7.0 Update master and all compute nodes

Update master

To update use:

  1. Edit files in '/etc/yum.repos.d/' and set enable=1. At least enabled repositories in:
    • CentOS-Base.repo
    • epel.repo
    • rpmforge.repo
  2. Ensure that in /etc/yum.conf, caching is enabled:
    keepcache=1
  3. Then update the master node fully using:
    yum -y install --skip-broken


Update compute nodes

To update compute nodes, on master node use:

  1. After the frontend is fully updated use following to copy all packages from all repositories to be installed on client nodes:
    cd /var/cache/yum/x86_64/7
    cp */packages/*.rpm /export/rocks/install/contrib/7.0/x86_64/RPMS/
  2. Build a new rocks distribution using:
    cd /export/rocks/install
    rocks create distro
  3. Reinstall nodes as per CentOS 7.x Rocks cluster 7.0 Reinstall OS on compute node


Refer:



Home > CentOS > CentOS 7.x > CentOS 7.x Rocks cluster 7.0 > CentOS 7.x Rocks cluster 7.0 Update master and all compute nodes