BEA Logo BEA 

Tuxedo Release 8.0

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   Tuxedo Doc Home   |   Installing the Tuxedo System   |   Previous Topic   |   Next Topic   |   Contents   |   Index   |   View as PDF

BEA Tuxedo 8.0 Platform Data Sheets

 

This topic includes the following sections:

 


Supported Platforms

The following table lists the platforms on which the BEA Tuxedo system is supported for Release 8.0.


 

Vendor

Operating System

Release/Version

Compaq

Tru64 UNIX

5.1 (Alpha)

HP

HP-UX

11.00, 32-bit, plus patches PHKL_21039, PHKL_21684, and PHKL_21778 for the HP 9000 Series

IBM

AIX

4.3.3

Microsoft

Windows 2000

Windows 2000 on Intel

Windows 98 (clients only)

Windows 98 on Intel

Red Hat

Linux

6.2

Sun Microsystems

Solaris

Solaris 8 SPARC (32-bit)


 

A data sheet is provided for each platform. Each data sheet includes the following platform-specific information:

 


Install Sets

An install set is a bundle of product software components related by function. BEA Tuxedo 8.0 offers the following four install sets:

In addition to selecting an install set during a BEA Tuxedo 8.0 installation, a user can further customize the installation by deselecting (deleting) one or more software components from the install set.

SSL and LLE are available with two levels of encryption: 56-bit and 128-bit. Licenses for the 128-bit client versions of SSL and LLE are available in the United States and Canada. With proper authorization, customers outside the United States and Canada may also acquire licenses with 128-bit encryption enabled. For details, see the BEA Tuxedo Release Notes.


 

Note: BEA Jolt 8.0 supports the same platforms that are supported by BEA Tuxedo 8.0.

 


Compaq Tru64 UNIX Version 5.1 on Alpha Systems

The following sections list BEA Tuxedo 8.0 requirements for Compaq Tru64 UNIX v5.1 on Alpha systems.

Available BEA Tuxedo 8.0 Install Sets for Compaq Tru64 UNIX Version 5.1

For descriptions of BEA Tuxedo install sets, see Install Sets.

Hardware Requirements for Tru64 UNIX Version 5.1

Software Requirements for Tru64 UNIX Version 5.1

Component

Requirement

C/C++ and COBOL compilers

C compiler: Compaq C V6.3-027, C++ compiler: Compaq C++ V6.2-024; Server Express 1.0.0 (COBOL) from Micro Focus; required only for the BEA Tuxedo development environment

Tools for the administration desktop

Netscape 4.7 (see note); needed for BEA Tuxedo Administration Console; Java 2 JRE 1.3.0; needed for Java run-time environment

Note: Netscape 4.7 is supported if the Administration Console is configured for 40, 56, or 128-bit encryption. If encryption is not configured, Netscape 4.7 or later is supported.

Java 2 JRE for the Java run-time environment

Java 2 JRE 1.3.0-alpha1

Java 2 Software Development Kit (SDK) for the Java development environment

Java 2 SDK 1.3.0-alpha1

Note: Before you install BEA Tuxedo Release 8.0, you must install the Java 2 SDK and add its pathname to your PATH environment variable.

Non BEA CORBA Java clients

Java 2 SDK 1.3 Interface Definition Language (IDL) ORB (run time)

Database for CORBA C++ applications

Oracle 8.0.5 or 8.1.6.

SSL certificate authorities

Verisign
Netscape

Lightweight Directory Access Protocol (LDAP) directory servers

Netscape Enterprise Server; needed to retrieve X.509v3 digital certificates for SSL


 

Additional Notes:

Network Requirements for Tru64 UNIX Version 5.1

TCP/IP using the Sockets network interface.

Disk Space Requirements for Tru64 UNIX Version 5.1

The disk space requirements for installation on Compaq Tru64 UNIX on Alpha systems depends on which install set and components you select during the installation. Use the estimates in the following table as guidelines. These requirements are approximate and have been rounded up to the nearest megabyte (MB).


 

Component

Disk Space Requirement

Full install set:
all BEA Tuxedo servers, clients and the BEA Tuxedo Administration Console; encryption software space not included

