Re: Why am I getting this HHCCP027E Device 0148 not in config...THREAD CLOSED
"Anyanso" <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
Thanks all that helped me understand what I needed to do for this issue. Again, thanks everybody Anyanso --- In [email protected], "Anyanso" <pagwu@...> wrote: > > > Hi all, > > I have been following the installation and currently struggling to get my MVS TK3 ipl'd but running into the "Device 0148 not in configuration" > problem. I have checked with the cook book ops docs, tried google and whatever else I can find but nothing has been helpful in explaining why and what I am doing wrong and how to fix it. > > The problem: Hercules MVS3.8j is up (see log info below) and telnet connection established. However, according to "Operating the MVS 3.8J Tur(n)key System" document, the next thing should be to issue ipl 148 and I did and the result that I got is shown as follows: > > No SIGABEND handler + > Regular Expressions support > Automatic Operator support > Machine dependent assists: cmpxchg1 cmpxchg4 cmpxchg8 fetch_dw store_dw > Running on ANYANSO-PKHA40D Windows_NT-5.2 i686 MP=2 > HHCHD018I Loadable module directory is hercules > Crypto module loaded (c) Copyright Bernard van der Helm, 2003-20 > Active: Message Security Assist + > Message Security Assist Extension 1 > Message Security Assist Extension 2 > comp=-1,compparm=-1,ra=2,raq=4,rat=2,wr=2,gcint=5,gcparm=0,nostress=0, > freepend=-1,fsync=0,trace=0,linuxnull=0 > HHCHT001I HTTP listener thread started: tid=000009F8, pid=2924 > HHCHT013I Using HTTPROOT directory "C:\Program Files\Hercules\root\" > HHCCF065I Hercules: tid=00000BD4, pid=2924, pgid=2924, priority=0 > HHCHT006I Waiting for HTTP requests on port 80 > HHCSD004I Device 0002 bound to socket localhost:3505 > HHCSD020I Socketdevice listener thread started: tid=000009F4, pid=2924 > HHCTE001I Console connection thread started: tid=00000A08, pid=2924 > HHCTE003I Waiting for console connection on port 3270 > ** tt32_loaddll: LoadLibraryEx("TunTap32.dll") failed; rc=126: The specified mod > HHCCP002I CPU0000 thread started: tid=00000A94, pid=2924, priority=15 > HHCCP003I CPU0000 architecture mode z/Arch > HHCTT002I Timer thread started: tid=00000900, pid=2924, priority=-20 > HHCPN001I Control panel thread started: tid=00000BD4, pid=2924 > HHCSH049I Shared device 0.1 thread started: tid=000009A0, pid=2924 > HHCAO001I Hercules Automatic Operator thread started; > tid=00000BD8, pri=0, pid=2924 > HHCSH057I Waiting for shared device requests on port 3090 > HHCTE009I Client 127.0.0.1 connected to 3215 device 0:0009 > ipl 148 > HHCCP027E Device 0148 not in configuration > > Telnet Connection > Hercules version 3.07 built on Mar 23 2010 01:41:03 > running on ANYANSO-PKHA40D (Windows_NT-5.2 i686 MP=2) > Connected to device 0:0009 > > Here's what my Hercules.cnf looks like: > > # > # Hercules Emulator Control file... > # Description: Hercules configuration File > # MaxShutdownSecs: 15 > # > # > # System parameters > # > > ARCHMODE z/Arch > CCKD RA=2,RAQ=4,RAT=2,WR=2,GCINT=5,GCPARM=0,NOSTRESS=0,TRACE=0,FREEPEND=-1 > CNSLPORT 3270 > CONKPALV (3,1,10) > CPUMODEL 3090 > CPUSERIAL 002623 > ECPSVM NO > HTTPPORT 80 NOAUTH > HTTPROOT "C:/Program Files/Hercules/root/" > LPARNAME HERCULES > MAINSIZE 512 > MOUNTED_TAPE_REINIT DISALLOW > NUMCPU 1 > OSTAILOR Z/OS > PANRATE 50 > PGMPRDOS LICENSED > SHCMDOPT NODIAG8 > SHRDPORT 3090 > SYSEPOCH 1900 > TIMERINT 50 > TZOFFSET -0500 > XPNDSIZE 128 > YROFFSET 0 > > HERCPRIO 0 > TODPRIO -20 > DEVPRIO 8 > CPUPRIO 15 > > # Card Readers > > 0001 2501 > 0002 2501 localhost:3505 sockdev ascii trunc eof > > # Card Punches > > 0003 3525 "C:/Program Files/mvs38j/pch/punch00d.txt" ascii crlf > > # Line Printers > > 0004 3211 "C:/Program Files/mvs38j/prt/print00e.txt" crlf > > # Console Printers > > 0009 3215 > > # Display Terminals > > 0010 3270 * 192.168.1.196 255.255.255.0 > 0011 3270 * 192.168.1.197 255.255.255.0 > 00C0 3270 * 192.168.1.196 255.255.255.0 > 00C1-00C2 3270 * 192.168.1.197 255.255.255.0 > > # CTC Adapters > > 000E LCS 192.168.200.2 > ------------------------------------------- > > > What could I be doing wrong and how can I go about resolving this problem? > > Thanks everyone in advance. >