[an error occurred while processing this directive]
HP OpenVMS Systems Documentation |
HP Pascal for OpenVMSInstallation GuideOrder Number: AA-PXSPD-TK
January 2005
This guide explains how to install the HP Pascal compiler and related software components on the HP OpenVMS operating system. Revision/Update Information: This revised manual supersedes the Compaq Pascal Installation Guide for OpenVMS Systems, Version 5.7.
Operating System:
OpenVMS I64 Version 8.2 or higher
Software Version:
HP Pascal for OpenVMS I64 Systems Version 5.9
© Copyright 2005 Hewlett-Packard Development Company, L.P. Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. The information contained herein is subject to change without notice. The only warranties for HP products and services are set forth in the express warranty statements accompanying such products and services. Nothing herein should be construed as constituting an additional warranty. HP shall not be liable for technical or editorial errors or omissions contained herein. Intel and Itanium are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. Printed in the US
ZK6141
PrefaceThis guide describes how to install HP Pascal on the OpenVMS operating system. Keep this guide with your distribution kit. You will need it to install maintenance updates or to reinstall HP Pascal for any other reason. Intended AudienceThis guide is intended for the system manager who installs HP Pascal. Document StructureThis guide contains the following chapters:
Related DocumentsIn addition to this guide, the HP Pascal documentation set includes the following books:
For help understanding OpenVMS system error messages, see the OpenVMS System Messages and Recovery Procedures Reference Manual 1 or the online HELP/MESSAGE facility.
Reader's CommentsHP welcomes your comments on this manual. Please send comments to either of the following addresses:
HP Pascal Home PageYou can access the HP Pascal home page at:
ConventionsThe following product names may appear in this manual:
All three names---the longer form and the two abbreviated forms---refer to the version of the OpenVMS operating system that runs on the Intel Itanium architecture. The following typographic conventions might be used in this manual:
Chapter 1
|
SYS$HELP:PASCAL05n.RELEASE_NOTES |
Your distribution kit includes a "Read First" cover letter.
Please read this cover letter for information that you should know
before installing HP Pascal. This information may not be included in
this installation guide or in the release notes.
1.1 Required Operating System Components
HP Pascal requires:
Future HP Pascal releases may require higher versions of the OpenVMS operating system, as described in the online release notes or the Read First cover letter for your operating system.
The OpenVMS operating system comes with a variety of support
options or components.
1.2 License Registration
You must register the HP Pascal license through the OpenVMS License Management Facility (LMF) in accordance with the license agreement signed by your site. The license registration information you need is contained in the Product Authorization Key (PAK) that is shipped with HP Pascal if you ordered the license and media together; otherwise, the PAK is shipped separately to a location based on your license order. The PAK is a paper certificate that contains information about the license to run a particular piece of software.
If you are installing HP Pascal as an update on a node or cluster that is licensed for this software, you have already completed the License PAK registration requirements.
During the installation, the system asks whether you have registered the HP Pascal license and loaded the appropriate PAK. Before you start the installation, you must register and load your license for HP Pascal to be able to run the Installation Verification Procedure (IVP) and for users to be able to run HP Pascal.
To register a license, first log in to the system manager's account (username: SYSTEM). You then have a choice of two ways to perform the registration:
HP Pascal provides support for using multiple versions of the compiler on the same OpenVMS system.
During installation, you have the opportunity to save the current version of the compiler for later use. If chosen, the installation copies the current compiler before installing the new compiler.
The kit provides three command files to display and control which HP Pascal compiler is used.
The installation of HP Pascal takes approximately 5 to 45 minutes,
depending on your system configuration.
1.4.1 Installation Account Privileges and Disk Space
To install HP Pascal, you must be logged in to an account that has SETPRV or at least the following privileges:
VMSINSTAL turns off the BYPASS privilege at the start of the installation. |
HP Pascal requirements for free disk storage space are different during installation and after installation. Table 1-1, Table 1-2, and Table 1-3 summarize the storage requirements for the three operating systems.
Kit | During Installation |
After Installation |
---|---|---|
HP Pascal V5.9 for
OpenVMS I64 systems |
45,000 | 40,500 |
HP Pascal Run-Time Library for
OpenVMS I64 systems 1 |
1,100 | 1,100 |
HP Pascal STARLET files | 15,000 | 15,000 |
HP Pascal examples | 150 | 150 |
Kit | During Installation |
After Installation |
---|---|---|
HP Pascal V5.9 for
OpenVMS Alpha systems |
25,000 | 21,000 |
HP Pascal Run-Time Library for
OpenVMS Alpha systems 1 |
500 | 500 |
HP Pascal STARLET files | 15,000 | 15,000 |
HP Pascal examples | 150 | 150 |
Kit | During Installation |
After Installation |
---|---|---|
HP Pascal V5.8 for
OpenVMS VAX systems |
3,500 | 3,000 |
HP Pascal STARLET files | 11,500 | 10,000 |
HP Pascal examples | 150 | 150 |
To determine the number of free disk blocks on the current system disk, enter the following DCL command:
$ SHOW DEVICE SYS$SYSDEVICE |
Installing HP Pascal requires certain system parameter settings.
The minimum number of free global pagelets (512-byte subpage unit) and global sections needed for the installation depends on whether SYS$SYSTEM:PASCAL.EXE was previously installed as a shared image, as follows:
32,000 additional global pagelets on OpenVMS I64 systems
10,000 additional global pagelets on OpenVMS Alpha systems
1,500 additional global pagelets on OpenVMS VAX systems
If you do not ensure that your system has the necessary global pagelets and global section SYSGEN parameters for the installation, the DCL tables can become corrupted in some situations. |
To install and run HP Pascal, you must have sufficient free contiguous global pagelets and global sections. To determine the number of global pagelets required by SYS$LIBRARY:DCLTABLES.EXE, enter the following DCL command:
$ DIR/SIZE SYS$LIBRARY:DCLTABLES.EXE |
To find the number of free contiguous global pagelets and free global sections, use the WRITE command with the F$GETSYI lexical function. The following example shows how to get this information at your terminal (the default for SYS$OUTPUT):
$ WRITE SYS$OUTPUT F$GETSYI("CONTIG_GBLPAGES") 15848 $ WRITE SYS$OUTPUT F$GETSYI("FREE_GBLSECTS") 24 |
If the number of free global pagelets or global sections is less than
the required value (see Section 1.4.2), you must increase the system
parameter setting. Section 1.4.2.2 describes the procedures for increasing
these values using AUTOGEN.
1.4.2.2 Changing System Parameter Values with AUTOGEN
If you do not have enough free global pagelets or free global sections to install HP Pascal, you can do either of the following:
SYS$SYSTEM:MODPARAMS.DAT |
To change a parameter value listed in this file, delete the current value associated with that parameter and enter the new value.
To add a new parameter, insert a line in the file that includes both the name of the parameter and its value. For example:
WSMAX = 1024 |
To modify incremental parameters such as GBLPAGES and GBLSECTIONS, use ADD_. The following example increases the global pagelet setting by 2000:
ADD_GBLPAGES = 2000 |
When you set the page file quota, do not use a value that exceeds the amount of page file space available on the system. |
After you make all your changes, exit from the editor and then execute the AUTOGEN procedure to recalculate your system parameters. Enter the following command at the DCL prompt to recalculate your system parameters and to reboot the system:
$ @SYS$UPDATE:AUTOGEN GETDATA REBOOT |
When you specify REBOOT, AUTOGEN does an automatic system shutdown and then reboots the system. Any users logged in to the system are immediately disconnected during the shutdown. The automatic reboot puts the new parameter values into effect.
AUTOGEN automatically adjusts some of the SYSGEN parameters, based on the consumption of resources since the last reboot. If you do not want to take advantage of this automatic adjustment, include the /NOFEEDBACK qualifier on the AUTOGEN command line.
For more information about using AUTOGEN, see the OpenVMS System Management Subkit.
Next | Contents |