Adding and Removing
HP-UX 11i Operating Environment Products
September 2001

This paper describes a manual process for adding individual products delivered with HP-UX 11i Operating Environments (OEs) to the base HP-UX 11i OS, and removing individual products from an installed HP-UX 11i OE. For instructions on installing complete HP-UX 11i OEs, see the HP-UX 11i Installation and Update Guide, available on the Instant Information CD and on HP's Technical Documentation Web. For more about HP-UX 11i OEs, see our HP-UX Operating Systems pages.

HP-UX 11i OEs have been packaged and tested as complete solutions. A mechanism for handling subsets of an OE, such as individual application products, is not available with 11i OEs. If you wish to delete a product from an installed OE, or install single products rather than a complete OE, you must deal with individual filesets as explained in this paper. Individual products within an OE cannot be specified with Software Distributor commands, since products within OEs are not delivered with product wrappers, as show here:

Typical Product
Structure
11i OE Structure
1. Bundle wrapper
2. Product wrapper
3. Product filesets
1. Product filesets


Cautions HP strongly recommends that only a complete OE be installed and that no additions or removal of products in the OE occur. HP-UX 11i OEs have been packaged and tested as complete solutions. A mechanism for handling OE subsets is not available. Installing applications delivered with an OE separate from the entire OE will not include those applications in the OE bundle wrapper, preventing some operations from identifying them as part of the OE. Installing or removing individual products in the OE may also impact the quality of the OE.

If you choose to add or remove individual OE products to an 11i system or remove a product from an installed OE, be sure to specify all filesets listed in this paper for the target product. Omitting a fileset will prevent the product (or other products that depend upon that fileset) from functioning and could hang the system.


You can add or remove HP-UX 11i OE products using either the Software Distributor (SD) swinstall user interface (GUI) or individual SD commands. With each method you must specify the target product's filesets to be loaded from the OE media or removed from the installed OE. Refer to the fileset listings later in this paper. Installing or removing a product from an OE by specifying its filesets is required here since products are not "wrapped" individually within HP-UX 11i OEs.

Each software product addition or removal requires root access and a separate SD session. Only experienced SD users should attempt these processes. For help with SD, see the sd(5) manpage or the Software Distributor Administration Guide.


Back Up Your System!

Before attempting to add or remove software products, be sure to perform a complete system backup. Although you can use the standard fbackup command to spool your system onto tape, we recommend using the Ignite-UX server's make_recovery or make_net_recovery commands. Ignite-UX recovery commands offer more flexibility than fbackup/frecover, including the ability to recover non-bootable systems.

The Ignite-UX server software for HP-UX 11i is provided on the HP-UX 11i OE CD1, and can be either cold-installed along with 11i to create a new server or specified in the update-ux command to update an existing Ignite-UX server to 11i. See Chapter 2 of the HP-UX 11i Installation and Update Guide for details. The latest Ignite-UX release is also available from HP's Ignite-UX Web site:

software.hp.com/products/IUX/

Using the Software Distributor GUI

  1. If you are installing OS product filesets, insert an HP-UX 11i OE CD in the local CD-ROM drive (it's assumed that the CD drive's mount-point is /cdrom). SD commands directed to a CD containing a single depot will now automount the CD.

  2. As root, start the SD GUI:
    /usr/sbin/swinstall -s /cdrom
    
  3. Select (single-click) the appropriate OE bundle containing the software that you want to install or remove.

  4. Double-click the selected bundle to view its contents, then select the product's filesets that you want to install or remove (refer to the product fileset listings later in this paper). Be sure to specify all filesets for each target product.

  5. Install or remove the selected filesets:

  6. To exit the SD GUI, select: File -> Exit

Using SD Commands

You can add or remove product filesets directly from the command line using SD commands:

Installing Filesets

To add product filesets from an HP-UX 11i OE CD (mount-point is /cdrom) to an existing HP-UX 11i system that does not include an OE, use the swinstall command:

/usr/sbin/swinstall -p -f software_file -s /cdrom
where:
-p allows you to preview the install process.
-f software_file points to a file that lists filesets you want to install. See the example below.

