搭SAP系统前环境检查

Notes 1496410

  1. 分区检查:df –h
  2. 检查hosts文件
  3. 检查OS版本
  4. 服务调整
    关闭并禁用network manager:
    chkconfig NetworkManager off (关闭开机自启)
    chkconfig network on (设置开机自启)
    service network start
    service NetworkManager stop
    service network restart

把selinux、iptables、acpid等服务设置成开机不启动。
vi /etc/selinux/config,改SELINUX=disabled
chkconfig acpid off
chkconfig kdump off
service acpid stop
chkconfig iptables off
service iptables stop

更新/etc/sysctl.conf,/etc/security/limits.conf 然后sysctl –p
时区一定要对,编辑/etc/ntp.conf,ntp时间服务一定要随OS起来:用service ntpd status检查,ntpdate -u IP
chkconfig ntpd on

安装uuidd服务:yum install -y uuidd
chkconfig uuidd on

检查ntp和uuidd
service ntpd status
service uuidd status

检查nfs服务
service nfs start
chkconfig nfs on

安装图形界面:
yum grouplist |grep KDE :输出KDE Desktop
yum groupinstall “KDE Desktop”
用xclock测试

安装并启用VNC服务:
rpm -qa tiger*
yum list |grep tiger*
yum install -y tigervnc-server.x86_64
vncserver
yum groupinstall -y ‘compat-libraries’ ‘debugging’ ‘directory-client’ ‘hardware-monitoring’ ‘large-systems’ ‘network-file-system-client’ ‘perl-runtime’ ‘storage-client-multipath’

yum -y install compat-gcc-34.x86_64 compat-gcc-34-c++.x86_64 compat-gcc-34-g77.x86_64

配置yum,配置文件为server.repo

最后拷贝好日志。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值