If you are not a GUI fan or you would want to install weblogic server in command line mode for some other reason then below step are for you :


1. Get Weblogic server for linux machine from below url:

http://www.oracle.com/technetwork/middleware/weblogic/downloads/index.html

2. Once it is downloaded we can move ahead and copy it to linux machine.If you are on windows machine you can use file transfer tools Filezilla or WinSCP to copy the software from windows machine to linux machine.

3. Create a dedicated user to run weblogic server its not completely necessary but its a good practice to run the appication with user other than root user.
console_mode_installation_1


4. Log in as the wls user and set the correct file permissions:

[wls@puppet ~]$ umask 027

You need to change permission or change owner after copying the binary else you will get the permission error
[wls@puppet ~]$ ./wls1035_oepe111172_linux32.bin -mode=console

-bash: ./wls1035_oepe111172_linux32.bin: Permission denied

Change the permission as:
[wls@puppet ~]$ chmod a+x wls1035_oepe111172_linux32.bin

5. To start the installation run the weblogic server binary that you downloaded with argument mode=console
[wls@puppet ~]$ ./wls1035_oepe111172_linux32.bin -mode=console

The installer will guide you through the installation of WebLogic Platform 10.3.0.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 “Next”

console_mode_installation_2

6. Enter Middleware Home Directory by opting 1 and then typing in your new home directory or you can go by suggested middleware home directory by opting option 2.

console_mode_installation_4
Type “Next”
console_mode_installation_5

7. IF you wish to register for security updates type 3
console_mode_installation_6

It will ask for the confirmation select “Yes”.
console_mode_installation_7

Receive Security Update Field will be set to “No” Type “Next”
console_mode_installation_8

8. Select the installation type i.e default installation by typing in “Next”(Select default) or select custom installation by typing 2.
console_mode_installation_9


9. It will now ask you for product installation directories. You can change them by entering the number or type “Next” 
if you are ok with the dirctory path provided.

console_mode_installation_10


10. At this point installer will show you the products its going to install , Hit “Next”.

console_mode_installation_11

Installation in process…….. :
console_mode_installation_12

console_mode_installation_13

There you go now you know how to install weblogic in command line mode, cheers!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>