What makes me more nervous is that I receive a "Memory dump (core)" when
executing some onchecks (-cc, -ce, -pt), although the -cr worked fine.
Any ideas out there, folks?
Run "fuser $INFORMIXDIR/bin/*" and check which process thread is running on
informix binaries. Check for ontape or onbar binaries. In my case it was a old
ontape process which was hanging. When I killed that process, onstat was working
fine.
Well, it was just a thought. I do not know that why it happen.
GOODLUCK!!!
Unfortunately, fuser didn't show anything.
A note of clarification, onstat (-g ses, -g ath, and others) will show a
number of threads prior to giving error message: "Changing data structure
forced command termination."
Anyone other ideas? Anyone else seen this before?
TIA...
Sanjeev Sagar wrote in message <3869238B...@hotmail.com>...
We don't 'freeze' shared memory when run an onstat, but most onstats read from
shared memory. Therefor it is possible that the underlying datastructures can
be changing while onstat is actually processing the request. For instance, if
while running through the thread or session lists the list changes, then onstat
will often encountere a SEGV. Instead of aborting, the message "Changing data
structure..." is printed.
Unless it is consistantly occuring at the same spot, I wouldn't worry too much
about it. If it is consistantly occuring at the same spot, then I'd contact
tech support.
Bryan Osborne wrote:
--
Madison Pruet
===========================================
Enterprise Replication Product Developement
Dallas, Texas
Informix Software
===========================================
This could be normal activity because the SMI tables are being changed at
the time you requested information (onstat) from them. The message is
information only, telling you that you dont have all the information
available.
There was a bug in early 7 engines (e.g 7.14) whereby this would always
occur if you had a user connected to the engine from a PC with a name
greater than 8 characters. Limit the length of PC names or upgrade the
engine here.
Murray Wood
Rudy
(Cheers, Scott).