If no errors occur, enter the command again without the -p option to install the filesets.

For example, to install the Apache Web Server from an HP-UX 11i OE CD at /cdrom:

  1. Create a plain text file named mylist.txt containing all lines from the Apache Web Server fileset listing below:
      ApacheStrong.APACHE-STRONG,r=01.03.14,a=HP-UX_B.11.11_32/64,v=HP
      ApacheStrong.TOMCAT,r=01.03.14,a=HP-UX_B.11.11_32/64,v=HP
    
  2. As root, cd to the directory containing mylist.txt and enter:
    /usr/sbin/swinstall -f mylist.txt -s /cdrom
    

Removing Filesets

To remove product filesets from an HP-UX 11i OE system, use the swremove command:

/usr/sbin/swremove -p -f software_file
where:
-p allows you to preview the install process.
-f software_file points to a file that lists filesets you want to remove. See the example below.

If no errors occur, enter the command again without the -p option to remove the filesets.

For example, to remove PAM-Kerberos Version 1.0 from the HP-UX 11i OE bundle:

  1. Create a plain text file named mylist.txt containing these lines from the PAM-Kerberos fileset listing below:
      PAM-Kerberos.PAM-KRB-MAN,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP
      PAM-Kerberos.PAM-KRB-SHLIB,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP
    
  2. As root, enter:
    /usr/sbin/swremove -f mylist.txt
    
  3. To verify that the filesets were removed, list all filesets:
    /usr/sbin/swlist -l fileset | more 
    
    Alternately, you can browse bundle and product contents on your system by using the swlist GUI:
    /usr/sbin/swlist -i
    

Common SD Errors

Error Possible Explanation
Fileset was not installed. The fileset may already exist on your system.
Fileset was not removed. The fileset may be required for another product.

All SD errors are logged in: /var/adm/sw/swagent.log

Other log files in /var/adm/sw/ log errors for specific SD operations.

If you wish to monitor each SD operation, enter this command before entering each SD command:

tail -t /var/adm/sw/swagent.log
For explanations of other SD errors and help with SD commands, see the Software Distributor Administration Guide.

HP-UX 11i OE Product Filesets

Here are filesets for each product in the HP-UX 11i OE. Except where noted, all information is current for both the December 2000 and June 2001 releases.

Java 2 RTE for HP-UX (700/800), PA1.1 + PA2.0 Add On

December 2000 Release:
  Java2RTE_base.JAVA2-JRE-BASE,r=1.2.2.04Ha,a=HP-UX_B.11.00_32/64,v=HP
  Java2RTE_doc.JAVA2-JRE-DOC,r=1.2.2.04Ha,a=HP-UX_B.11.00_32/64,v=HP
  Java2RTE_perf.JAVA2-JRE,r=1.2.2.04Ha,a=HP-UX_B.11.00_32/64,v=HP
June 2001 Release:
  Java2RTE_base.JAVA2-JRE-BASE,r=1.2.2.07b.00,a=HP-UX_B.11.00_32/64,v=HP
  Java2RTE_doc.JAVA2-JRE-DOC,r=1.2.2.07b.00,a=HP-UX_B.11.00_32/64,v=HP
  Java2RTE_perf.JAVA2-JRE,r=1.2.2.07b.00,a=HP-UX_B.11.00_32/64,v=HP
September 2001 Release:
  Java2RTE_base.JAVA2-JRE-BASE,r=1.2.2.08b.00,a=HP-UX_B.11.00_32/64,v=HP
  Java2RTE_doc.JAVA2-JRE-DOC,r=1.2.2.08b.00,a=HP-UX_B.11.00_32/64,v=HP
  Java2RTE_perf.JAVA2-JRE,r=1.2.2.08b.00,a=HP-UX_B.11.00_32/64,v=HP

HP-UX ServiceControl Manager

