Are the volume serial numbers in the TCDB? I.e. the SMS Tape Control Data Base,
which is usually name SYS1.VOLCAT.VGENERAL. I would bet that they are not. So
you must run a ALTER command. We do this a lot at DR and have a REXX program:
/* REXX */
PARSE ARG INVOL
"ALTER V"INVOL" VOLENT STORGRP(SGRTAPE2) ",
"LIBNAME($ATL0002) LOCATION(LIBRARY) UATTR(PRIVATE)"
//.. idcams jcl
%ALTERVOL volser
/*
//* ONE PER VOLUME SERIAL.
I bet your DEF NVSAM is OK. One that I have is:
DEF NVSAM(NAME(TSHPG.CICSMGR.P8.DAILY.HISTORY.G2422V00) -
DEVT(3490) -
VOL(238263))
ALTER V238263 VOLENT STORGRP(SGRTAPE2) -
LIBNAME($ATL0002) LOCATION(LIBRARY) UATTR(PRIVATE)
You need both. I am not sure, but you might be able to get away with doing the
DEF NVSAM, followed by a CTSSYNC from CA-1. I'm not sure.
John McKown
Systems Engineer IV
IT
Administrative Services Group
HealthMarkets(r)
9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone *
[email protected] * www.HealthMarkets.com
Confidentiality Notice: This e-mail message may contain confidential or
proprietary information. If you are not the intended recipient, please contact
the sender by reply e-mail and destroy all copies of the original message.
HealthMarkets(r) is the brand name for products underwritten and issued by the
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The
MEGA Life and Health Insurance Company.SM
> -----Original Message-----
> From: IBM Mainframe Discussion List
> [mailto:[email protected]] On Behalf Of Darby, Jim
> Sent: Monday, June 11, 2012 12:41 PM
> To: [email protected]
> Subject: Need to make a catalog entry for a SMS managed Virtual tape
>
> Hi,
> Had a group of SMS managed virtual tapes be accidently
> scratched and I'm
> trying to recreate the entries. Updated CA-1 okay and the tapes are
> still on the stacked drives and marked private there, but my question
> is around the MVS catalog entry. I tried to do IDCAMS "define nonvsam
> name, decivetype and volume" entries and then use alter rollin to
> re-attach them to the base but alter won't work because
> they're not SMS
> managed. Define Nonvsam would let me include SMS constructs, and I
> can't "alter" it a SMS storage class either.
>
> There has to be a way to make a MVS catalog entry of a tape gdg, and
> then roll it into the base.
>
> What have I forgot?
>
> Jim
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>
>
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN