If this isn't exactly what you wanted, please try our Search (there's a LOT of techy and non-techy stuff here about Linux, Unix, Mac OS X and just computers in general!):
From: Bob Rasmussen <ras@anzio.com>
Subject: Re: sco-list: TTY Assignments
Date: Tue, 15 Jan 2002 08:02:20 -0800
References: <3c444545.0@209.128.1.3>
On Tue, 15 Jan 2002, Joe wrote:
> Is there anyway to make sure a telnet client always gets the same TTY
> assignment when logging into a UNIX host? We have an application that
> assigns printers to hosts based on their TTY assignment. This is fine with
> terminals, but now we have PC's in place of terminals using TELNET, its
> giving the telnet sessions the next available TTY, thus screwing up printer
> issues.
I don't know of a way to to make sure a particular telnet client always gets
the same TTY device. But there are other ways to solve your problem. Here are
some possibilities to consider, dependent of course on the capabilities of
your telnet client. Keep in mind that in some cases you may want to have
multiple telnet sessions coming from one PC, and that may affect your choice
of methods. In no particular order:
1) ANSWERBACK: Most terminal models allow an answerback string to be
programmed in. The server can then query for this string. An advantage of this
approach is that it will work with dumb terminals as well as emulators.
2) ENVIRONMENT VARIABLES: An element of the telnet protocol (and also the SSH
protocol) is the passing of environment variables. You would configure your
telnet client with, for instance, "PRINTER=PRT25". This would get passed to
the shell session at login. Note that some telnet daemons disallow most
environment variables, except TERM, DISPLAY, and possibly PRINTER. I'm not
sure about SCO's approach here.
3) CREATIVE USE OF TERM: Because of restrictions just mentioned, some folks
have forced their telnet clients to send a terminal-type environment variable
containing both the terminal type info and also a location code. For instance,
"TERM=scoansi:PRT25". The .profile or other shell script then parses this,
resets the TERM variable, and also sets a location or printer variable.
4) IP ADDRESS: If your client PCs are using static IP addresses, you can
determine the IP address and base the printer assignment on that.
5) PASSTHROUGH PRINT: Send the print job back through the terminal session,
and from there to the printer. Yes, this can work quite well; we have hundreds
of people doing it, probably thousands.
6) FOLLOW-ME PRINTING: Print jobs are sent to either an LPD or a JetDirect
emulator at the same IP address as the telnet session is coming from; that is,
to the same PC. Our Print Wizard utility can do this.
7) ARBITRARY CLIENT RESPONSE: If you know at the host level that a particular
telnet client is running, there may be a way the host can query the client
using a proprietary feature. For instance, with Anzio (our telnet client), the
host can ask for the contents of a particular environment variable or
internal variable, such as the Windows machine name, the Windows login name,
or an arbitrary user-defined variable. This avoids restrictions imposed by the
telnet daemon.
Regards,
....Bob Rasmussen, President, Rasmussen Software, Inc.
personal e-mail: ras@anzio.com
company e-mail: rsi@anzio.com
voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
fax: (US) 503-624-0760
web: http://www.anzio.com
Enter your email address for automatic notification of new posts here
(be sure to whitelist 'feedburner.com' if you use spam filtering)
| Views for this page | ||||
|---|---|---|---|---|
| Today | This Week | This Month | This Year | Overall |
| 3 | 7 | 34 | 518 | 1,889 |
/Bofcusm/1406.html copyright 1997-2004 (various authors) All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.

Add your comments