HTH
: Is there a command to force the engine to show me what all the onconfig
: parameters (and other perhaps unknown parameters) have been set to?
--
Rob Wilson
onmode -c
Uday
Is there a command to force the engine to show me what all the onconfig
parameters (and other perhaps unknown parameters) have been set to?
Thomas
onstat -c shows you the contents of the ONCONFIG file, but then so does vi
$INFORMIXDIR/etc/$ONCONFIG. Perhaps I did not understand the question?
HTH
Sujit
cc: (bcc: Sujit Pal)
Subject: onconfig parameters
Is there a command to force the engine to show me what all the onconfig
parameters (and other perhaps unknown parameters) have been set to?
Does onstat -c reflect changes made by onmode commands? IQuote:> onstat -c shows you the contents of the ONCONFIG file, but then so does vi
> $INFORMIXDIR/etc/$ONCONFIG. Perhaps I did not understand the question?
I think you mean onstat -c.
onmode -c performs a checkpoint...
Richard
On Wed, 28 Apr 1999 15:12:26 -0500, "Marichamy, Udaykumar"
>onmode -c
>Uday
>-----Original Message-----
>Sent: Wednesday, April 28, 1999 2:19 PM
>Subject: onconfig parameters
>Is there a command to force the engine to show me what all the onconfig
>parameters (and other perhaps unknown parameters) have been set to?
I need to force the engine to vomit back to me what the current settings are for
all config parameters -- *in memory*, not in the misleading config file --
something like 0racle's SHOW PARAMETERS command in sqlplus/svrmgrl. Is IDS even
capable of such a basic reporting function? Sorry, onstat -c isn't what I need
-- Kewpie doll to first _correct_ answer.
> Does onstat -c reflect changes made by onmode commands? I
> should try that and see...that, to me, would be the compelling
> reason for showing the configuration of the engine instead of the
> .onconfig file...
You are right. Thanks for the correction.
Uday
I think you mean onstat -c.
onmode -c performs a checkpoint...
Richard
On Wed, 28 Apr 1999 15:12:26 -0500, "Marichamy, Udaykumar"
>onmode -c
>Uday
>-----Original Message-----
>Sent: Wednesday, April 28, 1999 2:19 PM
>Subject: onconfig parameters
>Is there a command to force the engine to show me what all the onconfig
>parameters (and other perhaps unknown parameters) have been set to?
If you do an 'oncheck -pr' that will give you most of the shared-memory type
parameters, along with scads of other stuff.
Other things, like tape parameters and the like, it always checks the
ONCONFIG file every time it's needed, so it's not stored in the reserved
pages anywhere.
Cupie doll, please!
> I need to force the engine to vomit back to me what the current settings
are for
> all config parameters -- *in memory*, not in the misleading config
file --
> something like 0racle's SHOW PARAMETERS command in sqlplus/svrmgrl. Is
IDS even
> capable of such a basic reporting function? Sorry, onstat -c isn't what I
need
> -- Kewpie doll to first _correct_ answer.
> > > onstat -c shows you the contents of the ONCONFIG file, but then so
does vi
> > > $INFORMIXDIR/etc/$ONCONFIG. Perhaps I did not understand the question?
> > Does onstat -c reflect changes made by onmode commands? I
> > should try that and see...that, to me, would be the compelling
> > reason for showing the configuration of the engine instead of the
> > .onconfig file...
If so, then why not
database sysmaster
select * from sysconfig
It even shows you what the default values are.
John Carlson
Informix DBA
WHSmith USA
> Let me restate my original question in a more verbose, less comprehensive
> manner:
> I need to force the engine to vomit back to me what the current settings are for
> all config parameters -- *in memory*, not in the misleading config file --
> something like 0racle's SHOW PARAMETERS command in sqlplus/svrmgrl. Is IDS even
> capable of such a basic reporting function? Sorry, onstat -c isn't what I need
> -- Kewpie doll to first _correct_ answer.
> > > onstat -c shows you the contents of the ONCONFIG file, but then so does vi
> > > $INFORMIXDIR/etc/$ONCONFIG. Perhaps I did not understand the question?
> > Does onstat -c reflect changes made by onmode commands? I
> > should try that and see...that, to me, would be the compelling
> > reason for showing the configuration of the engine instead of the
> > .onconfig file...
As I think someone else has already said, oncheck -pr returns the
values of the config paramaters, as they currently are within
the engine, which is not necessarily the same as the values in the
onconfig file.
Richard
PS I'm not a yank, so what is a "Kewpie doll", and would I want one
if I was given it?!!
Quote:>Let me restate my original question in a more verbose, less comprehensive
>manner:
>I need to force the engine to vomit back to me what the current settings are for
>all config parameters -- *in memory*, not in the misleading config file --
>something like 0racle's SHOW PARAMETERS command in sqlplus/svrmgrl. Is IDS even
>capable of such a basic reporting function? Sorry, onstat -c isn't what I need
>-- Kewpie doll to first _correct_ answer.
Hi,
You should use: onstat -c and not onmode -c (this executes a checkpoint).
Greetings,
Rob Prop
Database Consultant
Informa Automatisering B.V.
> Uday
> -----Original Message-----
> Sent: Wednesday, April 28, 1999 2:19 PM
> Subject: onconfig parameters
> Is there a command to force the engine to show me what all the onconfig
> parameters (and other perhaps unknown parameters) have been set to?
r.prop.vcf < 1K Download |
Bzzzzt! Wrong! It _is_ a Kewpie doll. :-)Quote:>First of all, it's a "Cupie" doll,
http://www.geocities.com/EnchantedForest/2088/antique.htm
(No, it's not my site, no matter how sad you think I am... :-)
Randall Young
1. SCO Kernel Parameters and Onconfig parameters
I am currently setting up an instance of IDS 7.3 workgroup on a SCO 5.05
platform. We will probably have at most 25 users connected to a transaction
logged database. I am looking for a good reference for proper kernel and
Onconfig settings for a setup like this. The server that I will use will
have a minimum of 1 gig of ram and a single one gigahertz processor. I have
some kernel settings that a former employee where I work had obtained. I
don't know where he got these parameters from and I don't know if they are
correct.
I also want to make sure that I am setting up some of the parameters in
Onconfig correctly. I have gotten several instances up and running, but have
not tested them under a heavy user load.
2. hierarchical results with JDBC
6. Report Builder's Master Table
10. FW: 3 onconfig parameter questions, help
11. What does DIRECTIVES ONCONFIG parameter mean?
12. Strange ONCONFIG parameter situation....