Previous | Contents |
This chapter describes:
Before you start the installation, read Chapter 1, which describes the general options and requirements for installing MACRO--64 Assembler.
The installation procedure loads MACRO--64 Assembler product distribution files on to the system disk on the system where you perform the installation.
Follow these steps to install MACRO--64 Assembler from the OpenVMS Alpha Software Products Library CD-ROM set:
$ SET PROCESS/PRIVILEGE=(CMKRNL,SYSLCK,SYSPRV) |
$ SHOW PROCESS/PRIVILEGES |
$ SHOW DEVICE DKA400 |
DKA400 is the device name used in examples in this document to show where the appropriate media CD-ROM has been mounted. |
$ MOUNT DKA400 label |
$ DIRECTORY Directory DKA400:[dir.subdir] DEC-AXPVMS-MACRO64-Vnnnn-x-1.PCSI Total of 1 files. |
$ PRODUCT EXTRACT RELEASE_NOTES MACRO64 /SOURCE=disk:[dir] - $_/FILE=MACRO64.RELNOTES |
$ TYPE/PAGE MACRO64.RELNOTES |
$ PRODUCT SHOW PRODUCT MACRO64 |
PRODUCT ------- DEC AXPVMS MACRO64 V1.1-1 1 item found |
PRODUCT ------- 0 items found |
$ PRODUCT REMOVE MACRO64 |
The following product has been selected: DEC AXPVMS MACRO64 Vn.n Layered Product Do you want to continue? [YES] The following product will be removed: DEC AXPVMS MACRO64 V1.2 Layered Product Portion done: 0%...30%...40%...50%...60%...70%...80%...90%...100% The following product has been removed: DEC AXPVMS MACRO64 V1.2 Layered Product |
$ PRODUCT INSTALL MACRO64 /SOURCE=disk:[dir] /HELP |
The following product has been selected: DEC AXPVMS MACRO64 Vn.n Layered Product 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. DEC AXPVMS MACRO64 V1.2: MACRO-64 Assembler for OpenVMS Alpha COPYRIGHT (c) 1998 -- All rights reserved Digital Equipment Corporation 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: DEC AXPVMS MACRO64 Vn.n Layered Product Portion done: 0%...50%...60%...70%...80%...90%...100% The following product has been installed: DEC AXPVMS MACRO64 V1.2 Layered Product %PCSI-I-IVPEXECUTE, test procedure executing ... %PCSI-I-IVPSUCCESS, test procedure completed successfully |
$ PRODUCT SHOW OBJECT /PRODUCT=MACRO64 |
To use other features of the PCSI utility, see the POLYCENTER Software Installation Utility User's Guide.
The following tasks can be performed after MACRO--64 Assembler is installed:
The MACRO--64 Assembler Installation Verification Procedure (IVP) runs automatically during MACRO--64 Assembler installation.
If system problems occur, you should run the IVP separately to ensure the integrity of the installed files. To run the IVP, type the following command:
$ @SYS$TEST:MACRO64$IVP.COM |
If any problems are encountered, a message such as the following appears:
Digital MACRO64 Version 1.n TEST FAILED |
If you want to run MACRO--64 Assembler on multiple nodes of a VMScluster, first check to see that you have the appropriate software license (see Section 1.3). Then perform the following steps after you install MACRO--64 Assembler:
If you are using a dual-architecture (VAX and Alpha systems) heterogeneous cluster, before executing these commands, make sure the appropriate logical names have been set to define the scope of the SYSMAN DO commands. For more information, see the OpenVMS System Manager's Manual. |
$ RUN SYS$SYSTEM:SYSMAN SYSMAN> SET ENVIRONMENT/CLUSTER %SYSMAN-I-ENV, current command environment: Clusterwide on local cluster Username SYSTEM will be used on nonlocal nodes SYSMAN> DO INSTALL REPLACE SYS$LIBRARY:DCLTABLES.EXE %SYSMAN-I-OUTPUT, command execution on node NODE1 %SYSMAN-I-OUTPUT, command execution on node NODE2 |
SYSMAN> EXIT $ |
MACRO--64 Assembler is now installed and can be invoked by all users with the MACRO64 commands.
The installation procedure modifies the DCL command table so that the MACRO64 commands are 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 MACRO64 commands must log out and log in again, or use the following DCL command:
$ SET COMMAND /TABLES=SYS$LIBRARY:DCLTABLES |
No special privileges are needed to use MACRO--64 Assembler. There is no benefit from installing the compilers with privileges.
To use MACRO--64 Assembler, 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) or running very large performance-critical programs, consider the adjusting working set (WSDEF, WSQUOTA, WSEXTENT) and page file (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.5 Enhancing MACRO--64 Assembler Performance
This section includes information on system tuning and explains how to install MACRO--64 Assembler as a shared image.
After you install MACRO--64 Assembler, you might want to adjust your system to enhance performance or lower the use of some system resources.
If users will be compiling very large programs (many program units compiled together) or running very large performance-critical programs, consider the following:
For more information on page file use and SYSGEN parameters, see the
OpenVMS System Manager's Manual: Tuning, Monitoring, and Complex Systems. For information about system tuning and performance
investigation, see the Guide to OpenVMS Performance Management.
3.6 Removing Digital MACRO64
To remove Digital MACRO64 from the system, use the following command:
$ PRODUCT REMOVE MACRO64 |
If your installation is not successful, check for the following possible problems:
If you encounter a problem while using MACRO--64 Assembler, report it to Digital.
If an error occurs while MACRO--64 Assembler is in use and you believe the error is caused by a problem with MACRO--64 Assembler, take one of the following actions:
When you initially contact the CSC, please indicate the following:
When you submit information electronically or are speaking on the phone to the appropriate support specialist, you can provide more detailed information. This includes the specific commands used to compile and link the program, the error messages displayed, and relevant detailed information (possibly including source program listings). Please try to narrow the cause of the problem to a specific source module or lines of code.
CSC personnel may ask for additional information, such as listings of any command files, INCLUDE 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).
Experience shows that problem reports sometimes do not contain enough information to duplicate or identify the problem. Concise, complete information helps Digital give accurate and timely service to software problems.
To obtain information about purchasing Digital support services, please contact your local Digital sales representative.
This appendix provides listings of the following procedures:
This installation guide is not revised for each release of
MACRO--64 Assembler. When installing later versions of MACRO--64 Assembler, the
displayed numbers for the subsets, version, and subset directory will
differ.
A.1 Sample MACRO--64 Assembler Installation
This appendix shows a new installation (all lines are displayed). The actual menu display shown on your system might not include certain lines if you have a recent version of MACRO--64 Assembler installed.
The install command assumes that the .pcsi file:
DEC-AXPVMS-MACRO64-V0102--1.PCSI is in
sys$login.
# $ product install/producer=dec/base_system=axpvms/version=1.2/source=sys$login macro64 [Return] |
The following product has been selected: DEC AXPVMS MACRO64 V1.2 Layered Product 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. DEC AXPVMS MACRO64 V1.2: MACRO-64 Assembler for OpenVMS Alpha COPYRIGHT (c) 1998 -- All rights reserved Digital Equipment Corporation 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: DEC AXPVMS MACRO64 V1.2 Layered Product Portion done: 0%...50%...60%...70%...80%...90%...100% The following product has been installed: DEC AXPVMS MACRO64 V1.2 Layered Product %PCSI-I-IVPEXECUTE, test procedure executing ... %PCSI-I-IVPSUCCESS, test procedure completed successfully |
This sample shows MACRO--64 Assembler being removed.
# product remove macro64 [Return] |
The following product has been selected: DEC AXPVMS MACRO64 V1.2 Layered Product Do you want to continue? [YES] The following product will be removed: DEC AXPVMS MACRO64 V1.2 Layered Product Portion done: 0%...30%...40%...50%...60%...70%...80%...90%...100% The following product has been removed: DEC AXPVMS MACRO64 V1.2 Layered Product |
Previous | Contents | Contents |