- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: inode on 11.31
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
05-16-2008 12:33 AM
05-16-2008 12:33 AM
inode on 11.31
This is a 11.31 ia64 system.
I've create a 550000 MB filesystem:
newfs -F vxfs -o largefiles /dev/eva01/rpsapd
Now I see from the bdf output that the (used + avail) space is 35000 MB less than Total kbytes.
I suppose this is because of the huge number of inodes created (256 bytes each, millions of them).
The question is:
How can I limit the number of inodes on this filesystem. I just need a few hundreds.
I'm "loosing" 35GB of disk space.
Thanks,
Best Regards,
Joao Rei
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 12:40 AM
05-16-2008 12:40 AM
Re: inode on 11.31
Could oyu post the output of
# lvdisplay -v cev/eva01/psapd
# bdf | grep /dev/eva01/
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 12:41 AM
05-16-2008 12:41 AM
Re: inode on 11.31
Could oyu post the output of
# lvdisplay -v /dev/eva01/psapd
# bdf | grep /dev/eva01/
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 01:03 AM
05-16-2008 01:03 AM
Re: inode on 11.31
#bdf
/dev/eva4r0v1/psapd
563200000 155127 527854576 0% /oracle/psapd
#bdf -i
/dev/eva4r0v1/psapd
563200000 155127 527854576 0% 4 140761216 0% /oracle/psapd
#df -k
/oracle/psapd (/dev/eva4r0v1/psapd ) : 528009703 total allocated Kb
527854576 free allocated Kb
155127 used allocated Kb
1 % allocation used
# lvdisplay /dev/eva4r0v1/psapd
--- Logical volumes ---
LV Name /dev/eva4r0v1/psapd
VG Name /dev/eva4r0v1
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 550000
Current LE 34375
Allocated PE 34375
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation PVG-strict/distributed
IO Timeout (Seconds) default
Regards,
Joao Rei
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 01:20 AM
05-16-2008 01:20 AM
Re: inode on 11.31
/dev/eva4r0v1/psapd
563200000 155127 527854576 0% /oracle/psapd
527854576/1024 = 515482,984375 -> 50GB
This quit normal, veritas filesystem(vxfs) will use about 8 % for administration.
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2008 04:50 AM
05-16-2008 04:50 AM
Re: inode on 11.31
In previous versions of hpux, I have an ideia that it was possible to limit the number of inodes using newfs. But on 11.31 it seems to be now an invalid option. Perhaps some guru on this forum can help you ...
Regards,
Andre