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...
Note: All the commands are standalone and gives output in a different variety
AIX
LINUX
HP-UX
SOLARIS
WINDOWS
Click Start --> run --> enter "dxdiag" to find system information.
Please add comments if I miss something...
Note: All the commands are standalone and gives output in a different variety
AIX
lsattr -El sys0 | grep realmem prtconf
LINUX
free cat /proc/meminfo dmesg | grep Memory
HP-UX
vmstat 5 5 swapinfo -tam glance # hit m for memory info
SOLARIS
/usr/sbin/prtconf | grep Memory
WINDOWS
Click Start --> run --> enter "dxdiag" to find system information.
Please add comments if I miss something...
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..
ReplyDeleteI'll sure do my best. Thank you for the compliment. :)
Delete