SDL-Hercules-390 / hyperion

The SDL Hercules 4.x Hyperion version of the System/370, ESA/390, and z/Architecture Emulator
Other
240 stars 90 forks source link

z/OS ADCD 1.13f ipl fails #586

Closed student501 closed 1 year ago

student501 commented 1 year ago

Hyperion version: 4.6.0.1-SDL-g65c97fd built unter Debian Bookworm.

Trying to IPL z/OS 1.13 ADCD 2013.10 published last year on archive.org.

The log is very short:

HHC01603I ipl a80
HHC00811I Processor CP00: architecture mode ESA/390
HHC00811I Processor CP01: architecture mode ESA/390
HHC00814I Processor CP00: SIGP Set architecture mode            (12) CP00, PARM 00000001: CC 0
HHC00811I Processor CP00: architecture mode z/Arch
HHC00107I Starting thread cckd_ra(), active=0, started=0, max=2
HHC00100I Thread id 00007f77177fd6c0, prio 0, name 'cckd_ra thread 1' started
HHC00107I Starting thread cckd_ra() from cckd_ra(), active=1, started=1, max=2
HHC00100I Thread id 00007f77176fc6c0, prio 0, name 'cckd_ra thread 2' started
HHC00801I Processor CP00: Operand exception interruption code 0015 ilc 4
HHC02324I CP00: PSW=0400200080000000 0000000020000178 INST=B2342000     STSCH 0(2)                   store_subchannel
HHC02326I CP00: V:0000000020012C58:R:000000007FFF3C58:K:06=00000000 00000000 00000000 00000000  ................
HHC02269I CP00: R0=0000000020012C94 R1=0000000000050000
HHC02269I CP00: R2=0000000020012C58 R3=0000000000000030
HHC02269I CP00: R4=0000000020012C58 R5=0000000000000000
HHC02269I CP00: R6=000000002000F250 R7=0000000000000002
HHC02269I CP00: R8=00000000FFFFFFF9 R9=0000000020012000
HHC02269I CP00: RA=0000000000000005 RB=000000002000079C
HHC02269I CP00: RC=00000000A0000000 RD=00000000200006E4
HHC02269I CP00: RE=00000000A0000172 RF=00000000FFFFFFF8
HHC02271I CP00: C0=0000000000000200 C1=0000000000004003
HHC02271I CP00: C2=0000000000000000 C3=0000000000000000
HHC02271I CP00: C4=0000000000000000 C5=0000000000000000
HHC02271I CP00: C6=00000000FE000000 C7=0000000000000000
HHC02271I CP00: C8=0000000000000000 C9=0000000000000000
HHC02271I CP00: CA=0000000000000000 CB=0000000000000000
HHC02271I CP00: CC=0000000000000000 CD=0000000000000000
HHC02271I CP00: CE=00000000C2000000 CF=0000000000000000
HHC00809I Processor CP00: disabled wait state 0002000000000000 00000000003000B1
Tirocinante commented 1 year ago

Hi all!

Student501, did you manage to convert the volumes from bin to cckd, I mean, all of them? I got some errors after trying uncompressing them. In particular, FDBBN1 seems to be corrupted, although I don't think it is needed for IPLing.

Thanks.

student501 commented 1 year ago

Converted all but FDBBN1, but since IPL fails this early, it can not be the reason.

Fish-Git commented 1 year ago

The log is very short:

Why?

HHC00809I Processor CP00: disabled wait state 0002000000000000 00000000003000B1

Have you looked up this disabled wait code in the IBM manual? What does it mean?

student501 commented 1 year ago

The log is very short:

Why?

HHC00809I Processor CP00: disabled wait state 0002000000000000 00000000003000B1

Have you looked up this disabled wait code in the IBM manual? What does it mean?

Thanks for the hint. How do I split it? In https://www.ibm.com/docs/en/zos/2.2.0?topic=codes-system-completion-code-module-table I see

0B1 |   | SSI | IEFJACTL IEFJCNTL IEFJJCLS IEFJJOBS IEFJWTOM

Or should it be a complete match to 3000B1 ?

Fish-Git commented 1 year ago

Google for "ibm zos disabled wait codes":

Very first hit at top of page:

Scroll down and click link for "0B1"

Fish-Git commented 1 year ago

The log is very short:

Why?

You did not answer this question.

Fish-Git commented 1 year ago

Did you read this before asking for help?

There is a link to it at the very top of our GitHub Issues page:

student501 commented 1 year ago

Fish, thank you very much for your answers, and sorry for misinterpreting submission rules. Attached the complete log:

So b1 is "A required device is not defined.", which means that the problem most likey lies in my config, not in hyperion.

student501 commented 1 year ago

So, my initial problem was obviously wrong LOADPARM, thank you! Changed it to LOADPARM 0A82DCM1 and now I get:

HHC00809I Processor CP00: disabled wait state 0002000000000000 0000000000000088

According to the IBM documentation 088 is "The auxiliary storage manager (ASM) detected a paging I/O error when attempting to read from or write to storage-class memory (SCM). The error can be caused by either a hardware or a software problem". Is it because of the missing 0a95 DASD?

Sorry for spamming. Changed to LOADPARM 0A82CSM1 and now it gets to:

HHC00006I SCLP console interface inactive

*   IXC420D REPLY I TO INITIALIZE SYSPLEX ADCDPL, OR R TO REINITIALIZE XCF.
    REPLYING I WILL IMPACT OTHER ACTIVE SYSTEMS.

I'll report how far it'll get. Once again thanks for all the hints

Fish-Git commented 1 year ago

PEBKAC. Closing.