Discussion:
manually edit onconfig?
(too old to reply)
June Nebab LKINY
2012-12-17 18:38:55 UTC
Permalink
Planning an upgrade to 11.7UC6GE from 11.7UC5GE. Installing new version on
same $INFORMIXDIR and on same server. I noticed new onconfig params (ie:
AUTO_READAHEAD, NUMFDSERVERS, etc) that are in the UC6GE onconfig.std that
are not in my $ONCONFIG.

What is the proper way to deal with new onconfig params when upgrading:
A. Leave old (UC5GE) $ONCONFIG as is, install the upgrade, bring up
instance after upgrade, hand edit $ONCONFIG and add new params to the
$ONCONFIG afterwards.

OR

B. Hand edit new (UC6GE) $ONCONFIG and duplicate all of the settings
from old $ONCONFIG to the new $ONCONFIG, install the upgrade, bring up
instance.

RHEL 5.8 32 bit
IDS 11.7UC5GE
Jack Parker
2012-12-17 18:49:07 UTC
Permalink
Figure out what each of the new ones do, whether you want to use them or not, then add them to your old onconfig. Ideally on a test environment.

j.
On Dec 17, 2012, at 1:38 PM, June Nebab LKINY wrote:

> Planning an upgrade to 11.7UC6GE from 11.7UC5GE. Installing new version on same $INFORMIXDIR and on same server. I noticed new onconfig params (ie: AUTO_READAHEAD, NUMFDSERVERS, etc) that are in the UC6GE onconfig.std that are not in my $ONCONFIG.
>
> What is the proper way to deal with new onconfig params when upgrading:
> A. Leave old (UC5GE) $ONCONFIG as is, install the upgrade, bring up instance after upgrade, hand edit $ONCONFIG and add new params to the $ONCONFIG afterwards.
>
> OR
>
> B. Hand edit new (UC6GE) $ONCONFIG and duplicate all of the settings from old $ONCONFIG to the new $ONCONFIG, install the upgrade, bring up instance.
>
> RHEL 5.8 32 bit
> IDS 11.7UC5GE
>
> _______________________________________________
> Informix-list mailing list
> Informix-***@iiug.org
> http://www.iiug.org/mailman/listinfo/informix-list
Art Kagel
2012-12-17 19:19:25 UTC
Permalink
I'm a big fan of copying the current settings into the new ONCONFIG file.
It gives you a good chance to see the new parameters, like those you
mentioned - all of which were available in 11.70.xC5 BTW, so someone used
an older ONCONFIG instead of editing the new one last time. By editing the
new onconfig.std instead of just reusing the existing ONCONFIG file, you
avoid missing out on new parameters which apparently happened there with
some previous upgrade.

Art

Art S. Kagel
Advanced DataTools (www.advancedatatools.com)
Blog: http://informix-myview.blogspot.com/

Disclaimer: Please keep in mind that my own opinions are my own opinions
and do not reflect on my employer, Advanced DataTools, the IIUG, nor any
other organization with which I am associated either explicitly,
implicitly, or by inference. Neither do those opinions reflect those of
other individuals affiliated with any entity with which I am affiliated nor
those of the entities themselves.



On Mon, Dec 17, 2012 at 1:38 PM, June Nebab LKINY <***@gmail.com> wrote:

> Planning an upgrade to 11.7UC6GE from 11.7UC5GE. Installing new version
> on same $INFORMIXDIR and on same server. I noticed new onconfig params
> (ie: AUTO_READAHEAD, NUMFDSERVERS, etc) that are in the UC6GE onconfig.std
> that are not in my $ONCONFIG.
>
> What is the proper way to deal with new onconfig params when upgrading:
> A. Leave old (UC5GE) $ONCONFIG as is, install the upgrade, bring up
> instance after upgrade, hand edit $ONCONFIG and add new params to the
> $ONCONFIG afterwards.
>
> OR
>
> B. Hand edit new (UC6GE) $ONCONFIG and duplicate all of the settings
> from old $ONCONFIG to the new $ONCONFIG, install the upgrade, bring up
> instance.
>
> RHEL 5.8 32 bit
> IDS 11.7UC5GE
>
>
> _______________________________________________
> Informix-list mailing list
> Informix-***@iiug.org
> http://www.iiug.org/mailman/listinfo/informix-list
>
>
Alexandre Marini
2012-12-18 10:49:57 UTC
Permalink
I would give a try to the new onconfig_diff utility, it seems to help you identify and correct some of them....
Check it out!

