Download binaries
- Download binaries; I use Generic Installers distribution. (.jar file)
- Download and install supported jdk
#./jdk-6u25-linux-x64
- Add the bin directory of the JDK to the beginning of the PATH variable definition on the target system. For example:
# cd
# vi .bash_profile
JAVA_HOME=/opt/app/<jdk1.6.0_25> or your java_home path.
PATH=$JAVA_HOME/bin:$PATH
export PATH
# vi .bash_profile
JAVA_HOME=/opt/app/<jdk1.6.0_25> or your java_home path.
PATH=$JAVA_HOME/bin:$PATH
export PATH
- Ensure that java is install by issuing the java command.
[appadmin@<host> ~]$ java -version
java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
Note: version will vary with what you installed. If you don't get a respond back when you issue the -version command, there is an issue with the install.
5. Launch the installation by entering the following command:
# java -jar wls1035_generic.jar
Here, filename.jar is the name of the
Products installation file, for example, wls<version>_generic.jar. You can also
include the -log=full_path_to_log_file option in the command line to create a
verbose installation log.
- Enter home directory --> /opt/app/wls_home
- Skip security updates
- Install Type -- > Typical
- Choose jdk install

Finish
Next step is to configure weblogic to create domains, administration servers and managed servers. If you are installing OIM, OAM or OVD. You do not have to configure weblogic as of yet. The intended application you want to install on top will do that for you.






No comments:
Post a Comment