December 2000 Release:
  ServControlMgr.MX-AGENT,r=A.01.01.06,a=HP-UX_B.11.00_32/64,v=HP
  ServControlMgr.MX-CMS,r=A.01.01.06,a=HP-UX_B.11.00_32/64,v=HP
  ServControlMgr.MX-ENG-MAN,r=A.01.01.06,a=HP-UX_B.11.00_32/64,v=HP
  ServControlMgr.MX-TOOLS,r=A.01.01.06,a=HP-UX_B.11.00_32/64,v=HP
September 2001 Release:
  ServControlMgr.MX-AGENT,r=A.02.03,a=HP-UX_B.11.00_32/64,v=HP
  ServControlMgr.MX-CMS,r=A.02.03,a=HP-UX_B.11.00_32/64,v=HP
  ServControlMgr.MX-ENG-MAN,r=A.02.03,a=HP-UX_B.11.00_32/64,v=HP
  ServControlMgr.MX-TOOLS,r=A.02.03,a=HP-UX_B.11.00_32/64,v=HP

Netscape Communicator 4.75

  NS-communicate.NETSCAPE-RUN,r=B.11.00.05,a=HP-UX_B.11.00_32/64,v=HP

CIFS/9000 Client

December 2000 Release:
  CIFS-Client.CIFSCLIENT-RUN,r=A.01.04,a=HP-UX_B.11.00_32/64,v=HP
  PAM-NTLM.PAM-NTLM-RUN,r=A.01.04,a=HP-UX_B.11.00_32/64,v=HP
  PAM-NTLM.SMB-LIB-RUN,r=A.01.04,a=HP-UX_B.11.00_32/64,v=HP
September 2001 Release:
  CIFS-Client.CIFSCLIENT-RUN,r=A.01.06,a=HP-UX_B.11.00_32/64,v=HP
  PAM-NTLM.PAM-NTLM-RUN,r=A.01.06,a=HP-UX_B.11.00_32/64,v=HP
  PAM-NTLM.SMB-LIB-RUN,r=A.01.06,a=HP-UX_B.11.00_32/64,v=HP

CIFS/9000 Server

December 2000 Release:
  CIFS-Development.CIFS-PRG,r=A.01.04,a=HP-UX_B.11.00_32/64,v=HP
  CIFS-Server.CIFS-ADMIN,r=A.01.04,a=HP-UX_B.11.00_32/64,v=HP
  CIFS-Server.CIFS-DOC,r=A.01.04,a=HP-UX_B.11.00_32/64,v=HP
  CIFS-Server.CIFS-MAN,r=A.01.04,a=HP-UX_B.11.00_32/64,v=HP
  CIFS-Server.CIFS-RUN,r=A.01.04,a=HP-UX_B.11.00_32/64,v=HP
  CIFS-Server.CIFS-UTIL,r=A.01.04,a=HP-UX_B.11.00_32/64,v=HP
September 2001 Release:
  CIFS-Development.CIFS-PRG,r=A.01.07,a=HP-UX_B.11.00_32/64,v=HP
  CIFS-Server.CIFS-ADMIN,r=A.01.07,a=HP-UX_B.11.00_32/64,v=HP
  CIFS-Server.CIFS-DOC,r=A.01.07,a=HP-UX_B.11.00_32/64,v=HP
  CIFS-Server.CIFS-MAN,r=A.01.07,a=HP-UX_B.11.00_32/64,v=HP
  CIFS-Server.CIFS-RUN,r=A.01.07,a=HP-UX_B.11.00_32/64,v=HP
  CIFS-Server.CIFS-UTIL,r=A.01.07,a=HP-UX_B.11.00_32/64,v=HP

Java 2 Plugin for HP-UX (700/800)

December 2000 Release:
  Java-PlugIn1-2.JAVA2-PLUGIN,r=1.2.2.04Ha,a=HP-UX_B.11.00_32/64,v=HP
September 2001 Release:
  Java-PlugIn1-2.JAVA2-PLUGIN,r=1.2.2.08B,a=HP-UX_B.11.00_32/64,v=HP

Apache Web Server with Strong (128bit) Encryption

December 2000 Release:
  ApacheStrong.APACHE-STRONG,r=01.03.12.03,a=HP-UX_B.11.11_32/64,v=HP
  ApacheStrong.TOMCAT,r=01.03.12.03,a=HP-UX_B.11.11_32/64,v=HP
