Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

llogin(1) [osf1 man page]

llogin(1)						      General Commands Manual							 llogin(1)

NAME
llogin - Connects to a LAT service SYNOPSIS
/usr/sbin/llogin -d | service [-p tty] [-H rem_node] [-R rem_port] [-wpassword | -W] OPTIONS
Displays a list of learned services including the node name and rating. Specifies a local LAT tty device (tty) to use to connect to ser- vice. Either SVR4 or BSD tty devices can be specified. However, the tty device must already exist and be available for use. If no tty device is specified, llogin uses any available SVR4 tty device. If no available devices are found, llogin creates an SVR4 LAT tty device for the user. When llogin exits, the created tty device is removed. Specifies a remote host (rem_node) that offers service. This is helpful when more than one host offers a service. Specifies a remote port (rem_port) that offers service. Speci- fies a password for connecting to service when the remote service has password checking enabled. The password is not case sensitive and spaces are not allowed. If you use the -w option, you specify the password on the command line; it is visible. If you use the -W option, you are prompted for the password; it is not echoed (visible). DESCRIPTION
The llogin command enables Tru64 UNIX users to connect to LAT services offered by other nodes in the local area network (LAN). You do not need superuser privileges or node information in order to connect to LAT services. If you do not know what services are known to your local node, use the llogin -d command. If you want to perform simultaneous llogin connections, use the llogin -p command. To make the llogin connection establishment quicker, add the target hostname as a remote service by using the latcp command. EXAMPLES
The following command initiates a connection to service siteapp on any node and port through any local LAT tty device: llogin siteapp The following command initiates a connection to service siteapp on any node and port through local LAT tty device 620: llogin siteapp -p 620 The following command initiates a connection to service siteapp on any remote port on host HOSTX through local LAT tty device 620: llogin siteapp -p 620 -H HOSTX The following command initiates a connection to service siteapp on remote port TTY_Z on host HOSTX through local LAT tty device 620: llogin siteapp -p 620 -H HOSTX -R TTY_Z SEE ALSO
Commands: latcp(8) Network Information: lat_intro(7) llogin(1)

Check Out this Related Man Page

lta(4)							     Kernel Interfaces Manual							    lta(4)

Name
       lta - lta pseudoterminal interface

Syntax
       options LAT
       pseudo-device lat
       pseudo-device lta[n]

Description
       The  pseudoterminal  interface  provides  support  for local area transport (LAT) service.  LAT service allows users to access remote nodes
       through the Ethernet.

       To configure the LAT service for your machine, you must:

       o   Edit the system configuration file.

       o   Edit the file.

       o   Create LAT special files.

       o   Edit the file.

       Instructions for performing these tasks are further documented in the Guide to Ethernet Communications Servers.

   Edit the Configuration File
       Edit the configuration file  to	include  the  option  and  the	and  pseudo-devices.   The  configuration  file  to  edit  is  located	in
       /sys/conf/vax/HOSTNAME  or  /sys/conf/mips/HOSTNAME  (depending	on  your processor), where HOSTNAME is the name of your host processor, in
       uppercase.

       The optional value for the pseudo-device entry defines the number of LAT lines to configure, a number between 1 and 256.   If  you  do  not
       specify	a  value,  the	default is 16 lines.  For example, if you want to configure 32 LAT devices into your system, the entry for the LAT
       lines is:
       pseudo-device lta32

       To use the system as a load host for remote note maintenance functions such as loading and controlling  terminal  servers,  you	must  also
       include an options entry for and a pseudo-device entry for in the configuration file.

   Edit the /etc/rc.local File
       Edit  the  file	to restart LAT service automatically when the system reboots.  Add the following entry after the commands for local daemon
       startup:
       if [ -f /etc/lcp ]; then
	    /etc/lcp -s > /dev/console & echo -n ' lat' >/dev/console
       fi

   Create LAT Special Files
       Create the LAT special files by running the program from the directory and specifying the option.  You create one LAT special file for each
       LAT device.  For example, the following commands create 32 device special files for LAT devices:
       # cd /dev
       # MAKEDEV lta0
       # MAKEDEV lta1

       The option range is 1 to 7.  The maximum number of LAT special files is 256.

   Edit the /etc/ttys File
       Edit  the  file	to  include entries for all the LAT special files you created using the command.  For more information on how to add these
       entries, see

Files
       Contains terminal devices defined to the machine.

       Contains terminal devices defined to the machine (modem lines only).

See Also
       ttys(5), MAKEDEV(8)
       Guide to Ethernet Communications Servers

																	    lta(4)
Man Page