lta.4

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 4 代码 · 共 134 行

4
134
字号
.\" SCCSID: @(#)lta.4	8.1	9/11/90.TH lta 4 .SH Namelta \- lta pseudoterminal interface.SH Syntax.br.B options LAT.br.B pseudo-device lat.br\fBpseudo-device lta\fB[\fIn\fB].SH Description.NXR "lta pseudoterminal interface".NXM "Local Area Transport (LAT) interface" "lta pseudoterminal interface"The.PN ltapseudoterminal interface provides support forlocal area transport (LAT) service.LAT service allows users to access remote nodes through the Ethernet..PPTo configure the LAT service for your machine, you must:.IP \(bu 4Edit the system configuration file..IP \(bu 4Edit the .PN /etc/rc.local file..IP \(bu 4Create LAT special files..IP \(bu 4 Edit the .PN /etc/ttys file..PPInstructions for performing these tasks are further documented in the .I Guide to Ethernet Communications Servers..SS Edit the Configuration File.NXR "LAT service" "editing configuration file for".NXR "configuration file" "editing for LAT service" Edit the configuration file to includethe .PN LAToption and the .PN latand.PN ltapseudo-devices.The configuration file to edit is located in \f(CW/sys/conf/vax/\fIHOSTNAME\fRor \f(CW/sys/conf/mips/\fIHOSTNAME\fR(depending on your processor), where.I HOSTNAME is the name of your host processor, in uppercase..PPThe optional value for the .PN ltapseudo-device entry defines the numberof LAT lines to configure, a number between 1 and 256.If you do not specify a value, the default is16 lines.  For example, if you want to configure 32 LAT devices into yoursystem, the entry for the LAT lines is:.EXpseudo-device lta32.EE.PPTo use the system as a load host for remote note maintenance functions such as loading and controllingterminal servers,you must also include an options entry for.PN DLIand a pseudo-device entryfor .PN dliin the configuration file..SS Edit the /etc/rc.local File.NXR "LAT service" "restarting with /etc/rc.local file"Edit the .PN /etc/rc.local file to restart LAT serviceautomatically when the system reboots.Add the following entry afterthe commands for local daemon startup:.EX 0if [ \-f /etc/lcp ]; then     /etc/lcp \-s > /dev/console & echo \-n ' lat' >/dev/consolefi.EE.SS Create LAT Special Files.NXR "LAT service" "creating LAT special files".NXR "LAT special files" "creating"Create the LAT special files by running the .PN MAKEDEV program from the.PN /devdirectory and specifying the .PN lta option.You create one LAT special file for each LAT device.For example, the following .PN MAKEDEV commands create 32 device special files for LAT devices:.EX # \f(CBcd /dev\f(CW# \f(CBMAKEDEV lta0\f(CW# \f(CBMAKEDEV lta1\f(CW.EE.PPThe option range is 1 to 7.  The maximum number of LAT special files is 256.  .PP.SS Edit the /etc/ttys File.NXR "LAT service" "editing the /etc/ttys file"Edit the .PN /etc/ttysfile to include entries for all the LAT special filesyou created using the .PN MAKEDEVcommand.For more information on how to add these entries, see.MS ttys 5 ..SH Files.TP 15.PN /dev/tty??Contains terminal devices defined to the machine..TP .PN /dev/ttyd?Contains terminal devices defined to the machine (modem lines only)..SH See Alsottys(5), MAKEDEV(8).br.I Guide to Ethernet Communications Servers

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?