|
|
The information provided here is for example purposes only. We recommend that you refer to the product documentation for definitive information about installing and configuring the product.
Create a group and a user named informix
groupadd informix useradd -g informix -m informix
You have to have a disk partition (or a separate disk) to run Informix. The partition used for this example is on the UnixWare 7 disk at partition entry 3 (device node /unixware/dev/rdsk/c0b0t0d0p3). Change owner and group for this partition to informix, and. mode to 666.
mount -F cdfs -r /dev/cdrom/cdrom1 /cdrom
rpm --nodep --install /unixware/cdrom/XPS/XPS_SERVER/xps-8.31.UC1-1.i386.rpmThe --nodep switch is necessary because of a dependency on an older libncurses library.
cd /opt/informix export INFORMIXDIR=/opt/informix ./installonline
export INFORMIXDIR=/opt/informix export INFORMIXSERVER=systemname.1 export ONCONFIG=onconfig.std export PATH=$PATH:/opt/informix/bin
ROOTPATH /unixware/dev/rdsk/c0b0t0d0p3 DBSERVERNAME systemname
systemname.1 onipcshm systemname systemname.1
/linux/bin/su - informix
xctl -C oninit -iy
tail -f /opt/informix/online.logAnd confirm Informix is running by typing
xctl onstat(use xctl onstat --help to view other possible commands.)
xctl onmode -kyThere is a log file in /opt/informix/online.log, and sometimes a file called stdout.#.1 or stdout.systemname.1 in /linux. Also /INFORMIXTMP is created.