Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Public 3270 server [closed]

I know it's not exactly the right place for such a question, but I've seen similar questions to this here, and I don't know any other place where I could ask this, so sorry in advance.

Do you know where I could find a public 3270 server ? I'm working on a telnet emulator and I need one of these servers to test it.

Thanks for your help !

like image 374
Virus721 Avatar asked Aug 30 '13 09:08

Virus721


People also ask

What does it mean when a customer asks for 3270 emulation?

3270 emulation is a communications standard that allows a remote terminal such as a Windows, Mac OS X, or Mac OS workstation to communicate with an IBM or IBM-compatible mainframe. 3270 emulation on your workstation allows you full access to mainframe applications (such as FAMS, BARS, or FOCUS at Indiana University).

What is a TN3270 server?

Microsoft Host Integration Server TN3270 is graphical user interface to work within a 3270 terminal emulation session, when connected to a remote IBM mainframe computer across a TCP/IP.

What is TN3270 in mainframe?

The TN3270E protocol represents the evolution of SNA as it converged into the world of TCP/IP. It is the primary method of connecting end users to mainframe computers. It consists of a character-based data stream. TN3270E connectivity is handled on the mainframe by the TN3270E server.


1 Answers

The biggest issue you will face, is not the TELNET/TN3270 part itself, but rather interpreting the 3270 data stream. Anyway, here are some options for you:

  • efglobe.com provides a public access z/OS system for personal use only. Ask them on their forum about the kind of testing you intend to perform, to see whether they are okay with it.
  • With MVS Turnkey, you can install MVS 3.8J (for which IBM apparently does not claim copyright) under Hercules emulation. This dates to 1981, so likely lacks newer protocol innovations since then, but could help you get the basics of the 3270 protocol right. (MVS 3.8J lacks a TCP/IP stack, so it doesn't directly support TN3270, but Hercules accepts TN3270 connections and makes them appear as a physical 3270 to MVS.)
  • IBM will sell you a mainframe emulator running latest IBM mainframe operating systems on x86 hardware. It will cost you several thousand dollars a year though.

Many institutions used to offer public TN3270 access to library catalogues, but as most libraries have moved off the mainframe, most or all of those seem to have disappeared. In any case, using someone else's system for testing without their knowledge/permission could be ethically and/or legally questionable. You'll still find various organizations have non-public 3270 systems exposed to the Internet, but you won't get past the login screen, and the same comment about legality/ethics applies.

like image 138
Simon Kissane Avatar answered Oct 08 '22 14:10

Simon Kissane