Login  Register

AIX EMC Networker agent

classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

AIX EMC Networker agent

Roshan
1294 posts
AIX 6.1

Hi,

after installing Networker agent on an AIX server, I am getting
# /etc/rc.nsr
Could not load program /bin/nsrexecd:
        Dependent module /opt/pgp/lib/libiconv.a(shr4_64.o) could not be loaded.
        Member shr4_64.o is not found in archive

when starting the agent.

Is there some variable I need to set at OS level?

Thanks,
ROshan
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: AIX EMC Networker agent

ErmanArslansOracleBlog
Administrator
5727 posts
I m not that level expert on AIX or Networker,  but I believe you are using the wrong archive(/opt/pgp/lib/libiconv.a) ,because of your LIBPATH settings.
I believe you need to use the libiconv.a located in /usr/lib or in another direcotry. (use find to see all the libconv.a files you have)

modify the LIBPATH env variable accordingly and retry.. (make LIBPATH to point to the right location)

The risk is yours..
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: AIX EMC Networker agent

Roshan
1294 posts
Thanks. I set export LIBPATH=/usr/openv/lib

Its working fine now