On Monday, December 4, 2017 at 10:43:35 AM UTC-5,
aleb...@gmail.com wrote:
> I'm a fan of the mainframe world, I've always played with a mainframe emulated by Hercules, yesterday I had the opportunity to buy a used as400, I got all the cables and etc.
> Now I need to know how to access the mainframe terminal...
As Jonathan says, this system is not a mainframe. Mainframes used 3270 communications protocols; this uses 5250. Mainframes of that era used MVS or VM; this system used OS/400. Nothing you might have learnt on a mainframe will work here.
It IS very old, around 2000 or so.
That makes documentation hard to find.
The cards in the photos are:
2746 Twinaxial IOA
2838 100 Mbps Ethernet IOA
If you got all the cables, hook them all up. They mostly can only go in one place.
J11 - Remote power on
J14 - UPS communication
J15 SPCN 1
J16 SPCN 2
The Twinax adapter box has multiple twinaxial ports (circular, keyed, two holes) on it. That will get connected to the 2746. My memory is hazy, but I think you need an actual twinaxial device, not a PC running an emulation program. Set it to address 0, connect it to the twinax adapter with a twinaxial cable and that will be the system console. I could not find an English version, but here is a French poster of hooking up the twinax console:
http://publibfp.dhe.ibm.com/epubs/pdf/a1115220.pdf
If you don't have a twinax cable and terminal (who does anymore?), you may be able to get in to the system by hooking up the ethernet and port scanning until you find the IP address. Then, as suggested in Server Fault, load a TN5250 emulator and try to connect. Like I said, my memory is hazy, and I'm not sure the machine will even boot up without an actual twinax console.
I myself never used Operations Console but that's another thing to look at:
http://www.redbooks.ibm.com/redbooks/pdfs/sg246226.pdf
When the box is powered up, look at the LCD display. What's in it? An 8 character thing like A600 4001? Or something like 01 B (which is normal).
The marketing information is summarised here:
ftp://ftp.software.ibm.com/eserver/iseries/marketing/pdf/v5r1/hw.pdf
Some hardware information can be found here (Hardware (Remove and Replace;
Part Locations and Listings):
http://public.dhe.ibm.com/systems/power/docs/systemi/v5r2/en_US/y4459171.pdf
Another source of hardware information is the System Builder Redbook:
http://www.redbooks.ibm.com/abstracts/redp0542.html?Open
If you aren't personally familiar with the midrange systems, most of the terminology will be strange. I myself have shared pretty much everything I remember about that old thing. I wish you luck!
--buck