87 MB

Server install set:
servers only; encryption software space not included

All servers: 69 MB

ATMI server only: 22 MB

CORBA C++ server only: 43 MB

Jolt server only: 2 MB

Client install set:
clients only; encryption software space not included

All clients: 29 MB

/WS client only: 8 MB

CORBA C++ client only: 20 MB

CORBA Java client only: 23 MB

Jolt client only: 2 MB

Jolt client install set:
BEA Jolt clients only; encryption software space not included

Jolt client: 2 MB

Administration:
BEA Tuxedo Administration Console (GUI)

12 MB

Encryption software:
56-bit and 128-bit

2 MB for LLE only on ATMI server or /WS client system

4 MB for LLE and SSL


 

Mounting and Unmounting the CD for Tru64 UNIX Version 5.1

Mounting a CD requires the type CDFS. Because CDFS is a configurable kernel option, the following line must exist in the system configuration file:

options CDFS

If the system configuration file does not contain this line, modify the file and then rebuild the kernel.

To mount a CD, enter the following commands:

su
mkdir /cdrom
/usr/sbin/mount -r -t cdfs -o noversion /dev/rzunit#c /cdrom

In the mount command line, unit# is the unit number of your CD-ROM drive; cdrom (literal) is the mounting point.

In almost all cases, the unit number of the CD-ROM drive on a new system is 4 (that is, /dev/rz4c). However, to ensure that you have the correct unit number of the drive, enter the following commands:

su
file /dev/rrz*c

The output identifies the CD-ROM drive as an RRD disk. The unit number of the drive is in the far left column. For example:

/dev/rrz4c: character special (8/4098) SCSI #0 RRD43 disk #32 (SCSI ID #4)

To unmount the CD, enter the following command:

umount /cdrom

Tunable Parameters for Tru64 UNIX Version 5.1

You probably need to reconfigure the Tru64 UNIX kernel before running BEA Tuxedo software, because the default values of some tunable parameters are too low.

To adjust the tunable parameters, follow these steps:

  1. Determine whether the current values are adequate.

    For instructions about determining whether the current tunable parameter values are adequate, see IPC Resource Configuration on a UNIX System and Checking IPC Requirements.

  2. Reset the tunable parameters as necessary.

    For instructions about reconfiguring, rebuilding, and rebooting, see the following documentation from Compaq: the doconfig(8) reference page and System Tuning and Performance Management.

The following table shows the default settings for the parameters and the settings used for the BEA Tuxedo University sample applications. Use these settings as a starting point, but keep in mind that your applications may require different settings.


 

Table A-1 University Sample Application Default Settings for Tru64 UNIX Version 5.1

Compaq Tru64 UNIX Name

Traditional Name

Default

Setting

Setting for University Sample Applications

semmns

SEMMNS

60

(SEMMNI*2)

semmni

SEMMNI

10

16

semmsl

SEMMSL

25

25

semume

SEMUME

10

10

semopm


10

10

semvmx


32767

32767

semaem


16384

16384

msgmni

MSGMNI

50

84

msgmax

MSGMAX

8192

8192

msgmnb

MSGMNB

16384

16384

msgtql

MSGTQL

40

40

maxusers

maxusers

varies

32

maxproc

NPROC

20+8*maxusers

32-72 per user

maxuprc

MAXUP

64

(NPROC * 9) / 10


 

The tunable parameters currently set on your system reside in the kernel configuration file located in the /sys/conf directory (/sys/conf/machine_name). This file typically has the same name as the machine (node) name.

To display the parameters, log in as user root and enter /usr/bin/x11/dxkerneltuner at the command prompt.

To change the value of a tunable parameter, follow the instructions for DMCONFIG(5) in the File Formats, Data Descriptions, MIBs, and System Processes Reference.

To specify the value of a parameter that was previously unspecified, add a line such as the following to the kernel configuration file:

semmni 256

Here semmni is the name of the parameter and 256 is its value.

 


HP-UX Version 11.0 (32-Bit) on HP 9000 Series

The following sections list BEA Tuxedo 8.0 requirements for HP-UX 11.0 (32-bit) systems.

Available BEA Tuxedo 8.0 Install Sets for HP-UX 11.0 (32-Bit)

For descriptions of BEA Tuxedo install sets, see Install Sets.

Hardware Requirements for HP-UX 11.0 (32-Bit)

Software Requirements for HP-UX 11.0 (32-Bit)

Component

Requirement

Operating system

HP-UX 11.0 32-bit plus patches PHKL_21039, PHKL_21684, and PHKL_21778.

Note: The PHKL patches are an enhancement to HP-UX 11.0 that enable it to handle the large message queue sizes produced by BEA Tuxedo 8.0. These patches increase the SysV IPC MSGMNB message queue capacity from a 16-bit (ushort) limit to a 32-bit (int) limit for recompiled applications that are designed specifically to take advantage of this feature.

Java users must also apply Java 2 patches, which are available at http://www.unixsolutions.hp.com/products/
java/2_60_software_content.html.

C/C++ and COBOL compilers

HP aC++ B3910B A.03.13; Server Express 1.0.0 (COBOL) from Micro Focus; required only for BEA Tuxedo development environment

Tools for the administration desktop

Netscape 4.72 (see note); needed for BEA Tuxedo Administration Console; Java 2 JRE 1.3.0; needed for Java run-time environment

Note: Netscape 4.72 is supported if the Administration Console is configured for 40, 56, or 128-bit encryption. If no encryption is configured, Netscape 4.7 or later is supported.

Java 2 JRE for the Java run-time environment

Java 2 JRE 1.3.0-BETA2 (HotSpot)

Java 2 Software Development Kit (SDK) for the Java development environment

Java 2 SDK 1.3.0-BETA2 (HotSpot)

Non-BEA CORBA Java clients

Java 2 SDK 1.3 Interface Definition Language (IDL) ORB (run time)

Database for CORBA C++ applications

Oracle 8.1.6 or later

SSL certificate authorities

Verisign
Netscape

Lightweight Directory Access Protocol (LDAP) directory servers

Netscape Enterprise Server; needed to retrieve X.509v3 digital certificates for SSL


 

Additional Notes:

Network Requirements for HP-UX 11.0 (32-Bit)

TCP/IP using the Sockets network interface.

Disk Space Requirements for HP-UX 11.0 (32-Bit)

The disk space requirements for installation on HP-UX 11.0 (32-bit) systems depends on which install set and components you select during the installation. Use the estimates in the following table as guidelines. These requirements are approximate and have been rounded up to the nearest megabyte (MB).


 


 

Component

Disk Space Requirement

Full install set:
all BEA Tuxedo servers, clients and the BEA Tuxedo Administration Console; encryption software space not included

89 MB

Server install set:
servers only; encryption software space not included

All servers: 71 MB

ATMI server only: 20 MB

CORBA C++ server only: 50 MB

Jolt server only: 2 MB

Client install set:
clients only; encryption software space not included

All clients: 31 MB

/WS client only: 7 MB

CORBA C++ client only: 22 MB

CORBA Java client only: 25 MB

Jolt client only: 2 MB

Jolt client install set:
BEA Jolt clients only; encryption software space not included

Jolt client: 2 MB

Administration:
BEA Tuxedo Administration Console (GUI)

12 MB

Encryption software:
56-bit and 128-bit

2 MB for LLE only on ATMI server or /WS client system

4 MB for LLE and SSL


 

Mounting and Unmounting the CD for HP-UX 11.0 (32-Bit)

To mount a CD, enter the following commands:
su
mkdir /cdrom
mount -F cdfs -o cdcase /dev/dsk/
cdrom_device /cdrom

Here cdrom_device is listed in the output of the ioscan -f -n command; cdrom (literal) is the mounting point.

To unmount the CD, enter the following command:

umount /cdrom

Tunable Parameters for HP-UX 11.0 (32-Bit)

You probably need to reconfigure the HP-UX kernel before running BEA Tuxedo software because the default values of some tunable parameters are too low.

To adjust the tunable parameters, follow these steps:

  1. Determine whether the current values are adequate.

    For instructions about determining whether the current tunable parameter values are adequate, see IPC Resource Configuration on a UNIX System and Checking IPC Requirements.

  2. Reset the tunable parameters as necessary.

    For instructions about reconfiguring HP-UX, see "Setting Up a System" in the HP-UX System Administration Tasks Manual.

The following table lists the default settings for the parameters and the settings used for the University sample applications. Use these settings as a starting point, but keep in mind that your applications may require different settings.


 

Table A-2 University Sample Application Default Settings for HP-UX 11.0 (32-Bit)

HP-UX Name

Traditional Name

Default

Setting

Setting for University Sample Applications

shmmax

SHMMAX

67108864

0x40000000

shmseg

SHMSEG

12

32

shmmni

SHMMNI

100

512

semmns

SEMMNS

128

(SEMMNI*2)

semmni

SEMMNI

64

NPROC*5

semmap

SEMMA

semmni+2

1

semmnu

SEMMNU

30

(SEMMNI / 2)

semume

SEMUME

10

64

msgmni

MSGMNI

50

NPROC

msgmap

MSGMAP

2+msgtql

MSGTQL + 2

msgmax

MSGMAX

8192

32768

msgmnb

MSGMNB

16384

65535

msgssz

MSGSSZ

8

128

msgtql

MSGTQL

40

(NPROC * 10)

msgseg

MSGSEG

2048

(MSGTQL * 4)

maxusers

MAXUSERS

32

200

nproc

NPROC

20+8*maxusers

(MAXUSERS * 3) + 64

maxuprc

MAXUPRC

50

(NPROC * 9) / 10

maxfiles

NFILES

60

15 * NPROC + 2048


 

The tunable parameters currently set on your system are in the kernel configuration file tune.h located in the /stand/build directory (/stand/build/tune.h).

 


IBM AIX 4.3.3 on IBM PowerPC 32-Bit

The following sections list BEA Tuxedo 8.0 requirements for AIX 4.3.3 on PowerPC (32-bit) systems.

Available BEA Tuxedo Release 8.0 Packages

Note: The BEA Tuxedo Release 8.0 Online Documentation is provided on a separate CD-ROM.

Hardware Requirements

Software Requirements

Notes: JDK 1.3.0 (Class VM with JIT enabled) is provided automatically on WebLogic Server; you do not need to install a Java 2 SDK separately.

For BEA Jolt hardware and software requirements, see BEA Jolt 8.0 Preparations.

Network

Disk Space Requirements for IBM AIX 4.3.3 (32-bit)

The disk space requirements for installation on an IBM AIX 4.3.3 system depends on which install set and components you select during the installation. Use the estimates in the following table as guidelines. These requirements are approximate and have been rounded up to the nearest megabyte (MB).

Component

Disk Space Requirement

Full install set:
all BEA Tuxedo servers, clients and the BEA Tuxedo Administration Console; encryption software space not included

89 MB

Server install set:
servers only; encryption software space not included

All servers: 71 MB

ATMI server only: 20 MB

CORBA C++ server only: 50 MB

Jolt server only: 2 MB

Client install set:
clients only; encryption software space not included

All clients: 31 MB

/WS client only: 7 MB

CORBA C++ client only: 22 MB

CORBA Java client only: 25 MB

Jolt client only: 2 MB

Jolt client install set:
BEA Jolt clients only; encryption software space not included

Jolt client: 2 MB

Administration:
BEA Tuxedo Administration Console (GUI)

12 MB

Encryption software:
56-bit and 128-bit

2 MB for LLE only on ATMI server or /WS client system

4 MB for LLE and SSL


 

Tunable Parameter

No IPC configuration is required for AIX. To change the value of a kernel tuning parameter (maxuproc only):

  1. Acquire superuser privileges.

  2. Determine the values of all tunable parameters.

  3. Change the value of the appropriate parameter.

  4. Reboot the system.

Mounting and Unmounting the CD for AIX 4.3.3 (32-Bit)

To mount a CD, examine the file /etc/filesystems to determine whether there is a standard place in which to mount a CD. If there is, enter the mount command and specify the directory named in the /etc/filesystems entry.

For example, to mount a CD when an entry in /etc/filesystems specifies /cd as the mount point, enter:

su
/etc/mount /cd

If /etc/fileystems does not contain a CD entry, enter:

su
mkdir /cd
/etc/mount -v cdrfs -r cd_device /cd

In the latter command line, cd_device represents the name of the CD device file, typically /dev/cd0.

Alternatively, you can use the System Management Interface Tool (SMIT) to perform the mount. To use SMIT, enter the following:

smit mount

To unmount the CD, enter the following command:

unmount /cdrom

In this command line cdrom represents the mount point.

 


Microsoft Windows 2000 on Intel

The following sections list BEA Tuxedo 8.0 requirements for Microsoft Windows 2000 systems.

BEA Tuxedo 8.0 Install Sets for Windows 2000 (Intel)

For descriptions of BEA Tuxedo install sets, see Install Sets.

Hardware Requirements for Windows 2000 (Intel)

Software Requirements for Windows 2000 (Intel)

Component

Requirement

C/C++ and COBOL compilers

Visual C++ 6.0 SP4; required for full (development) installations, but not for client-only or server-only installations; Net Express 3.1 (COBOL) from Micro Focus.

Also, either Visual C++ 6.0 SP4, Visual Basic 6.0, or another OLE Automation development tool is required for client systems that run ActiveX client applications.

Internet browser for BEA Application Builder Help

Netscape 4.0 or later. This browser is required only for the online help used in the BEA Application Builder. This GUI is installed on your system if you included ActiveX clients in your BEA Tuxedo 8.0 installation.

Tools for the administration desktop

Netscape 4.7 (see note) or Internet Explorer 4.7 or 5.0—needed for BEA Tuxedo Administration Console; Java 2 JRE 1.3—needed for Java run-time environment

Note: Netscape 4.7 is supported if the Administration Console is configured for 40, 56, or 128-bit encryption. If no encryption is configured, Netscape 4.7 or later is supported.

Note: If you experience problems using the Internet Explorer browser, use the Netcape browser.

Java 2 JRE for the Java run-time environment

Java 2 JRE 1.3.0-C

Java 2 Software Development Kit (SDK) for the Java development environment

Java 2 SDK 1.3.0-C

Non BEA CORBA Java clients

Java 2 SDK 1.3 Interface Definition Language (IDL) ORB (run time)

Database for CORBA C++ applications

Oracle 8.1.6 or later

SSL certificate authorities

Verisign
Netscape

Lightweight Directory Access Protocol (LDAP) directory servers

Netscape Enterprise Server; needed to retrieve X.509v3 digital certificates for SSL


 

Additional Notes:

Network Requirements for Windows 2000 (Intel)

TCP/IP provided by Microsoft Windows 2000 (32-bit Winsock).

Disk Space Requirements for Windows 2000 (Intel)

The disk space requirements for installation on Windows 2000 (Intel) systems depends on which install set and components you select during the installation. Use the estimates in the following table as guidelines. These requirements are approximate and have been rounded up to the nearest megabyte (MB).

Component

Disk Space Requirement

Full install set:
all BEA Tuxedo servers, clients and the BEA Tuxedo Administration Console; encryption software space not included

83 MB

Server install set:
servers only; encryption software space not included

All servers: 54 MB

ATMI server only: 21 MB

CORBA C++ server only: 37 MB

Jolt server only: 2 MB

Client install set:
clients only; encryption software space not included

All clients: 42 MB

/WS client only: 13 MB

CORBA C++ client only: 24 MB

CORBA Java client only: 24 MB

Jolt client only: 2 MB

ActiveX client only: 13 MB

Jolt client install set:
BEA Jolt clients only; encryption software space not included

Jolt client: 2 MB

Administration:
BEA Tuxedo Administration Console (GUI)

11 MB

Encryption software:
56-bit and 128-bit

1 MB for LLE only on ATMI server or /WS client system

3 MB for LLE and SSL


 

Tunable Parameters for Windows 2000 (Intel)

Before running the BEA Tuxedo software, you may need to reconfigure the interprocess communication (IPC) parameters shown in the figure entitled BEA Administration Window with IPC Resources Page Displayed. For instructions about reconfiguring the IPC parameters, see Configuring IPC Resources to Maximize System Performance and Checking IPC Requirements.

 


Microsoft Windows 98 on Intel

The following sections list BEA Tuxedo 8.0 requirements for Microsoft Windows 98 systems.

Available BEA Tuxedo 8.0 Install Sets for Windows 98 (Intel)

For descriptions of BEA Tuxedo install sets, see "Install Sets."

Hardware Requirements for Windows 98 (Intel)

Software Requirements for Windows 98 (Intel)

Component

Requirement

C/C++ compilers

Either Visual C++ 6.0 SP4, Visual Basic 6.0 SP4, or another OLE Automation development tool is required for client systems that run ActiveX client applications only; otherwise, no additional compiler software is required is required on client-only systems.

Internet browser for BEA Application Builder Help

Netscape 4.0 or later. This browser is required only for the online help used in the BEA Application Builder. This GUI is installed on your system if you included ActiveX clients in your BEA Tuxedo 8.0 installation.

Tools for the administration desktop

Not applicable

Java 2 JRE for the Java run-time environment

Java 2 JRE 1.3.0-C

Java 2 Software Development Kit (SDK) for the Java development environment

Not applicable

Non-BEA CORBA Java clients

Java 2 SDK 1.3 Interface Definition Language (IDL) ORB (run time)

Database for CORBA C++ applications

Not applicable

SSL certificate authorities

Verisign
Netscape

Lightweight Directory Access Protocol (LDAP) directory servers

Netscape Enterprise Server; needed to retrieve X.509v3 digital certificates for SSL


 

Additional Notes:

Network Requirements for Windows 98 (Intel)

TCP/IP provided by Microsoft Windows 98 (32-bit Winsock).

Disk Space Requirements for Windows 98 (Intel)

The disk space requirements for installation on Windows 98 (Intel) systems depends on which client install set and components you select during the installation. Use the estimates in the following table as guidelines. These requirements are approximate and have been rounded up to the nearest megabyte (MB).

Component

Disk Space Requirement

Client install set:
clients only; encryption software space not included

All clients: 42 MB

/WS client only: 13 MB

CORBA C++ client only: 24 MB

CORBA Java client only: 24 MB

Jolt client only: 2 MB

ActiveX client only: 13 MB

Jolt client install set:
BEA Jolt clients only; encryption software space not included

Jolt client: 2 MB

Encryption software:
56-bit and 128-bit

1 MB for LLE only on ATMI server or /WS client system

3 MB for LLE and SSL


 

 


Red Hat Linux 6.2 on Intel IA32 (x86)

The following sections list BEA Tuxedo 8.0 requirements for Red Hat Linux 6.2 systems.

Available BEA Tuxedo 8.0 Install Sets for Red Hat Linux 6.2 (Intel)

For descriptions of BEA Tuxedo install sets, see Install Sets.

Hardware Requirements for Red Hat Linux 6.2 (Intel)

Software Requirements for Red Hat Linux 6.2 (Intel)

Component

Requirement

C/C++ and COBOL compilers

gcc version egcs-2.91.66 or 19990314/Linux (egcs-1.1.2 release); Server Express 1.0.0 (COBOL) from Micro Focus; required only for BEA Tuxedo development environment

Tools for the administration desktop

Netscape 4.7 (see notes); needed for BEA Tuxedo Administration Console; Java 2 JRE 1.3.0; needed for Java run-time environment

Note: Netscape 4.7 is supported if the Administration Console is configured for 40, 56, or 128-bit encryption. If no encryption is configured, Netscape 4.7 or later is supported.

Java 2 JRE for the Java run-time environment

Java 2 JRE 1.3.0

Java 2 Software Development Kit (SDK) for the Java development environment

Java 2 SDK 1.3.0

Non-BEA CORBA Java clients

Java 2 SDK 1.3 Interface Definition Language (IDL) ORB (run time)

Database for CORBA C++ applications

Oracle 8.1.6.

SSL certificate authorities

Verisign
Netscape

Lightweight Directory Access Protocol (LDAP) directory servers

Netscape Enterprise Server; needed to retrieve X.509v3 digital certificates for SSL


 

Additional Notes

Network Requirements for Red Hat Linux 6.2 (Intel)

TCP/IP using the Sockets network interface.

Disk Space Requirements for Red Hat Linux 6.2 (Intel)

The disk space requirements for installation on Red Hat Linux 6.2 (Intel) systems depends on which install set and components you select during the installation. Use the estimates in the following table as guidelines. These requirements are approximate and have been rounded up to the nearest megabyte (MB).

Component

Disk Space Requirement

Full install set:
all BEA Tuxedo servers, clients and the BEA Tuxedo Administration Console; encryption software space not included

87 MB

Server install set:
servers only; encryption software space not included

All servers: 69 MB

ATMI server only: 22 MB

CORBA C++ server only: 43 MB

Jolt server only: 2 MB

Client install set:
clients only; encryption software space not included

All clients: 29 MB

/WS client only: 8 MB

CORBA C++ client only: 20 MB

CORBA Java client only: 23 MB

Jolt client only: 2 MB

Jolt client install set:
BEA Jolt clients only; encryption software space not included

Jolt client: 2 MB

Administration:
BEA Tuxedo Administration Console (GUI)

12 MB

Encryption software:
56-bit and 128-bit

2 MB for LLE only on ATMI server or /WS client system

4 MB for LLE and SSL


 

Mounting and Unmounting the CD for Red Hat Linux 6.2 (Intel)

To mount a CD, enter the following commands:

su
mkdir /cdrom1
mount -t iso9660 -r /dev/cd_device /cdrom1

To determine the value of cd_device, execute the following command:

dmesg | grep -i cd

Linux displays the following output:

cd_device device_description

The value of device_description may contain more than one field. For example, in the following output, the value of device description contains three fields:

hd20 Sony CDU-55 ATAPI

In this output:

To unmount the CD, enter the following command:

umount /cdrom1

Tunable Parameters for Red Hat Linux 6.2 (Intel)

The Red Hat Linux kernel parameters are preconfigured with setting sufficient for running the BEA Tuxedo 8.0 software. If you want to change any parameter settings, refer to the Red Hat Linux documentation.

 


Sun Microsystems Solaris 8 (32-Bit) SPARC

The following sections list BEA Tuxedo 8.0 requirements for Sun Microsystems Solaris 8 (32-bit) SPARC systems.

Available BEA Tuxedo 8.0 Install Sets for Solaris 8 (32-Bit) SPARC

For descriptions of BEA Tuxedo install sets, see Install Sets.

Hardware Requirements for Solaris 8 (32-Bit) SPARC

Software Requirements for Solaris 8 (32-Bit) SPARC

Component

Requirement

C/C++ and COBOL compilers

Forte C++ 6 (formerly Sun Visual WorkShop C++); Server Express 1.0.0 (COBOL) from Micro Focus; required only for BEA Tuxedo development environment

Tools for the administration desktop

Netscape 4.7 (see note); needed for BEA Tuxedo Administration Console; Java 2 JRE 1.3.0; needed for Java run-time environment

Note: Netscape 4.7 is supported if the Administration Console is configured for 40, 56, or 128-bit encryption. If no encryption is configured, Netscape 4.7 or later is supported.

Java 2 JRE for the Java run-time environment

Java 2 JRE 1.3.0

Java 2 Software Development Kit (SDK) for the Java development environment

Java 2 SDK 1.3.0

Non BEA CORBA Java clients

Java 2 SDK 1.3 Interface Definition Language (IDL) ORB (run time)

Database for CORBA C++ applications

Oracle 8.1.6 or later

SSL certificate authorities

Verisign
Netscape

Lightweight Directory Access Protocol (LDAP) directory servers

Netscape Enterprise Server; needed to retrieve X.509v3 digital certificates for SSL


 

Additional Notes

Network Requirements for Solaris 8 (32-Bit) SPARC

TCP/IP using the Transport Layer Interface (TLI) network interface.

Disk Space Requirements for Solaris 8 (32-Bit) SPARC

The disk space requirements for installation on Solaris 8 (32-bit) SPARC systems depends on which install set and components you select during the installation. Use the estimates in the following table as guidelines. These requirements are approximate and have been rounded up to the nearest megabyte (MB).

Component

Disk Space Requirement

Full install set:
all BEA Tuxedo servers, clients and the BEA Tuxedo Administration Console; encryption software space not included

87 MB

Server install set:
servers only; encryption software space not included

All servers: 69 MB

ATMI server only: 22 MB

CORBA C++ server only: 43 MB

CORBA Java server only: 68 MB

Jolt server only: 2 MB

Client install set:
clients only; encryption software space not included

All clients: 29 MB

/WS client only: 8 MB

CORBA C++ client only: 20 MB

CORBA Java client only: 23 MB

Jolt client only: 2 MB

Jolt client install set:
BEA Jolt clients only; encryption software space not included

Jolt client: 2 MB

Administration:
BEA Tuxedo Administration Console (GUI)

12 MB

Encryption software:
56-bit and 128-bit

2 MB for LLE only on ATMI server or /WS client system

4 MB for LLE and SSL


 

Mounting and Unmounting the CD for Solaris 8 (32-Bit) SPARC

The Solaris Volume Management software automatically mounts CDs on /cdrom/cdrom0/s0.

It is not necessary to unmount CDs on Solaris systems. However, it is necessary to issue a command to open the CD reader. To open the CD reader, cd to / (root) and enter eject.

Tunable Parameters for Solaris 8 (32-Bit) SPARC

You probably need to reconfigure the Solaris kernel before running BEA Tuxedo 8.0 software because the default values of some tunable parameters are too low.

To adjust the tunable parameters, follow these steps:

  1. Determine whether the current values are adequate.

    For instructions about determining whether the current tunable parameter values are adequate, see IPC Resource Configuration on a UNIX System and Checking IPC Requirements.

  2. Change the tunable parameters as necessary.

    Information regarding kernel configuration is provided in the Solaris systune(1M) reference page.

The following table shows the default settings for the parameters and the settings used for the BEA Tuxedo University sample applications. Use these settings as a starting point, but keep in mind that your applications may require different settings.


 

Table A-3 University Sample Application Default Settings for Solaris 8 (32-Bit) SPARC

Solaris Name

Traditional Name

Default

Setting

Setting for University Sample Applications

shmsys:shminfo_shmmax

SHMMAX

131072

67108864

shmsys:shminfo_shmseg

SHMSEG

6

100

shmsys:shminfo_shmmni

SHMMNI

100

300

semsys:seminfo_semmns

SEMMNS

60

5048

semsys:seminfo_semmni

SEMMNI

10

5029

semsys:seminfo_semmsl

SEMMSL

25

2000

semsys:seminfo_semmap

SEMMAP

10

5024

semsys:seminfo_semmnu

SEMMNU

30

1024

semsys:seminfo_semume

SEMUME

10

128

msgsys:msginfo_msgmni

MSGMNI

50

1024

msgsys:msginfo_msgmap

MSGMAP

100

2048

msgsys:msginfo_msgmax

MSGMAX

2048

65535

msgsys:msginfo_msgmnb

MSGMNB

4096

65535

msgsys:msginfo_msgssz

MSGSSZ

8

256

msgsys:msginfo_msgtql

MSGTQL

40

2048

msgsys:msginfo_msgseg

MSGSEG

1024

8192

maxusers

maxusers

32

200

max_nprocs

NPROC

10+16*maxusers

(MAXUSERS*3)+64

maxuprc

MAXUP

max_nprocs-5

(NPROC * 9) / 10

semsys:siminfo

semusz


1024

semsys:siminfo

semvmx


32767

semsys:siminfo

semaem


16384


 

The tunable parameters currently set on your system are in the kernel configuration file located in the /etc directory (/etc/machine_name). This file typically has the same name as the machine (node) name.

 


Platforms Supporting Threads

The following platforms support threads:

Note: If threads are not supported on your platform, your application must either
(1) exclude threads or (2) serialize threaded access through all BEA Tuxedo system calls.

 

back to top previous page next page