Tuesday 14 January 2014

Graphical Mode Installation of Oracle Weblogic Sever using '.bin' file on UNIX Machines

og in to the UNIX system

Navigate to the directory that contains the installation .bin file.

Launch the server installation by executing the following commands:

    chmod a+x Install_file_name.bin
By this unix command, you are making the file to be executable
    ./Install_file_name.bin
The GUI Screen will pop-up and you can proceed with the installation

Install_file_name.bin is the name of the Weblogic installation file. The installation comes with some server examples, If you want them to be installed you must include the following parameter in the installation command If not, the installation may take more time.

    -Djava.security.egd=file:/dev/./urandom
Note: you should be having administration rights to execute the installation.

No comments:

Post a Comment