- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Defragmentation on vxfs if onlineJFS is not in...
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-18-2002 04:46 PM
04-18-2002 04:46 PM
Does enyone have sugestion how to do defragmentation on an VxFS if onlineJFS product is not installed?
Also, how to verify what current fragmentation rate is and whether defrag is necessary ?
We are running HP-UX10.20.
Thanks,
Dragana
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 04:56 PM
04-18-2002 04:56 PM
Re: Defragmentation on vxfs if onlineJFS is not installed
The optional ($) Online JFS component adds the ability to do filesystem defragmention (via 'fsadm') along with filesystem size reduction and snapshot backups.
The man pages (1M) for 'fsadm_vxfs' provide a relatively good discussion of fragmentation, although the advanced (or Online) license is necessary to use it.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 05:00 PM
04-18-2002 05:00 PM
Re: Defragmentation on vxfs if onlineJFS is not installed
Regards,
Dragana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 05:10 PM
04-18-2002 05:10 PM
SolutionYou are correct, that you cannot de a 'defrag'
if On-Line JFS is not installed.
You basically have two choices in which to
deal with this problem.
1. Create a new logical volume and directory
and copy the information into it. Then unmount
it and remount it on the old directory name.
2. Backup the existing files onto a tape, or
to a spare partition, remove the files from
the existing partition and restore the files.
There is no easy way to tell when a 'defrag'
is required. I would only see this as a
necessity if the filesystem gets regularly
filled with small files.
HTH
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 05:14 PM
04-18-2002 05:14 PM
Re: Defragmentation on vxfs if onlineJFS is not installed
As far as I know, you will not be able to discern the extent of fragmentation without the optional component.
If you had an extremely volatile filesystem in which a large number (or percentage) of files were constantly added and removed, you could backup the filesystem; destroy and recreate it; and reload the data from backup. This is extreme, to say the least.
If I had to attempt to measure performance in the absence of the Online component, I'd track the number of blocks allocated to directories in the filesystem (via 'df') and I'd track the time to traverse the filesystem (via 'timex find...'). I'd look for a growth in the number blocks allocated and an increase in search times.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 05:39 PM
04-18-2002 05:39 PM
Re: Defragmentation on vxfs if onlineJFS is not installed
Unfortunately this is the answer I was looking for. I knew it will be impossible to do it easy way.
Thanks again, and, here there are your 10 points.
Dragana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 05:42 PM
04-18-2002 05:42 PM
Re: Defragmentation on vxfs if onlineJFS is not installed
Thanks for the reply James.
DSV