Difference between revisions of "Upgrading Endeavour"

From Nuclear Physics Group Documentation Pages
Jump to navigationJump to search
Line 17: Line 17:
 
* Install packages with: yum --disablerepo \* --enablerepo c6-media  install  
 
* Install packages with: yum --disablerepo \* --enablerepo c6-media  install  
 
* List of old package installed are in ~root/new_packages.txt with the distribution and package version stripped already. From this list, the packages were filtered into "installed" and "available" with yum. From the resulting list of "available" only the x86_64 and noarch packages were installed.
 
* List of old package installed are in ~root/new_packages.txt with the distribution and package version stripped already. From this list, the packages were filtered into "installed" and "available" with yum. From the resulting list of "available" only the x86_64 and noarch packages were installed.
 +
* A number of config tweaks needed.
  
 
== Done ==
 
== Done ==
Line 32: Line 33:
 
** See: https://access.redhat.com/solutions/301643
 
** See: https://access.redhat.com/solutions/301643
 
** Note: The ib0 does not seem to come up automatically? Needs to be checked.
 
** Note: The ib0 does not seem to come up automatically? Needs to be checked.
 +
* Disk cloning: Run  /sbin/Node_Clone.sh 2 7  from node2 to clone from node2 to node7, when both disks are in node2. Currently node2 and node3 are setup for cloning.
  
 
== To Do ==
 
== To Do ==

Revision as of 15:06, 15 April 2015

Upgrade main system

Started with a sideways migration to Centos 5. This worked except for the infiniband packages, which were skipped:

Upgrading Endeavour nodes

Upgrade to Centos 6 started March 17, 2015 with node2:

  • Reboot Node2 from a USB key with Centos6 distribution installed. Chose "minimal install"
    • Note: Should have added scp, i.e openssh-client stuff. Added this "by hand" by using from endeavour: cat openssh-client-... | ssh node2 "cat - > openssh-client.rpm" and then installing that rpm.
  • SSH into the system
  • Copy the Centos ISO to node2 with scp. Mount on /mnt/centos
  • Install packages with: yum --disablerepo \* --enablerepo c6-media install
  • List of old package installed are in ~root/new_packages.txt with the distribution and package version stripped already. From this list, the packages were filtered into "installed" and "available" with yum. From the resulting list of "available" only the x86_64 and noarch packages were installed.
  • A number of config tweaks needed.

Done

To Do