nianwangxi

informix部署安装

一、环境准备

Linux版本:centos7.6

Linux主机名:localhost

informix安装包:ibm.ids.14.10.FC4W1.LNX.tar

informix服务名:tramsserver

二、安装步骤

  • 整个安装过程都以root用户运行

1、创建informix用户

[root@localhost ~]# groupadd -g 1000 informix
[root@localhost ~]# useradd -g informix -d /opt/informix -m -s /bin/bash informix
[root@localhost ~]# passwd informix

2、设置环境变量

[root@localhost ~]# vim /etc/profile
export INFORMIXDIR=/opt/informix
export PATH=$PATH:$INFORMIXDIR/bin
[root@localhost ~]# source ~/.bash_profile

3、下载安装包,并解压到指定目录

[root@localhost ~]# wget https://iwm.dhe.ibm.com/sdfdl/2v2/regs2/mstadm/informix/Xa.2/Xb.b8S61sgM5_wbIY2eu1IgSWOXUiAHscn1_QsVHmtqepM/Xc.ibm.ids.14.10.FC4W1.LNX.tar/Xd./Xf.lPr.D1vt/Xg.11014678/Xi.ifxids/XY.regsrvs/XZ._vpR5KvQSI-1gTctlOzatPtZJDFbtkHt/ibm.ids.14.10.FC4W1.LNX.tar
[root@localhost ~]# tar -xf ibm.ids.14.10.FC4W1.LNX.tar -C /opt/informix/

4、执行 ids_install 进行安装

  • 选择非GUI模式安装,其他根据提示保持默认选项,也就是回车

[root@localhost ~]# cd /opt/informix/
[root@localhost informix]# ./ids_install
Preparing to install
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

===============================================================================
                                                (created with InstallAnywhere)
-------------------------------------------------------------------------------

Preparing CONSOLE Mode Installation...




===============================================================================
Getting Started
---------------

This application will guide you through the installation of IBM Informix
Software Bundle Developer edition.

Copyright HCL Technologies Ltd. 2017, 2020. All rights reserved.
Copyright IBM Corporation 2001, 2017. All rights reserved.

1. Release Notes
The Release Notes can be found in
/opt/informix/doc/ids_unix_relnotes_14.10.html

2. Launch Online Documentation:
Access the IBM Informix 14.10 Knowledge Center at
https://www.ibm.com/support/knowledgecenter/SSGU8G/welcomeIfxServers.html

To Begin Installation,
Respond to each prompt to proceed to the next step in the installation.
If you want to change something on a previous step, type 'back'.

You may cancel this installation at any time by typing 'quit'.

PRESS <ENTER> TO CONTINUE:



===============================================================================




  无保证程序的国际许可协议

  第一部分 - 通用条款

  下载、安装、复制、访问、单击“接受”按钮,或以其他方式使用程序,即表明
  被许可方同意本协议的条款。如果您代表被许可方接受此类条款,则您陈述并保
  证您拥有完全的授权以使该被许可方接受此类条款的约束。如果您不同意此类条
  款,

  * 则请勿下载、安装、复制、访问、单击“接受”按钮,或使用程序;并且

  * 立即将未使用的介质和文档退还至提供方,以便获得您所支付金额的退款。如
  果下载了程序,那么请销毁程序的所有副本。

   1. 定义

  “授权使用” - 被许可方被授权执行或运行程序的指定级别。该级别可按用户
  数、百万个服务单位(MSUs)、处理器价值单元(PVUs)或其他 IBM 指定的使用
  级别进行计量。


按 Enter 键继续查看本许可协议或按 "1" 接受本协议,按 "2" 拒绝本协议,按 "3" 打印本协议,按 "5" 用英语查看,或按 "99"
  回到上一屏幕。: 1




===============================================================================
Installation Location
---------------------

Choose location for software installation

Default Install Folder: /opt/informix

ENTER AN ABSOLUTE PATH, OR PRESS <ENTER> TO ACCEPT THE DEFAULT
    :



===============================================================================
Installation or Distribution
----------------------------

Select the installation type.

Typical: Install the database server with all features and a database server
that
is configured with default values. Includes:
** Client Software Development Kit (CSDK)


Custom: Install the database server with specific features and software that
you need.
Optionally install a configured database server instance.
Minimum disk space required: 75 MB (without a server instance)

 ->1- Typical installation
   2- Custom installation
   3- Extract the product files (-DLEGACY option)

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT: 1




===============================================================================


Please Wait
-----------



===============================================================================


Please Wait
-----------



===============================================================================
Server Instance
---------------

Type 'back' to go to the previous step or 'quit' to cancel the installation.

Create a database server instance?



 ->1- Yes - create a server instance
   2- No - do not create a server instance

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:




===============================================================================
Configuration - Number of Users
-------------------------------

Select the number of expected database users.

 ->1- 1 - 100
   2- 101 - 500
   3- 501 - 1000
   4- 1000+

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:




分类:

技术点:

相关文章: