Operating System - HP-UX
1753872 Members
7383 Online
108809 Solutions
New Discussion юеВ

Re: FSADM process showing eating CPU

 
SOLVED
Go to solution
f. halili
Trusted Contributor

FSADM process showing eating CPU

Hello everyone,

Running top this fsadm process showed eating up CPU. I did a ps -ef on the PID and got these details. Any thoughts?

root 12607 12606 253 06:58:18 ? 161:54 fsadm -e -E -d -D -p50 -t 28800 -sv /opt/rex/src


Thanks,
f. halili
derekh
6 REPLIES 6
Steven E. Protter
Exalted Contributor
Solution

Re: FSADM process showing eating CPU

Shalom,

This is a process in progress that might take some time to finish.

Its best to let it takes its course and complete. fsadm works on file systems and interrupting it is not recommended most of the time.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Krastev
Honored Contributor

Re: FSADM process showing eating CPU

This process fsadm with -e -E -d -D option will re-oragine your file system and will optimize it.

It is time consuming and depends from file system size.

regards,
ivan
Patrick Wallek
Honored Contributor

Re: FSADM process showing eating CPU

A perusal of the fsadm_vxfs (fsadm for vxfs file systems) man page will yield information about the options used here.

f. halili
Trusted Contributor

Re: FSADM process showing eating CPU

Please share full commands of "fsadm -e -E -d ..." that are working/samples you have used before.

Thanks,
f. halili
derekh
Steven E. Protter
Exalted Contributor

Re: FSADM process showing eating CPU

Shalom again,

http://unix.derkeiler.com/Mailing-Lists/HP-UX-Admin/2005-11/0003.html

The man page as really good examples.
http://docs.hp.com/en/B2355-60105/fsadm.1M.html

Thanks for the points.

Regards,

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
f. halili
Trusted Contributor

Re: FSADM process showing eating CPU

thanks.
derekh