- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file system defragmentation
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
06-19-2009 11:11 AM
06-19-2009 11:11 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2009 11:51 AM
06-19-2009 11:51 AM
Re: file system defragmentation
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1327897
and
"man fsadm"
Not sure, but in some circumstances, OnlineJFS may be required
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2009 11:59 AM
06-19-2009 11:59 AM
Re: file system defragmentation
JFS is the marketing name for Veritas File System, or, vxfs, aka the tech. name. Base JFS / vxfs comes installed by default with the HP-UX O/S. For you to you defragmentation option and dynamic file system extend option you need a license to activate the Online JFS features.
Easiest way to test:
fsadm -F vxfs -D -E /apps
This is the reporting featuring or preview feature of the -d and -e or defrag options of Online JFS. You get a report, then you have Online and you can run:
fsadm -F vxfs -D -d -E -s /apps.
Note: Once started don't interrupt, and run during off business hours, like in a cron at midnight.
Note: Run before or after backup to reduce contention, probably before is best.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2009 09:37 PM
06-21-2009 09:37 PM
Re: file system defragmentation
You have a mount point /apps and you need to know the process for defragmentation.
1. fsadm -F vxfs -d -v -e /apps
Then you can reduce the file system online with the below command.
2. fsadm -F vxfs -b 15744M /apps
Regards
Vivek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2009 04:36 AM
06-22-2009 04:36 AM
Re: file system defragmentation
Could u able to tell the expansions of the arguments -d,-v,-e
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2009 04:39 AM
06-22-2009 04:39 AM
Re: file system defragmentation
#man fsadm_vxfs
Regards,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2009 05:12 AM
06-22-2009 05:12 AM
Re: file system defragmentation
"see actually this was the question asked to me in interview. so i am very eager to know those things.. could u help me.. "
the purpose of the forums is not to teach hpux, but to assist w/ problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2009 09:20 AM
06-22-2009 09:20 AM
SolutionThis is the output meaning of the options.
-d
Reorganize directories. Directory entries are reordered to place subdirectory entries first, then all other entries in decreasing order of time of last access. The directory is also compacted to remove free space.
-e
Extent reorganization. Attempt to minimize fragmentation. Files are reorganized to have the minimum number of extents possible.
-v
Verbose. Report reorganization activity.
It will be great if you assign points to everyone who has replied to your questions.
Regards
Vivek