HP_C++________________________________________ Installation Guide for OpenVMS Industry Standard 64 Systems January 2005 This guide describes how to install HP C++ on an Industry Standard 64 processor running the OpenVMS operating system. This guide applies to HP C++ Version 7.1 for I64, and all subsequent point releases for Version 7.0. Revision/Update Information: This is a new manual. Operating System: OpenVMS Industry Standard 64 Version 8.2 or higher Software Version: HP C++ Version 7.1 or higher Hewlett-Packard Company Palo Alto, California __________________________________________________________ © 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. This document is available on CD-ROM. Printed in the US This document was prepared using DECdocument, Version 3.3-1n. ________________________________________________________________ Contents Preface.................................................. iii 1 Preparing for HP C++ Installation 1.1 What You Need to Know First.................. 1-1 1.2 Reading the Release Notes and Cover Letter... 1-2 1.3 Hardware Requirements........................ 1-3 1.4 Required Operating System Components......... 1-3 1.5 Optional Software............................ 1-3 1.6 License Registration......................... 1-4 1.7 Installation Procedure Requirements.......... 1-5 1.7.1 Installation Account Privileges.......... 1-5 1.7.2 Process Account Quotas................... 1-5 1.7.3 Disk Space............................... 1-6 1.7.4 System Parameters........................ 1-7 1.7.4.1 Calculating Values for GBLPAGES and GBLSECTIONS............................ 1-7 1.7.4.2 Changing System Parameter Values with AUTOGEN................................ 1-8 1.8 Backing Up Your System Disk.................. 1-9 2 Installing HP C++ 2.1 How to Install HP C++........................ 2-1 2.2 Recovering from Installation Errors.......... 2-5 iii 3 After Installing HP C++ 3.1 Running the Installation Verification Procedure Separately......................... 3-1 3.2 Modifying the System-Wide Startup Command Procedure.................................... 3-2 3.3 Making the Product Usable on a VMScluster.... 3-2 3.4 Making the CXX Command Available After Installation................................. 3-3 3.5 User Account Requirements.................... 3-3 3.5.1 User Privileges.......................... 3-4 3.5.2 User Account Quotas...................... 3-4 3.6 Enhancing HP C++ Performance................. 3-4 3.6.1 Tuning Your System....................... 3-4 3.6.2 Installing HP C++ as a Shared Image...... 3-5 3.7 Getting Help and Reporting Problems.......... 3-5 A Files Added or Updated During Installation B Installation Messages Tables 1 Conventions Used in This Document........ v 1-1 Process Quotas for the Installing Account.................................. 1-5 1-2 Disk Space Requirements.................. 1-6 1-3 Minimum Required System Parameter Values................................... 1-7 iv ________________________________________________________________ Preface This guide describes how to install HP C++ on an OpenVMS Industry Standard 64 (I64) system. Keep this guide with your distribution kit. You will need it to install maintenance updates or to reinstall HP C++ for any other reason. This manual applies to 7.1 of HP C++ and all subsequent releases until a revised installation guide is issued. Intended Audience This guide is intended for system managers who install HP C++. Structure of This Document This guide contains the following chapters and appendixes: o Chapter 1 describes procedures that you must complete before installing HP C++. o Chapter 2 describes how to install HP C++. o Chapter 3 describes post-installation considerations. o Appendix A lists the files installed. o Appendix B lists the installation messages. iii Associated Documentation In addition to this guide, the HP C++ 7.1 documentation set includes the following books: o Stroustrup, Bjarne. The C++ Programming Language, 3rd Edition. Reading, Massachusetts: Addison-Wesley, 1997. This book is available only as hardcopy documentation. o HP C++ User's Guide for OpenVMS Systems o C++ Class Library Reference Manual (online only) o C Run-Time Library Reference Manual for OpenVMS Systems The following manuals in the OpenVMS documentation set contain information relevant to installing software: o POLYCENTER Software Installation Utility User's Guide o OpenVMS License Management Utility Manual o OpenVMS System Manager's Manual, which includes: o OpenVMS System Manager's Manual: Essentials o OpenVMS System Manager's Manual: Tuning, Monitoring, and Complex Systems o Guide to OpenVMS Performance Management Once installed, you can use HP C++ online HELP, which describes the command qualifiers, explains run-time messages, and provides a quick-reference summary of language topics. To use online HELP, type HELP followed by the command name as in the following example: $ HELP CXX For information on the HP C++ online release notes, see Chapter 1. For general information on OpenVMS system management, see the OpenVMS operating system documentation set. For help understanding OpenVMS error messages, see the OpenVMS System Messages and Recovery Procedures Reference Manual or the online HELP/MESSAGE facility. iv Reader's Comments HP welcomes your comments on this manual. You can send comments by email to: c_docs@hp.com HP C++ Web Page For additional product information, you can view the HP C++ for OpenVMS home page at the following URL: http://h71000.www7.hp.com/commercial/cplus/cplus_index.html Conventions The following product names may appear in this manual: o HP OpenVMS Industry Standard 64 for Integrity Servers o OpenVMS I64 o I64 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[R] Itanium[R] architecture. Table 1 lists the typographic conventions used in this document. Table_1_Conventions_Used_in_This_Document_________________ Convention_____Meaning____________________________________ UPPERCASE Uppercase letters indicate the name of a TEXT command, file, parameter, procedure, or utility. $ PRODUCT In interactive examples, prompts and INSTALL displayed text appear in a monospace font. User input appears in bold monospace font. (continued on next page) v Table_1_(Cont.)_Conventions_Used_in_This_Document_________ Convention_____Meaning____________________________________ italic type Italic type indicates important informa- tion, complete titles of manuals, or vari- ables. Variables include information that varies in system output (Internal error number), in command lines (/PRODUCER=name), and in command parameters in text (where dd represents the predefined code for the device type). In interactive examples, a key name is shown enclosed to indicate that you press a key on the keyboard. Ctrl/x In interactive examples, a sequence such as Ctrl/x indicates that you must hold down the key labeled Ctrl while you press another key; for example, Ctrl/C or Ctrl/Z. [YES] Square brackets indicate that the enclosed item is a default value in an installation prompt. Also, square brackets serve as delimiters for a directory name in a file _______________specification._____________________________ In this manual, some version numbers are given as Vn.n. When you install HP C, the actual version number appears on your screen. vi 1 ________________________________________________________________ Preparing for HP C++ Installation This chapter describes: o Section 1.1, What You Need to Know First o Section 1.2, Reading the Release Notes and Cover Letter o Section 1.3, Hardware Requirements o Section 1.4, Required Operating System Components o Section 1.5, Optional Software o Section 1.6, License Registration o Section 1.7, Installation Procedure Requirements o Section 1.8, Backing Up Your System Disk This guide applies to Version 7.1 of HP C++ for OpenVMS I64 Systems and all subsequent maintenance releases up to the next release of the product that includes an updated installation guide. 1.1 What You Need to Know First The OpenVMS Software Product Library CD-ROM (media CD-ROM) set provides the following files: o HP C++ installation kit files o HP C++ documentation files, including a cover letter, this installation guide, and other files o Online CD-ROM documentation files in the [README] directory on the first media CD-ROM, including a CD-ROM user guide and master list of CD-ROM products o A CDMENU utility Preparing for HP C++ Installation 1-1 To determine whether the appropriate media CD-ROM is already mounted on your system, contact the appropriate system manager. 1.2 Reading the Release Notes and Cover Letter HP C++ provides release notes and a cover letter called Read Before Installing or Using HP C++ Version 7.1 for OpenVMS I64 Systems. You can extract the HP C++ release notes to a file and type or print them before starting HP C++ installation. The HP C++ release notes are also installed on your system after installation. You can read the online cover letter provided on the media CD-ROM set or read the printed hardcopy cover letter. For information about using the CDMENU utility and locating the appropriate media CD-ROM and directory that contains the HP C++ cover letter, see the first few steps in Section 2.1. Once the appropriate media CD-ROM has been mounted and the appropriate HP C++ documentation directory located, do one of the following: o Use a TYPE command to display the ASCII version of the HP C cover letter (on your screen). o Use a PRINT command to print the ASCII or PostScript version of the HP C++ cover letter to a printer. For information about reading the online release notes before installation, use the PRODUCT EXTRACT RELEASE_NOTES command described in Section 2.1 (step 6). HP strongly recommends that you read the release notes and the cover letter before installing HP C++. They contain information about changes to the installation and use of HP C++, such as the minimum version of the OpenVMS I64 operating system required for this release of HP C++. After installation, the release notes are installed as text and PostScript form in: SYS$HELP:CXX.RELEASE_NOTES SYS$HELP:CXX_RELEASE_NOTES.PS 1-2 Preparing for HP C++ Installation 1.3 Hardware Requirements You can install HP C++ on any Itanium processor capable of running OpenVMS I64 Version 8.2 or higher. See the OpenVMS Operating System's Software Product Description (SPD 25.01.nn) for details. 1.4 Required Operating System Components HP C++ 7.1 requires the OpenVMS I64 operating system Version 8.2 or higher. Future HP C++ releases may require higher versions of the OpenVMS operating system, as described in the release notes or the cover letter. The OpenVMS I64 operating system comes with a variety of support options (or components). Components include such features as networking and RMS journaling. To use HP C, your system should be running a version of the OpenVMS I64 operating system that includes the base component and the following other components: o Programming support o Utilities For a complete list of the required components, see the HP C++ Software Product Description (SPD) on the media CD-ROM. 1.5 Optional Software You can use the following optional OpenVMS software with HP C++: o HP Language-Sensitive Editor/Source Code Analyzer (LSE/SCA). Support for C++ requires that LSE be installed before the compiler is installed. o HP Test Manager (DTM) o HP Performance and Coverage Analyzer (PCA) o HP Code Management System (CMS) o HP Module Management System (MMS) Preparing for HP C++ Installation 1-3 1.6 License Registration Before you install and run HP C++ 7.1 on a newly-licensed node or cluster, you must first register a License Product Authorization Key (License PAK), using the License Management Facility (LMF). The specific LMF product names used by HP C++ are: o CXX-USER: Concurrent-Use License The HP C++ compiler accepts a CXX-USER PAK. The License PAK may be shipped along with the kit if you ordered the license and media together; otherwise, it is shipped separately to a location based on your license order. If you are installing HP C++ as an update on a node or cluster already licensed for this software, you have already completed the License PAK registration requirements. If you are installing prerequisite or optional software along with HP C++, review the PAK status and install the PAKs for any prerequisite or optional software before you install HP C++. You must register and load your license for HP C++ before you start the installation in order to run the Installation Verification Procedure (IVP) and use the software. To register a license under OpenVMS, log in to a privileged account, such as the system manager's account, SYSTEM. You have a choice of two ways to register a license: o Invoke the SYS$UPDATE:VMSLICENSE.COM procedure. When it prompts you for information, respond with data from your License PAK. o At the DCL prompt, enter the LICENSE REGISTER command with the appropriate qualifiers that correspond to License PAK information. If you plan to use HP C++ on more than one node in a cluster, you will need to perform a license load on the other nodes after you complete this installation. See Section 3.3. 1-4 Preparing for HP C++ Installation For complete information on using LMF, see the VMS License Management Utility Manual or the online HELP LICENSE utility. 1.7 Installation Procedure Requirements After you have registered and loaded the license PAK and read the appropriate parts of this installation guide, the installation takes approximately 5 to 15 minutes, depending on your type of media, your system configuration, and the kit components chosen. 1.7.1 Installation Account Privileges To install HP C++, you must be logged in to an account that has the SETPRV privilege or at least the following privileges enabled: o CMKRNL o WORLD o SYSPRV 1.7.2 Process Account Quotas VMSINSTAL requires that the installation account have minimum quotas as shown in Table 1-1. Table_1-1_Process_Quotas_for_the_Installing_Account_______ Name________Quota_________________________________________ ASTLM 190 BIOLM 160 BYTLM 99,000 DIOLM 160 ENQLM 4000 FILLM_______300___________________________________________ Use the OpenVMS Authorize Utility to verify and change process quotas for the installation account in the user authorization file (UAF). (Some sites may restrict the use of the OpenVMS Authorize Utility to certain accounts or people.) For instance, to change the BYTLM quota for Preparing for HP C++ Installation 1-5 the account-name installation account, you might enter the following command sequence: $ RUN SYS$SYSTEM:AUTHORIZE UAF> MODIFY account-name /BYTLM = 99000 UAF> SHOW account-name UAF> EXIT $ LOGOUT After the quotas for the installation account have been changed, log out of the installation account and log in again for the new quotas to take effect. You can then proceed with the installation. User account quotas are stored in the file SYSUAF.DAT. For more information on modifying account quotas, see the description of the Authorize Utility in the OpenVMS System Management documentation set. 1.7.3 Disk Space Requirements for free disk storage space are different during installation and after installation. Table 1-2 summarizes the storage requirements. Table_1-2_Disk_Space_Requirements_________________________ Peak During Blocks After Component__________Installation______Installation_________ Compiler and 150,000 75,000 documentation_____________________________________________ These counts refer to the disk space required on the system disk. The sizes are approximate; actual sizes may vary depending on the user's system environment, configuration, and software options. To determine the number of free disk blocks on the current system disk, enter the following DCL command: $ SHOW DEVICE SYS$SYSDEVICE 1-6 Preparing for HP C++ Installation 1.7.4 System Parameters Table 1-3 lists the minimum required system parameter values for the installation. Depending on the kinds of programs and applications running at your site, you might need higher values for some settings. Table_1-3_Minimum_Required_System_Parameter_Values________ Minimum System_Parameter_________Value________Default_Value_______ CLISYMTBL[1] 500 500 GBLPAGES[2] 8400 8400 GBLPAGFIL 1024 1024 GBLSECTIONS[2] 2 2 [1]The_CLISYMTBL_dynamic_system_parameter_must_be_set_to__ a minimum value of 500 during the installation procedure. You can change the setting to its original value once the installation is finished. [2]These values represent the number of free global pagelets and global sections required for the installation, not the total number you need to run your system and other software. __________________________________________________________ 1.7.4.1 Calculating Values for GBLPAGES and GBLSECTIONS To install and run HP C++, you must have sufficient free global pagelets and global sections. Enter the following DCL command to determine the number of global pagelets required by SYS$LIBRARY:DCLTABLES.EXE: $ DIR/SIZE SYS$LIBRARY:DCLTABLES.EXE This command returns the size (in blocks) of SYS$LIBRARY:DCLTABLES.EXE. As an approximation, use this figure as the number of global pagelets for the file. You can use the WRITE command with the F$GETSYI lexical function to find the number of free contiguous global pagelets and free global sections. The following example shows how to get this information at your terminal (the default for SYS$OUTPUT): Preparing for HP C++ Installation 1-7 $ WRITE SYS$OUTPUT F$GETSYI("CONTIG_GBLPAGES") 15848 $ WRITE SYS$OUTPUT F$GETSYI("FREE_GBLSECTS") 24 If the value of free global pagelets or global sections is less than the required value (see Section 1.7.4), you must increase the system parameter setting. Section 1.7.4.2 describes the procedures for increasing these values using AUTOGEN. 1.7.4.2 Changing System Parameter Values with AUTOGEN If you do not have enough free global pages or free global sections to install HP C++, you can do either of the following: o Delete an existing known image using the OpenVMS INSTALL utility. o Use the AUTOGEN command procedure to increase the GBLPAGES or GBLSECTIONS system parameters. AUTOGEN automatically adjusts values for parameters that are associated with the values you reset manually. To change system parameters with AUTOGEN, edit the following file: SYS$SYSTEM:MODPARAMS.DAT Use an editor to access the file. 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, add a line to the file that specifies the name of the parameter and its value. For example: WSMAX = 8096 To modify incremental parameters such as GBLPAGES and GBLSECTIONS, use the ADD_ prefix. The following example increases the global page setting by 2000: ADD_GBLPAGES = 2000 1-8 Preparing for HP C++ Installation After you make all your changes, exit from the editor, then execute the AUTOGEN procedure to recalculate your system parameters and 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 on to the system are immediately disconnected during the shutdown. The automatic reboot puts the new parameter values into effect. The AUTOGEN Utility 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 information about using AUTOGEN and its command-line parameters, see the OpenVMS System Manager's Manual: Tuning, Monitoring, and Complex Systems. 1.8 Backing Up Your System Disk HP recommends that you do a system disk backup before installing any software. Use the backup procedures that are established at your site. For details on performing a system disk backup, see the Using VMS BACKUP manual. Preparing for HP C++ Installation 1-9 2 ________________________________________________________________ Installing HP C++ This chapter explains how to install HP C++: o Section 2.1 contains a step-by-step description of the installation procedure. o Section 2.2 covers error recovery considerations. 2.1 How to Install HP C++ HP C++ is installed using PCSI for OpenVMS I64. The installation procedure loads HP C++ product distribution files onto the system disk on the system where you perform the installation. Follow these steps to install HP C++ from the OpenVMS I64 Software Products Library CD-ROM set: 1. Log in to a privileged account on the system (or cluster) where you will install HP C++. This account must have the following privileges enabled: o CMKRNL o WORLD o SYSPRV If your process has the SETPRV privilege, you can enable these privileges by entering the following command: $ SET PROCESS/PRIVILEGE=(CMKRNL,WORLD,SYSPRV) To check whether your process has these privileges enabled, enter the following command: $ SHOW PROCESS/PRIVILEGES 2. Set the default directory to a writeable directory to allow the IVP to succeed. Installing HP C++ 2-1 3. To obtain the kit directory location of the HP C++ product distribution files on the appropriate OpenVMS I64 Software Product Library CD-ROM (media CD-ROM), do one of the following: o Use the CDMENU utility provided on the media CD-ROM. o View the CD-ROM master index file on the media CD- ROM. o Contact the appropriate system manager. For information about using the CDMENU utility and the CD-ROM files on the media CD-ROM set, see the Software Product Library CD-ROM User's Guide (media CD-ROM user guide), which accompanies the media CD-ROM distribution kit. The media CD-ROM user guide and CD-ROM master index file are provided as online files in the [README] directory on the first media CD-ROM. 4. To determine whether the appropriate media CD-ROM is already mounted on your system, enter the following command: $ SHOW DEVICE DKA400 ________________________Note ________________________ DKA400 is the device name used in examples in this document to show where the appropriate media CD-ROM has been mounted. _____________________________________________________ 5. If the media CD-ROM containing the HP C++ installation files is not mounted, either contact the appropriate system manager or insert the appropriate media CD-ROM (write down the volume label) into an available CD-ROM drive. Enter the appropriate MOUNT command to mount the media CD-ROM (omit the /FOREIGN qualifier), such as the following: $ MOUNT DKA400 label Where label is the volume label of that media CD-ROM. 2-2 Installing HP C++ 6. To check that you have located the correct CD-ROM device and directory, use the following DIRECTORY command: $ DIRECTORY *.PCSI Directory DKA400:[dir.subdir] HP-I64VMS-CXX-V0701-nnnn-1.PCSI Total of 2 files. 7. To extract the HP C++ online release notes before you install HP C++, enter the following command: $ PRODUCT EXTRACT RELEASE_NOTES CXX /SOURCE=disk:[dir] In this command, disk:[dir] is the specification of the disk and directory containing the product installation files. If your process default directory is the directory on the CD-ROM that contains the HP C++ product distribution files, you can specify the /SOURCE directory as /SOURCE=[]. You can view or print the file CXX.RELEASE_NOTES before you continue with the installation (next command). For example: $ TYPE/PAGE CXX.RELEASE_NOTES 8. To install the HP C++ compiler, enter the following PRODUCT INSTALL command: $ PRODUCT INSTALL CXX /SOURCE=node::disk:[kit_dir] Where disk:[kit_dir] is the specification of the disk and directory containing the product installation files. The following text appears: 1 - HP I64VMS CXX V7.1-001 Layered Product 2 - All products listed above ? - Help E - Exit Choose one or more items from the menu: 1 The following product has been selected: HP I64VMS CXX V7.1-001 Layered Product Do you want to continue? [YES] Installing HP C++ 2-3 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. HP I64VMS CXX V7.1-001: HP C++ for OpenVMS Industry Standard Copyright 2004 Hewlett-Packard Development Company, L.P. This software product is sold by Hewlett-Packard Company PAKs used: CXX-USER Do you want the defaults for all options? [YES] Copyright 2004 Hewlett-Packard Development Company, L.P. HP, the HP logo, Alpha and OpenVMS are trademarks of Hewlett-Packard Development Company, L.P. in the U.S. and/or other countries. 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 Date for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. Do you want to review the options? [NO] Execution phase starting . . . The following product will be installed to destination: HP I64VMS CXX V7.1-001 DISK$ICXXSYS:[VMS$COMMON.] Portion done: 0%...90%...100% The following product has been installed: HP I64VMS CXX V7.1-001 Layered Product %PCSI-I-IVPEXECUTE, executing test procedure for HP I64VMS CXX V7.1-001 ... %PCSI-I-IVPSUCCESS, test procedure completed successfully HP I64VMS CXX V7.1-001: HP C++ for OpenVMS Industry Standard 64 for Integrity Servers The compiler is now available from the command line of newly created processes. To enable access to the compiler from the command line of a currently running process (such as this one), execute: SET COMMAND/TABLE=SYS$COMMON:[SYSLIB]DCLTABLES 2-4 Installing HP C++ The release notes are located in the file SYS$HELP:CXX.RELEASE_NOTES for the text form and SYS$HELP:CXX_RELEASE_NOTES.PS for the postscript form. $ 9. Installation takes about 2-5 minutes (depending on your system. When installation has been completed, the DCL $ prompt reappears. 10. To obtain a list of files installed, enter the following command: $ PRODUCT SHOW OBJECT /PRODUCT=CXX To use other features of the PCSI utility, see the POLYCENTER Software Installation Utility User's Guide. 2.2 Recovering from Installation Errors Errors can occur during the installation if any of the following conditions exist: o The operating system version is incorrect. o The privileges or disk space for successful installa- tion are insufficient. For descriptions of error messages generated by these and related conditions, see the OpenVMS I64 documentation on system messages and software installation or the online HELP/MESSAGE command. Take the appropriate action described in the message. For information on system requirements for installing HP C++, see Section 1.4. To report a problem to HP, see Section 3.7. Installing HP C++ 2-5 3 ________________________________________________________________ After Installing HP C++ You can perform the following tasks after HP C++ is installed: o Section 3.1, Running the Installation Verification Procedure Separately o Section 3.2, Modifying the System-Wide Startup Command Procedure o Section 3.3, Making the Product Usable on a VMScluster o Section 3.4, Making the CXX Command Available After Installation o Section 3.5, User Account Requirements o Section 3.6, Enhancing HP C++ Performance o Section 3.7, Getting Help and Reporting Problems 3.1 Running the Installation Verification Procedure Separately The HP C++ Installation Verification Procedure (IVP) runs automatically during HP C++ installation. If system problems occur, you should run the HP C++ IVP separately to ensure the integrity of the installed files. To run the IVP, enter the following command: $ @SYS$TEST:CXX$IVP.COM If any problems are encountered, a message such as the following appears: HP C++ VERSION 7.n Installation Verification Procedure Failed HP C++ VERSION 7.n Installation Verification did not run HP C++ VERSION 7.n Installation Verification ABORTED After Installing HP C++ 3-1 3.2 Modifying the System-Wide Startup Command Procedure You must edit the system-wide startup file to provide for automatic startup of HP C++ when your system is rebooted. Add the command line that starts HP C++ to the system startup file, SYS$MANAGER:SYSTARTUP_VMS.COM. HP C++ cannot start until after the network has started, so you must position this new command line after the line that invokes the network startup command procedure. The following example shows the network startup command line: $ @SYS$MANAGER:STARTNET.COM 3.3 Making the Product Usable on a VMScluster If you want to run HP C++ on multiple nodes of an OpenVMS cluster, first check to see that you have the appropriate software license (see Section 1.6). Then perform the following steps after you install HP C++: 1. Enter the LICENSE LOAD command, as described in the OpenVMS License Management Utility Manual, to activate the license on each node in the cluster on which HP C++ is to be executed. 2. Log in to the installation node and use the OpenVMS INSTALL Utility to determine whether CXX$COMPILER.EXE is a known image: $ INSTALL INSTALL> LIST SYS$SYSTEM:CXX$COMPILER.EXE If the output of the preceding LIST command shows CXX$COMPILER.EXE to be a known image, perform all of the following steps. Otherwise, perform all of the following steps except step 4b. 3. Log in to a node on the cluster. 4. Run the OpenVMS INSTALL utility as described in Section 3.6.2, with the following exceptions: a. After invoking the OpenVMS INSTALL utility, enter the following command: INSTALL> REPLACE SYS$LIBRARY:DCLTABLES.EXE 3-2 After Installing HP C++ This command updates the DCL tables. It should be entered on each node in the cluster, regardless of whether you activated the HP C++ license (step 1) on all of the nodes. b. If CXX$COMPILER.EXE was established as a known image using the INSTALL utility, enter the following command: INSTALL> REPLACE SYS$SYSTEM:CXX$COMPILER.EXE This command replaces the INSTALL entry for CXX$COMPILER.EXE. It should be entered only on those nodes on which you activated the HP C++ license in step 1. (In most cases, all of the nodes will be licensed.) 5. Repeat steps 3 and 4 for each node of the cluster. 3.4 Making the CXX Command Available After Installation HP C++ is now installed and can be invoked by all users with the CXX command. The installation procedure modifies the DCL command table so that the CXX command is recognized and processed. However, the previous command table is still in effect for those users who are currently logged in. All logged-in users who want to use the CXX command must log out and log in again, or use the following DCL command: $ SET COMMAND /TABLES=SYS$LIBRARY:DCLTABLES 3.5 User Account Requirements Some products cannot be used unless certain privilege and quota requirements are met by user accounts. The following sections describe the privilege and quota requirements needed to work with HP C++. After Installing HP C++ 3-3 3.5.1 User Privileges To use HP C++, each account must have TMPMBX and NETMBX privileges. Use the OpenVMS AUTHORIZE utility to determine whether users have the privileges they require. 3.5.2 User Account Quotas To use HP C++, a user account does not need to meet any special quota requirements. However, for users who will be compiling very large programs (many program units compiled together), consider adjusting working set (WSDEF, WSQUOTA, WSEXTENT) and pagefile (PGFLQUOTA) account quotas to improve performance. Use the OpenVMS Authorize Utility from a suitably privileged account to change the process quotas in the user authorization file (UAF). Some sites may restrict the use of the Authorize Utility to certain accounts or people. After the quotas for the account have been changed, the user should log out of the account and log in again for the new quotas to take effect. For information on using the Authorize Utility, see the OpenVMS System Manager's Manual: Essentials. 3.6 Enhancing HP C++ Performance The following sections include information on system tuning and explain how to install HP C++ as a shared image. 3.6.1 Tuning Your System After you install HP C++, you might want to adjust your system to enhance performance or lower the use of some system resources. General information about tuning an OpenVMS system is included in the Guide to OpenVMS Performance Management. 3-4 After Installing HP C++ 3.6.2 Installing HP C++ as a Shared Image If you expect HP C++ to be used extensively on your system, you can reduce the system overhead and memory requirements by installing it as a shared image. To install HP C++ as a shared image on a system that is currently running, use the OpenVMS INSTALL utility. It is recommended that you install HP C++ as shared on a system that has been rebooted recently, because the available space in the global page table is less likely to be fragmented. To install HP C++ as a shared image, Determine the number of available global pagelets and global sections on your system. You will need to increase them. Section 1.7.4 contains guidelines for showing and setting these parameters. 3.7 Getting Help and Reporting Problems If you encounter a problem while using HP C++, see the release notes. If the problem is unresolved, report it to HP. Depending on the type of support you have and the nature of the problem, take one of the following actions: o If you have a Software Product Services Support Agreement, contact your Customer Support Center (CSC) by telephone (in the United States, 1-800-354-9000) or by using the electronic means provided with your support agreement (such as DSNlink). The CSC provides telephone support for high-level advisory and remedial assistance. When you initially contact the CSC, indicate the following: - The name and version number of the operating system you are using - The product name ( HP C++) and the version number of HP C++ you are using - The hardware system you are using (such as a model number) - A brief description of the problem (one sentence if possible) - How critical the problem is After Installing HP C++ 3-5 When you submit information electronically or are speaking on the phone to the appropriate HP C++ support specialist, you can provide more detailed information. The information should include the specific commands used to compile and link the program, the error messages displayed, and relevant detailed information (possibly including source program listings). Please attempt to narrow the cause of the problem to a specific module or lines of code. CSC personnel might ask for additional information, such as listings of any command files, INCLUDE and COPY files, relevant data files, and so forth. If the program is longer than 50 lines, submit a copy of it electronically or provide machine-readable media (floppy diskette or magnetic tape). o If the problem is related to HP C++ documentation, you can report the problem to the CSC (if you have a Software Product Services Support Agreement and the problem is severe); otherwise, send your comments about HP C++ documentation to the following Internet address: c_docs@hp.com To obtain information about purchasing a HP Software Product Services Support Agreement or other support services, please contact your local HP sales represen- tative. 3-6 After Installing HP C++ A ________________________________________________________________ Files Added or Updated During Installation This appendix lists the files that are added to or updated on your OpenVMS system during installation. Note that some files may not be installed depending on selected options or your system's configuration or operating system version. SYS$SYSTEM:CXX$COMPILER.EXE [new] SYS$MESSAGE:CXX$COMPILER_MSG.EXE [new] SYS$COMMON:[CXX$LIB]CXX$CLD.CLD [new] SYS$LIBRARY:CXXL$ANSI_DEF.TLB [new] SYS$SYSTEM:CXX$LINK.EXE [new] SYS$MESSAGE:CXX$LINK_MSG.EXE [new] SYS$SYSTEM:CXX$DEMANGLE.EXE [new] SYS$HELP:[CXX$HELP]*.* [new] SYS$HELP:CXX.RELEASE_NOTES [new] SYS$HELP:CXX_RELEASE_NOTES.PS [new] SYS$TEST:CXX$IVP.COM [new] SYS$LIBRARY:DCLTABLES.EXE [modified] SYS$HELP:HELPLIB.HLB [modified] Files Added or Updated During Installation A-1 B ________________________________________________________________ Installation Messages This appendix lists the more common diagnostic messages you might see during product installation. If you encounter a message not shown here, use the HELP/MESSAGE command to display information about it. If you add the /LOG qualifier to the PRODUCT INSTALL command, many additional informational messages will be displayed, which can be ignored. FAILCONF, failed to resolve conflicting requirements for 'object-type' 'object-name' Explanation: More than one product supplies a managed object of the same name, type, and scope. They cannot coexist because of a conflict in the objects' properties. Files, directories, and library modules are examples of managed objects. User Action: Report the problem to HP. INSTALLERR, error executing DCL INSTALL command Explanation: The POLYCENTER Software Installation utility installs a file as a known image by having the DCL command INSTALL execute in a subprocess. The INSTALL command failed. User Action: Take action based on the accompanying messages. If you specify the /TRACE qualifier when you retry the operation, you can view the command sent to the subprocess. IVPFAILURE, test procedure completed with an error status Explanation: The installation verification test procedure for the product completed with an exit status that indicates a failure. If you were executing a PRODUCT INSTALL command, the product has been completely installed, but its test procedure failed. Installation Messages B-1 User Action: Take action based on the accompanying messages. If you specify the /TRACE qualifier when you retry the operation, you can view the commands sent to the subprocess and the output generated when these commands are executed. RETAIN, 'object' 'object-name' was not replaced because 'object' from kit does not have higher generation number Explanation: During installation of a software product (or a patch to a software product), the specified object (either a file or a library module) was not copied from the kit to the destination disk. The installation utility found an object with the same name already installed on the destination disk and that object's generation (sequencing) number was the same or greater than the generation number of the object from the kit. Therefore, the object with the latest generation number (the previously installed item) was left on your destination disk. This condition typically occurs when you install multiple patches or updates to the same product. The installation utility performs conflict detection and resolution so that your system will always retain the most current files even if updates are not installed in chronological order. User Action: None. B-2 Installation Messages