Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 07:56 AM
10-22-2008 07:56 AM
http://hpunix-administrator.blogspot.com/2008/08/script-to-know-file-system-size-in-gb.html
When I tried to use it, I have this error.
root:/usr/bin #bdfmegs
bdfmegs[88]: Syntax error at line 97 : `)' is not expected.
Any help will be appreciated.
thank you,
Marylou
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 08:05 AM
10-22-2008 08:05 AM
Solutionhttp://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1048509
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 08:28 AM
10-22-2008 08:28 AM
Re: bdfmegs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 09:00 AM
10-22-2008 09:00 AM
Re: bdfmegs
/dev/vg06/Fata 854e+06 955 982311 0% /fata
Please let me know why the number is:
854e+06 for this filesystem using bdfmegs
Using bdf:
/dev/vg06/Fata 1073709056 978087 1005886481 0% /fata
for bdf- I have this number:1005886481
Marylou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 09:03 AM
10-22-2008 09:03 AM
Re: bdfmegs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 09:04 AM
10-22-2008 09:04 AM
Re: bdfmegs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2008 06:42 PM
10-22-2008 06:42 PM
Re: bdfmegs
Use the command:
bdfmegs -g
Or even better, do this in the directory where bdfmegs is stored:
ln -s bdfmegs bdfgigs
Now for huge filesystems (multi-terabyte), just use the command:
bdfgigs
I think I will enhance bdfmegs to detect potential overflow. Watch for a new version in the next couple of weeks.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2008 05:31 AM
10-23-2008 05:31 AM
Re: bdfmegs
I followed your suggestion but still getting the same results. Thank you anyway.
root:/ #bdfgigs
/dev/vg06/Fata 854e+06 955 982311 0% /fata
Marylou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2008 06:21 AM
10-23-2008 06:21 AM
Re: bdfmegs
alias bdfgigs="bdfmegs -g"
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2008 07:10 PM
10-23-2008 07:10 PM
Re: bdfmegs
Your copy of bdfmegs is old. Attached is the latest version. Run bdfmegs -h to see all the options like sum total and the percentage selector.
An alias works just as well. I added the code for bdfgigs so that casual users did not have to know anything about aliases.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2008 05:48 AM
10-24-2008 05:48 AM
Re: bdfmegs
;^)
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2008 06:01 AM
10-24-2008 06:01 AM
Re: bdfmegs
have a nice week,
Marylou