Chinaunix首页 | 论坛 | 博客
  • 博客访问: 311681
  • 博文数量: 66
  • 博客积分: 2369
  • 博客等级: 大尉
  • 技术积分: 635
  • 用 户 组: 普通用户
  • 注册时间: 2006-12-20 17:10
文章分类

全部博文(66)

文章存档

2020年(2)

2017年(3)

2016年(1)

2015年(1)

2013年(5)

2012年(12)

2011年(20)

2010年(1)

2009年(5)

2008年(15)

2007年(1)

分类: 系统运维

2012-06-25 11:32:35

开启异步I/O:

 

        # /sbin/mknod  /dev/async c 101 0x000000

        # ls -l /dev/async

        # /usr/bin/chown oracle:dba /dev/async

        # /usr/bin/chmod 660 /dev/async

        # setprivgrp dba RTSCHED RTPRIO MLOCK

        # vi /etc/privgroup 加入以下设置:dba RTSCHED RTPRIO MLOCK

4. 设定KAIO设备相关权限

1) Create the /etc/privgroup file
# touch /etc/privgroup

2) Add the MLOCK privilege to the informix user group
# vi /etc/privgroup
informix MLOCK

3) Use the setprivgrp command to set the new privilege
# setprivgrp -f /etc/privgroup

4) Run the getprivgrp command to verify that the new privilege is in place
# getprivgrp
global privileges: CHOWN
informix: MLOCK

阅读(1963) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~