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

LATD(8) 						      System Manager's Manual							   LATD(8)

NAME
latd - LAT daemon SYNOPSIS
latd [options] Options: [-dvVht] [-i interface] [-g greeting] [-s service] [-c circuit-timer] [-r rating] DESCRIPTION
latd is a daemon that serves incoming and outgoing LAT (Local Area Transport) requests. The parameters for LATD are just defaults, they can all be changed using latcp(8). latd should not be started directly but should be invoked using the command latcp -s. Any arguments for latd can be added to the latcp -s command line and many can be set in /etc/latd.conf(5). OPTIONS -i Set the interface to be used for LAT communication. If this is not specified then all ethernet interfaces will be used. This option can be specified multiple times to enable several interfaces. eg: -i eth0 -i eth2 Note, only Linux can use more than one ethernet interface at a time. *BSD versions will use the first available eth- ernet adaptor unless it is overridden by -i. -g Sets the greeting for this node. -s Set the default service name for this node. The default is the node name. -c Sets the circuit timer. The default is 80 (ms); -r Sets the rating for the default service. If the -t switch is not present this rating will be the maximum rating for the service. The load average of the machine will be used to recalculate the rating each time the servuce is announced. This allows terminal servers to do load balancing. -t Makes the rating static. It will not change as the system load changes. -d Don't fork and run the background. Use this for debugging. -v Verbose. The more of these there are the more verbose latd will be. Don't use more than one for normal operation because it will seriously impair performance. -h -? Displays help for using the command. -V Show the version of latd. SEE ALSO latcp(8), latd.conf(5), llogin(1) LAT Server MARCH 17 2003 LATD(8)
Man Page