Install jdk in IBM's aix system

   I will have a lot of free time recently, so I have the opportunity to share the knowledge accumulated over the past year. Mainly knowledge of linux, aix, weblogic, clustering, server management, code specification checking, etc. I will share a little bit, and friends who are interested are welcome to read.

 

List of recent updates

1. Install jdk in IBM's aix (updated on July 21)
2. Install jdk in Linux (CentOS) (updated on July 21)
3. Install weblogic in Linux (CentOS) (updated on July 22)
4. Install webLogic in Aix system (Updated on July 22) 5.
Create a weblogic domain in IBM physical machine aix (updated on July 23 )
6. Create a weblogic domain through VNC in linux (updated on July 23)
7. Install Oracle 10g under RedHat 5 in detail (July 23 ) 24 update)
8. Linux starts oracle instance (July 24 update)
9. Create oracle instance and network monitoring through VNC in linux (July 25 update) 10.
The method of closing ip6 in linux (July 25 update)
11. Jconsole , jvisualvm tool introduction
12. Soupui calls webservies help document
13. Loadrunner calls Webservice interface test optimization
14. Loadrunner script reads XMl files
15. Remote Aix system using Xmanager 16. Xmanager
graphical remote to aix system
17. Package common jar files The method of becoming an osgi bundle
18. Code inspection specification Checkstyle configuration
19. Webloigc 11g configuration cluster help document
20. Activemq cluster configuration document
21. Apache2.2+tomcat6 cluster configuration
22. Modify the computer name to cause the oracle instance to fail to start the solution
23. Import the configuration required by the virtual machine with the oracle installer
24. Set the title for the tomcat and weblogic startup windows
25. Tomcat configuration Download server
26. Enable virtual machine hyper-v function under win8

27. windows, linux, aix query which program the port number is occupied by

28. Recursively change directory permissions under linux

29. Apache configuration virtual directory

 

What I share today is how to install jdk in aix

 

1. Inspection system

 Enter the system and enter the oslevel command to view the version number of the aix system

1 # oslevel
2 6.1 . 4.0
3 # bootinfo -y ## Display AIX machine hardware is 32 -bit or 64 -bit 4 64 5 # bootinfo -K ## Display AIX system kernel is 32 -bit or 64 -bit 6 64



 

  Therefore, the system needs to install the 64 - bit jdk , that is, the 64-bit Java 6 SDK

 

  2. Download jdk

 

  First go to the ibm website ( http://www.ibm.com ) to register a user, and then go to the following address to download: http://www.ibm.com/developerworks/java/jdk/aix/service.html#i1

 

  Select the JDK version suitable for your system to download Here we need to download Java6_64.sdk.tar

 

3. Upload && decompress (using the Xmanage tool)

 

 

Copy via Xmanager Enterprises tool to

 

Upload Java6_64.sdk.tar to the   Aix system in the /etc directory.

 

  Unzip:

 

1 tar -xvf Java6_64.sdk.tar ( -xvf cannot have spaces)

 

 

There is one more Java6_64.sdk under /etc

 

  3. Installation

 

  enter

 

1#smit

 

 

  选择“Software Installation and Maintenance”,Enter

 

  Next, select " Install and Update Software ", Enter

 

  Next, select " Install Software ", Enter

 

Next, after " INPUT device / directory for software ", write the path to install the software: /home/oracle/Java6_64.sdk , Enter

 

 

Next, " accept new license agreements " set the corresponding "no" to " yes "

 

Adjust to yes with the tab key

 

 

Next, confirm the interface, Enter

 

 

After a while, the system prompts to install SUCCESS

 

 

  Fourth, modify the system variables

 

  Modify the environment file under /etc/

 

1export PATH= /usr/java6_64/jre/bin:/usr/java6_64/bin
2

3#lslpp -l | grep Java(查看安装了的JDK
4
5# lslpp -l |grep Java
6 Java6_64.sdk 6.0.0.113 COMMITTED Java SDK 64
-bit
7 Java6_64.sdk 6.0.0.113 COMMITTED Java SDK 64
-bit
8

9
10#java -version
11
java version "1.6.0"
12
Java(TM) SE Runtime Environment (build pap6460sr4ifix-20090617_02(SR4+IZ51489+IZ45701+IZ52413+IZ52880))
13IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 AIX ppc64-64
jvmap6460sr4ifx-20090601_36519 (JIT enabled, AOT enabled)
14
J9VM - 20090601_036519_BHdSMr
15
JIT - r9_20090213_2028
16
GC - 20090213_AA)
17
JCL - 20090218_01
18

 

  安装成功!

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326491916&siteId=291194637