On Wed, 12 Nov 2003, Tim-Chr. Hanschen wrote: > I tried the IBM tool srv_vipa, but I still have problems. This tool works > fine for ssh, but fails for rsh... our application does internally > something like rsh.... bad for us.
The script that's provided makes changes to environment variables to preload the src_vipa library. If you are invoking your application through the script, the problem might be that your application is invoking rsh in a way that the invoked process is not inheriting the environment from the parent. You can achieve the same effect -- but it would be system-wide -- by adding the path to src_vipa.so to /etc/ld.so.preload. Hoo-roo, Vic
