Keyboard Shortcuts
Likes
- H390-Vm
- Messages
Search
More Help Files
¿ªÔÆÌåÓýFolks, I have uploaded a few more helpfiles for ? SCRIPT RUNPARM SDIFF SED SFBROWSE SNOBOL4 TAPEMAP WAITC ? to the GITHUB repository. I think that completes the HELP for the Y-Disk unless some one knows differently. ? Dave |
Re: Hercules with VM/370 on Linux in the background - erronous behaviour
Richard - VE7CVS
Hi, Michael:
toggle quoted message
Show quoted text
You might also be able to solve this by adding: 0</dev/null to your nohup command. This should eliminate your 'stdin' errors. - Richard, VE7CVS On 3/14/22 7:58 AM, Michael Grom wrote:
|
Re: tool to detect overlapping DCSS or named segments
Mark, I was out of town yesterday, so I am catching up.? I did put a copy of the old SNTPARS EXEC from Cornell U. onto the MAINT 5E5 tools disk. I used it in the old days, and it helped me rearrange the segments for the CMS Nucleus restructure in VM370CE.? On MAINT, Issue VMSETUP?CP, then run it with: SNTPARS DMKSNT?ASSEMBLE F I added support for the NAME3800 entries. Bob? |
Re: tool to detect overlapping DCSS or named segments
¿ªÔÆÌåÓýThanks Rene, I live on GMT or GMT+1 so can¡¯t always answer when you chaps ask questions Dave ? From: [email protected] <[email protected]> On Behalf Of Ren¨¦ Ferland
Sent: 24 March 2022 01:55 To: [email protected] Subject: Re: [h390-vm] tool to detect overlapping DCSS or named segments ? On Wed, Mar 23, 2022 at 06:43 PM, Mark Waterbury wrote:
On minidisk 5E5 (B) of MAINT. |
Re: tool to detect overlapping DCSS or named segments
¿ªÔÆÌåÓýMark, ? Well VM/SP has a ¡°SNTMAP¡± (Usually pronounced SNOTMAP) but of course we don¡¯t There is an SNTPARS Rexx Exec but no idea how good it is. ? Dave ? From: [email protected] <[email protected]> On Behalf Of Mark Waterbury
Sent: 23 March 2022 16:32 To: [email protected] Subject: [h390-vm] tool to detect overlapping DCSS or named segments ? Hi, All, |
tool to detect overlapping DCSS or named segments
Hi, All,
Does anyone recall any tool to identify any DCSS or named segments that potentially overlap each other if used at the same time?? Looking for something similar to DIRMAP EXEC of old, that works with the DMKSNT ASSEMBLE source or a compiled form of that (DMKSNT TEXT)? Thanks in advance, Mark S. Waterbury |
Re: ASSIST port question
On Sat, Mar 19, 2022 at 04:27 AM, Bob Bolch wrote:
Are the files on the TAPEMAP 191 disk on VM370CE any part of the ASSIST port to CMS that you were working on?Today, finally, I have fingers crossed, finished the implementation of ASSIST.? The files, documentation and upload to this group, of the ASSIST package, complete and usable. I welcome questions, comments, criticisms. These are the files I found on TAPEMAP 191. I am not using them for my port. It is incomplete, as I can't find a number of the original files from PSU/NIU. Files like documentation, macro libraries, and so on, needed for a complete install, and use. XLIST: * * C?????????????????????????????????????? Lines 1-38/115? XLIST V1.2.5 ? Filename Filetype Fm? Format??? Recs Blocks? Date?????? Time?? Label ? AS?????? EXEC???? C1? V??? 71????? 8????? 1? 2002-08-22 12:06? TAP191 ? ASIVP??? JOB????? C1? F??? 80??? 144???? 15? 2002-08-21 11:40? TAP191 ? ASSIST?? ASSEMBLE C1? F??? 80? 28857?? 2886? 2002-08-22 11:13? TAP191 ? ASSIST?? LISTING? C1? F?? 121? 34167?? 5168? 2002-08-22 11:31? TAP191 ? ASSIST?? MACLIB?? C1? F??? 80??? 107???? 11? 2002-08-22 11:30? TAP191 ? ASSIST?? MAP????? C5? F?? 100??? 154???? 20? 2002-08-22 11:34? TAP191 ? ASSIST?? MODULE?? C1? V 65535????? 4???? 90? 2002-08-22 11:34? TAP191 ? ASSIST?? SYSPRINT C1? F?? 133??? 591???? 99? 2002-08-22 12:06? TAP191 ? ASSIST?? SYSPUNCH C1? F??? 80??? 100???? 10? 2002-08-22 12:06? TAP191 ? ASSIST?? TEXT???? C1? F??? 80?? 1480??? 148? 2002-08-22 11:31? TAP191 ?... Mark S. |
2 files uploaded
#file-notice
[email protected] Notification
The following files and folders have been uploaded to the Files area of the [email protected] group. By: Mark A. Stevens <marXtevens@...> |
Re: Minidisk allocation planning
Hi Bob, yes, my wrong...guessing free device addresses in conjunction with dev types is a bad idea. I've checked dmkrio assemble on F (not dared to change it) and looked up a free address for a 3350 - now everything worked as supposed |
Re: Hercules with VM/370 on Linux in the background - erronous behaviour
¿ªÔÆÌåÓýHi Michael,to avoid this problem I run the remote sessions under tmux - you can also use screen. This makes sure that losing (or hanhing up) a connection does not interfere with you hercules sessions.? To illustrate, this is the process: ssh to your remote machine tmux start hercules for a specific os - some need manual action and others not ctrl-b c to create a new session in the same tmux instance start other hercules instance ctrl b d to fall back into the ssh session logoff. At any point the connection can be broken - a new ssh session can be started, and a ¡¯tmux attach¡¯ brings me back where I was. After a tmux attach, ctrl-b n (next) enables one to choose the intended hercules console. I consider this a sine-qua-non for operation of Hercules on remote machines. best regards, ¸é±ð²Ô¨¦.
|
Re: Hercules with VM/370 on Linux in the background - erronous behaviour
Hi Michael, Maybe others can help. I just don't understand anything about your environment, because I don't have the background experience required. I can say that the startup and shutdown?of VM depend on the OPERATOR user ID being logged on.? Bob ?? ? On Mon, Mar 14, 2022 at 11:34 AM Michael Grom <macbaer@...> wrote:
|
Re: Hercules with VM/370 on Linux in the background - erronous behaviour
Hi Bob, the thing is, I have to start hercules from a ssh session on a remote server which is not supposed to be open all time. Normally, when the ssh session terminates, the running shell at the remote server gets a SIGHUP (hang up) and terminates the processes which are sensitive to SIGHUP. This is prevented by "nohup" - hence the name. You basically detach a background process from the starting terminal. Works with the startup of TK4- but not with the startup of VM which seems to depend on "stdin" (the keyboard input of the terminal) to be available.? |
Re: Minidisk allocation planning
Hi Michael, I could better understand?what you are doing if you tell me what commands you issued, what the responses are, and what the error messages say.? I do know that 6D5 is defined to the system as a 2314 disk, not a 3350 in the DMKRIO? ASSEMBLE file. I suggest you try again using VM50U0 to define your new minidisk. /Bob? On Mon, Mar 14, 2022 at 10:54 AM Michael Grom <macbaer@...> wrote:
|
Re: Hercules with VM/370 on Linux in the background - erronous behaviour
Hi Michael, I do not understand what you are trying to do here. When the documented procedure?to bring up VM/370 is followed, the user ID "OPERATOR" is logged on. That ID is used to issue the various system commands to bring up the system, and to issue SHUTDOWN to take it down when you are done. The supplied configuration runs the OPERATOR user ID session through a simulated line mode (not fullscreen 3270) session.? I have no idea what nohup is or does, but having the OPERATOR ID logged on is the means to issue the SHUTDOWN command. That's why we expect it to remain logged on.? Bob On Mon, Mar 14, 2022 at 11:02 AM Michael Grom <macbaer@...> wrote:
|
Hercules with VM/370 on Linux in the background - erronous behaviour
Dear Group, while fiddling with the user directory, I noticed a strange behaviour with hercules that I haven't seen from hercules running TK4- on the same machine. I usally start hercules for mvs with ? nohup ./mvs > mvs.out 2>&1 &? ? and everything is fine. Cloned this as |