https://www.ibm.com/developerworks/mydeveloperworks/blogs/idsteam/entry/how_to_use_the_onconfig_comparison_tool_onconfig_diff3?lang=en

Regards.

Alexandre Marini
IBM Informix Certified Professional v10 / v11.50 / v11.70

IBM Information Management Informix Technical Professional

IBM Infosphere DataStage Technical Professional
Informix Senior DBA - Orizon Brasil
BRIUG website administrator
Informix independent consultant


From: ***@gmail.com
Date: Mon, 17 Dec 2012 14:19:25 -0500
Subject: Re: manually edit onconfig?
To: ***@idealcut.com
CC: informix-***@iiug.org

I'm a big fan of copying the current settings into the new ONCONFIG file. It gives you a good chance to see the new parameters, like those you mentioned - all of which were available in 11.70.xC5 BTW, so someone used an older ONCONFIG instead of editing the new one last time. By editing the new onconfig.std instead of just reusing the existing ONCONFIG file, you avoid missing out on new parameters which apparently happened there with some previous upgrade.



Art
Art S. Kagel
Advanced DataTools (www.advancedatatools.com)
Blog: http://informix-myview.blogspot.com/



Disclaimer: Please keep in mind that my own opinions are my own opinions and do not reflect on my employer, Advanced DataTools, the IIUG, nor any other organization with which I am associated either explicitly, implicitly, or by inference. Neither do those opinions reflect those of other individuals affiliated with any entity with which I am affiliated nor those of the entities themselves.






On Mon, Dec 17, 2012 at 1:38 PM, June Nebab LKINY <***@gmail.com> wrote:


Planning an upgrade to 11.7UC6GE from 11.7UC5GE. Installing new version on same $INFORMIXDIR and on same server. I noticed new onconfig params (ie: AUTO_READAHEAD, NUMFDSERVERS, etc) that are in the UC6GE onconfig.std that are not in my $ONCONFIG.



What is the proper way to deal with new onconfig params when upgrading: A. Leave old (UC5GE) $ONCONFIG as is, install the upgrade, bring up instance after upgrade, hand edit $ONCONFIG and add new params to the $ONCONFIG afterwards.



OR
B. Hand edit new (UC6GE) $ONCONFIG and duplicate all of the settings from old $ONCONFIG to the new $ONCONFIG, install the upgrade, bring up instance.



RHEL 5.8 32 bitIDS 11.7UC5GE


_______________________________________________

Informix-list mailing list

Informix-***@iiug.org

http://www.iiug.org/mailman/listinfo/informix-list
Fernando Nunes
2012-12-18 11:10:14 UTC
Permalink
You should never install the new version over the current one.
If something goes wrong in the upgrade you'll have much more work to
recover.
Regards


On Mon, Dec 17, 2012 at 6:38 PM, June Nebab LKINY <***@gmail.com> wrote:

> Planning an upgrade to 11.7UC6GE from 11.7UC5GE. Installing new version
> on same $INFORMIXDIR and on same server. I noticed new onconfig params
> (ie: AUTO_READAHEAD, NUMFDSERVERS, etc) that are in the UC6GE onconfig.std
> that are not in my $ONCONFIG.
>
> What is the proper way to deal with new onconfig params when upgrading:
> A. Leave old (UC5GE) $ONCONFIG as is, install the upgrade, bring up
> instance after upgrade, hand edit $ONCONFIG and add new params to the
> $ONCONFIG afterwards.
>
> OR
>
> B. Hand edit new (UC6GE) $ONCONFIG and duplicate all of the settings
> from old $ONCONFIG to the new $ONCONFIG, install the upgrade, bring up
> instance.
>
> RHEL 5.8 32 bit
> IDS 11.7UC5GE
>
>
> _______________________________________________
> Informix-list mailing list
> Informix-***@iiug.org
> http://www.iiug.org/mailman/listinfo/informix-list
>
>


--
Fernando Nunes
Portugal

http://informix-technology.blogspot.com
My email works... but I don't check it frequently...
Loading...