Page 1 of 1

Hercules 3270 telnet connection first screen

PostPosted: Sun Jun 20, 2010 3:45 pm
by ivans
Hi folks,

I finnaly managed to configure Hercules for os/360 but when I telnet with 3270 emulator to my Hercules on the first screen I see this:
___________________________________________
Hercules Version : 3.07
Host name : mypc
Host OS : Windows_NT-6 1
Host Architecture : i686
Processors : MP=2
Chanl Subsys : 0
Device number : 0701
Subchannel : 0001

HHH HHH The S/370, ESA/390 and z/Architecture
HHH HHH Emulator

My PC thinks it's a MAINFRAME
________________________________________________

Which button or combination of keys I must press to move into next window. because this windows seems to be just welcome screen.
I tired to look in the hercules page but can't find such information.

Re: Hercules 3270 telnet connection first screen

PostPosted: Fri Jun 25, 2010 1:55 pm
by ivans
Now I know that I need to do something with TSO (set uop it on my Hercules)

Re: Hercules 3270 telnet connection first screen

PostPosted: Fri Jun 25, 2010 2:26 pm
by enrico-sorichetti
Which button or combination of keys I must press to move into next window. because this windows seems to be just welcome screen.

the hercules logo will disappear at the first I/O from the operating system

after IPL
if the 3270 session is the console, You will see the normal ipl message sequence

if the 3270 session is a generic 3270 ( not a console )
the hercules logo will disappear as soon as the node is activated by VTAM

odd that You were not able to find any info ...

here are some useful links

http://www.jaymoseley.com/hercules/

http://www.bsp-gmbh.com/hercules/index.shtml
http://www.bsp-gmbh.com/turnkey/

Re: Hercules 3270 telnet connection first screen

PostPosted: Fri Jun 25, 2010 3:49 pm
by ivans
Which host OS is best for Hercules? Linux or Windows? Curently I have hercules on Windows XP. But thinking about install it on Debian

Re: Hercules 3270 telnet connection first screen

PostPosted: Fri Jun 25, 2010 4:01 pm
by enrico-sorichetti
does not make too much difference from a performance point of view
/personal opinion on
on a linux like platform is much easier to build additional tools and extensions
the development environment is already there, under windoze You will have to
install the Visual <thingies> to compile anything
on linux more scripting languages are available perl,python,

on windows XP You have the 3gb limitation for the PC storage seen by winxp

on any decent linux thing with the latest processors You have the advantage
of being able to build a 64 bits executable
there is a bit of debate going about the performance of the various combinatios

32/64 bits guest VS. 32/64 bits hercules executable VS. 32/64 bits kernel mode
( yes on mac leopard/snow leopard a 32 bits kernel can run 64 bits applications )

I am currently running on a mac book pro 64 bits kernel and hercules, 32 bits MVS 3.8

Re: Hercules 3270 telnet connection first screen

PostPosted: Wed Jul 21, 2010 4:45 pm
by NicC
enrico-sorichetti wrote:on linux more scripting languages are available perl,python,

which are all available on Windoze although you will have to obtain them, for free.

Re: Hercules 3270 telnet connection first screen

PostPosted: Tue Jan 04, 2011 1:52 am
by alexlloyd54
NicC wrote:
enrico-sorichetti wrote:on linux more scripting languages are available perl,python,

which are all available on Windoze although you will have to obtain them, for free.


I think you could get them too by using Cygwin

Re: Hercules 3270 telnet connection first screen

PostPosted: Tue Jan 04, 2011 3:55 am
by steve-myers
I don't think there are any TCP/IP stacks or OS/360; this may present a problem.

My memory says the only terminal I/O for TSO in OS/360 was a basterdized TCAM interface. I don't know how one would do the terminal I/O.

Re: Hercules 3270 telnet connection first screen

PostPosted: Tue Jan 04, 2011 4:02 am
by enrico-sorichetti
I think you could get them too by using Cygwin

Cygwin provides an almost full unix emulation layer, a bit complicated to manage

for the most common scripting languages Rexx,Python,Perl, TCL a native windows version is available
sourceforge.net for REXX ( regina, ooRexx )
actvetate.com for Python,TCL,Perl