1. Create Informix user group and Informix user Home=/usr/informix
2. Add the password to Informix
3, the deployment of Informix installation files: rpm-i******************.rpm (a total of three)
4, modify the root profile, increase
Informixdir=/usr/informix
Exportinformixdir
Executive profile
5, the database installation, the principle of installation is to install a lower version of the software, later loaded with a high version of the software, finally installed online.
a、#cd/usr/informix
b、#./installclientsdk
c、#./installonline
6, increase the file system online. Users can define other file systems.
mount/online文件系统。创建数据文件onlinedbs。
#cd/online
#>onlinedbs
#chmod660onlinedbs
7, modify the/online and/online/onlinedbs permissions
#chowninformix/online
#chgrpinformix/online
#chowninformix/online/onlinedbs
#chgrpinformix/online/onlinedbs
8, with Informix registration
Cd/usr/informix/etc
9, copy the Onconfig.std file to Onconfig or other file name.
The parameters in the Vionconfig
a、ROOTPATH/online/onlinedbs
b、ROOTSIZE100000
c、CONSOLE/dev/null
d、TAPDEV/dev/null或用户定义
e、LTAPDEV/dev/null
f、DBSERVERNAMEdb(此项可自己定义但要求与sqlhosts中的定义一致。)
All of the above content can be defined by the user.