On Wed, Nov 17, 2010 at 9:32 PM, Brian France <b...@psu.edu> wrote: > Folks, > Our storage folks have come across a dasd volume that apparently by > it's name was one of our VM volumes. Now, none of my 3 vm's have this volume > on line and I would like to just have a look see as to what was on the > volume. Is there a utility to do this? We have Vmdirect but I don't believe > by adding this volume into the pool a map is going to give me anything since > no users have it. IF this was z/OS, I would simply use ISPF 3.4 to list the > contents of the volume and this is what I was wondering about, it something > like that existed in z/VM. Maybe this is something that can't be done due to > the nature of it all. Thanx in advance...
This is VM, anything can be done ;-) With DDR (or "trackread" in CMS Pipelines) you can see the virtual cylinder number. If you would scan the entire pack cylinder by cylinder, it would nicely show you where the mini disks were. If it's a CMS mini disk, the VOL1 record has the number of cylinders that CMS had, and you can normally skip the rest of that mini disk in your scan. Alternatively, you can DDR real cylinder 1 to a small T-disk and try ACCESS to have CMS tell you what was there. That information gives you the amount to increment your cursor and try the next disk. I've also seen people use DEF MDISK but I like it less because it goes R/W... | Rob