June 2001 Release:
  ApacheStrong.APACHE-STRONG,r=1.3.19.20,a=HP-UX_B.11.00_32/64,v=HP
  ApacheStrong.TOMCAT,r=3.1.1.00,a=HP-UX_B.11.00_32/64,v=HP

PAM-Kerberos Version 1.0

December 2000 Release:
  PAM-Kerberos.PAM-KRB-MAN,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP
  PAM-Kerberos.PAM-KRB-SHLIB,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP
VERITAS VxVM 3.1
September 2001 Release:
  VERITAS.Base-VXVM,r=B.03.12.4,a=HP-UX_B.11.11_32/64,v=HP
ActivePerl(tm)
September 2001 Release:
  Perl5.PERL-RUN,r=B.5.6.1.C,a=HP-UX_B.11.11_32/64,v=HP

HP-UX 11i OE Enterprise Product Filesets

Here are filesets for additional products in the HP-UX 11i Enterprise OE, which also includes 11i OE products listed above. All information is current for both the December 2000 and June 2001 releases.

MirrorDisk/UX

  LVM.LVM-MIRROR-RUN,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP

HP GlancePlus/UX Pak for s800 11i

December 2000 Release:
  MeasurementInt.ARM,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  MeasurementInt.MI,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-SE-GUI.OVOPC-SE-ENG,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-SE-GUI.OVOPC-SE-WWW,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-SE-DOC.OVOPC-SE-EDOC,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-SE.OVOPC-SE-CFG,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-DFLT.OVOPC-DFLT-ENG,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-AGT.OVOPC-AGT-MAN,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-AGT.OVOPC-SE-AGT,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-AGT.OVOPC-UX11,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  Glance.GLANCE,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  Glance.GPLIC,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  Glance.GPM,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  MeasureWare.MWA,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  MeasureWare.MWALIC-SERVER,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  MeasureWare.OVOPC-INT,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  MeasureWare.PERFDSI,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP

JPN HP GlancePlus/UX Pak for s800 11i

December 2000 Release:
  MeasurementInt.ARM,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  MeasurementInt.MI,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  MeasurementInt.MI-JPN,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-SE-GUI.OVOPC-SE-ENG,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-SE-GUI.OVOPC-SE-WWW,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-SE-DOC.OVOPC-SE-EDOC,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-SE.OVOPC-SE-CFG,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-DFLT.OVOPC-DFLT-ENG,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-AGT.OVOPC-AGT-MAN,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-AGT.OVOPC-SE-AGT,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  OVOPC-AGT.OVOPC-UX11,r=A.05.53,a=HP-UX_B.11.11_32/64,v=HP
  Glance.GLANCE,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  Glance.GPLIC,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  Glance.GPM,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  Glance.GPM-JPN,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  MeasureWare.MWA,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  MeasureWare.MWALIC-SERVER,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  MeasureWare.OVOPC-INT,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP
  MeasureWare.PERFDSI,r=C.02.65.00,a=HP-UX_B.11.11_32/64,v=HP

HP Process Resource Manager

December 2000 Release:
  Proc-Resrc-Mgr.PRM-JRE,r=C.01.08.2,a=HP-UX_B.11.00_32/64,v=HP
  Proc-Resrc-Mgr.PRM-MAN,r=C.01.08.2,a=HP-UX_B.11.00_32/64,v=HP
  Proc-Resrc-Mgr.PRM-RUN,r=C.01.08.2,a=HP-UX_B.11.00_32/64,v=HP
  PRM-Sw-Lib.PRM-LIB,r=C.01.08.2,a=HP-UX_B.11.00_32/64,v=HP

HP OnLineJFS

June 2001 Release:
  OnlineJFS.VXFS-ADV-RUN,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP

HA Monitors

December 2000 Release:
  EMS-MIBMonitor.MIBMON-RUN,r=A.03.20.01,a=HP-UX_B.11.00_32/64,v=HP
  EMS-RdbmsMon.RDBMSMON-RUN,r=A.03.20.01,a=HP-UX_B.11.00_32/64,v=HP
  EMS-DiskMonitor.DISKMON-RUN,r=A.03.20.01,a=HP-UX_B.11.00_32/64,v=HP

