- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Deframentation in Unix ?
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
04-15-2003 12:49 PM
04-15-2003 12:49 PM
.
I have a, hopefully, quick question. When I first started with "Unix" back in the good old days, I was told that you can't defrag unix. Now I've seen a couple of messages refering to using fsadm to defrag.
.
Is it possible to defrag unix drives ? if so, does the man page give a good description of the technique?
.
Appreciate any help.
.
Paul Middleton
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 12:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 12:57 PM
04-15-2003 12:57 PM
Re: Deframentation in Unix ?
I hope you are running hpux 11.00.
Man fsadm_vxfs for information. You must have HP Onlinejfs for most commands to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 12:58 PM
04-15-2003 12:58 PM
Re: Deframentation in Unix ?
http://docs.hp.com/hpux/pdf/B2355-90742.pdf
Chapter#6 Section Managing File Systems
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 12:59 PM
04-15-2003 12:59 PM
Re: Deframentation in Unix ?
DocID=UFSKBRC00006772
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062921861
You can defragment a vxfs filesystem, before you do that find out how fragmented the FS is first (use the -D for directory and -E for extents).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 05:18 PM
04-15-2003 05:18 PM
Re: Deframentation in Unix ?
I know exactly what you're talking about for I was also told that you can't defrag Unix back in the good old days, the hfs days, or that "..it wasn't necessary because this isn't DOS!...".
All of that change somewhere around 10.01(?) when Veritas's Online JFS became an option and now its the default. Only /stand has hfs.
Here is the defrag syntax:
fsadm -F vxfs -d -D -e -E /mount_point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2003 07:01 PM
04-15-2003 07:01 PM
Re: Deframentation in Unix ?
With VxFS, it is still hard to fragment the filesystem with typical usage. You can certainly create a scenario such as a Usenet server where thousands of files are created and removed every day. fsadm has an option to report on the level of fragmentation.
Bill Hassell, sysadmin