This is a discussion on PROBLEM WITH CLONING A DB2 SUBSYSTEM MORE THAN 1 HLQ FOR VSAM within the DB2 forums, part of the Database Server Software category; --> I am trying to clone a db2 subsystem DB2A to a new subsystem DB2B both the lpars (A where ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am trying to clone a db2 subsystem DB2A to a new subsystem DB2B both the lpars (A where DB2A runs and B where DB2B will run) share the DASD. I wanted to take an ADRDSSU dump of DB2A datasets and lay it down with the DB2B High level qualifier and reassemble the ZPARM with DB2B HLQ and bring up DB2B . The problem is when I go to sysibm.sysstogroup and select distinct VCATNAME from sysibm.sysstogroup I get two rows CATNAMEX and CATNAMEY .. WHen I go to the ZPARM the CATALOG= parameter points to CATNAMEX. So CATNAMEY has been created with the CREATE STOGROUP USING VCAT statement. I could handle this if Lpar A and Lpar B did not share the disk. but they do . Can any one help me out on this |