Event Monitoring Service

December 2000 Release:
  EMS-Core.EMS-CORE,r=A.03.20.01,a=HP-UX_B.11.00_32/64,v=HP
  EMS-Core.EMS-MX,r=A.03.20.01,a=HP-UX_B.11.00_32/64,v=HP
  EMS-MIBMonitor.MIBMON-RUN,r=A.03.20.01,a=HP-UX_B.11.00_32/64,v=HP
  EMS-Config.EMS-GUI,r=A.03.20.01,a=HP-UX_B.11.00_32/64,v=HP


HP-UX 11i Mission Critical OE Product Filesets

Here are filesets for products in the HP-UX 11i Mission Critical OE, which also includes Enterprise OE and 11i OE products listed above. All information is current for both the December 2000 and June 2001 releases.

MC/Service Guard

December 2000 Release:
  ServiceGuard.CM-SG,r=A.11.09,a=HP-UX_B.11.00_32/64,v=HP
  CM-Provider-MOF.CM-MOF,r=A.11.09,a=HP-UX_B.11.00_32/64,v=HP
  CM-Provider-MOF.CM-PROVIDER,r=A.11.09,a=HP-UX_B.11.00_32/64,v=HP
  ATS-CORE.ATS-MAN,r=A.11.09,a=HP-UX_B.11.00_32/64,v=HP
  ATS-CORE.ATS-RUN,r=A.11.09,a=HP-UX_B.11.00_32/64,v=HP
  Package-Manager.CM-PKG,r=A.11.09,a=HP-UX_B.11.00_32/64,v=HP
  Package-Manager.CM-PKG-MAN,r=A.11.09,a=HP-UX_B.11.00_32/64,v=HP
  Cluster-Monitor.CM-CORE,r=A.11.09,a=HP-UX_B.11.00_32/64,v=HP
  Cluster-Monitor.CM-CORE-MAN,r=A.11.09,a=HP-UX_B.11.00_32/64,v=HP
September 2001 Release:
  ServiceGuard.CM-SG,r=A.11.13,a=HP-UX_B.11.00_32/64,v=HP

Enterprise Cluster Master Toolkit

December 2000 Release:
  SG-Oracle-Tool.CM-ORACLE,r=B.01.05,a=HP-UX_B.11.00_32/64,v=HP
  SG-Sgosb-Tool.CM-SGOSB,r=B.01.05,a=HP-UX_B.11.00_32/64,v=HP
  SG-Fndation-Tool.CM-FNDATION,r=B.01.05,a=HP-UX_B.11.00_32/64,v=HP
  SG-FasTrack-Tool.CM-FASTTRACK,r=B.01.05,a=HP-UX_B.11.00_32/64,v=HP
  SG-Domain-Tool.CM-DOMAIN,r=B.01.05,a=HP-UX_B.11.00_32/64,v=HP
  SG-Informix-Tool.CM-INFORMIX,r=B.01.05,a=HP-UX_B.11.00_32/64,v=HP
  SG-Progress-Tool.CM-PROGRESS,r=B.01.05,a=HP-UX_B.11.00_32/64,v=HP
  SG-Sybase-Tool.CM-SYBASE,r=B.01.05,a=HP-UX_B.11.00_32/64,v=HP

September 2001 Release:
  SG-Oracle-Tool.CM-ORACLE,r=B.01.06,a=HP-UX_B.11.00_32/64,v=HP
  SG-Sgosb-Tool.CM-SGOSB,r=B.01.06,a=HP-UX_B.11.00_32/64,v=HP
  SG-Fndation-Tool.CM-FNDATION,r=B.01.06,a=HP-UX_B.11.00_32/64,v=HP
  SG-FasTrack-Tool.CM-FASTTRACK,r=B.01.06,a=HP-UX_B.11.00_32/64,v=HP
  SG-Domain-Tool.CM-DOMAIN,r=B.01.06,a=HP-UX_B.11.00_32/64,v=HP
  SG-Informix-Tool.CM-INFORMIX,r=B.01.06,a=HP-UX_B.11.00_32/64,v=HP
  SG-Progress-Tool.CM-PROGRESS,r=B.01.06,a=HP-UX_B.11.00_32/64,v=HP
  SG-Sybase-Tool.CM-SYBASE,r=B.01.06,a=HP-UX_B.11.00_32/64,v=HP

