Operating System - HP-UX
1834786 Members
2954 Online
110070 Solutions
New Discussion

Re: System Defragmentation

 
SOLVED
Go to solution
juno2
Super Advisor

System Defragmentation

Is there any tools that can defrag the system ? thx.
7 REPLIES 7
Massimo Bianchi
Honored Contributor
Solution

Re: System Defragmentation

Hi,
you can use fsadm.
If you installed onlinejsf, here i attach the man page, because easily you are missing it :)

Look at the various options...

Massimo
RAC_1
Honored Contributor

Re: System Defragmentation

If you have Advanced JFS installed, you can use fsadm for this.

Check man page of fsadm_vxfs for details.
There is no substitute to HARDWORK
Sanjiv Sharma_1
Honored Contributor

Re: System Defragmentation

Dagmar Boelen
Frequent Advisor

Re: System Defragmentation

You cannot defrag hfs. It does some defragmentation by itself. JFS can be defraged by fsadm
Brian DelPizzo
Frequent Advisor

Re: System Defragmentation

bring up the man page for fsadm_vxfs... You can defrag the directories and the files. I run this once a week on systems with lots of filesystem activity.
Elena Leontieva
Esteemed Contributor

Re: System Defragmentation

To defragment directories and extents having OnlineJFS rune the following commands:
fsadm -F vxfs -d -D /dirname
fsadm -F vxfs -e -E /dirname
Caesar_3
Esteemed Contributor

Re: System Defragmentation

Hello!

If you have online JFS than you can use fsadm
with flag for defrag.

Caesar