Thursday, March 17, 2011

Memory Information of different OS platforms

As a DB admin, sometimes it's necessary to check the memory information of the server. So here I provide some simple commands that would give you the information of the memory in the server for different OS platforms...

AIX
---
lsattr -El sys0 | grep realmem
prtconf

LINUX
-----
free
cat /proc/meminfo
dmesg | grep Memory

HP-UX
-----
vmstat 5 5
swapinfo -tam
glance and m

SOLARIS
-------
/usr/sbin/prtconf | grep Memory

WINDOWS
-------
Click Start --> run --> enter "dxdiag" to find system information.

Please add comments if I miss something...

2 comments:

  1. DUDE NICE WORK PLEASE POST SOME REAL TIME BACKUP RECOVERY SCRIPTS IN RMAN AND EXPORT IMPORT AND ALSO SOME AWR REPORT THAT WILL HELP TO IMPROVISE MY KNOWLEDGE THANKS IN ADVANCE..

    ReplyDelete
    Replies
    1. I'll sure do my best. Thank you for the compliment. :)

      Delete

I don't know what you think about my creation, but every words of you help me grow better and stronger!!