MC/ServiceGuard NFS Toolkit

December 2000 Release:
  SG-NFS-Tool.CM-NFS,r=A.11.11,a=HP-UX_B.11.00_32/64,v=HP
September 2001 Release:
  SG-NFS-Tool.CM-NFS,r=A.11.11.02,a=HP-UX_B.11.00_32/64,v=HP

Cluster Object Manager

September 2001 Release:
  Cluster-OM.CM-DEN-MOF,r=A.01.03,a=HP-UX_B.11.11_32/64,v=HP	      
  Cluster-OM.CM-DEN-PROV,r=A.01.03,a=HP-UX_B.11.11_32/64,v=HP	
  Cluster-OM.CM-OM,r=A.01.03,a=HP-UX_B.11.11_32/64,v=HP		  
  Cluster-OM.CM-OM-AUTH,r=A.01.03,a=HP-UX_B.11.11_32/64,v=HP		
  Cluster-OM.CM-OM-MAN,r=A.01.03,a=HP-UX_B.11.11_32/64,v=HP		
  Cluster-OM.CM-OM-TOOLS,r=A.01.03,a=HP-UX_B.11.11_32/64,v=HP	
pre>

HP-UX Workload Manager

December 2000 Release:
  Workload-Mgr.WLMB-MAN,r=A.01.00.02,a=HP-UX_B.11.00_32/64,v=HP
  Workload-Mgr.WLMB-RUN,r=A.01.00.02,a=HP-UX_B.11.00_32/64,v=HP
  PRM-Sw-Lib.PRM-LIB,r=C.01.08.2,a=HP-UX_B.11.00_32/64,v=HP
  Proc-Resrc-Mgr.PRM-JRE,r=C.01.08.2,a=HP-UX_B.11.00_32/64,v=HP
  Proc-Resrc-Mgr.PRM-MAN,r=C.01.08.2,a=HP-UX_B.11.00_32/64,v=HP
  Proc-Resrc-Mgr.PRM-RUN,r=C.01.08.2,a=HP-UX_B.11.00_32/64,v=HP
September 2001 Release:
  Workload-Mgr.WLMB-MAN,r=A.01.02,a=HP-UX_B.11.00_32/64,v=HP
  Workload-Mgr.WLMB-RUN,r=A.01.02,a=HP-UX_B.11.00_32/64,v=HP
  Workload-Mgr.WLMB-DOC,r=A.01.02,a=HP-UX_B.11.11_32/64,v=HP
  Workload-Mgr.WLMB-EXAMPLES,r=A.01.02,a=HP-UX_B.11.11_32/64,v=HP	
  PRM-Sw-Lib.PRM-LIB,r=C.01.02,a=HP-UX_B.11.00_32/64,v=HP
  Proc-Resrc-Mgr.PRM-JRE,r=C.01.02.,a=HP-UX_B.11.00_32/64,v=HP
  Proc-Resrc-Mgr.PRM-MAN,r=C.01.02,a=HP-UX_B.11.00_32/64,v=HP
  Proc-Resrc-Mgr.PRM-RUN,r=C.01.02,a=HP-UX_B.11.00_32/64,v=HP

Workload Manager Toolkit

September 2001 Release:
WLM-Toolkits.ODBTK-MAN,r=A.01.00,a=HP-UX_B.11.11_32/64,v=HP
WLM-Toolkits.ODBTK-RUN,r=A.01.00,a=HP-UX_B.11.11_32/64,v=HP	


HP-UX 11i Technical Computing OE Product Filesets

Here are filesets for each product in the HP-UX 11i Technical Computing OE, which also includes 11i OE products listed above. Except where noted, all information is current for both the December 2000 and June 2001 releases.

