ias 10.1.2.3 glitches in chgiphost to change the IP address
RHEL 4, Kernel 2.6.9-67.0.1
After recently patching our ias from 10.1.2.2 to 10.1.2.3 we did in depth testing on our developement server.
After that we copied the whole server (VMware virtual machine) to our test server.
On this test server I changed the IP address and the hostname.
I tried to use the tool chgiphost.sh to reflect the changes to the ias aswell (like done several times before on the old ias 10.1.2.2).
I got the following error:
su - ias10g
cd chgiphost/scripts
./chgiphost.sh -mid
chgiphost.sh -mid
Exception in thread "main" java.lang.UnsatisfiedLinkError: /home/ias10g/chgip/lib/libpass.so: ... ELF file data encoding not little-endian
I found, that the shared object is not suitable for the Intel server.
cd
cd chgiphost/lib
file libpass.so
libpass.so: ELF 32-bit MSB shared object, SPARC, version 1 (SYSV), not stripped
After copying this shared object from the old ias 10.1.0.2, it looks like this:
file libpass.so
libpass.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped
I tried again to change the IP address.
I still got errors, but it looks like it worked. I can call all my Form dialogforms
Any idea, what might have caused this error?