Installation guide
Page 3-10 Chapter Three
AlphaNET Installation Guide, Revision 05
SYSTEM
SMEM 1M
;
MOUNT DSK1:
MOUNT DSK2:
MOUNT DSK3:
MOUNT DSK4:
;
SETJOB JOB2,TERM2,400K,SETJOB.JIN
;
SETJOB TASK,MANAGR,200K,TSKMGR.JIN
WAIT TASK
;
SETJOB MALSER,MALSER,80K,MALSER.JIN
WAIT MALSER
;
SETJOB NETSER,NETSER,100K,NETSER.JIN
WAIT NETSER
;
SETJOB VTSER,VTSER,32K,VTSER.JIN
;
LOG SYSTEM SERVICE
LOG OPR:
;
SET LINK DAVE:
;
MEMORY 0
The job initialization file NETSER.JIN should contain the following:
:T
LOG DSK0:[1,4]
NETSER
The job initialization file VTSER.JIN should contain the following:
:T
LOG DSK0:[1,4]
VTSER/S {password}
If your computer uses user names, you will need to add the appropriate user names and passwords (if
needed) to the job initialization files (for example, LOG SYSTEM SERVICE).
ETHERNET TYPE 2 VIRTUAL TERMINAL CONNECTIONS
If you are running AlphaNET 2.2 or later, using an AMOS 2.2 (or later) operating system, and using
Ethernet as your network data transport device, you can use Type 2 connections with the CONECT
program. Type 2 connections provide an improvement in virtual terminal performance, 8-bit character
support, and use of the command line editor.
To use these new features under CONECT, you will need to add a special TRMDEF statement. You
must also create a special communication “zone,” which requires one additional statement in your system
initialization command file. This setup is discussed below.
If you are using a serial network, or if you not using AlphaNET 2.2 and AMOS 2.2, the following
sections are not applicable to your configuration.