Multiple Terminals


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Multiple Terminals
# 15  
Old 01-02-2005
Anybody else have any ideas?
# 16  
Old 01-02-2005
Sheesh....where to start???

Using a dumb terminal has nothing to do with networks at all. And a dumb terminal isn't "remote". It is local, even if it's on a different continent. The kernel will be talking to a tty device on the local computer. This device will be connected by a cable to dumb terminal or a modem. But the tty device (or serial port) is local. It will have a name in /dev. Maybe /dev/tty01 or something.

I have never done this under Linux. Under HP-UX you use getty while under Solaris, it's ttymon. It's amazing that this thread got this long without anyone mentioning which distro of Linux. But looking at redhat 7.2, I find several things by typing "man -k getty". "man agetty" looks promising. Maybe that would be a place to start. And why not mention your distro to save some time if a linux expert shows up?
# 17  
Old 01-02-2005
Yes, I understand that it is not network. I was just saying that I have a special hub like thing that allows the serial connection to go over a cat5 cable so that you can add many terminals to the single server without adding more ports serial ports. I have tried getty however, it also didn't seem to "find" (?) the terminals. Using red hat 8.0
# 18  
Old 01-02-2005
Okay, that whole thing with the networking and all just confused everybody. Let me make this a bit more simple to understand. From the top: I have a server that is running Red Hat Linux 8.0. The server has two serial connection ports. The server does not have any other software specific to Wyse terminals. Only the standard stuff that comes with the distro is installed. I have one terminal that has been connected to the serial port via the serial port on the terminal. Now when I turn on the terminal and boot up the server all that happens is that random symbols and such appear on the terminal. I have tried messing with VT types and getty. I do not know much about these dumb terminals, but always thought that TERM, and getty would detect that it was a tty connection and just send the login prompt. The terminals are Wyse wy-60s located here: http://www.wyse.com/service/discontd/terminals/wy60.htm And, yes i have been through their knowledge base alot.

Hope this helps some, and thanks for your time!
# 19  
Old 01-03-2005
Quote:
Originally posted by zazzybob
jhoffman - Please review the rules - E-mail addresses are not permitted within postings on these boards. These boards are designed to allow information to flow and form a knowledge base for the benefit of all - not for encouraging private emailing between posters and their friends/tutors.

I have removed the email addresses from this thread.

Thanks,
ZB
sorry i just wanted to help ... wont happen again
# 20  
Old 01-03-2005
asked my web server teacher today and he said somthing about you need to install somthing like ssh and make sure its communicating on a protocol like netboui or tcp/ip he also mentioned somthing about the /dev folder and having a shared file in it.
# 21  
Old 01-03-2005
Thanks for the attempt and the effort jhoffman, but it has nothing to do with networking Smilie As we have been trying to show, it is done locally with serial connection. What I was talking about with the networking was I had a way to bridge the serial connection over ethernet, however when it connects back to the server it is done with a serial connection not ethernet.

I guess my question should be: How to set up a Wyse dumb terminal?

Last edited by Phobos; 01-03-2005 at 03:04 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Automate an application using scripting, managing multiple terminals

Hi I am new to Ubuntu and Bash scripting. I am working on a project to give a demo on an SDN application to my class. I need some help in scripting to create the demo. Please help in case if you have any idea on what am asking. The demo uses a tool called mininet. I need just one script so... (2 Replies)
Discussion started by: anzal
2 Replies

2. AIX

How to open multiple virtual terminals to a single LPAR

I just wondering if there are ways to open multiple virtual terminal to a single LPAR. After I have use putty to login to the VIOS. I will use mkvt -id <LPAR id> to open console but if my friend want to open 2 second one, it will say, VT already connected. IS there a way to work this around ? ... (1 Reply)
Discussion started by: wingcross
1 Replies

3. UNIX Desktop Questions & Answers

non-overlapping terminals

Hi Everyone! I was wondering if there's an easy way to have terminals (gnome-terminal for instance) be open in such a way that they're not overlapping each other? I suppose I could play around with the --geometry option but that would imply me checking whether a terminal is already at a given... (3 Replies)
Discussion started by: anthalamus
3 Replies

4. Programming

Handling Multiple terminals

Hi, Basically I've written a game in ncurses that supports multiple players. Each player has a process associated with him which shares a segment of memory in which the player's structures are stored, and these structured are accessed by the 'server' program and handled there. The scope of the... (13 Replies)
Discussion started by: dgre0018
13 Replies

5. Shell Programming and Scripting

running Multiple terminals/shells

Hi, I'm looking for a way to send commands through multiple shells/terminals (not sure which is proper syntax). Basically, I have to open 3 different shells/terminals and run separate parts of a program suite in each of them. I find this annoying. The commands I have to do are simple, and could... (1 Reply)
Discussion started by: Caradoc
1 Replies

6. Shell Programming and Scripting

calling multiple terminals

I'd like to write a script that will call n number of terminals that will all ssh to X-server and automatically enter the same password. Unfortunately I'm not exactly sure what kind of commands would work for me here because when I call for gnome-terminal, a new terminal pops up and the old... (1 Reply)
Discussion started by: gelitini
1 Replies

7. UNIX for Dummies Questions & Answers

view all others terminals

i'm responsible for maintenance at my place and would like to watch all terminals in front me.i log myself into one terminal, but would like to view copy of other's terminals visible to me, it is just like for audit/security watch. (2 Replies)
Discussion started by: vkandati
2 Replies

8. Programming

Pseudo Terminals

I need to spawn a number of foreground process by reading a configuration file. Each process needs some form of I/O. Hence I need to run it on different terminals. How it can be done programatically , i.e. , my module needs to find which terminal is not in use, then open it, execute the process... (2 Replies)
Discussion started by: S.P.Prasad
2 Replies

9. UNIX for Dummies Questions & Answers

Making X terminals out of a PC

Well I was trying to configure an Old PC having Win 3.1 to speak X with my UNIX server . I looked at notes , Looks like Debian Linux gives a base tarball to help boot of a floppy and talk to the XDMCP server . Well I was just hoping if there are other open source tools out there which would... (1 Reply)
Discussion started by: DPAI
1 Replies
Login or Register to Ask a Question