Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Data queue entries are not moved and will be lost.
  • The QSYSWRK subsystem must be active.
  • A library cannot be moved in the following cases:
    • The library is considered a system library. The restricted libraries are:
      • Any library with a name that begins with the letter 'Q'.
      • Any library with a name that begins with the symbol '#' that is not considered a user library and the target ASP is not a basic user ASP.
      • Library SYSIBM.
      • Library SYSIBxxxxx (where xxxxx is the number of a primary ASP).
    • The library cannot be renamed. See the RNMOBJ (Rename Object) Control Language (CL) information in the iSeries Information Center for the restrictions on renaming a library.
    • The library contains *JRN or *JRNRCV objects or objects that are journaled.
    • The library contains files with database dependencies outside the library.
    • The library is in the library list of the current thread.
    • The library is in the library list of any primary thread that is active on the system when the QLIBLCKLVL system value is set to lock libraries in the library list.
    • The library contains an allocated job queue or output queue.
    • The target ASP does not have enough space for the library and its objects.
    • The target ASP is not either the system ASP (ASP 1), a library-type or empty basic user ASP (ASPs 2-32), or a primary or secondary ASP (ASPs 33-255).
    • When the target ASP is a primary or secondary ASP, the library must contain only object types that can reside in an ASP. For a list of supported and unsupported object types in a primary or secondary ASP see the Independent disk pools topic.
    • The library cannot be accessed while it is been moved.
    • The library size is 1 terabyte (TB) or larger.  MGRBRM The migration operation fails with messages MCH1210 and RNQ0103. 

...