| bea.com | products | dev2dev | support | askBEA |
![]() |
![]() |
|
| e-docs > WebLogic Java Adapter for Mainframe > Installation and Configuration Guide for DCL SNAP-IX > Performing Post-Installation Tasks |
|
Installation and Configuration Guide for DCL SNAP-IX
|
Performing Post-Installation Tasks
After you have completed the installation process, complete the post-installation tasks in the following sections to ensure that WebLogic JAM operates properly.
Editing the Stack Type in the jamconfig.xml File
After completing the installation process, you must edit the jamconfig.xml file to use the correct stack type value. Edit the jamconfig.xml file and specify stackType="spx70". This step must be completed or WebLogic JAM will not boot.
Verifying Installation Files and Directories
The following libraries and executable programs are installed for each of the following installation components. After installing the WebLogic JAM software, verify that these libraries and programs are installed on your system.
WebLogic JAM Gateway Installation
Verify that the WebLogic JAM Gateway files listed by section are installed on your system. All directories are relative to the specified installation directory.
Table 4-1 WebLogic JAM Gateway Installation Files and Directories
|
Directory |
Files |
|---|---|
|
bin |
egencobol |
|
lib |
jam.jar |
|
classdocs |
jamdoc.jar |
|
config |
See Appendix A for a list of files. |
|
samples |
See Appendix A for a list of files. |
WebLogic JAM CRM Installation Verify that the WebLogic JAM CRM files listed by section are installed on your system. All directories are relative to the specified installation directory. Table 4-2 WebLogic JAM CRM Installation Files and Directories
Using the Installation Verification Sample
After you have verified that the files have been installed, run the Installation Verification Sample.
Note: Please refer to the "Using the Installation Verification Samples" topic in the BEA WebLogic Java Adapter for Mainframe Installation Guide for information and instructions on running the installation verification samples.
Starting the CRM
Scripts are commonly used when starting the CRM. Two scripts are provided to ease the use of the CRM. The first script, solaris.env, is installed with the CRM in the <CRM_INSTALL_DIR>/bin directory. This script appends the necessary values to your environment variables. The second script, startcrm.sh, is a CRM start-up script that is installed with the Gateway in the <JAM_INSTALL_DIR>/samples/crm/unix directory.
../startcrm.sh
The port number is 7101. You can change the port number; however, if the port number is changed, make sure to change the port number in the Gateway configuration CRM1 panel.
Listing 4-1 Value of the STARTCMD parameter in the CRMSTART JCL
$CRMDIR/bin/CRM //127.0.0.1:7101 CRM1 </dev/null> std.out 2>std.err &
Configuring the WebLogic JAM Gateway
Most configuration tasks were pre-configured or were completed during the installation process by the installer program. For additional information about configuring WebLogic JAM, refer to the BEA WebLogic Java Adapter for Mainframe Configuration and Administration Guide.
You must make some configuration changes for the Installation Verification Sample for CICS or IMS to run on your system. To configure the CRM to the WebLogic JAM Gateway, use the WebLogic Administration Console.
You must also edit the startverifyServer.sh to add the jamdcl.jar filename to the CLASSPATH. The jamdcl.jar must be defined in the CLASSPATH before the jam.jar.
Note: Please refer to the "Using the Installation Verification Samples" topic in the BEA WebLogic Java Adapter for Mainframe Installation Guide for additional information and instructions on configuring the WebLogic JAM Gateway.
Updating Your license.bea File
You must update your license.bea file if at least one of the following is true:
In each case, you receive a license update file in an e-mail attachment. Update your license.bea file by performing the following steps for your system.
Updating Your license.bea File on a Unix System
To update your existing license.bea file on a Unix system, follow these steps:
PATH=./jkd131_02/bin;$PATH
export PATH
sh UpdateLicense.sh license_update_file
Deploying WebLogic JAM in the WebLogic Server Environment
After WebLogic JAM has been installed, it must be deployed in the WebLogic Server environment. You can deploy WebLogic JAM in the following ways:
Modifying the WebLogic Server CLASSPATH
The jamdcl.jar and the jam.jar files add classes to the WebLogic Server CLASSPATH. The .jar files must be added to the CLASSPATH in the WebLogic Server startup script for each server where it will run.
To manually add the jamdcl.jar and the jam.jar files to the WebLogic Server CLASSPATH, perform the following steps:
CLASSPATH=$WL_HOME:$WL_HOME/lib/weblogic_sp.jar:$WL_HOME/lib/weblogic.jar:./ext/weblogic-tags.jar:/bea/wljam5.1/lib/jamdcl.jar:/bea/wljam5.1/lib/jam.jar
Deploying the jam.ear File
The jam.ear file deploys the WebLogic JAM applications and the WebLogic JAM extension to the WebLogic Administration Console. This file contains the following EJBs:
Deploy the jam.ear file on the appropriate servers using the WebLogic Administration Console. For more information about deploying WebLogic JAM, refer to the BEA WebLogic Java Adapter for Mainframe Configuration and Administration Guide. For general information about deploying applications using WebLogic Server, refer to the WebLogic Server documentation at the following URL:
http://download.oracle.com/docs/cd/E13222_01/wls/docs70/index.html
Defining the WebLogic JAM Startup Class
The WebLogic JAM startup class defines a class that is launched at WebLogic Server startup. To manually define the WebLogic JAM startup class using the WebLogic Administration Console, perform the following steps:
After you have completed the post-installation tasks for WebLogic JAM, refer to the BEA WebLogic Java Adapter for Mainframe Configuration and Administration Guide for information about configuring WebLogic JAM.
Uninstalling WebLogic JAM for DCL SNAP-IX
The following sections describe the process for uninstalling BEA WebLogic Java Adapter for Mainframe (WebLogic JAM). The WebLogic JAM product may be removed or uninstalled in the following ways:
Graphical-mode installation is the graphics-based method of executing the BEA installation program.
Console-mode installation is the text-based method of executing the BEA installation program.
Uninstalling in Graphical Mode
To uninstall WebLogic JAM for DCL SNAP-IX using graphical mode, perform the following steps:
>cd /usr/bea/wljam5.1/uninstaller
/usr/bea/wljam5.1/uninstaller> sh Uninstall
Uninstalling in Console Mode
To uninstall WebLogic JAM in console mode, perform the following steps:
> cd /usr/bea/wljam5.1/uninstaller
/usr/bea/wljam5.1/uninstaller> sh Uninstall -i console
Listing 4-2 Unix Unstallation Example
machine name:/bea/loads/wljam5.1/uninstaller sh Uninstall -i console
Preparing CONSOLE Uninstall...
===============================================================================
BEA WebLogic Java Adapter for Mainframe (InstallAnywhere Uninstaller by Zero G)
-------------------------------------------------------------------------------
About to uninstall...
BEA WebLogic Java Adapter for Mainframe
This will completely remove all components installed by InstallAnywhere. It will not remove files and folders created after the installation.
PRESS <ENTER> TO BEGIN THE UNINSTALL, OR 'QUIT' TO EXIT THE UNINSTALLER:
===============================================================================
Uninstall...
------------
[==================|==================|==================|==================]
[------------------|------------------|------------------|------------------]
===============================================================================
Uninstall Complete
------------------
All items were successfully uninstalled.
PRESS <ENTER> TO EXIT THE UNINSTALLER:
|
|
|