Operating System - HP-UX
1833814 Members
2368 Online
110063 Solutions
New Discussion

Re: how to know the HDD space

 
Ramana.Sv
Frequent Advisor

how to know the HDD space

Hi i have HP-UX 11i with oracle10G, i want how to know the HDD space and how much space allocated to Oracle10G. how to know this please help me anyone...



Thank's
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: how to know the HDD space

Shalom,

bdf

Of course this pre-supposed that someone actually allocated a filesystem for the Oracle 10G install.

I'd have to see the output of bdf to provide further guidance.

Or:
log in as oracle
cd $ORACLE_HOME
du -sk

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Oviwan
Honored Contributor

Re: how to know the HDD space

hey

go into sam, there you will see the available free space for new lv's.

or for existing lv's: bdf

space for oracle (installation only withou datafiles for instance):
cd $ORACLE_HOME
du -sk

Regards

p.s. don't forget to assigne points, also in your other threads: I have assigned points to 23 of 153 responses to my questions.

Ramana.Sv
Frequent Advisor

Re: how to know the HDD space

when i use du -sk i got this one this total space of oracle occupied?
3675444

i want total database allocated and how much used and how much free space please tell me the commands...


Geoff Wild
Honored Contributor

Re: how to know the HDD space

You need to go into Oracle to look at table space and what is used/available.

The O/S can only show you the "physical" size of database files.

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.