Skip to content

Instantly share code, notes, and snippets.

@nasrulhazim
Created August 23, 2019 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nasrulhazim/f96045e974cab920c50c8ed4d437bfce to your computer and use it in GitHub Desktop.
Save nasrulhazim/f96045e974cab920c50c8ed4d437bfce to your computer and use it in GitHub Desktop.
Informix DB Installation

Create Informix Group & User

# groupadd -g 1001 informix
# useradd -u 1001 -g informix informix
# passwd informix

Password: informix

Installation of Informix DB

# cd /tmp/informix
# tar xopf iif.12.10.FC12DE.linux-x86_64.tar
# ./ids_install

Export Environment Variables

# cd /opt/IBM/Informix_Software_Bundle
# source ol_informix1210.ksh

Security

Secure the installation by change mode to 755 for /opt/IBM:

# chmod 755 /opt/IBM

Service

Now you may start the Informix DB Service

# oninit -i 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment