Migration RaQ
– CBQ
Install cobaltCMU utility on
the RaQ
- Login
to a shell session
- execute
su -
- cd /home/packages
- If OS
is RaQ3
- wget http://fsn.raqware.com/CMU/RaQ3-All-CMU-2.53.pkg
- If OS
is RaQ4x
- wget http://fsn.raqware.com/CMU/RaQ4-All-CMU-2.53.pkg
- if OS
is RaQ550
- wget http://fsn.raqware.com/CMU/RaQ550-All-CMU-2.53.pkg
- if OS
is XTR
- 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
- As root
execute cmuExport
- You
should now have the exported system in /home/cmu/host.domain.tld
- Where host.domain.tld is the name of the RaQ servercd /home/cmu
- tar –czpsvf host.domain.tld.tgz host.domain.tld
- ftp {ipaddress of new server}
- login
as admin, password admin
- 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.
- cd /home/users/admin
- cp host.domain.tld.tgz /home/cmu
- cd /home/cmu
- tar –xzpsvf host.domain.tld.tgz
- You
will now have a directory /home/cmu/host.domain.tld
- If the
ole/new server is doing DNS, enable DNS on the new server
- Note:
if the IP addresses are going to be the same on both servers execute the
following
- cmuImport –d host.domain.tld
- Note if
IP addresses are different, but all the same
- cmuImport –I new.ipa.ddr.ess
–d host.domain.tld
- Note:
if you have several different IP addresses then you have to import using
- cmuImport –n host.domain.tld
–I new.ip.addr.ess host.domain.tld
- the –n
argument may contain more than one host.domain.tld