View Single Post

   
  #2 (permalink)  
Old 01-05-2008, 05:48 AM
Jason Mather
 
Posts: n/a
Default Re: Error trying to run diag

swelnx wrote:
> When I try to run diag on my AIX 5.2 system I get the following error:
> exec(): 0509-036 Cannot load program /usr/lpp/diagnostics/bin/Dctrl
> because of the following errors:
> 0509-130 Symbol resolution failed for /usr/lib/libdiag.a(shr.o)
> because:
> 0509-136 Symbol lp_device (number 126) is not exported from
> dependent module /usr/lib/libcfg.a(shr.o).
> 0509-136 Symbol lp_options_supported (number 127) is not
> exported from
> dependent module /usr/lib/libcfg.a(shr.o).
> 0509-192 Examine .loader section symbols with the
> 'dump -Tv' command.
>
> Any ideas what would cause this and how to fix it, or get around it?
>
> Thanks,
> Scott
>


The library is not from the same fileset as the diag program.
Use lslpp to check that the relevant filesets are at the same level.
On my 5.2 ML 05 system they are:

bos.rte.diag 5.2.0.51 COMMITTED Diagnostics
bos.diag.com 5.2.0.51 COMMITTED Common Hardware Diagnostics


-- Jason

Reply With Quote