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...
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...
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