| About McIDAS McIDAS-V McIDAS-Lite OpenADDE | ||||||||||||||||||||||||||
McIDAS-X
Incremental Fastrack
All changes in McIDAS-X
2006b have been tested by the SSEC MUG team; however, a complete system
test has not been performed. Therefore, this version may not be as stable
as a fully-supported upgrade and we recommend that you do NOT install
it on a mission-critical workstation.
|
||||||||||||||||||||||||||
| File name | Size | Description |
|---|---|---|
| README | 8 KB | disk space requirements |
| mcidas2006b_inc.sh | 33 KB | install/uninstall script |
| mcidas2006b_inc.sp | 1 KB | disk space information used by mcidas2006b_inc.sh |
| mcidas2006b_inc.tar.Z | 6098 KB | compressed tar file containing source & data files |
| mcinet2006b.sh | 15 KB | script that configures an ADDE remote server |
If you are using the default compilers (vendor on AIX, HP-UX, IRIX and Solaris SPARC systems; gcc/g77 on Solaris x86, Linux and Mac OS X systems),
Type: sh ./mcidas2006b_inc.sh make
If you are using the gcc/g77 compilers on an AIX, HP-UX, IRIX or Solaris SPARC system,
Type: sh ./mcidas2006b_inc.sh -gcc make
This step first searches for a previously compiled version of McIDAS-X from the 2006 series (i.e., 2006, 2006a, 2006b, etc.). If one is found, it uncompresses the data files, source files, and man pages from the mcidas2006b_inc.tar.Z file. Then the source, data, man, binary and object files from the previous version's package directories are either copied or hard linked in to the new ~mcidas/mcidas2006b package directories. Then new files in the ~mcidas/mcidas2006b_inc directories are copied into the ~mcidas/mcidas2006b package directories. Finally, it makes the help files, compiles the source code, and writes the compiler output to the file ~mcidas/mcidas2006b/src/makelog. The message below is displayed when the build is successfully completed.
./mcidas2006b_inc.sh: Make completed normally.
Type: sh ./mcidasversion# .sh uninstall
This step removes the hard links between the files in the ~mcidas/mcidasversion# directories and the appropriate directories in ~mcidas. The message below appears when the uninstall is successfully completed.
./mcidasversion#.sh: Uninstall completed normally.
Type: sh ./mcidas2006b_inc.sh install
This step creates hard links from the files in the ~mcidas/mcidas2006b package directories to the appropriate ~mcidas installation directories. The message below is displayed when the install is successfully completed.
./mcidas2006b_inc.sh: Install completed normally.
Continue with the steps below if you want to install the McIDAS-X 2006b
ADDE remote server. For more information about remote servers, see Appendix
I, McIDAS-X Site Administration and Management in the McIDAS
User's Guide.
Type: cd ~mcidas
Type: sh ./mcinet2006b.sh list
The output should include three lines similar to those below.
mcinet: gzip transfer services installed and running: YES mcinet: uncompressed transfer services installed and running: YES mcinet: compressed transfer services installed and running: YES
If all three lines in your output end with "NO", the workstation does not currently have an ADDE remote server installed. In that case, you can skip step 4 and go directly to step 5 (although there is no harm caused by completing step 4 even if an ADDE remote server is not currently installed).
If any of the three lines in your output end with "YES", a previous version's ADDE remote server is installed and you must complete step 4 before going to step 5.
Type: sh ./mcinetversion#.sh uninstall mcadde
This step removes the modifications made to the Internet services daemon (inetd) configuration files, forces inetd to reread its configuration files, and attempts to verify that inetd is no longer listening for ADDE requests from McIDAS-X clients.
Type: sh ./mcinet2006b.sh install mcadde
This step modifies the Internet services daemon (inetd) configuration files to make inetd aware of the ADDE service, forces inetd to reread its configuration files, and attempts to verify that inetd is listening for ADDE requests from McIDAS-X clients.