FirstSpace version B.11.11

December 2000 Release:
  FIRSTSPACE.VWR-BIN,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP
  FIRSTSPACE.VWR-CUST,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP
  FIRSTSPACE.VWR-DATA,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP
  FIRSTSPACE.VWR-ENG-HELP,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP
  FIRSTSPACE.VWR-EXE,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP
  FIRSTSPACE.VWR-JRE,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP
  FIRSTSPACE.VWR-LIB,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP
  FIRSTSPACE.VWR-REMOVE-EXE,r=B.11.11,a=HP-UX_B.11.11_32/64,v=HP

HP-MPI for 11.11

December 2000 Release:
  HPMPI-hpux11.MPI-AUX,r=B.01.06.00.01,a=HP-UX_B.11.11_32/64,v=HP
  HPMPI-hpux11.MPI-DEMO,r=B.01.06.00.01,a=HP-UX_B.11.11_32/64,v=HP
  HPMPI-hpux11.MPI-MAN,r=B.01.06.00.01,a=HP-UX_B.11.11_32/64,v=HP
  HPMPI-hpux11.MPI-MIN,r=B.01.06.00.01,a=HP-UX_B.11.11_32/64,v=HP
  HPMPI-hpux11.MPI-PRG,r=B.01.06.00.01,a=HP-UX_B.11.11_32/64,v=HP
September 2001 Release:
  HPMPI-hpux11.MPI-AUX,r=B.11.11.01,a=HP-UX_B.11.11_32/64,v=HP
  HPMPI-hpux11.MPI-DEMO,r=B.11.11.01,a=HP-UX_B.11.11_32/64,v=HP
  HPMPI-hpux11.MPI-MAN,r=B.11.11.01,a=HP-UX_B.11.11_32/64,v=HP
  HPMPI-hpux11.MPI-MIN,r=B.11.11.01,a=HP-UX_B.11.11_32/64,v=HP
  HPMPI-hpux11.MPI-PRG,r=B.11.11.01,a=HP-UX_B.11.11_32/64,v=HP

HP MLIB Math Software Library for HP-UX 11.11

December 2000 Release:
  MLIBPROD.MLIB-MAN,r=B.07.01,a=HP-UX_B.11.11_32/64,v=HP
  MLIBPROD.MLIB-NOTES,r=B.07.01,a=HP-UX_B.11.11_32/64,v=HP
  MLIBPROD.MLIB-PRG,r=B.07.01,a=HP-UX_B.11.11_32/64,v=HP
September 2001 Release:
  MLIBPROD.MLIB-MAN,r=B.08.01.01,a=HP-UX_B.11.11_32/64,v=HP
  MLIBPROD.MLIB-NOTES,r=B.08.01.01,a=HP-UX_B.11.11_32/64,v=HP
  MLIBPROD.MLIB-PRG,r=B.08.01.01,a=HP-UX_B.11.11_32/64,v=HP

Graphics and Technical Computing Software

December 2000 Release:
  Graphics3DCom.COM-64-RUN,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  Graphics3DCom.COM-RUN,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  VideoOut.VIDEOOUT,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  VideoOut.VIDEOOUT-SHLIB,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  Asian-Graphics.HLVTCFNT-JPN,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.ROMANFNT-JPN,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.ROMANFNT-KOR,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.SMPLXFNT-JPN,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.SMPLXFNT-KOR,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.SMPLXFNT-TCH,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.STICKFNT-JPN,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.STICKFNT-KOR,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.STICKFNT-SCH,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.STICKFNT-TCH,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  OpenGLRunTime.OPENGL-64-DEMO,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLRunTime.OPENGL-64-RUN,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLRunTime.OPENGL-64-SHLB,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLRunTime.OPENGL-DEMO,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLRunTime.OPENGL-RUN,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLRunTime.OPENGL-SHLIBS,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLDevKit.OPENGL-64-CTRB,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLDevKit.OPENGL-64-EXPL,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLDevKit.OPENGL-CONTRIB,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLDevKit.OPENGL-EXAMPLE,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLDevKit.OPENGL-PRG,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLDevKit.OPENGL-WEBDOC,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPHIGSDK.PHIGS-DEMO,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPHIGSDK.PHIGS-MAN,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPHIGSDK.PHIGS-PRG,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPHIGSRT.PHIGS-RUN,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.SBDL-DEMO,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.SBDL-MAN,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.SBDL-PRG,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.STAR-DEMO,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.STAR-HARDCOPY,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.STAR-MAN,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.STAR-PRG,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.STAR-WEBDOC,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPEX5DK.PEX5-EXAMPLES,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPEX5DK.PEX5-HELP,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPEX5DK.PEX5-PRG,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPEX5RT.PEX5-DDX,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPEX5RT.PEX5-DEMOS,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPEX5RT.PEX5-RUN,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  DirectAccess.DDA-SHLIBS,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsCommon.SBDL-SHLIBS,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsCommon.STAR-RUN,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsCommon.STAR-SHLIBS,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
