Re: USS Features

2023-08-15 Thread Nigel Morton
HSM has been able to back up at the file level (and recover, of course) rather than an entire ZFS data set for some time now. On Tue, 15 Aug 2023 at 21:17, Jon Perryman wrote: > Andrew Rowley wrote: > > > Disk space is cheap. Data is valuable. People are expensive. > > > This is absurd. Not all

Re: TS1170

2023-08-25 Thread Nigel Morton
I think the latest drive supported for TS7700 attachment is still the TS1160. On Thu, 24 Aug 2023 at 21:05, Radoslaw Skorupka < 0471ebeac275-dmarc-requ...@listserv.ua.edu> wrote: > FYI IBM released new tape drive. > TS1170 with new media JF gives 50TB (150TB) per cart. > A previously, the onl

Re: TS1170

2023-08-26 Thread Nigel Morton
sure the TS1170 will be supported by VTS. > > BTW: few years ago Fujifilm and IBM informed they achieved 580 TB per > cart density. > It doesn't mean product or cart, it means just areal density. > Now we have "only" 50TB. > > -- > Radoslaw Skorupka > Lodz,

Re: looking for some doc about what z/OS displays on a tape drive

2021-07-20 Thread Nigel Morton
The 3480 Operator's Guide doesn't seem to be online and that. I think, is the most likely complete source. The reference guide (which has examples of common messages) is available on bitsavers and there is a WSC bulletin on computinghistory.org.uk which describes the functions of the message displa

Re: Programmatically List Management Class Attributes?

2021-11-04 Thread Nigel Morton
DCOLLECT SMSDATA *does* provide this - an MC record is generated for each management class and expire days non-usage is at offset decimal 220 in the MC record. Whether having this information in a flat file is useful to you may well be another matter. The field layouts are in the Access Method Se

Re: Cartridge initialization - RMM/TS3500

2021-12-13 Thread Nigel Morton
You should use the RMM utility, EDGINERS. On Mon, 13 Dec 2021 at 10:57, John Blythe Reid wrote: > I have a question about RMM. We've received some new cartridges that > hadn't been initialized by the supplier. This caused I/O errors when > attempts were made to mount the cartridges.To avoid thes

Re: Courses for Storage Admin Newbies

2021-12-16 Thread Nigel Morton
Fred, There is an IBM course, SS84. It is, like most other storage-related IBM courses I've seen recently, very out of date but you might find a training provider who can still give it. Being out of date isn't a show stopper for basic education, imho. The course is actually for DFSMS implementatio

Re: Operations GDPS health monitoring

2022-02-01 Thread Nigel Morton
Dave, The last site I worked at used a heavily-customised version of GDPS status display facility to give a single screen with a GDPS overview for a four-site configuration - so two sites with Metro Mirror within the sites and XRC between the sites. For each plex (three production and one sandbox)

Re: IBM disk replication issue

2022-02-01 Thread Nigel Morton
The delay also depends on the distance between the primary and secondary disk systems owing to the speed of light being regrettably finite. On Tue, 1 Feb 2022 at 18:21, Mike Schwab wrote: > It will delay synchronous writes, because the write is not returned > until the mirrored disk is updated.

Re: Resizing MCDS

2022-02-22 Thread Nigel Morton
I would suggest using extended addressability VSAM to avoid the 4GB limit as well as considering multi-cluster CDSs (for MCDS and BCDS, don't think it is supported for the OCDS). I'd also recommend using RLS as I've seen it speed up long-running HSM functions significantly. Both extended addressab

Re: DS8K Global Mirroring - dual targets

2022-03-18 Thread Nigel Morton
The highest code level for DS8880 is R8.5 according to the latest IBM support page on DS8000 family code. So, no R9. I don't believe that you can have Global Mirror with two targets (although I'm ready to be corrected) but I think you can cascade sessions. There's a data migration example in secti

Re: DS8K Global Mirroring - dual targets

2022-03-19 Thread Nigel Morton
Tom, It's been possible to establish a Metro Mirror relationship between a fully-provisioned primary and an extent space-efficient secondary since R8.2 although there are some gotchas that need some planning and clean-up. I'm not sure why you would want to do Metro Mirror within a DS8000? Metro M

Re: Remove a storage group from the SCDS

2022-05-16 Thread Nigel Morton
Have you removed the storage group from the storage group ACS routine? On Mon, 16 May 2022 at 16:44, Binyamin Dissen wrote: > I removed all volumes from a storage group, and could not activate the SCDS > since the storage group was empty. > > But I cannot figure out how to remove the empty stora

Re: DFDSS, SMS and VIO.

2022-05-26 Thread Nigel Morton
Colin, this is controlled by the storage group construct, not the storage class. On Thu, 26 May 2022 at 10:16, Colin Paice wrote: > I found a problem where I had a job with two steps. > step 1 unterse a file to a temporary file > step 2 use DFDSS to "restore" from the untersed file. > > When the

Re: Encrypted datasets - question about key (pervasive encryption)

2022-06-24 Thread Nigel Morton
IDCAMS DCOLLECT is your friend. Encryption type and key label are at offset x'182' and x'184' respectively in the D record for each data set. On Fri, 24 Jun 2022 at 14:14, Radoslaw Skorupka wrote: > Encrypted dataset can be easily recognized using ISPF/PDF 3.4 - I line > commands. > However "Enc

Re: Reading MCDS ML2 Tape on a different Lpar? Possible?

2022-07-13 Thread Nigel Morton
Two wildly different thoughts: 1. Might it be possible to mount the offending tape manually depending of course on what's failed in the library? 2. DFSMShsm AUDIT MEDIACONTROLS once the tape has been transported to the main site. This probably involves less risk of bodily harm. On Wed, 13 Jul 202

Re: Using DFSORT to display binary and Packed Decimal values

2022-07-20 Thread Nigel Morton
I thought I had a job that did exactly this but I can't find it. However, there are plenty of examples indexed at https://www.ibm.com/support/pages/dfsort-icetool-papers-and-examples including for DCOLLECT. On Wed, 20 Jul 2022 at 11:43, Jack Zukt wrote: > Hi, > > I am using DFSORT to process DCO

Re: Finding uncatalogued datasets

2022-07-24 Thread Nigel Morton
This is what I'd use, shown for a single volume: //UNCAT EXEC PGM=ADRDSSU,PARM='TYPRUN=NORUN' //SYSPRINT DD SYSOUT=* //SYSINDD * COPY - DATASET( INCLUDE (**)) - LOGINDYNAM(volser) - BY (CATLG,EQ,NO) - DELETE /* The parm setting lets you see what it would do if you unleash it. One

Re: ADRDSSU DUMP PATH

2022-08-11 Thread Nigel Morton
It's an odd omission, certainly. However, if you don't absolutely have to use DFSMSdss, DFSMShsm *does* allow wildcards and will backup files in a directory subtree. Available in z/OS 2.3 with PTFs or in the base from 2.4 onwards. Andrew Wilt of IBM did a very complete presentation at the last GSE

Re: Old volumes DFHSM WTOR

2022-09-07 Thread Nigel Morton
Some ADDVOLs persist across restarts (ML2 volumes, backup volumes for example). I would see whether HSM has any record of OSSYB1 by issuing these commands: HSEND LIST BACKUPVOLUME(OSSYB1) HSEND LIST VOLUME(OSSYB1) HSEND LIST DUMPVOLUME(OSSYB1) VOLUME will list primary, ML1 and ML2 volumes. On S

Re: Dasd Mod conversion mod9 to mod27

2022-10-03 Thread Nigel Morton
ICKDSF REFVTOC so that the VTOC reflects the increase in size and free space. If the volumes are in copy services relationships, they will probably need to be rebuilt and you'll need to change the size of secondary volumes. Consider the number of PAV aliases you define - maybe you would benefit fro

Re: RMM Question

2022-10-08 Thread Nigel Morton
I sent Steve a copy offline. It was on a Classic SMS Redbooks CD I found and the CD also contains the books in the conversion series. The -01 version was dated September 1999, updated February 2000. On Sat, 8 Oct 2022 at 12:25, Paul Gorlinsky wrote: > BTW There are other Redbooks in this same a

Re: Adding mod27

2022-11-13 Thread Nigel Morton
James, Click on the Volumes icon on the left of the GUI, then Volumes by Pool to choose the extent pool in which you want to create your volume, then Create Volumes for IBM Z which puts you into a wizard where you can choose 3390-27. It depends a bit on the code level on the DS8800 as the GUI seem

Re: Bytes in a 3390 track - reason for the question

2022-11-24 Thread Nigel Morton
You're missing an allowance for an inter-block gap. On Thu, 24 Nov 2022 at 16:14, John Gateley wrote: > The reason for asking the question about bytes on a track is that I am > writing programs to report on all disk datasets. > The first program looks at all on-line disk packs and extracts all f

Re: RLSE - A question about releasing unused tracks in a DASD dataset

2022-12-21 Thread Nigel Morton
mmand so it can be tested without writing code. Regards, Nigel Morton -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: RLSE - A question about releasing unused tracks in a DASD dataset

2022-12-21 Thread Nigel Morton
The DADSM PARTREL macro might do this although the documentation isn't explicit. I have a vague recollection that what you ask is possible and that this might be the underlying service needed. It is used by DFSMSdss RELEASE so should be easily testable. On Wed, 21 Dec 2022 at 09:23, David Cole w

Re: DFSMSHSM reports.

