Use this procedure to gather information about your server configuration.
# /usr/contrib/bin/machinfo | grep -i Memory
# /usr/sbin/swapinfo -a
/tmp
directory:
# bdf /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
.
# bdf
# uname -m
ia64 (itanium)
If you do not see the expected output, then you cannot install the software on this system.
shmmni
, shmseg
, and shmmax
) and determine if any changes are necessary for your system:
# kctune -v shmmni # kctune -v shmseg # kctune -v shmmax
kctune shmmni=1024
command to set the memory kernel parameter to the required value.