Uninstalling v5.4.1

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Uninstalling v5.4.1

  • Creator
    Topic
  • #55062
    Jennifer Higbie
    Participant

      We’ve been on 5.8.5 for quite a while and are getting ready to migrate sites to v6.0.3, but would like to free up some space and uninstall 5.4.1.  I don’t see any uninstall instructions in the documentation for 5.4.1 on a Unix box.

      Can someone tell me how to do this?  I would hate to go about this the wrong way!

      Thanks!

    Viewing 0 reply threads
    • Author
      Replies
      • #83962
        Russ Ross
        Participant

          This does not directly answer your question but solves the issue of freeing up resources without risk of damaging what is currently running live.

          Instead of upgrading in place, if possible lay down a new UNIX server with a scratch install to the highest OS version that your new cloverleaf will run on.

          Next install the more recent version of cloverleaf on the new UNIX server.

          When ready to run hcirootcopy to upgrade your old sites, do a NFS read only mount of the filesystem that contains the cloverleaf sites on the old server to your new UNIX server.

          Then create a symbolic link to it so hcirootcopy thinks it co-exists on the new UNIX server.

          For example we upgraded from Cloverleaf 5.6 to 6.0 so my symbolic link to fool hcirootcopy looks like this:

          Code:

          > pwd
          /cloverleaf

          > ls -l
          total 0
          drwxrwxr-x    3 hci      staff           256 Feb 19 2013  cis6.0
          lrwxrwxrwx    1 hci      staff            41 Mar  1 2013  qdx5.6 -> /nfs/mdahub8/cloverleaf/qdx5.6

          If successful, at this point while on the new UNIX server you do

          cd /cloverleaf/5.6; ls -l

          then you will see all the cloverleaf 5.6 sites form the old server but it appears they exist on the new server, which is good enough for hcirootcopy.

          Now I can do a hcirootcopy of each old cloverleaf site without having any risk of impact to them since they aren’t even running on my new cloverleaf server.

          This approach also allows you to upgrade all aspects of the UNIX server to the highest level while leaving the older server intact untouched.

          Since you are doing a clean scratch install the issue of unnecessary wasted space is no longer an item of concern because that goes away if and when the old server is reclaimed.

          Russ Ross
          RussRoss318@gmail.com

      Viewing 0 reply threads
      • The forum ‘Cloverleaf’ is closed to new topics and replies.