2024-03-02 Thread Nigel Morton
Claude, I have used DFSORT in the past to create reports, usually for one-off projects. A few thoughts on the idea of HSM reporting: 1. Detecting migrate/recall thrashing is a good thing to do 2. Reviewing migration and backup failures is probably worthwhile. I've seen datasets failing to migrate

Re: What happens in HSM when I change a Management Class

2024-03-15 Thread Nigel Morton
DFSMShsm has done recall tape takeaway for quite some time. If a recall needs a tape that is being used as recycle input (or, IIRC, TAPECOPY), the using task is forced to give the tape up. On Thu, 14 Mar 2024 at 12:46, Allan Staller < 0387911dea17-dmarc-requ...@listserv.ua.edu> wrote: > Class

Re: VTS question

2024-05-14 Thread Nigel Morton
IBM has (had?) a TS7770 marketing bundle for small configurations. The name tripping off the tongue, it's called the High Performance Tape/Cloud Controller and is a bundle of a TS7770, two FICON ports, 60TB of SSD cache and some other features. So, it's tapeless which solves the need for a TS3500 r

Re: Storage Solution selection Criteria

2024-09-08 Thread Nigel Morton
IOPS means I/Os per second so it's a measure of the throughput of the devices. In practice, with z/OS you won't generate anywhere near the maximum IOPs for a modern all-flash storage device. IMHO response time is a more useful measure for performance especially as IOPs figures will probably come fr

Re: Storage Solution selection Criteria

2024-09-08 Thread Nigel Morton
eting document, not a technical one. On Sun, 8 Sept 2024 at 15:08, Peter < 05e4a8a0a03d-dmarc-requ...@listserv.ua.edu> wrote: > Does IBM DS8910 has FICON32 and NVMe ? > > I was going through their fact sheet and I don't see it > > On Sun, 8 Sept 2024, 16:37 Nigel Mor

Re: Large block interface for VB

2021-03-08 Thread Nigel Morton
value of the sustained data rate is a little clumsy but, in brief, 8 gives two stripes and 12 gives 3 stripes for 3390 device geometry. Last time I looked, the throughput scaled roughly linearly with the number of stripes. Regards, Nigel Morton

Re: Large block interface for VB

2021-03-08 Thread Nigel Morton
27;s been a good few years. I've just remembered that extended format also allows hardware compression using zEDC cards so a compressed extended format sequential data set would also be worth considering if the hardware's there. Regards, Nigel Morton --

Re: Stand Alone Dump questions

2021-04-04 Thread Nigel Morton
adly there don't seem to be redbooks for DFSMS after this. HTH Nigel Morton On Sun, 4 Apr 2021 at 00:47, Lennie Dymoke-Bradshaw < 032fff1be9b4-dmarc-requ...@listserv.ua.edu> wrote: > Radoslaw, > > I have looked in a lot of places for the differences between version 1 and &g

Re: Meaning of the Ref code IBM DS box

2024-12-11 Thread Nigel Morton
Peter, raise a hardware incident with IBM as soon as you can - if the DS8k hasn't already called home and raised one. The refcode allows IBM to identify a failing FRU and is not documented for customer use as far as I know. As you have messages for two device numbers so the commonality is likely t

Re: HSM Audit Problem

2025-01-08 Thread Nigel Morton
Did you run the audit dsctl command with the FIX parameter? IIRC it doesn't actually fix a problem that it identifies but it creates the FIXCDS commands for you to review and then issue if you're happy with them. On Tue, 7 Jan 2025 at 11:28, Jack Zukt < 059cd493dd41-dmarc-requ...@listserv.ua.

Re: AI makes stuff up

2025-01-22 Thread Nigel Morton
If you were hoping to get hits for IBM publications, using the correct product name, DFSMSrmm, would help. I'm trying to remember what the sequence of names was when it first became available to customers but it became DFSMSrmm with the advent of DFSMS/MVS in 1992. On Wed, 22 Jan 2025 at 15:43, rp

Re: OMVS

2025-01-22 Thread Nigel Morton
I seem to remember that MVS beat at least one of AIX, SunOS/Solaris and HP-UX to POSIX compliance. On Wed, 22 Jan 2025 at 14:53, Jay Maynard < 05997213d6c2-dmarc-requ...@listserv.ua.edu> wrote: > And it's a remarkable fact that MVS was the first non-Unix to get POSIX > certification... > > On

Re: Purestorage Solutions for zOS

2025-04-15 Thread Nigel Morton
Can you even attach Pure Storage devices via FICON? On Tue, 15 Apr 2025 at 08:47, Peter < 05e4a8a0a03d-dmarc-requ...@listserv.ua.edu> wrote: > Hello > > Is anyone using pure Storage solutions for mainframe? > > If so, how is your experience with it ? > > Peter > >