Performing a System Requirements Verification
Operating System Information
uname -a |
oslevel -s |
lslpp -L | grep 64bit or:
/usr/bin/getconf HARDWARE_BITMODE |
bootinfo -K |
OS Patch Information
instfix -a |
instfix -ivk APAR_number |
instfix -i -k "IZ41855 IZ51456 IZ52319" |
Determining OS Packages
lslpp -l [fileset_name] |
lslpp -l bos.adt.base bos.adt.lib bos.adt.libm bos.perf.libperfstat bos.perf.perfstat bos.perf.proctools rsct.basic.rte rsct.compat.clients.rte xlC.aix61.rte |
Determining RAM
/usr/sbin/lsattr -E -l sys0 -a realmem |
Determining Swap Space
/usr/sbin/lsps -a |
Determining X Windows System
xclock |
Determining System Executable Files
/usr/bin/which make
|
Determining Configured Disk Space
/bin/df -k |
Oracle Version 10 or 11
Hardware Requirements (for DB only)
- For Oracle 10 - at least 1024 MB of physical RAM
- For Oracle 11 - at least 4 GB of physical RAM
- Sufficient swap space. The following table describes the relationship between installed RAM and the configured swap space requirements.
RAM | Swap Space |
---|---|
Between 1GB and 2GB | 1.5 times the size of RAM |
Between 4GB and 16GB | Equal to the size of RAM |
16GB and more | 0.75 times the size of RAM |
- 400 MB of disk space in the /tmp directory
- Up to 3 GB of disk space for the Oracle software, depending on the installation type
- 1.2 GB of disk space for a preconfigured database that uses file system storage (optional)
- Additional disk space, either on a file system or in an Automatic Storage Management disk group, is required for the flash recovery area if you choose to configure automated backups.
- To determine the physical RAM size, enter the following command:
# /usr/sbin/lsattr -E -l sys0 -a realmem |
If the size of the physical RAM is less than the required size, then you must install more memory before continuing.
- To determine the size of the configured swap space, enter the following command:
# /usr/sbin/lsps -a |
If necessary, refer to the operating system documentation for information about how to configure additional swap space.
- To determine the amount of disk space available in the /tmp directory, enter the following command:
# df -k /tmp |
If there is less than 400 MB of free disk space available in the /tmp directory, then complete one of the following steps:
- Delete unnecessary files from the /tmp directory to meet the disk space requirement.
- Set the TMP and TMPDIR environment variables when setting the oracle user's environment.
- Extend the file system that contains the /tmp directory. If necessary, contact your system administrator for information about extending file systems.
# df -k |
The following table shows the approximate software file disk space requirements for each installation type:
Installation Type | Requirements for Software Files |
---|---|
Enterprise Edition | 2.0 |
Standard Edition | 3.0 |
Custom (maximum) | 2.5 |
- To determine whether the system architecture can run the software, enter the following command:
# /usr/bin/getconf HARDWARE_BITMODE 64 |