欢迎 marulin 加入本站!
 免费注册  用户登陆  汇款方式  汇款确认  产品报价  联系我们  帮助中心
加入收藏
设为首页
会员体系
申请VIP
网站首页 光盘超市 软件下载 技术文章 专题 用户中心 VIP会员 技术论坛 网站留言 娱乐中心 卓越资源
今天是:2008年11月21日 星期五  您现在位于: 首页 → 技术文章 → SCO UnixWare ...
   SCO UnixWare 7.1.4下安装Informix
作者:sco  出处:uw714doc.sco.com  更新时间: 2007年04月17日 

Informix

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.

Users and groups

Create a group and a user named informix

   groupadd informix
   useradd -g informix -m informix

Installing 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.

  1. Mount the CD under /cdrom
       mount -F cdfs -r /dev/cdrom/cdrom1 /cdrom
    

  2. Become a Linux user by typing linux, and install the Informix server
       rpm --nodep --install /unixware/cdrom/XPS/XPS_SERVER/xps-8.31.UC1-1.i386.rpm
    
    The --nodep switch is necessary because of a dependency on an older libncurses library.

  3. Install the binaries as the UnixWare 7 root user:
       cd /opt/informix
       export INFORMIXDIR=/opt/informix
       ./installonline
    

  4. Create an /opt/informix/etc/informix.rc file with the contents:
       export INFORMIXDIR=/opt/informix
       export INFORMIXSERVER=systemname.1
       export ONCONFIG=onconfig.std
       export PATH=$PATH:/opt/informix/bin
    

  5. In /opt/informix/etc, edit edit onconfig.std so that the modified lines read:
       ROOTPATH        /unixware/dev/rdsk/c0b0t0d0p3
       DBSERVERNAME    systemname
    

  6. Edit sqlhosts so it contains this one line This is for shared memory communication
       systemname.1 onipcshm        systemname   systemname.1
    

  7. Login as the informix user
       /linux/bin/su - informix
    

  8. Then run the initialization program for the database
       xctl -C oninit -iy
    

  9. You can check installation progress by looking at the last entries in the log.
       tail -f /opt/informix/online.log
    
    And confirm Informix is running by typing
       xctl onstat
    
    (use xctl onstat --help to view other possible commands.)

  10. To shut down the database use:
       xctl onmode -ky
    
    There 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.
 (本文已被浏览 2732 次)
 发布人:sdccf
 → 推荐给我的好友
上篇文章:SCO UnixWare 7.1.4下安装DB2
下篇文章:SCO UnixWare 7.1.4下安装Lotus...
 相关文章:
Informix的历史沿革 Informix 7.31 For SCO 5安装脚本
Informix case语句的妙用 Informix在一台机器上起两个实例的思路
informix 锁表处理步骤 crash掉数据库的若干可能
如何使IDS for 红帽的共享内存超过1.8G的限制 informix审计功能的配置
informix临时表的存放位置 设置 GLS 环境变量
IDS 10g UNIX 上设置环境变量 Informix数据库一致性检查
Informix中求时间间隔的函数 Informix表空间计算
Informix如何更加有效的创建主键和外键 HP 580G2服务器上安装SCO UnixWare 7.1.1
SCO UnixWare 7.1.4下配置KDE2 SCO UnixWare 7.1.4下安装Lotus Domino server
SCO UnixWare 7.1.4下安装DB2 基于Informix的ESQL/C(2)

相关搜索
查看百度中关于SCO UnixWare 7.1.4下安装Informix的更多内容
查看google中关于SCO UnixWare 7.1.4下安装Informix的更多内容
   文章分类
操作系统 |
SCO_UNIX  Sun_Solaris  IBM_AIX  HP_UX  Linux  BSD  Tru64_UNIX 
通用UNIX知识  Windows  Minix 
程序设计 |
Shell编程  C/C++  汇编  PHP  JAVA  Perl  Python 
ASP/HTML  XML  中间件 
数据库 |
Oracle  Informix  Sybase  Fox  DB2  SQL  MySQL 
PostgreSQL 
网络应用 |
网络应用 
计算机硬件 |
计算机主机  打印机  路由器  交换机  终端  磁带机  MO 
刻录机  终端服务器  调制解调器 
   文章评论
  → 评论内容 (点击查看)   共0条评论,每页显示5条评论   浏览所有评论
(没有相关评论)
  → 发表我的评论
您的姓名: 您的Email:
评论内容:
250字内
发表评论:      发表评论须知 →
  • 尊重网上道德,遵守《全国人大常委会关于维护互联网安全的决定》及中华人民共和国其他各项有关法律法;
  • 本站有权保留或删除您发表的任何评论内容;
  • 关于我们 ┋  网站留言 ┋  网站地图 ┋  友情链接 ┋  与我在线 ┋  汇款确认 ┋  管理 ┋  TOP
    Linux.Unix爱好者家园  http://www.unix-cd.com/
    联系我们:sdccf@163.com
    腾讯QQ: 7644599
    备案序号:鲁ICP备05000455号
    Copyright (c) 2001-2008 Unix-cd.com. All Rights Reserved.