root@techgyaan:#mkdir /usr/weblogicAssign the permission to the package
root@techgyaan:#chmod a + x pj_platform814_generic.jarRun the installer you need java to be installed before you start weblogic installation.
Download the lastest JDK from JAVA-HPUX Here
root@techgyaan#/usr/sbin/swinstall -s /var/spool/sw/sdk14_14209_1122.depot{swinstall will be run using either a GUI or a TUI depending on the setting of the DISPLAY variable}
To find your JAVA version assuming the directory where it is installed is in your PATH variable, run the following at the command prompt:
root@techgyaan# java -versionor
root@techgyaan:# /opt/java1.4/bin/java -versionAlternately, if you installed your Java JDK or JRE using SD (swinstall), you can run the following command:
root@techgyaan# /usr/sbin/swlist | grep -i javaLets start weblogic installation now just follow the procedure below:
root@techgyaan:# /opt/java1.4/bin/java -jar pj_platform814_generic.jar -mode=console0%.........................................................................100%
<---------------------- WebLogic Platform 8.1 SP4 -------------------------->
Enter [Exit][Next]> Next<---------------------- WebLogic Platform 8.1 SP4 -------------------------->
Agree BEA Systems License Agreement:
----------------------------------------------
Select Option:
1 - Yes, I agree with the terms of the license
2 - No, I do not agree with the terms of the license
Enter option number to select OR [Down][Exit][Previous]> 1<---------------------- WebLogic Platform 8.1 SP4 -------------------------->
Choose BEA Home Directory:
--------------------------
"BEA Home" = [/usr/local/bea]
Input new BEA Home OR [Exit][Previous][Next]> /usr/weblogic<---------------------- WebLogic Platform 8.1 SP4 -------------------------->
Choose BEA Home Directory:
--------------------------
*BEA home choice
->1|Yes, Use this BEA home directory [/usr/weblogic]
2|No, return to BEA home directory selection
Enter index number to select OR [Exit][Previous][Next]> 1<---------------------- WebLogic Platform 8.1 SP4 -------------------------->
Choose Install Type:
--------------------
->1|Complete
|Install the complete BEA WebLogic Platform.
2|Custom Installation
|Choose software components to install and perform optional configuration.
Enter index number to select OR [Exit][Previous][Next]> 1<---------------------- WebLogic Platform 8.1 SP4 -------------------------->
Choose Product Directory:
-------------------------
"Product Installation Directory" = [/usr/weblogic/weblogic81]
Input new Product Installation Directory OR [Exit][Previous][Next]> Next<---------------------- WebLogic Platform 8.1 SP4 -------------------------->
Choose Product Directory:
-------------------------
->1|Yes, use this product directory [/usr/weblogic/weblogic81]
2|No, select another product directory
Enter index number to select OR [Exit][Previous][Next]> 1<---------------------- WebLogic Platform 8.1 SP4 -------------------------->
Installing files..
0% 25% 50% 75% 100%
[------------|------------|------------|------------]
[***************************************************]
<---------------------- WebLogic Platform 8.1 SP4 -------------------------->
Installation Complete
Congratulations! WebLogic Platform 8.1 SP4 has been successfully installed to /usr/weblogic/weblogic81.
Press any key to continue OR [Exit]>Enter<---------------------- WebLogic Platform 8.1 SP4 -------------------------->
Clean up process in progress ...
Successfully Installed weblogic on HPUX :)
Comments
Post a Comment