- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: overhead with jfs filesystem
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
11-20-2000 01:31 PM
11-20-2000 01:31 PM
overhead with jfs filesystem
I have 2 filesystems that I created both are were made using the same options except largefiles. Here is an ouput of a working machine.
mkfs -F vxfs -m /dev/sapvg14/sapdata10
mkfs -F vxfs -o ninode=unlimited,bsize=8192,version=3,inosize=256,logsize=256,la
rgefiles /dev/sapvg14/sapdata10 8704000
/ # bdf /oracle/PRD/sapdata10
Filesystem kbytes used avail %used Mounted on
/dev/sapvg14/sapdata10
8704000 6269440 2415544 72% /oracle/PRD/sapdata10
Here is the other machine:
/oracle/PRD/sapdata10 # mkfs -F vxfs -m /dev/sapvg14/sapdata10
mkfs -F vxfs -o ninode=unlimited,bsize=8192,version=3,inosize=256,logsize=256,nolargefiles /dev/sapvg14/sapdata10 8704000
/oracle/PRD/sapdata10 # bdf .
Filesystem kbytes used avail %used Mounted on
/dev/sapvg14/sapdata10
8704000 2552 8633472 0% /oracle/PRD/sapdata10
The difference is 48960k. Why does this show like this and can I change it? How?
Thanks for any help you can provide
Todd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2000 02:09 AM
11-21-2000 02:09 AM
Re: overhead with jfs filesystem
The first fs has 72% usage and the second 0%
For every directory or file the fs needs to create an inode entry.
This increases the fs usage.
You cannot change this behavior.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2000 05:43 AM
11-21-2000 05:43 AM
Re: overhead with jfs filesystem
/ # bdf /oracle/PRD/sapdata8
Filesystem kbytes used avail %used Mounted on
/dev/sapvg06/sapdata8
7987200 7984408 2792 100% /oracle/PRD/sapdata8
/ # mkfs -F vxfs -m /dev/sapvg06/sapdata8
mkfs -F vxfs -o ninode=unlimited,bsize=8192,version=3,inosize=256,logsize=256,la
rgefiles /dev/sapvg06/sapdata8 7987200
If you add the used and available they add up to kbytes, so why doesnt it add up on the other filesystems?
I know I did something to get it so a user can use all available disk space. Im just not sure what it was.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2000 06:09 AM
11-21-2000 06:09 AM
Re: overhead with jfs filesystem
There was a discussion about this some time ago, have a look at:-
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0xec707e990647d4118fee0090279cd0f9,00.html
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2000 06:29 AM
11-27-2000 06:29 AM
Re: overhead with jfs filesystem
filesystem/8k you should get the max size
possible reported from df.
With JFS there is no real concept of block size/inode, rather physical extent/inode.
JFS also dynamically creates inodes on demand,
when fsystem is getting tight, you'll end
up with a lot of defrag and non contiguous
file growth. Can't reall be avoided without
defrag/Online JFS