HP OpenVMS Systems Documentation

Content starts here 7.11 Examining Your Command Procedures (Upgrades Only)
HP OpenVMS Version 8.4 Upgrade and Installation Manual > Chapter 7 After Installing or Upgrading the OpenVMS Operating System

7.11 Examining Your Command Procedures (Upgrades Only)

The upgrade procedure retains the site-specific versions of the following files located in the [VMS$COMMON] directory:

  • [SYSMGR]LAT$SYSTARTUP.COM

  • [SYSMGR]LOGIN.COM

  • [SYSMGR]SYCONFIG.COM

  • [SYSMGR]SYLOGICALS.COM

  • [SYSMGR]SYLOGIN.COM

  • [SYSMGR]SYPAGSWPFILES.COM

  • [SYSMGR]SYSECURITY.COM

  • [SYSMGR]SYSHUTDWN.COM

  • [SYSMGR]SYSTARTUP_VMS.COM

  • [SYSMGR]TFF$SYSTARTUP.COM

  • [SYSMGR]WELCOME.TXT

  • [SYS$STARTUP]ESS$LAST_STARTUP.DAT

The upgrade procedure might provide new templates for some of these files with the .TEMPLATE file extension. The new templates might include features that are not in your site-specific files. Check the templates against your site-specific files and edit your files as necessary.

NOTE: As of Version 8.3 of OpenVMS, the DCL command DECRAM has been removed because it conflicts with the new DECRYPT command (DECRYPT overwrites the default definition of DECR, which you might have been using to run DECram). You should update any command procedures that use the DECRAM command so that they use the foreign command style of DCL to run DECRAM:
$ DECRAM == "$MDMANAGER"

This change affects only the use of the DCL command; all other aspects of the DECram product remain the same.