Previous PageTable Of ContentsNext Page

    SACMIGR Collection Phase

.

SACMIGR

--------

-

COLLECT [ USER DIRECT * ] [ SACDC_fid ]
--------
[ Directory_fid ]


Purpose

SACMIGR COLLECT is the first phase in the SafeAccess migration process. SACMIGR COLLECT reads the CP source directory and optionally a file containing data from the SafeAccess Data Collection Facility. This data is used by SACMIGR COLLECT to produce a file containing all of the information needed to migrate minidisks to SFS. The file containing this data is called SACMIGR MASTER. The SACMIGR MASTER file is used by the SELECT and MIGRATE phases of SACMIGR.
Authorization
The userid that runs SACMIGR COLLECT must have the SAFEACC 192 mdisk accessed and must have the authority to CP LINK all minidisks on the system. SACMIGR COLLECT also requires access to the ACCESSM0 command. ACCESSM0 is normally found on the MAINT 193 minidisk.

Parameters


Directory_fid*

Specifies the filename, filetype, and filemode of the input file containing the CP source directory. If omitted, the USER DIRECT * file will be used. Minidisks listed in the source directory will be examined as possible candidates for migration to SFS.
   

SACDC_fid

Specifies the filename, filetype, and filemode of the input file containing data from the SafeAccess Data Collection Facility. Use of SACDC data is optional.
SACDC data should only be used if the number of times a minidisk has been linked or the number of users that have linked the minidisk are to be used as criteria for selecting minidisks to be migrated. In most migrations, SACDC data is not used.


Return Codes

Return Code

Meaning

0

Processing completed successfully.

>0

Processing failed - see error messages produced for more information.


Usage Notes

  1. SACDC data should only be used if the number of times a minidisk has been linked or the number of users that have linked the minidisk are to be used as criteria for selecting minidisks to be migrated. In most migrations, SACDC data is not used..


  2. After successfully running SACMIGR COLLECT, the file SACMIGR MASTER A will contain detailed information about each minidisk listed in the CP source directory input file. This file should be kept for later use with the SACMIGR SELECT and MIGRATE phases.



Examples
  1. SACMIGR COLLECT


  2. SACMIGR COLLECT CPDIR FILE C SACDC FILE C


Previous PageTable Of ContentsNext Page