Previous PageTable Of ContentsNext Page

    Install the User Interface:


The SafeAccess User Interface is a program that is loaded into each CMS virtual machine that may access a SafeAccess Migrated Minidisk. It is loaded by running the SACUC utility after a CMS IPL.

Safe Software recommends placing the SafeAccess CMS User Interface on a public disk, such as the Y-Disk, and updating the System Profile (SYSPROF EXEC) to cause it to be run automatically.

Step 1: Copy the SafeAccess User Interface files to a public mdisk: (Typically MAINT 19E mdisk)
Copy the following files from the SAFEACC 192 mdisk to the public mdisk:
SAFEACC MODULE
SACUEX EXEC
SACUC EXEC

Step 2: Update SYSPROF EXEC and rebuild INSTSEG saved segment.
Follow the IBM recommended service procedure for making a local modification to the SYSPROF EXEC. Update SYSPROF EXEC by inserting the following statement after the existing statement 'RTNLOAD * (FROM VMLIB SYSTEM GROUP VMLIB)'
If Userid() <> 'OPERATOR' Then 'EXEC SACUC LOAD'
Any userid that runs SYSPROF and is logged on prior to the SafeAccess CP component being loaded must not issue SACUC LOAD until after the SafeAccess CP component has been loaded via SACLDCP. These userids should issue SACUC LOAD manually instead of in the SYSPROF EXEC or should be logged on after SACLDCP is executed.
After updating the SYSPROF EXEC the INSTSEG saved segment must be rebuilt and re-saved to implement the changes for SYSPROF. This should be done using your normal procedures for updating the INSTSEG segment. See IBM supplied documentation for details about updating INSTSEG.

The SafeAccess User Component is now installed. The Installation of SafeAccess is complete, continue to the next section, "SafeAccess Customization" to configure SafeAccess for your installation.

Previous PageTable Of ContentsNext Page