AIX (Advanced Interactive eXecutive) is a series of proprietary Unix operating systems developed and sold by IBM.
Performance Optimization With Enhanced RISC (POWER) version 7 enables a unique performance advantage for AIX OS.
POWER7 features new capabilities using multiple cores and multiple CPU threads, creating a pool of virtual CPUs.
AIX 7 includes a new built-in clustering capability called Cluster Aware
AIX POWER7 systems include the Active Memory Expansion feature.

Saturday, September 3, 2011

Java Installation Procedure...!!!

First check for the Pre-requisties files needed :
Download the java core dump files from the site needed
Transfer the files to the Server from the windows through the FTP or WINSCP Tools.

Log in to the server
cd /usr
tar -cvf java14_64.tar java14_64/
tar -cvf java14 java14/

===> go to
cd  /usr/sys/inst.images

===>copy source file
cp Java6_64.sdk /usr/sys/inst.images/

Give below command to create .toc file and it help to show the fileset in smitty installp otherwise it will not show.
Some time it doesn't show then u follow following command. It just create .toc file.

# inutoc .

## Give command

smitty installp

## Go to Installation menu

* INPUT device / directory for software                      /usr/sys/inst.images
* SOFTWARE to install                                             [Java6_64.sdk  ALL  @@I:Java6_64.sdk _all_file> +
  PREVIEW only? (install operation will NOT occur)    yes        
  COMMIT software updates?                                     yes
  SAVE replaced files?                                                 no 
  AUTOMATICALLY install requisite software?         yes  
  EXTEND file systems if space needed?                     yes    
  OVERWRITE same or newer versions?                    no 
  VERIFY install and check file sizes?                          no 
  Include corresponding LANGUAGE filesets?           yes
  DETAILED output?                                                 no  
  Process multiple volumes?                                        yes 
  ACCEPT new license agreements?                          yes  
  PREVIEW new LICENSE agreements?                  no  



## After preview remove preview flag to no and do installation if preview is successfully completed.


Post Installation Tasks:

lslpp -l | grep -i java

lslpp -f java

No comments: