[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19990923: System Transfer

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: 19990923: System Transfer
  • Date: Thu, 23 Sep 1999 11:37:30 -0600

>From: Catarino David Delgado <address@hidden>
>Organization: UW-Whitewater
>Keywords: 199909231722.LAA09285 McIDAS-X installation

David,

>Just for the sake of asking: what is the pheasablility of copying an
>installation of McIDAS-X from one machine to another?  

If the installation directory structure for the user 'mcidas' is
_exactly_ the same on the target machine, and the operating system
revision level is the same, there should be no problem doing this.

If the installation structure for 'mcidas' is different, then the
Tcl/Tk component of the distribution will have to be remade.  This
does not mean that the entire distribution has to be rebuilt.  One
could:

o copy the entire McIDAS installation tree from one machine to the
  other

o cd to ~mcidas/mcidas7.6/tcl/unix
  make distclean
 
o cd to ~mcidas/mcidas7.6/tk/unix
  make distclean
 
o cd ~mcidas/mcidas7.6/src
  rm tclcomp

o make mcx
  make install.mcx

Tom