Monday, February 14, 2011

WebLogic 64 Bit Install 10.1.3.4 console

Ensure JDK 64 Bit  or Jrockit 64 bit is extracted and placed in desired location is included before starting this.

 Stage the wls_1034_generic.jar file on your Unix Box.
            NOTE:  There are ways to switch the JDK from 32 to 64 Bit, but not covered here.  This does not include the extraction of JDK or Jrockit
Log in to the target UNIX system.
Edit .profile to include
JAVA_HOME=<LOCATION OF JDK> /xxxx/xxxx//jdk
Export JAVA_HOME
PATH=$PATH:$JAVA_HOME/bin
 source .profile

Launch the installation program by entering the following command (this example shows the NET installer):
Bold:::: Enter Manually
$java -jar wls1034_generic.jar
NOTE:  you may have to java –jar-mx1024m wls1032_generic.jar

Unable to instantiate GUI, defaulting to console mode.
Extracting 0%....................................................................................................100%
<-------------------- Oracle Installer - WebLogic 10.3.4.0 ------------------->
Welcome:
--------
This installer will guide you through the installation of WebLogic 10.3.4.0.
Type "Next" or enter to proceed to the next prompt.  If you want to change data entered previously, type "Previous".  You may quit the installer at any time by typing "Exit".

Enter [Exit][Next]> Next


<-------------------- Oracle Installer - WebLogic 10.3.4.0 ------------------->
Choose Middleware Home Directory:
---------------------------------
    "Middleware Home" = [Enter new value or use default
"/export/home/weblogic/Oracle/Middleware"]
Enter new Middleware Home OR [Exit][Previous][Next]> /xx/xx/xx/wl103
NOTE:  Enter Full location of wls home  This will be known an MW_HOME


<-------------------- Oracle Installer - WebLogic 10.3.4.0 ------------------->
Choose Middleware Home Directory:---------------------------------
    "Middleware Home" = /xx/xx/xx/wl103]
Use above value or select another option:
    1 - Enter new Middleware Home
    2 - Change to default [/export/home/weblogic/Oracle/Middleware]
Enter option number to select OR [Exit][Previous][Next]>Next


We did not have direct access to the External site so we turn off Registration


<-------------------- Oracle Installer - WebLogic 10.3.4.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html

   1|Email:[]
   2|My Oracle Support Password:[]
   3|Receive Security Update:[Yes]

Enter index number to select OR [Exit][Previous][Next]> Next


<-------------------- Oracle Installer - WebLogic 10.3.4.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html

   1|Proxy Server:[]
   2|Proxy Port:[]
   3|Proxy Username:[]
   4|Proxy Password:[]
   5|Remain uninformed:[]

Enter index number to select OR [Exit][Previous][Next]> 5
Enter new Remain uninformed: OR [Exit][Previous][Next]> Yes

<-------------------- Oracle Installer - WebLogic 10.3.4.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html

   1|Proxy Server:[]
   2|Proxy Port:[]
   3|Proxy Username:[]
   4|Proxy Password:[]
   5|Remain uninformed:[Yes]

Enter index number to select OR [Exit][Previous][Next]>Next


<-------------------- Oracle Installer - WebLogic 10.3.4.0 ------------------->
Register for Security Updates:
------------------------------
Provide your email address to be informed of security issues, install the product, and initiate configuration manager. http://www.oracle.com/support/policies.html

   1|Proxy Server:[]
   2|Proxy Port:[]
   3|Proxy Username:[]
   4|Proxy Password:[]
   5|Remain uninformed:[Yes]

Enter index number to select OR [Exit][Previous][Next]>Next


Choose Install Type:
--------------------
Select the type of installation you wish to perform.
 ->1|Typical
    |  Install the following product(s) and component(s):
    | - WebLogic Server
   2|Custom
    |  Choose software products and components to install and perform optional
    |configuration.

Enter index number to select OR [Exit][Previous][Next]> Next


This default ot the JDK you started with,  If you want to overridge just place in new location.


<-------------------- Oracle Installer - WebLogic 10.3.4.0 ------------------->
JDK Selection (Any * indicates Oracle Supplied VM):
---------------------------------------------------
JDK(s) chosen for use with this product installation will be installed. Supported defaults if not deselected will be used in script string-substitution.

   1|Add Local Jdk
   2/xxx/xx/xx/xx/jdk[x]

   *Estimated size of installation:  672.3 MB
Enter 1 to add or >= 2 to toggle selection  OR [Exit][Previous][Next]> Next
The following Products and JDKs will be installed:
--------------------------------------------------

    WebLogic Platform 10.3.4.0
    |_____WebLogic Server
         |_____Core Application Server
         |_____Administration Console
         |_____Configuration Wizard and Upgrade Framework
         |_____Web 2.0 HTTP Pub-Sub Server
         |_____WebLogic SCA
         |_____WebLogic JDBC Drivers
         |_____Third Party JDBC Drivers
         |_____WebLogic Server Clients
         |_____WebLogic Web Server Plugins
         |_____UDDI and Xquery Support

    *Estimated size of installation: 672.4 MB
Enter [Exit][Previous][Next]> Next

Install progress screen.

Jun 29, 2010 4:43:14 PM java.util.prefs.FileSystemPreferences$2 run
INFO: Created user preferences directory.

<-------------------- Oracle Installer - WebLogic 10.3.4.0 ------------------->
Installing files..
0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[********************************
<-------------------- Oracle Installer - WebLogic 10.3.4.0 ------------------->
Configuring OCM...
0%          25%          50%          75%          100%
[------------|------------|------------|------------]
[********************
Creating Domains...

<-------------------- Oracle Installer - WebLogic 10.3.4.0 ------------------->
Installation Complete
Congratulations! Installation is complete.

Press [Enter] to continue or type [Exit]> (PRESS ENTER KEY)



No comments:

Post a Comment