Operating System - HP-UX
1850470 Members
3108 Online
104054 Solutions
New Discussion

Checking file system in GB

 
SOLVED
Go to solution
Kaps_2
Regular Advisor

Checking file system in GB

Hello Everybody,

I have HP-UX 11.23 installed on a systmen.Is there any way to check the file system size in GB.

Thanks,

Kaps
5 REPLIES 5
Dennis Handly
Acclaimed Contributor
whiteknight
Honored Contributor

Re: Checking file system in GB


Kaps,

There is tool a created by Bill called bdfmeg, it will display filesystem size in GB

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1124262


WK
Problem never ends, you must know how to fix it
Geoff Wild
Honored Contributor
Solution

Re: Checking file system in GB

Well, a basic way:

MB=`lvdisplay /dev/vg00/lvol13 |grep Mbytes |awk '{print $4}'` ; echo "`expr ${MB} / 1024` GB"


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.
Kaps_2
Regular Advisor

Re: Checking file system in GB

Hi Geoff

Thanks a lot.

Kaps

Sp4admin
Trusted Contributor

Re: Checking file system in GB

Hello,

Like Dennis said check Bill's "bdfmegs" script. It work great.

Sp,