skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of chapter: Installation and Initialization Installation and Initialization
go to previous page: Installation of CDSA on OpenVMS Alpha Version 7.3-1 Installation of CDSA on OpenVMS Alpha Version 7.3-1
go to next page: Post-Installation TasksPost-Installation Tasks
end of book navigation links

Installation of CDSA on OpenVMS Alpha Version 7.3 or 7.2-2  



On OpenVMS Alpha Version 7.3 or 7.2-2, CDSA is not included in the operating system installation. However, CDSA is compatible with these versions and can be installed separately.

Use the command PRODUCT INSTALL to install CDSA. The following is a log of a CDSA installation:

$ PRODUCT INSTALL CDSA /SOURCE=disk:[directory]
 
The following product has been selected:
        CPQ AXPVMS CDSA V2.0                   Layered Product
 
Do you want to continue? [YES]
 
Configuration phase starting ...
 
You will be asked to choose options, if any, for each selected product and for
any products that may be installed to satisfy software dependency requirements.
 
CPQ AXPVMS CDSA V2.0
 
Do you want the defaults for all options? [YES]
 
Do you want to review the options? [NO]
 
Execution phase starting ...
 
The following product will be installed to destination:
       CPQ AXPVMS CDSA V2.0                   DISK$SYSTEM:[VMS$COMMON.]
 
Portion done:
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
 
The following product has been installed:
       CPQ AXPVMS CDSA V2.0                   Layered Product
 
CPQ AXPVMS CDSA V2.0

After Installation on OpenVMS Alpha Version 7.3 or 7.2-2  

CDSA requires post-installation work on OpenVMS V7.2-2 and V7.3.

To complete the installation of CDSA, add the following line to the system startup file:

$ @SYS$STARTUP:CDSA$INSTALL_IMAGES.COM
In addition, you need to add the following logical name definition to SYS$MANAGER:SYLOGICALS.COM:
$ cdsa_sysdir = f$trnlnm("SYS$COMMON") - "]" + "CDSA.]"
$ Define/system/exec/trans=conc cdsa_sysdir 'cdsa_sysdir
Prior to the first time that CDSA is used, CDSA must be initialized, on a one-time basis. To accomplish this for CDSA V1.0, execute the following command file as shown:
$@SYS$STARTUP:CDSA$INITITIALIZE
To accomplish this for CDSA V2.0, execute the following command file as shown:
$ @SYS$STARTUP:CDSA$UPGRADE
There is no need to add either of these initialization files to any of the system startup files, as the initialization does not need to be rerun after a system restart.

If you want to remove CDSA from your OpenVMS Alpha Version 7.3 or 7.2-2 system, you can do so with the POLYCENTER Software Installation utility command PRODUCT REMOVE. (This command cannot be used to remove CDSA from a Version 7.3-1 or higher system, as described in Warning Against Uninstalling CDSA from OpenVMS Alpha Version 7.3-1 or Higher.)


go to previous page: Installation of CDSA on OpenVMS Alpha Version 7.3-1 Installation of CDSA on OpenVMS Alpha Version 7.3-1
go to next page: Post-Installation TasksPost-Installation Tasks