Okay,
First, log on to MAINT and check your Real I/O definitions in DMKRIO ASSEMBLE.?
If you are running VM/370 CE you will find it on the G minidisk after you enter
the command:
?
vmsetup cp
?
You should see the following definitions, which means you can have up to 16 CTCT.
The problem with this is we want CTCE to be able to use XNET and NJE.
?
DMKRIO ASSEMBLE G1
?
FSVIEW: DMKRIO ASSEMBLE G1 ? ? ? ? ? ?Lines 90-128/213 F80[1-79] ?FSVIEW V1.2.5
?CHANNEL FIVE ?( 500 ) DEVICES ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?DMK00900
?DMK00910
? ? ? ? ?RDEVICE ADDRESS=(500,8),DEVTYPE=CTCT ? ? ? ? ? ? ? ? ? ? ? ? ? DMK00920
? ? ? ? ?RDEVICE ADDRESS=(510,8),DEVTYPE=CTCT ? ? ? ? ? ? ? ? ? ? ? ? ? DMK00930
? ? ? ? ?RDEVICE ADDRESS=(580,16),DEVTYPE=3420,MODEL=8,FEATURE=DUALDENS DMK00940
?
FSVIEW: DMKRIO ASSEMBLE G1 ? ? ? ? ? Lines 168-206/213 F80[1-79] ?FSVIEW V1.2.5
* ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? DMK01680
? ? ? ? ?RCTLUNIT ADDRESS=500,CUTYPE=3088,FEATURE=16-DEVICE ? ? ? ? ? ? DMK01690
? ? ? ? ?RCTLUNIT ADDRESS=510,CUTYPE=3088,FEATURE=16-DEVICE ? ? ? ? ? ? DMK01700
? ? ? ? ?RCTLUNIT ADDRESS=580,CUTYPE=3803,FEATURE=16-DEVICE ? ? ? ? ? ? DMK01710
* ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? DMK01720
This means we have to rebuild the CP nucleus.
?
We will also need to modify the Hercules configuration file. The reference for
CTCE we need can be found here:
?
?
I have three qemu/KVMs and I'm just getting this started so I only have the
following definitions created in my first VM system.
?
# Hercules PC Host vm370dev with IP address 192.168.122.240 connecting to
# Hercules PC Host vm370-01 with IP address 192.168.122.246
#
0500 ?CTCE ?30880 ?192.168.122.246 ?30880 ?32778 8
0501 ?CTCE ?30882 ?192.168.122.246 ?30882 ?32778 8
#
# Hercules PC Host vm370dev with IP address 192.168.122.240 connecting to
# Hercules PC Host vm370-02 with IP address 192.168.122.154
#
0502 ?CTCE ?30880 ?192.168.122.154 ?30880 ?32778 8
0503 ?CTCE ?30882 ?192.168.122.154 ?30882 ?32778 8
?
This is as far as I have gotten.
?
?... Mark S.