Listacheck Linux
Listacheck Linux
: Bajo root
Mem : 512MB
Swap : 1GB
Disk space in /tmp : 400MB
Disk space for software file: 2.5GB
Disk space for data file: 1.2GB
Para Swap
grep SwapTotal /proc/meminfo
df –k /tmp
cat /etc/issue
uname –r
rpm –q glibc
/usr/abin/groupadd oinstall
/usr/abin/groupadd dba
Par crearlo:
Si ya existe ejecutar
passwd oracle
Crear directories
/u01/app/oracle
/u02/oradata
mkdir –p /u01/app/oracle
mkdir /u02/oradata
Kernel parameters
semopm, and
semmni
shmall, shmmax,
and shmmni
# /sbin/sysctl -a | grep shm
file-max # /sbin/sysctl -a | grep file-max
ip_local_port_range # /sbin/sysctl -a | grep ip_local_port_
Using any text editor, create or edit the /etc/sysctl.conf
file and add or edit lines similar to the following:
kernel.shmall = 2097152
kernel.shmmax = 2147483648
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
fs.file-max = 65536
net.ipv4.ip_local_port_range = 1024 65000
By specifying the values in the /etc/sysctl.conf file, they
persist when you reboot the system.