Migration RaQ – CBQ

 

Install cobaltCMU utility on the RaQ

  1. Login to a shell session
  2. execute su -
  3. cd /home/packages
  4. If OS is RaQ3
    1. wget http://fsn.raqware.com/CMU/RaQ3-All-CMU-2.53.pkg
  5. If OS is RaQ4x
    1. wget http://fsn.raqware.com/CMU/RaQ4-All-CMU-2.53.pkg
  6. if OS is RaQ550
    1. wget http://fsn.raqware.com/CMU/RaQ550-All-CMU-2.53.pkg
  7. if OS is XTR
    1. wget http://fsn.raqware.com/CMU/RaQXTR-All-CMU-2.53.pkg

 

Note, on some RaQs you may be able to use the admin interface to get the package

 

Go into the admin GUI and install the CMU package

                Once package is installed return to the shell session

 

  1. As root execute cmuExport
  2. You should now have the exported system in /home/cmu/host.domain.tld
    1. Where host.domain.tld is the name of the RaQ servercd /home/cmu
    2. tar –czpsvf host.domain.tld.tgz host.domain.tld
    3. ftp {ipaddress of new server}
    4. login as admin, password admin
    5. put host.domain.tld.tgz   (move tarball to new server)

 

Login to a shell session on the new server as root

Note: Make sure the new server only has hostname set in System Settings

And the hostname is not the same as any of the imported sites.

And there are no virtual sites

You may change the hostname after the import if you desire.

 

  1. cd /home/users/admin
  2. cp host.domain.tld.tgz /home/cmu
  3. cd /home/cmu
  4. tar –xzpsvf host.domain.tld.tgz
    1. You will now have a directory /home/cmu/host.domain.tld
    2. If the ole/new server is doing DNS, enable DNS on the new server
  5. Note: if the IP addresses are going to be the same on both servers execute the following
  6. cmuImport –d host.domain.tld
  7. Note if IP addresses are different, but all the same
  8. cmuImport –I new.ipa.ddr.ess –d host.domain.tld
  9. Note: if you have several different IP addresses then you have to import using
  10. cmuImport –n host.domain.tld –I new.ip.addr.ess host.domain.tld
  11. the –n argument may contain more than one host.domain.tld