New UNIX password:
BAD PASSWORD: it is based on a dictionary word
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
[root@enterprice64 ~]# id nobody
uid=99(nobody) gid=99(nobody) groups=99(nobody) context=root:system_r:unconfined_t:SystemLow-SystemHigh
建立oinstall、dba和asadmin組。創建好用戶后,檢查nobody用戶是否存在。
不存在的話,建立該用戶。
檢測并修改系統的核心參數,編輯/etc/sysctl.conf文件,添加下面的配置,
保存后重啟系統。注意,如果系統默認的配置比這里給出的值大,不要修改原有配置。
fs.file-max = 512 * PROCESSES
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
net.ipv4.ip_local_port_range = 1024 65000
net.core.rmem_default = 4194304
文章來源于領測軟件測試網 http://www.kjueaiud.com/