Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

lppchk -v error 1

Status
Not open for further replies.

arvibm

Vendor
Feb 6, 2003
115
IN
Hi,

I am getting error message when i give lppchk -v command on server.but it will not list any missing or corupted fileset.

# lppchk -v
lppchk: A lexical error occurred for eb3988ab2b816e27fcb3039c388585f4 0.0.0.0
on line 1, column 15.
There is an illegal number: 284823d.
Use local problem reporting procedures.
lppchk: The following filesets need to be installed or corrected to bring
the system to a consistent state:

eb3988ab2b816e27fcb3039c388585f4 0.0.0.0 (UNKNOWN)


Pls help.what does this indicates.

Regards

arvibm
 
This typically happens when ISMP (Install-Shield Multi-platform) does the install of an product.

you have to remove this from the ODM ( make a backup of your ODM before!!!!!!!!!!)

1)tar -cvf /tmp/odm.tar ./usr/lib/objrepos ./etc/objrepos
2)export ODMDIR=/usr/lib/objrepos
3)odmdelete -q name=<32 digit id> -o lpp
4)odmdelete -q lpp_name=<32 digit id> -o product
5)export ODMDIR=/etc/objrepos
6)lppchk -v


<32 digit id> is in your case: eb3988ab2b816e27fcb3039c388585f4


Hope this helps

mad_murdock

Advanced Interactive eXecutable
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top