¿ªÔÆÌåÓý

Re: I forgot the VOLSER of drives (3380) I created
Hello Bertram, I took a freshly downloaded copy of VM/370 CE. I started it, updated the SYSUSR statement in DMKSYS with two 3380 disks, BGM380 and BGM381, specified AFTER the VM14-* disks. Then I
By Ren¨¦ Ferland · #5750 ·
Re: I forgot the VOLSER of drives (3380) I created
Read the docs:- VMSETUP CP EE HRCMODS MEMO F => lists all mode EE HRC011DK MEMO F => 3380 support Only MINIDISKS and DEDICATED supported. Dave Sent: Sunday, May 19, 2024 8:48 AM To: [email protected]
By Dave Wade · #5749 ·
Re: I forgot the VOLSER of drives (3380) I created
Hello, I'm wondering there could be a bug-preventing VM from attaching these 3380 (380-38F, BGM380-BGM38F) via the SYSUSR macro? I can attach the drives manually (e.g., CP ATTACH 380 SYSTEM BGM380),
By Bertram Moshier · #5748 ·
Re: SYSIPL macro in DMKSYS
Hello, and thank you for your reply. What do people think of having VM support going down the list concerning IPL startup? By this, I mean that if WARM fails, failover to CKPT, etc., if allowed by the
By Bertram Moshier · #5747 ·
Re: I forgot the VOLSER of drives (3380) I created
Hello, I corrected DMKSYS ASSEMBLE by putting the comma in the correct place. ===== SYS TITLE 'DMKSYS FOR 3350 RELEASE 6' ===== DMKSYS CSECT ===== COPY OPTIONS ===== SYSOWN
By Bertram Moshier · #5746 ·
Re: SYSIPL macro in DMKSYS
SYSIPL seems to be an addition to VM/370 by the Hercules community. The file SYSIPL MACRO is located on minidisk 094 of MAINT. I am sure some people in this group can tell you more about it. Cheers,
By Ren¨¦ Ferland · #5745 ·
Re: I forgot the VOLSER of drives (3380) I created
Olaf 'Rhialto' Seibert wrote: [...] Hmmm... Not a half bad idea. Let me think on it for a while. -- "Fish" (David B. Trout) Software Development Laboratories http://www.softdevlabs.com mail:
By Fish Fish · #5744 ·
SYSIPL macro in DMKSYS
Hello, I've been reading through the various VM Planning guides looking for information on the SYSIPL macro, but I can't find any, even in the R6 PLC17 or VM/SP R3 manuals.? Where can I find
By Bertram Moshier · #5743 ·
Re: I forgot the VOLSER of drives (3380) I created
One potential improvement to dasdinit I see is that it could check the filename extension of the dasd file. If it ends in .cckd, but no compression option is given, complain loudly. And the other case
By Rhialto · #5742 ·
Re: I forgot the VOLSER of drives (3380) I created
Ren¨¦ Ferland wrote: Correct. If you want the fix, you will have to either wait until the next release of officially released, or else build the development version ('develop' branch) of Hercules
By Fish Fish · #5741 ·
Re: I forgot the VOLSER of drives (3380) I created
Hello rene, Thank you for your useful reply and link. A missing comma, yup, it has been awhile since I was seriously programming in assember. I even thought about putting the drives on the same line
By Bertram Moshier · #5740 ·
Re: I forgot the VOLSER of drives (3380) I created
This is expected behaviour for dasdls as is. Your dasdinit command creates an emulated DASD with a VOL1 label containing the VOLSER you specified but no VTOC (address) yet, and that's what dasdls is
By Ren¨¦ Ferland · #5739 ·
Re: I forgot the VOLSER of drives (3380) I created
Hello, I'm seeing several issues.? I'm hoping to find solutions and learn at the same time. * I create a drive (file) using the dasdinit command, but dasdls isn't finding the VOLSER. * I'm trying to
By Bertram Moshier · #5738 ·
Re: To merge shadow files, or not to merge shadow files ...
[email protected]> wrote: [...] 1) If your system supports SATA (which was very normal by 2009, though probably 3 MB/s) then there are SSD drives that will plug in. SATA doesn't care about the drive
By Tony Harminc · #5737 ·
Re: Port of SQLITE ?
I'm playing with porting SQLite to VM/370 CE CMS. It may not be possible - I have to solve a few issues around truncating files and committing data to disk. Both of those are outside the normal realm
By Ross Patterson · #5736 ·
Re: To merge shadow files, or not to merge shadow files ...
Brian_Westerman wrote: No need. It's no secret. My physical mailing address is on my Contact web page: * http://www.softdevlabs.com/about.html I appreciate the offer, but my system is an older used
By Fish Fish · #5735 ·
Re: To merge shadow files, or not to merge shadow files ...
Hi Fish, Send me your address (offline, not here) and the next time the hard drives and NVMe or SSD drives (if your motherboard can support NVMe) go on a good sale I'll have some shipped to you. Brian
By Brian_Westerman@... · #5734 ·
Re: To merge shadow files, or not to merge shadow files ...
Brian_Westerman wrote: Hmmm... Okay, I think I see your strategy now. Cool! Even with the limit of 8 shadow file sets, you still are able to keep a restorable shadow file set snapshot history of
By Fish Fish · #5733 ·
Re: To merge shadow files, or not to merge shadow files ...
Hi Fish, The reason I use DASDCOPY64 is because I am then left with an unchanged old BASE and shadow 1 that can be mix/matched with later maintenance to get to just the level of maintenance I want.?
By Brian_Westerman@... · #5732 ·
Re: To merge shadow files, or not to merge shadow files ...
Brian_Westerman wrote: [...] Quite true, BUT... That would *only* occur if you never merged any of your shadow file sets. But again, why would you do that? Not merge your shadow file sets once you
By Fish Fish · #5731 ·