HP OpenVMS Systems Documentation |
HP Pascal for OpenVMS
|
Previous | Contents |
At the beginning of the installation, VMSINSTAL asks if you have backed up your system disk. HP recommends that you do a system disk backup before installing HP Pascal or any other software.
Use the backup procedures that are established at your site. For
details on performing a system disk backup, see the section on the
Backup Utility in the OpenVMS system management documentation.
1.5 Stopping the Installation
To stop the installation procedure at any time, use Ctrl/C. However,
files created up to that point are not deleted. You must then delete
these files interactively. Chapter 2 lists the directories and files
created during the
HP Pascal installation.
This chapter explains how to install HP Pascal:
The HP Pascal installation procedure consists of a series of questions and informational messages.
If you have not already done so, insert the Compact Disc (CD) or tape media into the CD drive or tape drive.
To abort the installation procedure at any time, press Ctrl/Y. When you press Ctrl/Y, the installation procedure deletes all files it has created up to that point and exits. You can then start the installation again.
When the system prompts you with a question during the installation procedure, the default answer, if any, is enclosed in brackets ([]).
To start the installation:
Username: SYSTEM Password: $ SET DEFAULT SYS$UPDATE $ @SYS$UPDATE:VMSINSTAL (saveset-name) (device-name) [option-list] |
saveset-name
The installation name for the component. For HP Pascal, use the following installation name:
To obtain the directory location of the HP Pascal save set on the distribution media, see the documentation that accompanies the media. Or, you can do the following before starting the installation:
PASCAL05n
- To determine whether the CD drive is already mounted, enter the following command:
If it is not mounted, enter the appropriate MOUNT command to mount the CD (omit the /FOREIGN qualifier).
$ SHOW DEVICE DKA400:- To obtain the directory name, enter the following command:
$ DIRECTORY DKA400:[000000]*pascal*.dir Directory DKA400:[000000] PASCAL05n.DIR;1- To obtain the save set name, use the DIRECTORY command specifying the directory file from the previous command:
$ DIRECTORY DKA400:[PASCAL05n.KIT]*.Adevice-name
The name of the device on which you plan to mount the media and the directory containing the HP Pascal save set. In the following example, the device name is DKA400: and the directory is [PASCAL05n.KIT]. For tape installations, just enter the name of the tape device.
To specify the device name on the @VMSINSTAL command line, enter:
DKA400:[PASCAL05n.KIT]
DKA400: is the name of the CD drive used in the rest of the examples in this guide.option-list
The word OPTIONS followed by one or more of the following option designators: A, L, N, R. Their meanings are as follows:For detailed information on these VMSINSTAL options, see the OpenVMS documentation on software installation in the OpenVMS System Management Subkit.
- Auto_answer option (A)
Initially creates a file that contains your answers to VMSINSTAL questions and prompts. You can then use the option (and the answer file) to save time during a reinstallation (typically after upgrading your system).- File log option (L)
Logs all activity to the terminal during installation.- Display or print the release notes (N)
Indicates that you want to see the installation question on release notes. If you do not include the OPTIONS N parameter, VMSINSTAL does not ask you about the release notes. You should review the release notes before proceeding with the installation in case they contain additional information about the installation. If you are restarting the installation and have already reviewed the release notes, you do not need to specify OPTIONS N.
Note
Even if you omit the N option when you invoke VMSINSTAL, the HP Pascal release notes are copied automatically to the SYS$HELP directory.- Alternate root option (R)
Allows you to install the product to a system root other than that of the running system.
If you specify multiple options, use commas to separate the options, for example:
OPTIONS A,N
$ @SYS$UPDATE:VMSINSTAL PASCAL05n DKA400:[PASCAL05n.kit] OPTIONS N |
OpenVMS Software Product Installation Procedure Vn.n It is dd-mmm-yyyy at hh:mm. Enter a question mark (?) at any time for help. |
* Are you satisfied with the backup of your system disk [YES]? |
* Where will the distribution volumes be mounted: |
* Where will the distribution volumes be mounted:DKA400:[PASCAL05n.KIT] |
PASCAL V5.n Beginning installation of PASCAL V5.n at hh:mm %VMSINSTAL-I-RESTORE, Restoring product saveset A... |
Release notes included with this kit are always copied to SYS$HELP. Additional Release Notes Options: 1. Display release notes 2. Print release notes 3. Both 1 and 2 4. None of the above * Select option [2]: |
* Queue name [SYS$PRINT]: |
SYS$HELP:PASCAL05n.RELEASE_NOTES |
$ HELP PASCAL RELEASE_NOTES |
* Do you want to continue the installation [NO]?: YES %VMSINSTAL-I-RELMOVED, The product's release notes have been successfully moved to SYS$HELP. |
SYS$HELP:PASCAL059.RELEASE_NOTES |
The name of the release notes file installed by VMSINSTAL consists of the current product name (in this case, PASCAL) and version number (in this case, 059 for Version 5.9). Do not delete release notes for previous versions of HP Pascal. |
* Do you want to install the HP Pascal compiler [YES]? |
* Do you want to install the HP Pascal definition files [YES]? |
* Do you want to install the HP Pascal example programs [YES]? |
* Do you want to save your existing HP Pascal compiler [NO]? |
* Do you want to purge files replaced by this installation [YES]? |
* Do you want to run the IVP after the installation [YES]? |
SYS$TEST:PASCAL$IVP.COM |
Product: PASCAL Producer: DEC Version: V5.9 Release Date: dd-mmm-yyyy * Does this product have an authorization key registered and loaded? |
%VMSINSTAL-I-MOVEFILES, files will now be moved to their target directories... |
** Successful Installation of HP Pascal V5.9 on 16-JUN-2004 at 13:35 ** Compiler Version = HP Pascal V5.9 *-----------------------------------------------* * Installation Verification Procedure for * * HP Pascal STARLET libraries * *-----------------------------------------------* |
Installation of HP Pascal V(n.n) completed at hh:mm VMSINSTAL procedure done at hh:mm |
$ LOGOUT SYSTEM logged out at dd-mmm-yyyy 20:20:02 |
VMSINSTAL deletes or changes entries in the process symbol tables during the installation. Therefore, if you are going to continue using the system manager's account and you want to restore these symbols, you should log out and log in again. |
If errors occur during the installation itself or when the Installation Verification Procedure (IVP) is running, VMSINSTAL displays failure messages. If the installation fails, you see the following message:
%VMSINSTAL-E-INSFAIL, The installation of HP Pascal V(n.n) has failed. |
The HP Pascal V(n.n) Installation Verification Procedure failed. %VMSINSTAL-E-IVPFAIL, The IVP for HP Pascal V(n.n) has failed. |
Previous | Next | Contents |