Platform | Command |
---|---|
AIX | lsps -a |
HP-UX | swapinfo -m |
Linux and Tru64 UNIX | swapon -s |
Solaris | swap -l and swap -s |
To add swap space to your system, run one of the following commands, depending on your platform:
Platform | Command |
---|---|
AIX | chps or mkps |
HP-UX | swapon |
Linux | swapon -a |
Solaris | swap -a |
Tru64 UNIX | swapon -a |
Tool | Function |
---|---|
lsattr |
Displays the attributes of devices |
lslv |
Displays information about a logical volume or the logical volume allocations of a physical volume |
netstat |
Displays the contents of network-related data structures |
nfsstat |
Displays statistics about Network File System (NFS) and Remote Procedure Call (RPC) activity |
nice |
Changes the initial priority of a process |
no |
Displays or sets network options |
ps |
Displays the status of one or more processes |
reorgvg |
Reorganizes the physical-partition allocation within a volume group |
time |
Displays the elapsed execution, user CPU processing, and system CPU processing time |
trace |
Records and reports selected system events |
vmo |
Manages Virtual Memory Manager tunable parameters |
File System |
Platform |
Description |
S5 |
HP-UX and Solaris |
UNIX System V file system |
UFS |
AIX, HP-UX, Mac OS X, Solaris, Tru64 UNIX |
Unified file system, derived from BSD UNIX Note: On Mac OS X, Oracle does not recommend the use of the UFS file system for either software or database files. |
VxFS |
AIX, HP-UX, and Solaris |
VERITAS file system |
None |
All |
Raw devices (no file system) |
ext2/ext3 |
Linux |
Extended file system for Linux |
OCFS |
Linux |
Oracle Cluster file system |
AdvFS |
Tru64 UNIX |
Advanced file system |
CFS |
Tru64 UNIX |
Cluster file system |
JFS/JFS2 |
AIX |
Journaled file system |
HFS Plus, HFSX |
Mac OS X |
HFS Plus is the standard hierarchical file system used by Mac OS X. HFSX is an extension to HFS Plus that enables case-sensitive file names. |
GPFS |
AIX |
General parallel file system |
查看io
The following tableshows the recommended value for this parameter, depending on your platform:
Platform |
Recommended Value |
AIX |
NA |
HP-UX |
The size of the physical memory installed on the system See Also: HP-UX Shared Memory Segments for an Oracle Instance for information about the shmmax parameter on HP-UX. |
Linux |
Half the size of the physical memory installed on the system |
Mac OS X |
NA The largest SGA size on Mac OS X is 1 MB. |
Solaris and Tru64 UNIX |
4294967295 or 4 GB minus 16 MB Note: The value of the shm_max parameter must be at least 16 MB for the Oracle Database instance to start. If your system runs both Oracle9i and Oracle Database 10g instances, then you must set the value of this parameter to 2 GB minus 16 MB. On Solaris, this value can be greater than 4 GB on 64-bit systems. |