dbTalk Databases Forums  

Testing the 'free' versions - moving from Dev edition to Innovator-C

comp.databases.informix comp.databases.informix


Discuss Testing the 'free' versions - moving from Dev edition to Innovator-C in the comp.databases.informix forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Malc P
 
Posts: n/a

Default Testing the 'free' versions - moving from Dev edition to Innovator-C - 01-23-2012 , 10:50 AM






Just a quick wisdom request - I have the Developer edition on a Linux box and want to replace it with Innovator-C; what's the best method to do this? Just untar the new version over the old and run 'ids_install' again, or should I remove the old Dev edition first?

Reply With Quote
  #2  
Old   
Art Kagel
 
Posts: n/a

Default Re: Testing the 'free' versions - moving from Dev edition toInnovator-C - 01-23-2012 , 01:47 PM






You can either install Innovator over Developer (with the engine offline of
course) and restart the instance or install into a new directory, copy the
ONCONFIG and sqlhosts files from the developer installation to the
innovator installation, then shutdown developer, relink INFORMIXDIR to
point to the Innovator installation, and restart the instance. It really
is that simple.

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, Jan 23, 2012 at 11:50 AM, Malc P <malcrp (AT) googlemail (DOT) com> wrote:

Quote:
Just a quick wisdom request - I have the Developer edition on a Linux box
and want to replace it with Innovator-C; what's the best method to do this?
Just untar the new version over the old and run 'ids_install' again, or
should I remove the old Dev edition first?
_______________________________________________
Informix-list mailing list
Informix-list (AT) iiug (DOT) org
http://www.iiug.org/mailman/listinfo/informix-list

Reply With Quote
  #3  
Old   
Art Kagel
 
Posts: n/a

Default Re: Testing the 'free' versions - moving from Dev edition toInnovator-C - 01-24-2012 , 09:18 AM



Great! To make life a bit easier (so you don't have to change INFORMIXDIR
or PATH in any users profile or in various scripts and cron jobs, make the
value pointed to by INFORMIXDIR be a symbolic link that you can redirect to
the new directory and always set PATH and LD_LIBRARY_PATH using
$INFORMIXDIR. Saves lots of grief when that script you forgot to modify
that runs once a year wakes up next month and fails. ;-)

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 Tue, Jan 24, 2012 at 8:30 AM, Malc P <malcrp (AT) googlemail (DOT) com> wrote:

Quote:

Art, thanks - I've gone for the separate INFORMIXDIR install (just had to
change $INFORMIXDIR, $PATH and some paths in $ONCONFIG) and it's come up
just fine.
_______________________________________________
Informix-list mailing list
Informix-list (AT) iiug (DOT) org
http://www.iiug.org/mailman/listinfo/informix-list

Reply With Quote
  #4  
Old   
Malc P
 
Posts: n/a

Default Re: Testing the 'free' versions - moving from Dev edition to Innovator-C - 02-07-2012 , 10:30 AM



OK looks like some *really* crippling feature exclusions, the most annoying being the unavailability of connecting from one instance to another even on the same box;
e.g.
Set up two instances, inst1_soc and inst2_soc on the same box.
Connect to inst1_soc with dbaccess and then issue an SQL that tries to connect to the second:
SELECT * FROM stores@inst2_soc:customer

This returns "908: Attempt to connect to database server (inst2_soc) failed"
Oddly, there are no relevant messages in the online log.

Although it will allow:
CONNECT TO 'stores@inst2_soc'

Means Innovator-C is not really fit for purpose. Ho-hum.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.