日期:2014-05-16 浏览次数:20499 次
因为工作的需要,我编写了一份timesten的安装文档。安装环境是RedHat AS5 64位的操作系统。
1、? <!---->用 root 登录系统
?
<!---->2、? <!---->在 /etc/sysctl.conf 文件后追加一些配置, vi /etc/sysctl.conf
#edit for timesten net.ipv4.tcp_rmem=4096 4194304 4194304??? net.ipv4.tcp_wmem=98304 4194304 4194304??? net.ipv4.tcp_mem=98304 4194304 4194304??? net.core.rmem_default=262144??? net.core.wmem_default=262144??? net.core.rmem_max=4194304??? net.core.wmem_max=4194304??? net.ipv4.tcp_window_scaling=1 net.ipv4.ip_local_port_range=1024 65000 kernel.sem=5000 32000 100 128 |
保存退出
?
<!---->3、? <!---->修改 limit 配置
echo "* hard nofile 8192" >> /etc/security/limits.conf echo "* soft nofile 8192" >> /etc/security/limits.conf |
?
<!---->4、? <!---->重启机器
reboot |
?
<!---->5、? <!---->建用户
useradd timesten -d /timesten |
?
<!---->6、? <!---->用 passwd 命令修改 timesten 用户的口令为 timesten
?
<!---->7、? <!---->切换成 timesten 用户
su – timesten |
?
<!---->8、? <!---->