How do I copy user profile templates to another machine? (NETIQKB70405)

  • 7770405
  • 12-Jun-2007
  • 22-Jun-2007

Resolution

Goal: How do I copy user profile templates to another machine?

Goal: How can I export PPM templates to a new machine?

Fact: NetIQ Security Solutions for iSeries 8.0

Fact: PSSecure

Fact: Profile and Password Management (PPM)

Fix: Refer to the following instructons for exporting PPM User Profile Templates.

1. Save the PPM template files on the target system:

CRTSAVF FILE(QGPL/ZPPF7#T) TEXT('PPM templates from target system')

SAVOBJ OBJ(ZPPF7* ZPPF60) LIB(PSSECURE) DEV(*SAVF) OBJTYPE(*FILE) SAVF(QGPL/ZPPF7#T) DTACPR(*YES)

2. Save the PPM template files on the source system:

CRTSAVF FILE(QGPL/ZPPF7#S) TEXT('PPM templates from source system')

SAVOBJ OBJ(ZPPF7* ZPPF60) LIB(PSSECURE) DEV(*SAVF) OBJTYPE(*FILE) SAVF(QGPL/ZPPF7#S) DTACPR(*YES)

3. Use FTP to transfer save file ZPPF7#S in QGPL from source to target system.

4. Restore PPM template files on target system:

RSTOBJ OBJ(ZPPF7* ZPPF60) SAVLIB(PSSECURE) DEV(*SAVF) OBJTYPE(*FILE) SAVF(QGPL/ZPPF7#S) MBROPT(*ALL) ALWOBJDIF(*ALL) RSTLIB(QRPLOBJ)

5. Copy PPM template files data to product library on target system:

CPYF QRPLOBJ/ZPPF70 PSSECURE/ZPPF70 MBROPT(*REPLACE) FMTOPT(*MAP *DROP)

CPYF QRPLOBJ/ZPPF71 PSSECURE/ZPPF71 MBROPT(*REPLACE) FMTOPT(*MAP *DROP)

CPYF QRPLOBJ/ZPPF72 PSSECURE/ZPPF72 MBROPT(*REPLACE) FMTOPT(*MAP *DROP)

CPYF QRPLOBJ/ZPPF73 PSSECURE/ZPPF73 MBROPT(*REPLACE) FMTOPT(*MAP *DROP)

CPYF QRPLOBJ/ZPPF79 PSSECURE/ZPPF79 MBROPT(*REPLACE) FMTOPT(*MAP *DROP)

Files ZPPF75 and ZPPF60 are optional, since they both link users to templates:

CPYF QRPLOBJ/ZPPF75 PSSECURE/ZPPF75 MBROPT(*REPLACE) FMTOPT(*MAP *DROP)

CPYF QRPLOBJ/ZPPF60 PSSECURE/ZPPF60 MBROPT(*ADD) FMTOPT(*MAP *DROP) ERRLVL(*NOMAX)

Additional Information

Formerly known as NETIQKB70405