Before you can install TERM for UNIX from CD-ROM, you must mount the CD. Most UNIX platforms support SCSI or ISO 9660 CD-ROM drives. To find out whether or not the drive is recognized on the system, change directories to the /dev or /dev/dsk directory and type:
ls -l cd*
The permissions and device names will be displayed out, similar to the following example:
brw-rw-rw 1 root sys 51, Oct 28 08:16 cd0
In this case the CD-ROM device is cd0. Determine which device corresponds to your drive.
Mount the TERM for UNIX CD from the root directory by typing:
mount /dev/cd0 /mnt
Use the correct path for the CD-ROM device and the mount directory you prefer to use if not /mnt. Then change directories to /mnt/termunix and type ls to list the files and directories on the CD. Change directories again, this time to the directory that contains files for your platform:
Directory |
Platform |
TERM Version |
ai |
IBM PS/2 (AIX) |
6.2.2 |
av |
Data General 4000 |
6.2.3 |
h8 |
HP 9000 Series 700, 8×7 |
6.2.5 |
i6/3.x |
IBM RS6000 (AIX 3.x) |
6.2.3 |
i6/4.1 |
IBM RS6000 (AIX 4.1) |
6.2.5 |
i6/4.2 |
IBM RS6000 (AIX 4.2 and higher) |
6.2.5 |
ia |
Altos Series 686, 886, 1086
SCO Xenix 286
Unisys IT, PW2 (XENIX) |
6.1 |
m8 |
Motorola Delta Series 3000 |
6.2.5 |
mr |
Motorola Delta Serives 8000, MPC |
6.1 |
n4 |
NCR 3000 |
6.2.3 |
s4/solaris |
Solaris |
6.2.5 |
s4/sunos |
SunOS |
6.2.5 |
tu |
Texas Instruments TI 1500 |
6.1 |
u3 |
Altos Series 500, 1000, 2000
Coherent 386 UNIX
Convergent Tech Server (SPC 386)
Intel 320
Interactive UNIX System V/386
SCO UNIX 5.x and higher |
6.28 |
u3/old |
SCO XENIX 386
Unisys 6000/3x, 6000/5x, 6000/6x
Univel UnixWare |
6.2.5b |
u6 |
Sequent Series (PTX)
Unisys 6000/70 |
6.2.2 |
For example, if your platform is SCO OpenServer 6, you would change to the u3 directory.
Next, copy the files from your chosen directory to the /tmp directory. Then change to the /tmp directory and extract each *.tar file separately with tar xvf:
tar xvf termu3.tar
At this point you can install TERM by running the install
shell script:
/bin/sh ./install
Please note that on some CD releases, the files are in upper case. Any commands must refer to files in the correct case, upper or lower.
This information is also available in a screencast.
This entry was posted
on Wednesday, May 16th, 2007 at 9:53 am and is filed under Install, Screencast, UNIX.
You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.