- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux as a dumb terminal?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2003 09:45 AM
тАО03-27-2003 09:45 AM
"How does one set up Linux as a dumb terminal?"
This is a little generic, and I find plenty of information on minicom, etc. and null-modem cables. However, I would like to set up (say in inittab) like:
6:2345:respawn:/sbin/mingetty tty6
as minicom (or other terminal) which directly connects as a dumb terminal.
I'm also up for suggestions as to the best terminal emulator for this type of situation.
Ultimately, I'd like to use a single Linux box (with several serial ports) as a head for several headless workstations, with ALT-F1 being the first, ALT-F2 the second, etc.
Any pointers would be greatly appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2003 10:48 AM
тАО03-27-2003 10:48 AM
Re: Linux as a dumb terminal?
Besides mingetty there is getty and agetty supported in Linux, and others, and, they all vary greatly. For example, here is an inittab entry for agetty with a baud rate of 38400 pointing to device tty1:
c1:12345:respawn:/sbin/agetty 38400 tty1
Note: That there has to be a device like device tty1 to point to.
Also refer to tset, setterm, stty, setserial and setup commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2003 12:28 PM
тАО03-27-2003 12:28 PM
Re: Linux as a dumb terminal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2003 12:32 PM
тАО03-27-2003 12:32 PM
Re: Linux as a dumb terminal?
I say go and test it if you have a multi-port card - we only had it for a week otherwise we would use that setup to access other machines via serial console.
Pay a visit to the site :
http://www.jfc.org.uk/software/conc.html
Goran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2003 01:22 PM
тАО03-27-2003 01:22 PM
Re: Linux as a dumb terminal?
However, this is less about getty than it is about Linux virtual terminals: ALT-F1, ALT-F2, ALT-F3, etc.
How does one run a program on a console without getty? I mentioned minicom since this could be used to set up a linux host as a dumb terminal for a rack of servers.
However, I could just as well have referenced, oh, say lynx. Say I want to run lynx on a virtual terminal with no password. Just walk up and you've got lynx on ALT-F3.
How?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-27-2003 01:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-28-2003 06:56 AM
тАО03-28-2003 06:56 AM
Re: Linux as a dumb terminal?
Simple. It should have occurred to me. It works like a charm. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2003 04:11 PM
тАО03-30-2003 04:11 PM
Re: Linux as a dumb terminal?
Glad it worked out for you.