1.Download Software
10201_database_linux32.zip
2.解压文件
unzip 10201_database_linux32.zip3.Host Filevi /etc/hosts 一般不用修改,也可配置真实ip,格式为
* soft nproc 2047* hard nproc 16384* soft nofile 1024* hard nofile 65536
Add the following line to the /etc/pam.d/login file, if it does not already exist:
session required /lib/security/pam_limits.so
Disable secure linux by editing the /etc/selinux/config file, making sure the SELINUX flag is set as follows:
SELINUX=disabled