LPL means "The tablespace, tablespace partition, index, index partition, or logical index partition has logical page errors."
You will need to have authority to fix this (understandably).
Display all the objects that are in this status via:
-DIS DATABASE(dbname) SPACENAM(*) LPL ONLY
START DATABASE(dbname) SPACENAM(spname) ACCESS(RW)
...should cause DB2 to automatically fix this problem.
Repeat the -DIS command to verify.
0 comments on Tip: Object in Restricted Access status indicating LPL