This appendix describes the associated products and software subsets that are shipped in addition to the base operating system.
Table E-1 describes the products contained on the Associated Products Volume 1 CD-ROM. Table E-2 describes the products contained on the Associated Products Volume 2 CD-ROM.
Note
The term RTL is an acronym for Run-Time Library.
| Product Directoriesin /ALPHA | Product Description |
Alternative_Compiler |
Development Enhancements for Software Development |
DEC_Ada_RTL |
Ada Run-Time Support Library for Alpha Systems |
DEC_C++_RTL |
C++ Run-Time Support Library for Alpha Systems (shared libraries) |
DEC_Cobol_RTL |
COBOL Run-Time Support Library for Alpha Systems and DEC Decimal Run-Time Support Library |
DEC_EVENT |
Event Management Utility |
DEC_Fortran_RTL |
Fortran Run-Time Support Library for Alpha Systems |
DEC_Pascal_RTL |
Pascal Run-Time Support Library for Alpha Systems |
DEC_Sort_RTL |
Sort Run-Time Library |
Data_Direct |
INTERSOLV® DataDirect ODBC connectivity software |
GNUSRC |
Free Software Foundation GNU Source for the operating system |
Multimedia_Services |
Multimedia Services |
Netscape_FastTrack_Server |
Netscape FastTrack Server V3.01 |
PanoramiX_ADK |
Xserver Extensions Advanced Developer's Kit |
Porting_Assistant |
Porting Assistant |
Program_Analyzers |
Graphical Program Analysis Tools |
Worldwide_Language_Support |
Worldwide Language Support. Appendix F contains worldwide software subset descriptions. |
| Product Directories | Product Description |
AdvFS_Advanced_Utilities |
AdvFS Advanced File System Utilities |
Advanced_Printing |
Advanced Printing Software |
Advanced_Server |
Advanced Server Administration Tools |
NetWorker |
NetWorkerTM SingleServer Save and Restore |
Open3D |
Open3D graphics applications software environment |
Performance_Manager |
Performance Manager |
SCSI_CAM_Layered_Components |
SCSI Common Access Method Layered Components |
System_V_Environment |
System V Environment |
TruCluster |
TruCluster |
Visual_Threads |
Visual Threads Diagnostic Tool |
Associated products are installed after the initial full installation by using
the
setld
command.
The installation can be invoked from CD-ROM
or RIS.
Refer to
Chapter 10
for more information about the
setld
command.
Follow these steps if you are installing an associated product from either the Associated Products Volume 1 or Associated Products Volume 2 CD-ROM:
Mount the CD-ROM. Refer to Section B.3 if you do not know how to mount a CD-ROM.
Log in as
root
or use the
su
command to gain root privileges.
Do one of the following, depending on whether the associated product you are loading is on Volume 1 or Volume 2:
If you are installing an associated product from the Associated Products Volume 1 CD-ROM, do the following:
#/usr/sbin/setld -l /mnt/ALPHA/product_directory
The previous example assumes the CD-ROM is
mounted under
/mnt.
Replace
product_directory
with the name of the directory where the product is located.
Table E-1
and
Table E-2
list the directory names for each associated product.
The
setld
command displays a list of software subsets available
to install.
Choose the appropriate software subsets from the list.
If you are installing an associated product from the Associated Products Volume 2 CD-ROM:
#/usr/sbin/setld -l /mnt/product_directory
The
previous example assumes the CD-ROM is mounted under
/mnt.
Replace
product_directory
with the name of the directory where the product is
located.
Table E-1
and
Table E-2
list the directory names for each associated product.
The
setld
command displays a list of software subsets available
to install.
Choose the appropriate software subsets from the list.
Follow these steps if you are performing a RIS installation of an associated product:
Ask your RIS server administrator to ensure that your system is a client of the RIS server and is registered to the appropriate software environment.
Ensure that your system can communicate with the RIS server by executing
the
/sbin/ping
command to verify the network connection.
Enter
the command in the following format and replace
ris_server_name
with the name of your local RIS server:
#/sbin/ping -c2ris_server_name
Successful
output of the
/sbin/ping
command is similar to the following:
# ping -c2 system9 PING system9 (16.59.l24.96): 56 data bytes 64 bytes from 16.59.l24.96: icmp_seq=0 ttl=255 time=1 ms 64 bytes from 16.59.l24.96: icmp_seq=1 ttl=255 time=0 ms ----system9 PING Statistics---- 2 packets transmitted, 2 packets received, 0% packet loss round-trip (ms) min/avg/max = 0/0/1 ms
In the previous example,
system9
is the name of the RIS server.
Enter the following command to begin the RIS installation:
#/usr/sbin/setld -lris_server_name:
Replace
ris_server_name:
with the name of your RIS server appended with a colon ( : ).
The
setld
command displays a list of software subsets available
to install.
Choose the appropriate software subsets from the list.
The
apropos
and
whatis
commands access
reference page entries in the
whatis
database.
The
whatis
database that is created in
/usr/share/man
when you
initially install operating system reference pages includes entries only for those
reference pages.
The
whatis
database provided as part of the operating system
product is not automatically updated when associated product, layered product, third
party, or site-specific reference pages are installed after the initial operating
system installation.
If the
whatis
database exists on your system,
you should update the database by executing the
catman -w
command
if you install product-specific reference pages.
For information about using the
catman -w
command to rebuild the
whatis
database, see
the
catman(8)
reference page.
The
Alternative_Compiler
directory contains the following
software subsets:
CMPDEVENH440
and
CMPDEVALT440.
Follow the instructions in
Section E.1
to install
this product.
The following describes the two software subsets in this directory:
CMPDEVENH440 - There are static and shared libraries
which contain the
malloc()
system call as it was implemented in
older versions of the operating system.
The libraries are shipped to ensure backwards
compatibility with previous versions of the operating system.
The file
mmap_32.c
is a C source file that provides a jacket for the
mmap()
system call.
This is provided to support the Truncated Address Support Option (TASO)
in older versions of the operating system.
Refer to the TASO documentation for more
information if your TASO code contains
mmap()calls.
CMPDEVALT440 - This software subset provides
an alternative application compiler suite in the
/usr/lib/cmplrs/cc.alt
directory.
This suite is accessed through the
/usr/bin/cc.alt
command and differs from the default
/usr/lib/cmplrs/cc
compiler
suite by providing components that may deliver faster run-time performance.
Performance
improvements provided by the components in this suite will be delivered in the default
compiler suite in future releases of the operating system.
In this version of the
software subset, the DEC C compiler is the only component in the
cc.alt
directory that is different from the default compiler suite.
The features supported
by this suite are the same as those documented for the default compiler suite in this
release of the operating system.
However, the compiler included in this suite does
not contain the features necessary to build kernel objects.
Do not copy the compiler
provided in this suite to the default compiler directory,
/usr/lib/cmplrs/cc, or you lose the ability to rebuild kernels on your system.
The
cc.alt
suite is intended to provide more recent versions of the compiler
components than those in the operating system.
Because the
cc.alt
components will change more frequently than the base operating system components,
any problems reported against
cc.alt
will be addressed in a later
release of
cc.alt.
The
DEC_Ada_RTL
directory contains the
ADALIB404
software subset.
Follow the instructions in
Section E.1
to install this product.
The Ada Run-Time Library subset is included on the operating system CD-ROM to facilitate deployment of applications built using DEC Ada.
The following table describes the contents of the DEC Ada Run-Time Library kit:
| File Name | Description |
libada.so |
DEC Ada Run-Time Library, shared object |
libada.a |
DEC Ada Run-Time Library, archive library |
Inclusion of the DEC Ada Run-Time Library in the base system allows users to run applications that were linked with the DEC Ada (run-time) libraries without requiring the user to purchase DEC Ada.
The
DEC_C++_RTL
directory contains the following software
subsets:
CXLSHRDA440
and
CXLLIBA440.
Follow the instructions in
Section E.1
to install
this product.
The DEC C++ Version 5.0 compiler kits no longer provide the Class Library archive libraries when installed on this version of the operating system.
The CXLSHRDA440 software subset contains the shared libraries required for the C++ Complex and Task Packages. The CXLLIBA440 software subset contains the corresponding archive libraries.
The mandatory base operating system software subset, OSFBASE440 contains the shared library for the remaining packages, including IOStream, as well as the run-time support. The optional base operating system subset, OSFLIBA440 contains the corresponding archive library.
If you run C++ applications on your system, install the CXLSHRDA440 software subset. If you develop C++ applications on your system, install both C++ subsets, CXLSHRDA440 and CXLLIBA440 as well as the base operating system software subset OSFLIBA440.
There is no need to remove the CXXSHRDA subset that was included in previous versions of the operating system before you upgrade to this version of the operating system. However, you must remove the old CXXSHRDA subset before you can install CXLSHRDA440.
The CXLLIBA440 subset will not install if your system has the DEC C++ Version 1. n compiler installed. Before you install the CXLLIBA440 subset you should upgrade the DEC C++ compiler to Version 5.0 or later.
The
DEC_Cobol_RTL
directory contains the following software
subsets:
DCARTL250
and
02ABASE250.
Follow the
instructions in
Section E.1
to install this product.
DEC COBOL Run-Time Support Library for Alpha Systems is a software library that provides compiled code support for file processing, format processing, I/O processing and other capabilities to the DEC COBOL programming language implementation. The DEC Fortran for Alpha Run-Time Support subsets must be installed at the same time as the DEC COBOL Run-Time Support subsets.
The software subsets contain:
DCARTL - DEC COBOL Run-Time Support Library
O2ABASE - DEC Decimal Run-Time Support Library
Both subsets must be installed together. The following table lists the contents of the DCARTL230 subset:
| File Name | Description |
libcob.a |
DEC COBOL Run-time (archive) library |
libcob.so |
DEC COBOL Run-time (shared) library |
libisam_stub.a |
DEC COBOL ISAM stub (archive) library |
cob_msg.cat |
DEC COBOL Run-time library message catalog |
The following table lists the contents of the O2ABASE230 subset:
| File Name | Description |
libots2.a |
DEC Decimal Support Run-time (archive) Library |
libots2.so |
DEC Decimal Support Run-time (shared) Library |
The
DEC_EVENT
directory contains the
DIABASE290
software subset.
Follow the instructions in
Section E.1
to install this product.
The
DECevent utility is an event management utility for this operating system that provides
the interface between a system user and the system's event log files.
This lets system
users produce ASCII reports derived from system event entries.
The format of the ASCII
reports depends on the command entered on the command line or on the command entered
from the graphical user interface (GUI).
Command line commands are restricted to 255
characters.
Event report information can be filtered by event types, date, time, and
event entry numbers.
Event report formats can be selected from full disclosure to
very brief information messages.
The
-i
(include) and
-x
(exclude) flags provide a wide range of selection criteria to narrow
down the focus of event searches.
The DECevent utility also offers an interactive command shell interface, accessible
with the command
--int, that recognizes the same commands used
at the command line.
From the interactive command shell users can customize, change,
or save system settings.
DECevent uses the system event log file
/usr/adm/binary.errlog
as the default input file for event reporting, unless another file is specified.
To
produce a translated report using the built-in defaults, type the following command
at the command line:
#dia
To produce a translated event report using the GUI, click on the translate/auto icon in the DECevent GUI menu bar.
Users need super user privileges to use the translation and reporting features of DECevent, unless the event log file privileges have been changed to let all users read the event log file.
The
DEC_Fortran_RTL
directory contains the
DFARTL369
software subset.
Follow the instructions in
Section E.1
to install this product.
The DEC Fortran Alpha Run-Time Support is a software library that provides compiled code support for file processing, format processing, I/O processing and other capabilities to the DEC Fortran programming language implementation. The following table lists the contents of the DEC Fortran Alpha Run-Time Support kit:
| File Name | Description |
libFutil.a |
DEC Convert RTL |
libUfor.a |
DEC Fortran Unsupported RTL |
libfor.a |
DEC Fortran RTL |
libFutil.so |
DEC Convert RTL |
libUfor.so |
DEC Fortran Unsupported RTL |
libfor.so |
DEC Fortran RTL |
for_msg.cat |
DEC Fortran RTL Message Catalog |
The
DEC_Pascal_RTL
directory contains the
DPORTL541
software subset.
Follow the instructions in
Section E.1
to install this product.
The DEC Pascal Alpha Run-Time Support is a software library that provides compiled code support for file processing, format processing, I/O processing and other capabilities to the DEC Pascal programming language implementation. The DEC Fortran Alpha Run-Time Support subsets must be installed at the same time as the DEC Pascal Alpha Run-Time Support Library subset.
| File Name | Description |
libpas.a |
DEC Pascal RTL |
libpas.so |
DEC Pascal shared RTL |
libpas_msg.cat |
DEC Pascal RTL message catalog |
The
DEC_Sort_RTL
directory contains the
SORLIB300
software
subset.
Follow the instructions in
Section E.1
to
install this product.
The Sort subset provides a run-time library of sort routines that provide applications programming interface compatibility with a subset of the OpenVMS sort/merge utility. This functionality is provided to assist in the migration to this operating system of several OpenVMS products that depend on OpenVMS SORT. It also provides a high performance sort package that takes advantage of the Alpha architecture for better performance.
The following table lists the contents of the SORLIB440 subset.
| File Name | Description |
libsort.so |
Shareable object of Sort RTL routines |
libsort.a |
Library of Sort RTL routines |
libsort.cat |
Sort message catalog |
The
Data_Direct
directory contains the following software
subsets:
DAUDOC100
-- DataDirect Online Help
DAUJDBCODBC100
-- DataDirect JDBC-ODBC Bridge
DAUODBCCON100
-- DataDirect Connect ODBC Drivers
DAUSQLNKJAVA100
-- DataDirect SequeLink JAVA
Edition
DAUSQLNKODBC100
-- DataDirect SequeLink ODBC
Edition
DAUSQLNKSVR10
-- DataDirect SequeLink Server
Follow the instructions in Section E.1 to install this product.
The INTERSOLV DataDirect family of software products enables ODBC connectivity and Windows NT integration for operating system applications.
The SequeLink ODBC Edition is a universal ODBC client component that provides transparent connectivity to multiple clients, network, servers, and databases. SequeLink can give you access to any database server with a simple programming interface and flexibility in choosing platforms and databases applications evolve.
You can use the DataDirect Connect ODBC Drivers if you already have a database client installed. You only need to install the Connect ODBC Driver for that specific database client.
The
GNUSRC
directory contains the following software subsets
from the GNU Free Software Foundation:
FSFGAWKSRC440,
FSFINDENTSRC440,
FSFEMACSSRC440,
FSFRCSSRC440
and
FSFGZIPSRC440.
Follow the instructions in
Section E.1
to install
this product.
The GNU awk Source subset,
FSFGAWKSRC440,
contains source files for the GNU awk (gawk) programming language.
Gawk is the GNU
Project's implementation of the awk programming language.
Refer to the
gawk(1)
reference
page for more information.
The GNU Emacs Source subset,
FSFEMACSSRC440,
contains the source files for the GNU Emacs editor.
The GNU Emacs editor is a new
version of Emacs, written by the author of the original (PDP-10) Emacs.
The documentation
for GNU Emacs is available on line and can be viewed using
Info,
a subsystem of the Emacs facility.
Refer to the
emacs(1)
reference page for more information.
The GNU Revision Control System Source subset,
FSFRCSSRC440,
contains source files for the GNU Revision Control System (RCS).
Refer to the
rcs(1)
reference
page for more information.
The GNU ident Source subset,
FSFINDENTSRC440,
contains the source files for the
ident
utility which searches
for all occurrences of a pattern in the named files or, if no file name is specified,
the standard input.
Refer to the
ident(1)
reference page for more information.
The GNU gzip source subset,
FSFGZIPSRC440,
contains the source files for the
gzip
utility which compresses
or expands files.
Refer to the
gzip(1)
reference page for more information.
The GNU Mkisofs source subset,
FSFMKISOFSSRC440,
contains the source files for the
mkisofs
utility which creates
an ISO9660 file system with optional Rock Ridge attributes.
Refer to the
mkisofs(1)
reference
page for more information.
The
Multimedia_Services
directory contains the following software subsets:
MMERELNOTES244,
MMEMANRT244,
MMERT244,
MMECDE244,
MMERTSMPLDAT244,
MMEDRVAV201244,
MMEDRVAV3X1244,
MMEDRVMSB244,
MMEDRMMSESS244,
MMEDRVA300244, and
MMEDRVBBA244.
Follow the instructions in
Section E.1
to install
this product.
Multimedia Services Version 2.0A for this operating system brings audio and video capabilities to supported workstations and provides a full programming library for use by developers of new applications. The developer kit is available on the Software Product Library CD-ROM and is not distributed with the operating system.
Installing the reference pages for Multimedia Services (MMEMANRT244) automatically
updates the
whatis
database.
Ready-to-use applications included in Multimedia Services are:
DECsound - an audio record, playback, and edit utility.
AlphaVCR - a video and audio playback and record utility. AlphaVCR can play back AVI files with JPEG, Intel's Indeo(tm), or YUV data and MPEG-1 audio/video files.
Video Odyssey - a video screen saver that displays motion JPEG files.
Audio Control - a utility to control volume and port selection for all audio devices.
Multimedia Services supports standard Microsoft® Resource Interchange File Format (RIFF) file I/O in AVI and WAVE file formats in the utilities. This allows sharing of many audio and some video files between PCs and Alpha systems.
Users can play back video and audio clips from the Common Desktop Environment (CDE), from MIME enabled mailers, and from the Netscape browser. Users may record audio messages to send and if their systems contain a supported video capture device, they may record full audio and video messages. Multimedia Services also enables such tools as presentation authoring and teleconferencing.
No additional video hardware is needed to play back video clips. If your system is configured with an audio card, you can play back full video and audio clips as well as record audio messages.
Multimedia Services consists of the following subsets:
MMERELNOTES244 - Multimedia Services Release Notes.
Contains product
release notes, Software Product Description (SPD) and a cover letter.
Files are installed
in
/usr/opt/MMERELNOTES244.
Run-Time Kit:
MMEMANRT244 - Multimedia Services Run-time Reference Pages. This subset contains the reference pages for run-time applications and commands. Requirements: OSFDCMT440 Doc. Preparation Tools
MMERT244 - Multimedia Services Run-time. This subset contains the static and shared versions of the run-time libraries, the multimedia server, mmeserver, the server device libraries for the software video and audio CODECs, and audio and video capture and playback utilities. This subset is required for all other subsets listed below.
MMERTCDE244 - Multimedia Services CDE Integration. This subset contains the icons and action files to enable multimedia integration with the Common Desktop Environment (CDE). Requirements: MMERT244 and OSFCDEEDT440.
MMERTSMPLDAT244 - Multimedia Services Sample Data. This subset contains sample audio and video clips. Requirements: MMERT244 and OSFCDEEDT244.
Hardware Option Support for PCI/EISA/ISA Bus Machines:
MMEDRVAV201244 - FullVideo Basic (AV201) Device Support. This subset contains the device support files for the FullVideo Basic option module. Requirements: MMERT244, PCI bus machine. Installation requires a kernel rebuild.
MMEDRVAV3X1244 - FullVideo Supreme (AV321/AV301) Device Support. This subset contains the device support files for the FullVideo Supreme option modules. Requirements: MMERT244, PCI bus machine. Installation requires a kernel rebuild.
MMEDRVMSB244 - Microsoft Sound Board Device Support. This subset contains the device support files for the Microsoft Sound Board option module. Requirements: MMERT244, ISA or EISA bus machine. Installation requires a kernel rebuild.
MMEDRMMSESS244 - Personal Workstation Audio (ES1888/7) Device Support. This subset contains the support files for Personal Workstation audio devices. Installation requires a kernel rebuild.
Hardware Option Support for TURBOchannel Bus Machines:
MMEDRVA300244 - Sound and Motion (J300) Device Support. This subset contains the device support files for the Sound and Motion option module. Requirements: MMERT244, TURBOchannel bus machine. Installation requires a kernel rebuild.
MMEDRVBBA244 - Base Board Audio Device Support. This subset contains the device support files for the Base Board Audio module. Requirements: MMERT244, TURBOchannel bus machine. Installation does not require a kernel rebuild.
This version of the operating system includes Version 3.01 of the Netscape FastTrack
Server, an easy-to-use entry-level Web server designed to let you create and manage
a Web site.
The Netscape FastTrack Server is provided in the
WEBNETSCAPEFASTTRACK301
subset on the
Associated Products Volume 1
CD-ROM.
To install FastTrack on your system, perform the following steps:
Log in to the
root
account on your system.
Use the
/usr/sbin/setld
software subset management
utility to install the
WEBNETSCAPEFASTTRACK301
subset.
This will
install the FastTrack server in the
/usr/opt/netscape/suitespot
directory.
Change your directory to the FastTrack kit directory:
# cd /usr/opt/netscape/suitespot
Read the
readme.txt
file:
# more readme.txt
This file contains information from Netscape about the FastTrack kit.
Because
you have installed FastTrack from the
OSFNETSCAPEFASTTRACK301
subset
and not from a CD-ROM that Netscape ships, you can ignore steps 1-5 of the installation
instructions, which pertain to installing from the Netscape CD-ROM.
Begin the configuration by running the
ns-setup
program and following the instructions in the
readme.txt
file:
# ./ns-setup
The installation program will query you for several pieces of information and then configure the FastTrack server.
The installation of FastTrack Version 3.01 will not update FastTrack Version 2.01 servers installed on your system. If you have an existing FastTrack 2.01 server installed on your system and want to upgrade it to Version 3.01, use the following process:
Install FastTrack 3.01 as described in the previous steps.
Access the FastTrack 3.01 administration server as directed by the installation program.
Click on the Migrate option from the initial administration server screen. This option will allow you to migrate existing FastTrack 2.01 server instances to FastTrack 3.01.
The
PanoramiX
directory contains the
PRXADK200
software subset.
Follow the instructions in
Section E.1
to install this product.
This section discusses the operating system-based solution for a multiheaded single root window. The implementation removes graphics drawing screen size contraints and creates a screen equal to the combined width and height of all screens connected to the system.
The PanoramiX Extensions is provided in this advanced development kit (ADK). The following table lists the contents of the PanoramiX ADK:
| File Name | Description |
libpanoramiX.so |
PanoramiX extension shared library |
libos.so |
Modified version of core server library |
libmi.os |
Modified version of core server library |
libdix.so |
Modified version of core server library |
libextshape.so |
Modified version of shape extension library |
PanoramiX |
Modified version of Xdec |
Xserver.conf |
Modified version of server config file |
README_PANORAMIX.TXT |
Contains information about PanoramiX extension. Read this file before enabling the extensions. |
The
Porting_Assistant
directory contains the following software subsets:
PRTBASE300
and
PRTMAN300.
Follow the instructions in
Section E.1
to install this product.
Porting Assistant is a Motif-based tool to help you port your C, C++, and FORTRAN source code to this operating system from other UNIX and proprietary platforms including OpenVMS. Porting Assistant does the following:
Uncovers 32-bit dependencies
Checks your makefile commands and options
Helps find functions that your application needs
Helps develop operating system-specific code segments
Provides information on porting your application
The Porting Assistant is licensed and provided to you with the operating system Developers' Toolkit, but it requires separate installation.
For detailed information about the Porting Assistant, refer to its extensive
online HyperHelp system.
You can also refer to the
port
reference
page for command options and details.
After installation, invoke the Porting Assistant from the Common Desktop Environment (CDE) or from the command line:
From CDE: If you install the Software Development Tools and Utilities for CDE (OSFSDECDE440), you can invoke the Porting Assistant from an icon on the desktop.
From the command line, enter the following:
#port
The
Program_Analyzers
directory contains the following software
subsets:
GPABASE205
-- Graphical Program Analysis Base
GPAMVIEW205
-- Graphical Program Analysis
Memory Profiler gathers and displays information about how your application uses memory
inefficiently (such as by fragmented memory allocations)
GPAPROFHEAP205
-- Graphical Program Analysis
Profiler and Heap Analyzer finds and displays memory errors and memory leaks in your
application
GPAPVIEW205
-- The Graphical Program Analysis
Process Viewer gathers and displays performance information about a remote Tru64 UNIX
application and all the child processes it runs
Follow the instructions in Section E.1 to install this product.
The Graphical Program Analysis Tools can help you check out your application in a more efficient manner. Because of the tools' knowledge about the operating system and the Alpha architecture, you can use them to spot parts of your application that could cause poor performance. The Graphical Program Analysis Tools function as a readily accessible base of knowledge on testing, debugging, and tuning code.
The Graphical Program Analysis Tools can locate problems in your code, explain the problems using diagnostic messages, and even suggest necessary changes through reports. For example, using these tools you can:
Get information about all processes, including child processes, running on a remote system
Invoke utilities and commands to monitor and manage the remote system
Record all the process information to a file for later review
Instrument an application, run the application, and look at the memory usage data in one step or separate steps
Find poorly tested areas in your code
Locate and correct performance bottlenecks
Find and fix problems with writing past the ends of memory blocks
The
Worldwide_Language_Support
directory contains Worldwide
Language Support (WLS) subsets, described in
Appendix F.
You have
the option to install WLS software during a full installation or an update installation.
These procedures are documented in
Chapter 11
and
Chapter 12.
The
AdvFS_Advanced_Utilties
directory contains the following
software subsets:
AFAADVANCED440,
AFAADVDAEMON440,
AFAADVGUI440,
AFAADVMAN440,
AFAJPADVGUI440, and
AFAJPADVMAN440.
Follow the instructions in
Section E.1
to install
this product.
The POLYCENTER Advanced File System Utilities consist of several management utilities that extend the capabilities of the POLYCENTER Advanced File System (AdvFS). The AdvFS Utilities let you:
Spend less time managing file systems
Improve performance
Keep your data on line during routine maintenance
Extend the capacity of files and file systems
The software subsets contain:
AFAADVANCED440
- POLYCENTER Advanced
File System Advanced Utilities
AFAADVDAEMON440
- POLYCENTER Advanced
File System Daemon
AFAADVGUI440
- POLYCENTER Advanced
File System Graphical User Interface
AFAADVMAN440
- POLYCENTER Advanced
File System Advanced Utilities Reference Pages
AFAJPADVGUI440
- POLYCENTER Advanced
File System Japanese Advanced Utilities
AFAJPADVMAN440
- POLYCENTER Advanced
File System Japanese Advanced Utilities Reference Pages
The
Advanced_Printing
directory contains the following software
subsets:
APXADMIN100
-- Advanced Printing Software
Administrator Utilities
APXBASE100
-- Advanced Printing Software BASE
and Client Commands
APXGUI100
-- Advanced Printing Software Graphical
User Interface
APXGW100
-- Advanced Printing Software lpr/lpd
Gateways
APXSVR100
-- Advanced Printing Software Spooler
and Supervisor
Follow the instructions in Section E.1 to install this product.
Advanced Printing Software is a flexible, distributed, client/server print system for the UNIX operating system. This print system includes the following features:
A set of client and server programs that work together to manage and perform print-related functions.
It provides administrators and operators a set of tools to manage printing in a network environment.
It provides end users with utility programs for printing documents and monitoring their print jobs.
The print system is based on the following industry printing standards:
ISO/IEC 10175 - Document Printing Application (DPA)
POSIX 1387.4 - System Administration -- Part 4: Printing Interfaces
The DPA standard defines a set of abstract print objects, their states, syntax, protocol, and a comprehensive set of standard attributes. The POSIX document specifies a set of command operations and arguments relating to printing and management of a print system.
In addition to a command line interface, the Advanced Printing Software contains a graphical user interface that can be used to submit print jobs and monitor print jobs.
The
pdprint
program is the GUI program used to submit print
jobs, and the
pdprintinfo
program is the GUI program used to obtain
job and printer status.
These GUIs are accessible from the command line or from the
Print Manager icon of the CDE desktop.
The
Advanced_Printing
directory on the
DIGITAL UNIX V5.0 Associated Products Volume 1
contains
a
doc
directory which has HTML and PDF formats of the documents
associated with this product.
The
Advanced_Server
directory contains the following software
subsets:
ASUADM401
-- Client-based Server Administration
(Nexus) Tools
ASUADMJP40
-- Client-based Server Administration
(Nexus) Tools (Japanese)
ASUBASE401
-- Base Server
ASUMANJP401
-- Reference Pages (Japanese)
ASUMANPAGE401
-- ASDU Reference Pages
ASUTRAN401
-- Transports
Advanced Server (ASDU) is an industry-standard network operating system (NOS) that is fully compatible with Microsoft networking technology. As a server for workstations on a local area network (LAN), Advanced Server provides file and print services that enable the efficient sharing of computing resources among a community of desktop users. ASDU incorporates the latest Microsoft technology to deliver powerful new network administration and enhanced security features. Advanced Server interoperates seamlessly with systems running Windows NT Server, Windows NT Workstation, Windows 95, and older Windows clients.
ASDU system requirements are based on Windows NT Server, Version 4.0. As a result, Advanced Server takes advantage of the UNIX system's native ability to function simultaneously as a file, print, and applications server, while ensuring compatibility with Microsoft networking features and desktop environments. Advanced Server provides networking capabilities that are functionally equivalent to those offered by Windows NT Server.
Advanced Server represents the next generation of LAN Manager for UNIX Systems technology and enhances it with significant new features based on a distributed enterprise-wide networking model. Advanced Server maintains full down-level compatibility with LAN Manager for UNIX Systems. LAN Manager users can add Advanced Server to their existing network and migrate to the new technology at their own pace.
The
Advanced_Server/doc
directory on the
DIGITAL UNIX V5.0 Associated Products Volume 2
contains the documentation library for ASCU documentation.
To access the ASDU documentation,
insert and mount the CD-ROM and use your Web browser to open the ASDU Documentation
Library file.
For example, if you mount the CD-ROM on
/mnt,
open this file:
/mnt/Advanced_Server/doc/html/LIBRARY.HTM.
The
Networker_SingleServer
directory contains the following software subsets:
BRXSOAKIT520,
BRXCKIT520,
BRXMAN520,
BRXRNOTES520,
BRXCLNT520,
BRXNODE520,
and
BRXSERV520.
Follow the instructions in
Section E.1
to install this product.
NetWorker SingleServer Save and Restore, also known as NetWorker SingleServer,
is a graphical utility that backs up and restores local files on a single local system
to a local tape or loader.
Unlike standard UNIX backup utilities such as
tar,
cpio,
dump/restore, or
vdumd/vrestore, NetWorker SingleServer provides easy to use user interfaces
for saving and restoring data and for performing system administration tasks.
NetWorker SingleServer is a subset of the POLYCENTER NetWorker Save and Restore product and is licensed free of charge with the base operating system.
The OSF-BASE, UNIX-SERVER, or UNIX-WORKSTATION Product Authorization Key (PAK) gives you a license to install and use SingleServer; you do not need to load and register a special PAK.
Following is a description of the four NetWorker SingleServer software subsets:
BRXSOAKIT520
contains the NetWorker SingleServer
graphical user interface and utilities.
BRXCKIT520
contains the client software for the
operating system client and the Windows NT client.
This software subset is not required
for NetWorker SingleServer.
BRXRNOTES520
contains the NetWorker Save and Restore
and NetWorker SingleServer documentation and Release Notes.
BRXMAN520
contains the NetWorker Save and Restore
reference pages.
BRXCLNT520
contains the NetWorker Save and Restore
Basic Client.
BRXNODE520
contains the NetWorker Save and Restore
Driver and Storage Node.
BRXSERV520
contains the NetWorker Save and Restore
Basic Server.
After you install the NetWorker SingleServer subset
BRXRNOTES520,
postscript files containing the NetWorker documents are loaded into
/usr/opt/BRX520/usr/doc.
During the installation, you are asked if you want to start the NetWorker daemons.
If you enter
no, the daemons will be started when the system is
rebooted.
To start the daemons manually without rebooting, refer to
nsrd(8).
The
Open3d
directory contains the following software subsets:
O3DDWSBASE493
-- DWS Open3D Base V4.9A-1
O3DDWSCMT493
-- DWS Open3D PowerStorm 4D10T
V4.9A-1
O3DDWSCOMMON493
-- Open3D Common V4.9A-1
O3DDWSCONFIG493
-- Open3D Config V4.9A-1
O3DDWSGLBASE493
-- DWS Open3D OpenGL Base
V4.9A-1
O3DDWSGLEXAM493
-- DWS Open3D OpenGL examples
V4.9A-1
O3DDWSGLMAN493
-- DWS Open3D OpenGL reference
pages V4.9A-1
O3DDWSMITPEX493
-- DWS Open3D MIT PEX Programming
V4.9A-1
O3DDWSMITPEXEXAM493
-- DWS Open3D MIT PEX
Programming examples V4.9A-1
O3DDWSMITPEXMAN493
-- DWS Open3D MIT PEX Programming
Reference pages V4.9A-1
O3DDWSPCM493
-- DWS Open3D PCM Server and
Library V4.9A-1
O3DDWSPEX493
-- DWS Open3D PEX Programming
V4.9A-1
O3DDWSPHRJP493
-- Digital PHIGS Japanese Run-Time
Files V4.9A-1
O3DDWSPHRMAN493
-- Digital PHIGS Manual Pages
V4.9A-1
O3DDWSPHRTO493
-- Digital PHIGS Run-Time-Only
Kit V4.9A-1
O3DDWSSTEREO493
-- DWS Open3D Stereo Extension
V4.9A-1
O3DDWSSTEREOMAN493
-- DWS Open3D Stereo Extension
Reference pages V4.9A-1
O3DDWSZE3493
-- DWS Open3D PowerStorm 4D40T/4D50T/4D51T/4D60T
V4.9A-1
O3DDWSZLXE493
-- DWS Open3D PowerStorm 3D30
and PowerStorm 4D20 V4.9A-1
O3DDWSZLXL493
-- DWS Open3D ZLXp-L V4.9A-1
Open3D Version 4.6 lets you run the following Peripheral Component Interconnect (PCI) graphics accelerators on Alpha systems:
ZLXp-L family: ZLXp-L1 and ZLXp-L2
PowerStorm family: PowerStorm 3D30, PowerStorm 4D20, PowerStorm 4D40T, PowerStorm 4D50T, PowerStorm 4D60T
Open3D provides a complete development and run-time environment for 2D and 3D applications, supporting the X Window System client/server model for network-transparent graphics and windowing. Included graphics servers can display output from 2D client applications supporting Release 6 of the X Window System, Version 11 (X11R6), and 3D client applications supporting the OpenGL 3D extensions to the X Window System.
The included ZLXp-L and PowerStorm 3D30/4D20 graphics servers can also display output from 3D client applications supporting PEX 3D extensions to the X Window System. Open3D also includes an implementation of the PEXlib API in two programming libraries. X-compliant and OpenGL-compliant servers are provided for supported graphics accelerators, as well as an implementation of the OpenGL application programming interface (API) in a set of programming libraries.
The
Performance_Manager
directory contains the following software subsets:
PMGRBASE435,
PMGRGUI435,
PMGRUTIL435,
PMGRMAN435,
PMGRAPP435, and
PMGRCLUSTER435.
Follow the instructions in
Section E.1
to install
this product.
Performance Manager Version 2.0 (PM V2) is a realtime performance monitoring, analysis, and management application. A single-system version of PM V2 is included with this version of the operating system. A separate license is available to enable the distributed Performance Manager.
While providing many of the features of previous versions of the Polycenter Performance Solution, PM V2 is a complete reimplementation with a new GUI, application-accessible metrics, user extensibility and performance analysis capability.
The following Performance Manager software subsets are located in the
Performance_Manager
directory:
PMGRBASE435- Performance Manager Data Collector
and Base
PMGRGUI435- Performance Manager Graphical User
Interface
PMGRMAN435- Performance Manager Reference Pages
PMGRUTIL435- Performance Manager Additional Utilities
PMGRAPP435- Performance Manager Additional Application
Support
PMGRCLUSTER435- Performance Manager TruCluster
Support
Features of the Performance Manager are:
Monitoring - Monitoring capabilities include user-selectable graphs and charts showing hundreds of different system values, including CPU performance, memory usage, disk transfers, file system capacity, network efficiency, AdvFS, and cluster-specific metrics.
Performance Analysis - Provides a range of analyses that can be run individually to target specific problems or together as a general system health check. The conclusions of the analyses are presented in clear text with suggestions for remedial action if appropriate.
System and Script Management - Provides a script management capability, which lets users incorporate their own system management and other scripts into PM.
Open Metrics Access - You can access PM V2 metrics through most SNMP-enabled management stations including Netview. A high level interface is also provided so that metrics can be accessed from user applications and from the command line.
AdvFS - Provides extensive AdvFS monitoring, analysis and tuning advice in a customizable and extensible framework. AdvFS monitoring requires installation of the AdvFS Utilities AFAADVDAEMON440 software subset and appropriate license.
SCSI CAM Layered Components provide device support components for the SCSI Common Access Method (CAM) Driver environment. This includes the SCSI CAM Optical Device Driver and the SCSI CAM Medium Changer Device Driver.
The following software subsets are located in the
SCSI-CAM_Layered_Components
directory:
CLCMC314
-- SCSI CAM Medium Changer Driver
V3.1D for SCSI devices identified as a SCSI-2 medium changer device
CLCOP314
-- SCSI CAM Optical Disk Driver V3.1D
for SCSI devices identified as a SCSI-2 optical or WORM device
To use an element of the SCSI CAM Layered Components products, a kernel rebuild is required to add the desired driver. These products provide device access capabilities for other corporate products (Consumer Applications) that require support of specific types of devices. The SCSI CAM Layered Components products are licensed by the Consumer Applications products.
For detailed information about this product, look in the the
SCSI_CAM_Layered_Components/doc
directory on the
DIGITAL UNIX V5.0 Associated Products Volume 1.
The
SVE
directory contains the following software subsets:
SVEENV425,
SVEADM425,
SVEBCP425,
SVEDEV425,
SVEMAN425, and
SVEPRINT425.
Follow the instructions in
Section E.1
to install
this product.
The System V Environment product combines the features of both this operating system and SVR4 to provide a truly unified UNIX product on the ALPHA AXP platform. The System V Environment functionality includes SVID3-compliant commands, utilities, system calls and libraries, and many SVR4 features.
The software subsets contain:
SVEENV425
- System V Environment Setup Files Package
SVEADM425
- System V Environment System Management
Package
SVEBCP425
- System V Environment Base Compatibility
Package
SVEDEV425
- System V Environment API and Development
Tools Package
SVEMAN425
- System V Environment Reference Pages
Package
SVEPRINT425
- System V Environment Print Package
The
TCR
directory contains the following software subsets:
TCRASE160,
TCRCMS160,
TCRCOMMON160,
TCRCONF160,
TCRDSVC160, and
TCRMCA160.
Follow the instructions in
Section E.1
to install
this product.
TCR consists of the following products:
TruCluster Available Server Software -- This product lets you create an integrated organization of systems and disks located on a shared SCSI bus that together provide highly available software and data to client systems. Available Server provides multihost access to shared storage and a generic failover mechanism for network-based applications and system services.
TruCluster Production Server Software -- This product lets you create a cluster of two or more systems with clusterwide, multihost access to shared storage. Production Server supports highly parallelized database applications, such as Oracle Parallel ServerTM, which provide high performance and high availability. The distinguishing feature of Production Server is its support of the PCI-based MEMORY CHANNELTM as a cluster interconnect, bringing leadership performance to intracluster communication.
TruCluster MEMORY CHANNEL Software -- This product lets programmers write distributed applications requiring direct access to the MEMORY CHANNEL for high performance. MEMORY CHANNEL consists of a device driver and a routine library.
The license (PAK) that is registered determines which group of the
TCR subsets will be displayed when the user runs
setld -l.
The
Production Server license gives the customer complete access to the full kit.
The
Available Server and MEMORY CHANNEL Software licenses allow access to only certain
portions of the kit.
See the appropriate TCR documentation for more information.
The software subsets contain:
TCRASE160
- Available Server Software
TCRCMS160
- Cluster Monitor
TCRCOMMON160
- Common Components
TCRCONF160
- Configuration Software
TCRDSVC160
- Production Server Software
TCRMAN160
- Reference Pages
TCRMCA160
- MEMORY CHANNEL Software
The
Visual_Threads
directory contains the
DVTBASE100
software subset.
Follow the instructions in
Section E.1
to install this product.
Visual Threads can be used with any application for this operating system that uses POSIX threads (Pthreads) or is written in Java. It is designed for multithreaded applications with two threads to hundreds of threads.
Visual Threads includes the following features:
Collects detailed information about significant thread-related state changes (events)
Automatic analysis of common threading problems based on predefined rules applied to the event stream
Rule customization for application-specific parameters and actions
Automatic statistics gathering by sampling the event stream
Multiple categories of analysis, including data protection errors (race conditions), deadlocks, programming errors, and performance