lslpp output for Java package


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers lslpp output for Java package
# 1  
Old 06-03-2005
lslpp output for Java package

Hi ,
in the process of installing HBA's(IBM 6228's) for AIX 6F1 which was recently upgdared to 5.3 ML1

after the upgrade lppchk -v output displays the following.
>lppchk -v
lppchk: The following filesets need to be installed or corrected to bring
the system to a consistent state:

devices.pci.48110040 (not installed; requisite fileset)
devices.pci.331121b9 (not installed; requisite fileset)
devices.pci.331121b9 (not installed; requisite fileset)
memdbg.aix50.adt 4.4.2.0 (not installed; requisite fileset)
bos.dlc.qllc 5.3.0.0 (usr: COMMITTED, root: not installed)
bos.rte v<5 (not installed; requisite fileset)

after I have inserted HBA card , i verify that the adaptor is there
lsdev -C |grep fcs
fcs0 Defined 31-08 FC Adapter

I move on to check if the reuisite filesets are there for my adaptor and get the following message

lslpp -h |grep -p df10007
lslpp - |grep df10009

lslpp: 0504-125 Error while processing fileset Java131.adt.debug.
lslpp: 0504-308 Cannot match fileset name with fileset ID.

from my knowlede noe of my apps running on thie server use this Java package....

would appreciate some guidance in getting this fixed.
# 2  
Old 06-05-2005
fixed it....I found the Java 1.3 file sets and re-installed them

thnx
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Supress java error output to shell

Hello, I know this isn't exactly a shell script question but I'm not sure where else to post it. I am running a java program out of a shell script. There are times when I get an error like, "java.lang.ArrayIndexOutOfBoundsException: 22 at blah, blah at blah, blah ... (3 Replies)
Discussion started by: LMHmedchem
3 Replies

2. Programming

Running java script from piped output

to run most other scripts through a pipe, something similar to the following is usually enough: cat script.sh | sh cat perl.pl | perl -- "<arguments" However, for javascript command line scripts, i cant seem to get this to work. Any ideas? cat hull.js #!/usr/bin/js ... (3 Replies)
Discussion started by: SkySmart
3 Replies

3. Shell Programming and Scripting

Reading output returned to OS from java program.

I am writing one shell script in which there is one Java program call. I want to stop execution of shell script ahead of java program if the java program returns 1 . How to read that value of java program from OS ? (3 Replies)
Discussion started by: ParthThakkar
3 Replies

4. Ubuntu

java error during upgrade or installation of package

Hi, everytime I do "sudo apt-get " and install package or just upgrade I get the following error: sha256sum mismatch jdk-7u3-linux-x64.tar.gz Oracle JDK 7 is NOT installed. dpkg: error processing oracle-java7-installer (--configure): subprocess installed post-installation script returned... (1 Reply)
Discussion started by: programAngel
1 Replies

5. Shell Programming and Scripting

Java package restructuring using shell/sed/perl

Hi we are having more than 10k file source code clutterred across different directories. 1. we want to find duplicate file name 2. all java files and having having below content in various folder under /home/raxit/src --------- /*comment etc for few line */ package hello.a.b.c; ... (0 Replies)
Discussion started by: raxitsheth
0 Replies

6. Programming

Output to a file in java

I wanna remove element from xml file, when I run the following code I get the correct output when I'm outputing to console but when I'm trying to ouptup the same code to a file I get the same / original xml file without removed element, here is the code : import java.io.*; import... (3 Replies)
Discussion started by: c0mrade
3 Replies

7. HP-UX

Output of Custom package scripts to terminal

Hi, I am doing some testing with creation of depots on HP-UX systems (11.11). Want to display some echo statements based on the processing during checkinstall, pre & postinstall scripts on the terminal. The echo statements are getting directed to /var/adm/sw/swagent.log I want to display... (7 Replies)
Discussion started by: vibhor_agarwali
7 Replies

8. UNIX for Advanced & Expert Users

instfix lslpp JDK

Hi, some questions please : 1- what does do instfix ? 2- what does lslpp -l ? 3- how to verify JDK version on a UNIX server (AIX) ? Many thanks before. (2 Replies)
Discussion started by: big123456
2 Replies
Login or Register to Ask a Question