September 2001 Release:
  Graphics3DCom.COM-64-RUN,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  Graphics3DCom.COM-RUN,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  VideoOut.VIDEOOUT,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  VideoOut.VIDEOOUT-SHLIB,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  Asian-Graphics.HLVTCFNT-JPN,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.ROMANFNT-JPN,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.ROMANFNT-KOR,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.SMPLXFNT-JPN,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.SMPLXFNT-KOR,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.SMPLXFNT-TCH,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.STICKFNT-JPN,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.STICKFNT-KOR,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.STICKFNT-SCH,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  Asian-Graphics.STICKFNT-TCH,r=B.11.11.02,a=HP-UX_B.11.11_32/64,v=HP
  OpenGLRunTime.OPENGL-64-DEMO,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLRunTime.OPENGL-64-RUN,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLRunTime.OPENGL-64-SHLB,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLRunTime.OPENGL-DEMO,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLRunTime.OPENGL-RUN,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLRunTime.OPENGL-SHLIBS,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLDevKit.OPENGL-64-CTRB,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLDevKit.OPENGL-64-EXPL,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLDevKit.OPENGL-CONTRIB,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLDevKit.OPENGL-EXAMPLE,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLDevKit.OPENGL-PRG,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  OpenGLDevKit.OPENGL-WEBDOC,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPHIGSDK.PHIGS-DEMO,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPHIGSDK.PHIGS-MAN,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPHIGSDK.PHIGS-PRG,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPHIGSRT.PHIGS-RUN,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.SBDL-DEMO,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.SBDL-MAN,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.SBDL-PRG,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.STAR-DEMO,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.STAR-HARDCOPY,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.STAR-MAN,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.STAR-PRG,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsSBaseDK.STAR-WEBDOC,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPEX5DK.PEX5-EXAMPLES,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPEX5DK.PEX5-HELP,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPEX5DK.PEX5-PRG,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPEX5RT.PEX5-DDX,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPEX5RT.PEX5-DEMOS,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsPEX5RT.PEX5-RUN,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  DirectAccess.DDA-SHLIBS,r=B.11.00.04,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsCommon.SBDL-SHLIBS,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsCommon.STAR-RUN,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
  GraphicsCommon.STAR-SHLIBS,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP

HP-UX Visualize Conference Run Time Environment

December 2000 Release:
  VisualConf.SHARE-RUN,r=B.11.00.06,a=HP-UX_B.11.00_32/64,v=HP
September 2001 Release:
  VisualConf.SHARE-RUN,r=B.11.11.09,a=HP-UX_B.11.00_32/64,v=HP

HP 3D Technology API for Java(tm) Development

December 2000 Release:
  Java_3D.JAVA-3D,r=1.1.13a,a=HP-UX_B.11.00_32/64,v=HP
September 2001 Release:
  Java_3D.JAVA-3D,r=1.1.3a,a=HP-UX_B.11.00_32/64,v=HP

HP-UX 11i Minimal Technical OE Product Filesets

The Minimal Technical OE is available beginning in the June 2001 release and includes filesets from these products listed above: