Skip navigation.

7.0 Supported Configurations: HP NonStop Server G06.20 on MIPS

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

HP NonStopTM Server G06.20 on MIPS with WebLogic Server 7.0 SP1

Provides full support for WebLogic Server. WebLogic Workshop, WebLogic Integration, and WebLogic Portal are not supported. See below for Design and Development Tools support.


 

This section provides the following information:

Related Information

 


Configuration Requirements

Table 1-1 Requirements for WebLogic Server 7.0 SP1 on HP NonStopTM Server on MIPS

Operating System Version and Patches

HP NonStopTM Kernel G06.20 SUT with Parallel Library TCP/IP Release 3 SPR AAQ or later (included on G06.20 SUT)

Chip Architecture and Minimum Processor Speed

Any HP NonStopTM S-series server except S70000 and S700B

SDK

HP NonStopTM Server for Java version 3.1 with one of the following Software Product Revisions (SPR):

  • Update 3 containing SPR T0083AAQ ((build T0083V31_16JUN2003_jdk131_V31AAQ, posix_threads)

  • Update 4 containing SPR T0083AAS (build T0083V31_10SEP2003_jdk131_V31AAS, posix_threads)

Design and Development Tools

Supports WebLogic Server development tools.

RAM

Minimum of 2 GB of memory per processor

Disk Space

For any components of WebLogic Platform or for the full WebLogic Platform product, see Disk Space Requirements.

Performance Pack

None

Node Manager

Included

BEA jDrivers for Oracle

None


 

 


Known Issues

For information about known issues with any components of this release, see the appropriate Release Notes document. For a complete list of Release Notes supporting WebLogic Platform 7.0, see:

http://download.oracle.com/docs/cd/E13196_01/platform/docs70/interm/relnotes.html

 


Download and Installation Instructions

Before you start the installation process, verify that your system meets the requirements specified in Configuration Requirements.

This section provides instructions required to install WebLogic Server 7.0 SP1 on HP NonStopTM Server on MIPS:

Downloading the Installer

  1. Go to the BEA download site: http://commerce.bea.com and locate your WebLogic Server release and Service Pack.
  2. Select HP NonStopTM server.
  3. Download the WebLogic installation file: pj_server701_generic.jar.
  4. Download the supplemental JAR file for HP NonStopTM server: weblogic700sp1_hpns_supp.jar.
  5. This jar file provides HP NonStopTM -specific modifications to the standard files delivered with WebLogic Server 7.0 SP1.

Note: For more information about downloading and installing WebLogic Server, see WebLogic Server and WebLogic Express Installation Guide.

Installing WebLogic Server and the Supplemental JAR File

Complete the following procedure:

  1. Set the JAVA_HOME environment variable to the directory in which the NonStopTM server for Java is installed, and export JAVA_HOME. For example:
  2. export JAVA_HOME=/usr/tandem/java
  3. Verify that your PATH variable includes $JAVA_HOME/bin. For example:
  4. export PATH=$JAVA_HOME/bin:$PATH
  5. Display the installation instructions for WebLogic Server, available at http://download.oracle.com/docs/cd/E13222_01/wls/docs70/install/index.html.
  6. Following the console-mode installation instructions, install WebLogic 7.0 SP1. During the installation process, write down the values that you set for BEA_HOME (BEA Home Directory) and WL_HOME (Product Installation Directory) during installation. You will need these values later in the installation process.
  7. Set the JARFILE environment variable to the absolute path for the downloaded supplemental JAR file. For example:
  8. export JARFILE=absolute-path/weblogic700sp1_hpns_supp.jar
  9. Set the environment variable WL_HOME to the directory in which you installed WebLogic Server (step 4). For example:
  10. export WL_HOME=/usr/bea/weblogic700
  11. Go to $WL_HOME/server/bin:
  12. $  cd $WL_HOME/server/bin
  13. Set a shell environment variable to the names of the script files to be extracted from the supplemental JAR file. For example, if you create a variable called FILES, you might assign the following value to it:
  14. $ FILES="setWLSEnv.sh startNodeManager.sh startWLS.sh"
  15. Rename existing shell scripts so they are not overwritten:
  16. $ for A in $FILES; do mv $A ${A}_BEA; done
  17. Extract the script files from the supplemental JAR file:
  18. $ jar -xvf $JARFILE $FILES
  19. Set the correct values for the environment variables WL_HOME (set in step 4) and JAVA_HOME (set in step 1) in the following shell script:
  20. setWLSEnv.sh
  21. Set the correct values for the environment variables BEA_HOME, WL_HOME, (set in step 4) and JAVA_HOME (set in step 1) in the following shell scripts:
  22. startNodeManager.sh
    startWLS.sh
  23. Set the correct execution mode on the three files just modified:
  24. $ chmod +x $FILES
  25. Confirm that WebLogic Server 7.0 SP1 has been installed by completing the instructions in "Performing Post-Installation Tasks" at
  26. http://download.oracle.com/docs/cd/E13222_01/wls/docs70/install/instpos.html

    When you finish running the samples described in that document, stop them.

Installing HP NonStop Server Toolkit for WebLogic Server

Note: Installation of HP NonStop Server Toolkit for BEA WebLogic Server is required only if you plan to use BEA WebLogic Server with NonStop SQL/MX. If you do not plan to use WebLogic Server with NonStop SQL/MX, skip this procedure.

  1. Open the HP NonStop Server Platform Guide for WebLogic Server at: http://h71033.www7.hp.com/nsswdocs/weblogic/home.htm.
  2. Following the instructions, install the HP NonStop Server Toolkit for BEA WebLogic Server.

 

Back to Top Previous Next