Restoring private authorities for selected objects

If you need to recover or migrate a few objects when the user profiles already exist on the target system, the quickest method for restoring private authorities for selected objects is to specify PVTAUT(*YES) with any of the save and restore commands.

Prerequisite: You need save system (*SAVSYS) or all object (*ALLOBJ) special authority to save private authorities. You need *ALLOBJ special authority to restore private authorities.

To save and restore private authorities as you save and restore objects, specify *YES for the PVTAUT parameter on the save and restore commands. Although saving private authorities increases the amount of time it takes to save the objects, it simplifies the recovery of the objects. Using the PVTAUT(*YES) parameter is recommended for restoring specific objects, but it is not recommended for recovering the entire system or a large-scale recovery of user data.

This procedure saves the object data and the private authorities for objects in the user-defined file system (UDFS) on an independent ASP, and restores them to another independent ASP. Use this method only if you are saving and restoring a few objects:

  1. Save the data and private authorities for the objects:
    SAV  DEV('device-path-name') 
         OBJ('/DEV/asp1/udfs-name.udfs') PVTAUT(*YES)
  2. Restore the data and private authorities to the new independent disk pool:
    RST  DEV('device-path-name') OBJ(('/DEV/asp1/udfs-name.udfs' 
         *INCLUDE '/DEV/asp2/udfs-name.udfs')) PVTAUT(*YES)