On Thu, 14 Dec 2006 12:41:47 -0800, Howard Rifkind wrote:

>Hello,
>
>I have the following questions about getting the Prod
>LPAR to access the IODF from the Test LPAR.
>
>I did all the needed work on the Test LPAR and the
>activation of IODF11 completed without any issues.
>
>Now I want to use this same IODF11 which has all the
>needed elements in it for both the Test and Prod
>LPARs.
>
>IODF11 is located on a shared volume (SHR92B) which is
>accessible from both LPARs.
>
>The problem is that the Prod LPAR doesn’t recognize
>IODF11 because it isn’t in the same catalog as on the
>Test LPAR.
>
>Is there a way to do a VSAM recat operation (or some
>other procdure) to catalog IODF11 into the proper
>catalog on the Prod LPAR and if so would something
>like the following work:
>
>DEFINE CLUSTER(NAME(SYS1.IODF11) –
>   VOL(SHR92B) –
>   NIXD RECATALOG) –
>   CATALOG(CATALOG.MVSICFM.VZOSCT1)
>

You could do that, but I agree with Steve that it is better to
define a new HLQ with an alias for that HLQ to a small user
catalog on the IODF volume.  Then you won't have to worry about it.

Note that the catalog is not used at IPL time.  The IODF does need
to be cataloged to an ACTIVATE, though.

IIRC, you are using ======== for the hlq specification in LOADxx.
In that case, you could switch to a new HLQ when you create your
next IODF.

If I were you, I'd probably copy your SYS1.IODF11 to SYSIODF.IODF12
(or whatever hlq you choose to use) and go with that one.

-- 
Tom Marchant

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to