Saturday 14 December 2013

Oracle DBA AIX commands reference

Check memory(RAM) size
bahix01-oracle-> prtconf | grep "Memory Size"
Memory Size: 8000 MB
Good Memory Size: 8000 MB
------------------------------------------------------------
Check processor type:
bahix01-oracle-> prtconf | grep "Processor Type"
PowerPC_POWER
------------------------------------------------------------
Check number of processors:
bahix01-oracle-> prtconf | grep "Number Of Processors"
Number Of Processors: 4
------------------------------------------------------------
Check CPU type(64-bit or 32-bit):  
bahix01-oracle-> prtconf | grep "CPU Type"
CPU Type: 64-bit
or
bahix01-oracle-> getconf HARDWARE_BITMODE
64
------------------------------------------------------------
Check paging space: 
bahix01-oracle-> prtconf | grep "Paging Space"
Paging Space Information
        Total Paging Space: 12288MB


No comments:

Post a Comment

Number of Visitors