Java7 installation for user in AIX6.1


 
Thread Tools Search this Thread
Operating Systems AIX Java7 installation for user in AIX6.1
# 1  
Old 05-22-2012
Java7 installation for user in AIX6.1

Hello Team,


We are trying to install Java7 for weblogic user in a particular location(not default /usr location). I have tried following method but no luck, Need your suggestion on this.

Issue details :

1) smitty installp >> When trying this there is no option to relocate the installation.

2) installp_r -a -Y -R /safat/ -d '.' Java7_64.sdk (or) installp -R /safat -Y -a -d /safat Java7_64.sdk >>>> when trying with these commands getting below error.

Error:
+-----------------------------------------------------------------------------+
Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...0503-040 installp: A system error occurred while attempting
to access the Software Vital Product Data.
Use local problem reporting procedures.
---------------------------------------------------------------------------------

Please advice.

Last edited by gowthamakanthan; 05-22-2012 at 07:52 AM.. Reason: command
# 2  
Old 05-22-2012
I would install one system java as root in the default /usr/java7 directory


then copy this folder to your desired user directory, and set java_home for this user to point to this directory
# 3  
Old 05-22-2012
Will that work ?? Are you sure on it ??
# 4  
Old 05-22-2012
Yes it will just correct system variables and user permissions
# 5  
Old 05-23-2012
Thanks much Funksen / Gito,

It's work.. i've copied to the desired location and changed the permission's, it's working fine.. But am wondering what mistake i've done?

Regards,
Gowtham.G

---------- Post updated 05-23-12 at 03:20 PM ---------- Previous update was 05-22-12 at 05:56 PM ----------

The below suggestion i got from GBM.

root@appsrv1uat[/home/root]# lsusil
INSTALL PATH = /safat
COMMENTS = Created by installp on Tue May 22 12:23:00 GMT+03:00 2012
root@appsrv1uat[/home/root]# lppchk -v -R /safat
lppchk: A system error occurred while attempting
to access the Software Vital Product Data.
Use local problem reporting procedures.


root@appsrv1uat[/home/root]#

# rmusil -R /safat -r
# lppchk -v -R /safat

After this try reinstalling with command

# installp_r -a -Y -d /safat -R /safat Java7_64.sdk



Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Upgrade AIX 5.3 to AIX6.1

Dear Guys .. I'm going to Upgrade one of the servers AIX 6.1 I want to stop rootvg mirror to save the mirror then upgrade to AIX 6.1 this is to help me in rollback if something goes wrong but .. can anyone help me how to make sure that system is relay mirrored and how to know that second... (10 Replies)
Discussion started by: top.level
10 Replies

2. AIX

How many Core in AIX6 & AIX7?

How many Core in AIX6 & AIX7 .. Please guys I want commands to know how many Core in these two different version please i need exact command ? (2 Replies)
Discussion started by: top.level
2 Replies

3. AIX

NFS problem AIX6.1

Hello, I have a problem with an NFS file system. Both AIX servers are AIX6.1 and uses NFS version 3. The problem is that at some point the client server cannot connect to the NFS anymore and when i do df -k it displays the message NFS server <server> not responding still trying. i run the... (2 Replies)
Discussion started by: omonoiatis9
2 Replies

4. AIX

AIX6: Getting Out of memory error during SFTP

Hi all the gurus out there, I am trying to SFTP about 30000 small files (4MB each at most) but I'm getting "xrealloc: out of memory" error. Anyone encountered this before? I'm on AIX6. (4 Replies)
Discussion started by: LuckySkunk
4 Replies

5. AIX

UnsatisfiedLinkError with Java1.6 in AIX6.1

Hi Folks, I'm facing the below error when loading my library on AIX6.1 java.lang.UnsatisfiedLinkError: marimba (A file or directory in the path name do es not exist.) at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1013) at... (7 Replies)
Discussion started by: Bharath_M
7 Replies

6. AIX

RS/6000 server and AIX6.1 question

Hello all. This is my first post on here and I have a question. Recently I was asked how you would go about backing up data from the server to a tape drive that is attached to the RS/6000 system. Assuming that the systems are all new it would be great if someone has a step by step guide that would... (4 Replies)
Discussion started by: aten
4 Replies

7. AIX

Unable to gunzip .tgz file in AIX6.1

Hi guys, This is my 1st post here. I tried to Google around but failed to get my solution. So I hope you guys could help me. (I have just a basic unix background for 2years so I'm sorry if im asking stupid questions) OS - Aix 6.1, 64 bits. Server - currently I only have telnet access to a... (12 Replies)
Discussion started by: pilotHans
12 Replies

8. AIX

Setup DNS server on AIX6.1

I'm planning of setting up a DNS server on AIX 6.1. Could someone shed me some lights on the step-by-steps of how to set this up? Thanks. (2 Replies)
Discussion started by: famasutika
2 Replies

9. AIX

SFTP to AIX6.1 EFS

Hello all, my first post so please be gentle! I have 2 x AIX 6.1.4.0 environments, one has EFS enabled and the other does not. I have installed SSH & SSL on both systems, and configured SFTP using SSL authentication between both boxes: openssh.base.client 5.2.0.5300 COMMITTED Open Secure... (3 Replies)
Discussion started by: PJMCK
3 Replies

10. Shell Programming and Scripting

Perl installation in user directory

Hi, The version of perl at my work is very old and It doesn't have advanced perl modules. I need to install DBI and DBD::Sybase modules but I dont have the root access. So I have installed DBI module in my home directory. And trying to install DBD::Sybase, with the followint command: perl... (3 Replies)
Discussion started by: mahendrt
3 Replies
Login or Register to Ask a Question