Previous Topic: Conversion UtilitiesNext Topic: ACFCVALG - Converting AUTOLOG


ACFCVACT - Converting Accounts

The ACFCVACT REXX exec creates account resource rules from the CP directory. This exec also prepares a file of ACF CHANGE subcommands to create the VMACCT field values for logonids in the directory. These values are the default account numbers for virtual machines defined for account validation.

It translates binary zeros in the UID to asterisks when it generates the rules.

Prerequisites

You must install and IPL CA ACF2 for z/VM before you can execute ACFCVACT. Also, the ACF module and the USER DIRECT file must be accessible; otherwise, the exec does not run.

Running ACFCVACT

This exec creates two files, ACCOUNT COMMANDS and ACCOUNT RULE. CA ACF2 for z/VM uses these files to install account records and rules in your Infostorage database. To create account resource rules, you must perform two basic steps:

  1. Enter the following command to execute ACFCVACT:
    ACFCVACT
    

    The exec informs you if the ACCOUNT COMMANDS and ACCOUNT RULE files already exist. If these files exist, proceed to Step 2.

  2. Examine the files ACCOUNT COMMANDS and ACCOUNT RULE. They contain the converted account resource rules and ACF CHANGE subcommands to define VMACCT field values. Samples appear below.
    ACCOUNT COMMANDS
    CH ACFUSER  VMACCT(1)
    CH MAINT    VMACCT(1)
    CH OPERATOR VMACCT(2)
    CH AUTOLOG1 VMACCT(9)
    
    ACCOUNT RULE
    $KEY(1) TYePE(ACT)
     UID(ACFUSER ) ALLOW
     UID(MAINT ) ALLOW
    $KEY(2) TYPE(ACT)
     UID(OPERATOR ) ALLOW
    $KEY(9) TYPE(ACT)
     UID(AUTOLOG1 ) ALLOW
    
  3. Verify that these rule sets and CHANGE subcommands are set up correctly. If necessary, modify them. Also, check the rule entries to see if you can use masking to combine entries and reduce the length of the rule set.
  4. Enter the following command to install the account records and rules in your Logonid and Infostorage databases:
    ACFCVACT BUILD
    

    ACFCVACT inserts rules and logonids into the CA ACF2 for z/VM databases. Messages appear indicating what ACFCVACT is inserting. When ACFCVACT installs the account records and rules on the logonid and Infostorage databases, it displays the following message:

    Account record conversion complete