Keyboard Shortcuts
Likes
- H390-Vm
- Messages
Search
Re: Networking a selection of Hercules systems running VM/370rel6
On Thu, Aug 8, 2024 at 09:26 PM, Fish Fish wrote:
Unless, of course, you are actually using the original 4.0rc version of Hercules? (which I hope you are NOT!), since you failed to mention which version of Hercules you were actually using.Yes, I did fail to mention the version of Hercules I was using. My sincere apologies. Sometimes it is hard to sort through all the documentation to ensure I have the EXACT correct CURRENT information. ?
I am using the SDL-Hercules, a recent build in the 4.7 sequence, but probably not the latest, as it's been a few months since I re-installed.
?
Thank you for the additional pointer and I will update as I have the time, which is quite limited due to family circumstances.
?
?... Mark S. |
Re: Networking a selection of Hercules systems running VM/370rel6
Mark A. Stevens wrote:
[...] We will also need to modify the Hercules configuration file.Incorrect. That is the CTCE reference for the LONG OBSOLETE original (no longer actively maintained) **4.0rc** (Release Candidate) version of Hercules, which was last updated over 7 years ago. The correct (CURRENT) CTCE reference for the current, actively maintained **4.x** (currently 4.7) version of Hercules (last updated only 4 months ago) is: * I believe Peter Jansen has made some significant changes and fixes to Hercules's original CTCE support over the past 7 years, so you might try configuring your CTCE device(s) using the current 4.7 documentation rather than the now 7-year old obsolete version of the documentation. Unless, of course, you are actually using the original 4.0rc version of Hercules? (which I hope you are NOT!), since you failed to mention which version of Hercules you were actually using. HTH ------------------ Ref: (emulator) -- "Fish" (David B. Trout) Software Development Laboratories mail: fish@... |
Re: Networking a selection of Hercules systems running VM/370rel6
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.
|
Re: XNET v1.4.1
On Sat, Aug 3, 2024 at 07:56 AM, Bob Polmanter wrote:
I've uploaded XNET version 1.4.1 to the files section.? This upload includes the full XNET package including the latest documentation.? For VM/CE V1.R1.2 users, note that this version is identical to the 1.4.0 version you have preinstalled on VM/CE (on the XNET userid).? The version change to 1.4.1 was simply to denote the difference between this version with its updated documentation versus the parts and pieces that are in VM/CE.? Again, 1.4.0 and 1.4.1 are functionally identical.I will work on getting this in place on my fork of CE in preparation for the next release. It won't happen overnight, though ... unless I have trouble sleeping again. ?
?... Mark S.
? |
Re: Networking a selection of Hercules systems running VM/370rel6
On Fri, Aug 2, 2024 at 03:06 PM, Bob Polmanter wrote:
The code on the XNET userid is at level 1.4.0, an includes a modification that Bob Bolch made to it to support model 5 terminals.? But the documentation in the zip file is at level 1.2.0.? I do have the 1.4.0 documentation though, if you want it.? The only difference between 1.2.0 and 1.4.0 is the model 5 change plus some stability improvements for the CTC connection; both are internal changes.? The documentation therefore is essentially the same.I know we don't have a place for CE 1.1.3, yet, but when the files are posted here, I will add them to my fork, so we can get them into the next CE release. ?
?... Mark S. |
On Mon, Aug 5, 2024 at 03:25 PM, Martin Scheffler wrote:
EE subcommands in the macro (BOTTOM, INPUT, TOP, LOCATE, EXTRACT)The EXTRACT subcommand is a Proof of Concept only, syntax differs from XEDIT. ?
Currently implemented:
? EXTRACT CASe
? EXTRACT LIne
? EXTRACT CURLine???? (curline.3 only)
?
The XEDIT equivalent would be "extract /case/line/curline/" if you need all three of these.
?
Have fun ...
Martin
? |
In this preview of EE the subcommand interface is not active by default.
?
On Mon, Aug 5, 2024 at 02:05 PM, rvjansen@... wrote:
is SUBCOM the only line that goes into SYSPROF EE ? Is that on mecaff's A disk or my A disk?Copy SYSPROF EE from the Y-Disk (MAINT 19E MNT19E 19E Y/S R/O) to your A-Disk and modify that copy as desired. My copy on CMSUSER's A-Disk:
subcom ? ? ? ? ? ? ? ? ? ? ? ? ? ??
* define default filetypes ? ? ? ?? ftdefaults c ? ? ? ?V 80 M ? ? ? ?? ftdefaults h ? ? ? ?V 80 M ? ? ? ?? ftdefaults ee ? ? ? V 64 M ? ? ? ?? ftdefaults exec ? ? V 72 U ? ? ? ?? ftdefaults assemble F 80 U 72 ? ? ? fttabdefaults assemble 10 16 31 72? ftdefaults pli ? ? ?F 80 U 72 ? ? ? ?
The SUBCOM command is absolutely necessary in this preview, otherwise EE subcommands from REXX do not work and the macro is useless. The subcommand environment is currently named "XEDIT" but this will change to "EE" in the future.
?
On Mon, Aug 5, 2024 at 02:05 PM, rvjansen@... wrote:
I cannot QQUIT because 'Cannot close internal file HISTORY/DEFAULT/TABS/MACROS'This is a known limitation during development/debugging. You quit this EE preview by "CC", which will switch to any modified/unsaved user file. Use "CCCC" to quit quickly if you do not care about unsaved files. ?
On Mon, Aug 5, 2024 at 02:05 PM, rvjansen@... wrote:
These are two KNOWN BUGS in this preview release, nothing can be done here now.
?
On Mon, Aug 5, 2024 at 02:05 PM, rvjansen@... wrote:
In the instructions, your advice to save the old modules can go, I think: these are on Y2 and will stay put there.You should be aware that this preview release has bugs, when these bugs are too painful then you want to run the well-tested version on the Y-Disk and have the preview modules under different names. ?
On Mon, Aug 5, 2024 at 02:05 PM, rvjansen@... wrote:
When running the exec in the way you indicate, I see a red line with 'CMS command executed -> RC = 437', 'CMS command executed -> RC = 437' is exactly what? cms exec MINIMAL 437 /cur? shall do, this is pure REXX and no EE subcommands are involved. As long as the SUBCOM command is not in SYSPROF EE A line 1, the EE subcommands in the macro (BOTTOM, INPUT, TOP, LOCATE, EXTRACT) cannot work. The INPUT command would make visible changes to the file.
?
File: MINIMAL ?EXEC ? ? A0 ?RECFM: V LRECL: ?72(72) Lines: ? ?20 Current: ? ?11?
? ? 0 * * * Top of File * * * ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? 1 /* REXX */ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2 address "XEDIT" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? 3 parse arg return_code target ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 4 "bottom" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 5 parse version v ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? 6 "input" v ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? 7 "top" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? 8 "locate" target ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? 9 "extract line" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?10 "extract curline" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ....+....1....+....2....+....3....+....4....+....5....+....6....+....7.. ? ? ?11 "bottom" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?12 "input Line" line.1 "contents:" curline.3 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?13 "input Line" line.1 "reversed:" reverse(curline.3) ? ? ? ? ? ? ? ? ? ? ? ? ? ?14 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?15 "top" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?16 exit return_code ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?17 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?18 CMS bREXX 1.0.1 Jul ?5 2022 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?19 Line 10 contents: "extract curline" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?20 Line 10 reversed: "enilruc tcartxe" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?21 * * * End of File * * * ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ====> cms exec MINIMAL 437 /cur ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? 02=RingNext 03=Quit 06=SpltJ 07=PgUp 08=PgDw 10=PI 11=ClrCmd 12=Recall ? ? ? ? ? Modified ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?ee V1.3.0_221118-1307, ?5 File(s)? ?
I hope this information will help.
?
Martin
?
?
?
|
¿ªÔÆÌåÓýHi Martin,is SUBCOM the only line that goes into SYSPROF EE ? Is that on mecaff's A disk or my A disk? I saved MINIMAL EXEC with 'file'. After that, I cannot QQUIT because 'Cannot close internal file HISTORY/DEFAULT/TABS/MACROS' Sometimes I see another internal file from the ring.? After I quit with 'CCCC' ?I see: Non-zero return code issued#(RC=1) ? ? ? ?? WARNING: MEMORY FREED (40 BYTES LEAKED) ? ? In the instructions, your advice to save the old modules can go, I think: these are on Y2 and will stay put there. When running the exec in the way you indicate, I see a red line with 'CMS command executed -> RC = 437', but no apparent change in the data on the screen. best regards, ¸é±ð²Ô¨¦. ?? ? ? ? ? ? ??
|
On Mon, Aug 5, 2024 at 01:33 AM, Martin Scheffler wrote:
It is my special SYSPROF EE which I have on MECAFF's A-Disk.For this preview, it is necessary to have a SYSPROF EE on the A-Disk. The first line must be the single word SUBCOM without quotes.
?
File: MINIMAL ?EXEC ? ? A0 ?RECFM: V LRECL: ?72(72) Lines: ? ?20 Current: ? ?11?
? ? 0 * * * Top of File * * * ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? 1 /* REXX */ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 2 address "XEDIT" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? 3 parse arg return_code target ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 4 "bottom" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 5 parse version v ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? 6 "input" v ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? 7 "top" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? 8 "locate" target ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? 9 "extract line" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?10 "extract curline" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ....+....1....+....2....+....3....+....4....+....5....+....6....+....7.. ? ? ?11 "bottom" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?12 "input Line" line.1 "contents:" curline.3 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?13 "input Line" line.1 "reversed:" reverse(curline.3) ? ? ? ? ? ? ? ? ? ? ? ? ? ?14 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?15 "top" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?16 exit return_code ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?17 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?18 CMS bREXX 1.0.1 Jul ?5 2022 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?19 Line 10 contents: "extract curline" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?20 Line 10 reversed: "enilruc tcartxe" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ?21 * * * End of File * * * ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ====> cms exec MINIMAL 437 /cur ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? 02=RingNext 03=Quit 06=SpltJ 07=PgUp 08=PgDw 10=PI 11=ClrCmd 12=Recall ? ? ? ? ? Modified ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?ee V1.3.0_221118-1307, ?5 File(s)? For easier copy/paste:
? Note that lines 18-20 are the output of the macro and are not repeated here.
? You run it by? cms exec MINIMAL 437 /cur?
?
/* REXX */ ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
address "XEDIT" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? parse arg return_code target ? ? ? ? ? ? ? ? ? ? ?? "bottom" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? parse version v ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? "input" v ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? "top" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? "locate" target ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? "extract line" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? "extract curline" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? "bottom" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? "input Line" line.1 "contents:" curline.3 ? ? ? ? ? "input Line" line.1 "reversed:" reverse(curline.3)? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? "top" ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? exit return_code ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Martin
|
On Mon, Aug 5, 2024 at 01:04 AM, Martin Scheffler wrote:
I have to check the differences in environment and configuration to find a workaround.It is my special SYSPROF EE which I have on MECAFF's A-Disk. This means that a workaround is possible by supplying a custom SYSPROF EE for test purposes.
?
Martin |
On Sun, Aug 4, 2024 at 11:14 PM, rvjansen@... wrote:
I am there. Please tell us more!Sorry, I ran into some trouble. While preparing an example on CMSUSER I had several fatal crashes (re-IPL CMS required). The same REXX macros for EE worked under the MECAFF user.? I have to check the differences in environment and configuration to find a workaround.
?
I will also check the new features which are independent from REXX, especially the ALL command.
?
Martin |
¿ªÔÆÌåÓýHI Martin,Please tell me when you have come so far. best regards, Ren¨¦ Jansen.
|
Re: XNET v1.4.1
Hi Gregg,
?
All of the information you need to set up XNET and the CTC device(s) (both in VM/370 and in Hercules) are in the documentation, including examples.
?
Also, you can set up two XNET servers on the same system (in two different userids) and connect them with a virtual CTCA.?? While this does not serve any practical purpose, it does allow one to get a feel for it and see that it is working, and validate that they set up the configuration correctly.? I'd recommend something like this before trying to connect with a separate host computer running Hercules+VM/370.
?
Regards,
Bob |
I had uploaded a?Bleeding Edge Snapshot of a REXXified EE more than a year ago but I did not supply instructions (which are really necessary). Since I still do not have access to ADHD medication, I am unable to write larger documentation without getting feedback (seeking some stimulation which I currently can't get from ).
?
I'll try to give you some instructions in small pieces:
?
1) Download, Transfer und Unpack
?
?a) download /g/h390-vm/files/MECAFF%20tools:%20fixes%20and%20features/EE181307.VMARC to your PC/workstation
?b) do a binary transfer to a writable CMS minidisk, specify RECFM F and LRECL 80 (ASCII/EBCDIC conversion not applicable here)
????? Example: ? IND$FILE PUT EE181307 VMARC (recfm f lrecl 80)
?c) you should be able to list and unpack the archive
vmarc list ? EE181307 VMARC ? ?A1 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
EE$D ? ? MODULE ? A1. Bytes in= ?176320, bytes out= ? ? ? 0 ( ? ? 0%).? EE$S ? ? MODULE ? A1. Bytes in= ?176400, bytes out= ? ? ? 0 ( ? ? 0%).? Ready; T=0.47/0.56 08:55:27 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? vmarc unpack EE181307 VMARC ? ?A1 ( replace ? ? ? ? ? ? ? ? ? ? ? ? ? ? EE$D ? ? MODULE ? A1. Bytes in= ?176320, bytes out= ?359508 ( ? 203%).? EE$S ? ? MODULE ? A1. Bytes in= ?176400, bytes out= ?359508 ( ? 203%).? Ready; T=0.60/0.74 08:55:46 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
?d) you might want to rename these files to keep access to your systems's standard installation of EE
?
Please tell me when you have come so far.
?
The version should be displayed as? ee? V1.3.0_221118-1307?
?
In case of emergency, enter the ====> CCCC? command to quit all files without saving.
?
Martin
?
On Fri, Nov 18, 2022 at 08:56 PM, Martin Scheffler wrote:
This is a Bleeding Edge Snapshot - Use At Your Own Risk |
OT: SDFVM access
The VM/SP image now running at SDF has moved to planet.sdf.org port 24.
?
Also, for getting permanent accounts on SDFVM:
?
I had no input to this policy.? (I found out with the rest of SDF world).
?
-ahd- |
Re: XNET v1.4.1
Hello!
That's what I wanted Bob. Great! Now what happens after I've got Hercules running on a Pi3, and the OS is that copy of VM. What next? We'd to know how to configure the configure file further to support it. And of course logging into the release to start things and enable things. ----- Gregg C Levine gregg.drwho8@... "This signature fought the Time Wars, time and again." On Sat, Aug 3, 2024 at 8:56?AM Bob Polmanter via groups.io <wably@...> wrote: [Blank!] This sign does not translate. |
Re: XNET v1.4.1
On Sat, Aug 3, 2024 at 07:56 AM, Bob Polmanter wrote:
XNET provides the management and transport of 3270 data between systems in order to facilitate remote logons and connections to other VM systems.? XNET can support multiple users and multiple systems, and supports two types of data transport mechanisms.? XNET is a fully asynchronous mini-operating system that runs in a virtual machine.wow, just ... wow. ?
?... Mark S. |
XNET v1.4.1
I've uploaded XNET version 1.4.1 to the files section.? This upload includes the full XNET package including the latest documentation.? For VM/CE V1.R1.2 users, note that this version is identical to the 1.4.0 version you have preinstalled on VM/CE (on the XNET userid).? The version change to 1.4.1 was simply to denote the difference between this version with its updated documentation versus the parts and pieces that are in VM/CE.? Again, 1.4.0 and 1.4.1 are functionally identical.
?
The materials are now in the Files section of this group, named "xnetv141.zip".
?
From the XNET documentation intro:
XNET connects together two or more S/370-based VM systems for the purposes of allowing remote logon.? XNET allows 3270 terminal users to log on to userids on other similar VM system(s) that are currently online to XNET.? Likewise, a user on one of the other VM system(s) would be able to log on to a userid on your system.? You still retain access control for your own systems via the system directory and passwords. ? XNET provides the management and transport of 3270 data between systems in order to facilitate remote logons and connections to other VM systems.? XNET can support multiple users and multiple systems, and supports two types of data transport mechanisms.? XNET is a fully asynchronous mini-operating system that runs in a virtual machine. ? Regards, Bob |
Re: Networking a selection of Hercules systems running VM/370rel6
¿ªÔÆÌåÓýDone ? From: [email protected] <[email protected]> On Behalf Of Bob Polmanter via groups.io
Sent: Friday, August 2, 2024 11:28 PM To: [email protected] Subject: Re: [h390-vm] Networking a selection of Hercules systems running VM/370rel6 ? Dave, ? When you get a chance, could you delete the old XNETV120.ZIP file in files section (it is under your name from when you copied everything over from Yahoo Groups), and I will upload the? XNET 1.4.0 package and documentation to the files section. ? Regards, Bob |