Informix

Informix

Connect with Db2, Informix, Netezza, open source, and other data experts to gain value from your data, share insights, and solve problems.

 View Only
Expand all | Collapse all

14.10 installation blues

  • 1.  14.10 installation blues

    Posted 02/24/20 11:20 AM
    Hi.

    I'm trying to install 14.10 on RHEL 8. I have had numerous problems and have opened two cases with tech support.I'm posting here because they have been silent for a couple of days. :( 14.10 on RHEL 8 is supported according to this: https://www.ibm.com/support/pages/informix-server-system-requirements#linux
     
    There seem to be some library inconsistencies, Informix requires  libncurses.so.5, but libncurses.so.6 is shipped with RHEL 8. I had to create a softlink to resolve that.

    But the major issue is this:
    When installing (as root) I put the ee_edition.jar in the directory I was installing from and the edition installer logfile stated:

    #Indicate whether the license agreement been accepted
    #----------------------------------------------------
    LICENSE_ACCEPTED=TRUE

    #Installation Location
    #---------------------
    USER_INSTALL_DIR=/opt/informix

    Summary
    -------

    Installation: Successful.

    14 Successes
    0 Warnings
    0 NonFatalErrors
    0 FatalErrors

    But it is still running as the developer edition:
    $ onstat -V
    IBM Informix Dynamic Server Version 14.10.FC3DE

    Has anyone successfully installed 14.10 on RHEL 8? Any issues of this sort?

    Thanks in advance,
    -Snorri


    ------------------------------
    Snorri Bergmann
    ------------------------------

    #Informix


  • 2.  RE: 14.10 installation blues

    Posted 02/24/20 11:31 AM
    All v14.10 installs are developer edition until you also install the license pack for another edition. There is only one installer in v14.10, only the license is k is different and enables th ed features and limits of the different editions.

    Art


    ------Original Message------

    Hi.

    I'm trying to install 14.10 on RHEL 8. I have had numerous problems and have opened two cases with tech support.I'm posting here because they have been silent for a couple of days. :( 14.10 on RHEL 8 is supported according to this: https://www.ibm.com/support/pages/informix-server-system-requirements#linux
     
    There seem to be some library inconsistencies, Informix requires  libncurses.so.5, but libncurses.so.6 is shipped with RHEL 8. I had to create a softlink to resolve that.

    But the major issue is this:
    When installing (as root) I put the ee_edition.jar in the directory I was installing from and the edition installer logfile stated:

    #Indicate whether the license agreement been accepted
    #----------------------------------------------------
    LICENSE_ACCEPTED=TRUE

    #Installation Location
    #---------------------
    USER_INSTALL_DIR=/opt/informix

    Summary
    -------

    Installation: Successful.

    14 Successes
    0 Warnings
    0 NonFatalErrors
    0 FatalErrors

    But it is still running as the developer edition:
    $ onstat -V
    IBM Informix Dynamic Server Version 14.10.FC3DE

    Has anyone successfully installed 14.10 on RHEL 8? Any issues of this sort?

    Thanks in advance,
    -Snorri


    ------------------------------
    Snorri Bergmann
    ------------------------------

    #Informix


  • 3.  RE: 14.10 installation blues

    Posted 02/24/20 11:52 AM
    Thanks Art.

    I have  installed the ee_edition.jar file with success (like the log states), but the IDS still insists that I'm running DE.

    Regards,
    -Snorri

    ------------------------------
    Snorri Bergmann
    ------------------------------



  • 4.  RE: 14.10 installation blues

    Posted 02/24/20 12:41 PM
    Call support. It sounds like it should be working.

    Art


    ------Original Message------

    Thanks Art.

    I have  installed the ee_edition.jar file with success (like the log states), but the IDS still insists that I'm running DE.

    Regards,
    -Snorri

    ------------------------------
    Snorri Bergmann
    ------------------------------

    #Informix


  • 5.  RE: 14.10 installation blues

    Posted 02/24/20 01:13 PM

    I  know you did but did you bounce the engine – this should just work. I can install the license in flight but you need a bounce to activate – at least in my experience

     



    ------Original Message------

    Call support. It sounds like it should be working.

    Art



    #Informix


  • 6.  RE: 14.10 installation blues

    Posted 02/25/20 12:52 AM
    Hello Paul,

    I have installed Informix 14.10.FC3 Enterprise Edition on CentOS 8.1.
    I noticed that when the instance is online, the license (ee_edition.jar) is installed and changed to Enterprise Edition.


    [root@localhost install]# /opt/informix/jvm/jre/bin/java -jar ee_edition.jar
    ===============================================================================
    Informix Edition Installer (created with InstallAnywhere)
    -------------------------------------------------------------------------------

    Preparing CONSOLE Mode Installation...




    ===============================================================================
    Introduction
    ------------

    Welcome to the Informix Enterprise Edition License file installer.

    Version: 14.10.3

    PRESS <ENTER> TO CONTINUE:

    ...
    ...

    ===============================================================================
    Installation Complete
    ---------------------

    Enterprise edition license file installer complete.

    /opt/informix

    PRESS <ENTER> TO EXIT THE INSTALLER:
    [root@localhost install]# su - informix
    [informix@localhost /]$ cd /opt/informix
    [informix@localhost informix]$ . ./*.ksh

    [informix@localhost informix]$ onstat -V
    IBM Informix Dynamic Server Version 14.10.FC3

    ------------------------------
    SangGyu Jeong
    Software Engineer
    Infrasoft
    Seoul Korea, Republic of
    ------------------------------



  • 7.  RE: 14.10 installation blues

    Posted 02/24/20 03:32 PM
    Have you tried running the edition installer separately, with INFORMIXDIR env var being that of your 14.10.FC3 installation?

    java -jar ee_edition.jar  -i console

    You're quoting 'edition installer log' above, but I'm not sure that really was the edition installer.

    ------------------------------
    Andreas Legner
    ------------------------------



  • 8.  RE: 14.10 installation blues

    Posted 02/25/20 09:16 AM

    Hey Art - 

    Did HCL/IBM publish this "new approach?" (outside of IIUG World). The README is very sparse. I wonder how many customers are tripping over trying to find IDS14 full product tar for other than Dev Edition. 

    Thanks -

    Mark



    ------------------------------
    Mark Scranton
    ------------------------------



  • 9.  RE: 14.10 installation blues

    Posted 02/24/20 03:48 PM
    Hi guys and thanks a lot.

    I now have successfully installed ee_edition!

    I had mistakenly downloaded 14.10.FC2 (not FC3) ee_edition.zip and that must be the reason it did not work. IMO the edition installer should give a warning if the versions don't match. Apparently, the edition installer MUST be the same version as the engine. I guess this means you have to re-install BOTH the engine and the license when upgrading. :(

    Thanks again,
    Cheers,
    -Snorri

    ------------------------------
    Snorri Bergmann
    ------------------------------



  • 10.  RE: 14.10 installation blues

    Posted 02/24/20 04:01 PM
    Let's hope this last statement will have been true for 14.10.xC[1-3] only and you'd be able to keep your edition with future installations ;-)

    ------------------------------
    Andreas Legner
    ------------------------------



  • 11.  RE: 14.10 installation blues

    Posted 02/24/20 04:05 PM

    I had a PMR on this and was told this is the long term plan

     



    ------Original Message------

    Let's hope this last statement will have been true for 14.10.xC[1-3] only and you'd be able to keep your edition with future installations ;-)

    ------------------------------
    Andreas Legner
    ------------------------------

    #Informix


  • 12.  RE: 14.10 installation blues

    Posted 02/24/20 04:13 PM

    Snorri:

    I have not migrated any of my company's customers to IDS14.10.FCx yet but I have run into this "issue" on our development systems.  We run IDS on Windows servers and I have found that it is also a requirement that the edition installer must be the same version as the engine and you do have to install both the new engine and the new license when upgrading.

    I am glad you were able to figure it out so quickly.  



    ------------------------------
    Best regards,
    Martin Graney
    Queues Enforth Development, Inc.
    Stoneham, MA 02148
    ------------------------------



  • 13.  RE: 14.10 installation blues

    Posted 02/25/20 09:16 AM
    Is this a clean setup? I have done it a week ago and didn't have any issues.

    ------------------------------
    Victor Tate
    ------------------------------