Use this procedure to gather information about your server configuration.
# grep MemTotal /proc/meminfo
# grep SwapTotal /proc/meminfo
/tmp
directory:
# df -h /tmp
If the free space available in the /tmp directory is less than what is required, then complete one of the following steps:
Delete unnecessary files from the /tmp directory to meet the disk space requirement.
When you set the Oracle user's environment, also set the TMP and TMPDIR environment variables to the directory you want to use instead of /tmp
.
# free
# uname -m
x86_64
If you do not see the expected output, then you cannot install the software on this system.
/dev/shm
) is mounted properly with sufficient size:
df -h /dev/shm
df-h
command displays the filesystem on which /dev/shm
is mounted, and also displays in GB the total size and free size of shared memory.