Operating System - HP-UX
1834343 Members
2257 Online
110066 Solutions
New Discussion

Checking disk space and memory

 
VIRENDER SINGH_1
Occasional Contributor

Checking disk space and memory

Hi,

I am working as a oracle dba (Oracle 10g 10.2.0.1 with rac) and using HP-UX 11i os.

If someone can tell me how to check space and memory. and please if someone can give me docs so that i can increase my knowledge on os from oracle dba's point of view.
3 REPLIES 3
Tim Nelson
Honored Contributor

Re: Checking disk space and memory

disk space usage
df -k
bdf

Memory
dmesg
vmstat ( convert from pages x 4096 )

If Glance is installed then all metrics are available in char or gui interface with either "glance" or "gpm"

Roberto Arias
Valued Contributor

Re: Checking disk space and memory

Hi Virender:

please , visit docs.hp.com and download the "Admin task"


http://www.docs.hp.com/en/B2355-90950/index.html
The man is your friend
Geoff Wild
Honored Contributor

Re: Checking disk space and memory

If you are a DBA, then you can use Oracle Grid to get what you want...

Disk Space
bdf, du -sk /somedir

Memory, I use a c program called memdetail (you can compile with the built in HP-UX compiler) - output like so:

# memdetail
Memory Stat total used avail %used
physical 49122.0 48670.9 451.1 99%
active virtual 43226.9 42808.7 418.1 99%
active real 41972.5 41749.0 223.4 99%
device swap 53856.0 42646.7 11209.3 79%


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.