[go: up one dir, main page]

0% found this document useful (0 votes)
176 views5 pages

Informix Installation Developer Edition

Uploaded by

Syed Hassnain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
176 views5 pages

Informix Installation Developer Edition

Uploaded by

Syed Hassnain
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

IBM INFORMIX INSTALLATION ON LINUX DEVELOPER EDITION

1: login as the root and untar informix setup


tar -xvf ibm.ids.14.10.FC11.LNX.tar

2: create group informix


groupadd --gid 1004 informix

3: create user informix and add into the group informix


useradd --uid 1004 -g informix informix

4: verify informix user group:


groups informix
output: informix : informix

5: now create 2 directory 1 where IDS1410 installed and one where storages will be
assing and add the port:
vi /etc/services
ids141port 34551/tcp # Port for IDS141 INSTANCE
mkdir /mnt/IDS1410
mkdir /mnt/storage

6: now change ownership of both files and set it to informix.


#chown -R informix:informix /mnt/IDS1410/
chown informix:informix /mnt/storage/

7: cd /media/informix and run the ids_install


./ids_install
Preparing to install
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Picked up JAVA_TOOL_OPTIONS: -Djdk.util.zip.disableZip64ExtraFieldValidation=true


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

Preparing CONSOLE Mode Installation...

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

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

Copyright HCL Technologies Ltd. 2017, 2024. All rights reserved.


Copyright IBM Corporation 2001, 2017. All rights reserved.

1. Release Notes
The Release Notes can be found in
/media/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:

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

International License Agreement for Non-Warranted Programs

Part 1 - General Terms

BY DOWNLOADING, INSTALLING, COPYING, ACCESSING, CLICKING ON AN


"ACCEPT" BUTTON, OR OTHERWISE USING THE PROGRAM, LICENSEE AGREES TO
THE TERMS OF THIS AGREEMENT. IF YOU ARE ACCEPTING THESE TERMS ON
BEHALF OF LICENSEE, YOU REPRESENT THAT YOU HAVE FULL AUTHORITY TO BIND
LICENSEE TO THESE TERMS.

IF YOU DO NOT AGREE TO THESE TERMS OR DO NOT HAVE AUTHORITY: i) DO NOT


DOWNLOAD, INSTALL, COPY, ACCESS, CLICK ON AN "ACCEPT" BUTTON, OR USE
THE PROGRAM; AND ii) PROMPTLY RETURN THE UNUSED MEDIA AND
DOCUMENTATION, AND PROOF OF ENTITLEMENT TO THE PARTY FROM WHOM IT WAS
OBTAINED FOR A REFUND OF THE AMOUNT PAID. IF THE PROGRAM WAS
DOWNLOADED, DESTROY ALL COPIES OF THE PROGRAM.

This International License Agreement for Non-Warranted Programs (ILAN)


and applicable Transaction Documents (together the "Agreement") are

Press Enter to continue viewing the license agreement, or enter "1" to


accept the agreement, "2" to decline it, "3" to print it, or "99" to go back
to the previous screen.: 1

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

Choose location for software installation

Default Install Folder:

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


: /mnt/IDS1410

INSTALL FOLDER IS: /mnt/IDS1410


IS THIS CORRECT? (Y/N): y
===============================================================================
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: 2
===============================================================================
Installation Summary
--------------------

Please review the following before continuing:

Product Name:
IBM Informix 14.10

Install Folder:
/mnt/IDS1410

Product Features:
IBM Informix database server,
Base Server,
Extensions and tools,
J/Foundation,
Database extensions,
Conversion and reversion support,
XML publishing,
Demonstration database scripts,
Enterprise Replication,
Data loading utilities,
onunload and onload utilities,
dbload utility,
High-Performance Loader,
Backup and Restore,
archecker utility,
ON-Bar utility,
Interface to Tivoli Storage Manager,
Administrative utilities,
Performance monitoring utilities,
Miscellaneous monitoring utilities,
Auditing utilities,
Database import and export utilities,
JSON Client Support,
Global Language Support (GLS),
West European and Americas,
East European and Slavic,
Japanese,
Korean,
Chinese,
Thai

Disk Space Information (for Installation Target):


Required: 463,122,493 Bytes
Available: 35,580,305,408 Bytes

PRESS <ENTER> TO CONTINUE:

===============================================================================
Ready To Install
----------------

InstallAnywhere is now ready to install IBM Informix 14.10 onto your system at
the following location:

/mnt/IDS1410

PRESS <ENTER> TO INSTALL:

Creating links, branding....


-

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

Congratulations! IBM Informix 14.10 installation is complete.

Product install status:

For more information about using IBM Informix products, see the IBM Informix
14.10 Knowledge Center at
https://www.ibm.com/support/knowledgecenter/SSGU8G/welcomeIfxServers.html.

PRESS <ENTER> TO EXIT THE INSTALLER: [root@db1 INFORMIX]#

You might also like