Wednesday 15 July 2015

Generic Package Installation

Generic Package Installation Steps
Note:

Generic Package installer:

. It does not include JAVA runtime. (When using "Generic Package installer" it is a prerequisite that a supported JDK should be installed)
. If you want to install Weblogic server with 64bit JVM, you have to use "Generic Package installer"
. "Generic Package installer" is platform independent and can be used to install weblogic server on any supported 32bit or 64bit platform.

As explained earlier there are three different ways of installing Oracle Weblogic Server:

1. Graphical mode
2. Console mode
3. Silent mode

Generic installer is platform independent so the installation steps are common fro any supported OS versions with a few exceptions that will be mentioned in braces
-------------------------------------------------------------------------------------------------------------------------

1) Graphical mode:

Step 1: Log in to the target system.
Step 2: Add the bin directory of the appropriate JDK to the beginning of the PATH variable definition on the target system.
Step 3: For example: PATH=$JAVA_HOME/bin:$PATHexport PATH (Unix/Linux) or
set PATH=%JAVA_HOME%/bin;%PATH% (Windows)
Step 4: Go to the directory where you downloaded the installation program.
Step 5: Launch the installation program by entering the following command (this example shows the NET installer):
java -jar net_wlsversion_generic.jar
The installation program begins to install the software.
Step 6: Once the installation preparation is complete you will see the welcome screen
Screen:

Step 7: Click Next

Step 8: If there are existing Middleware Home Directories it will list all of them.
You may either select an existing Middleware Home Directory or create a new one.

Note: It is always recommended to have one Middleware Home Directory per installation, so I'll select "Create a new Middleware Home"

Step 9: Click Next

Step 10: If you want to register for Security updates enter  your My Oracle Support credentials or else un-check the box, it will prompt to bypass click Yes
and then
click Next.

Step 11: Click Next

Step 12: Click Next

Step 13: Click Next to All Users to access the Oracle Weblogic Server Installation.

Step 14: Click Next ( Make sure the more then 1289.8 MB of space is available in the Middleware Home)

Step 15: Wait for the installation to complete.


Click Done. And the installation is complete.

No comments:

Post a Comment