[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference decwet::advfs_support

Title:AdvFS Support/Info/Questions Notefile
Notice:note 187 is Freq Asked Questions;note 7 is support policy
Moderator:DECWET::DADDAMIO
Created:Wed Jun 02 1993
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1077
Total number of notes:4417

187.0. "Frequently Asked Questions" by DECWET::STOPPANI () Thu Jul 21 1994 13:05

T.RTitleUserPersonal
Name
DateLines
187.1The 'df' command does not display correct informationDECWET::STOPPANIThu Jul 21 1994 13:1822
187.3ADVFS CommandsDECWET::STOPPANIThu Jul 21 1994 17:1833
187.4Where are ADVFS patches located?DECWET::STOPPANIFri Jul 22 1994 17:4883
187.5Why can't I mount an ADVFS v3.0 fileset on OSF/1 v2.0 systemsDECWET::STOPPANITue Jul 26 1994 15:5420
187.6ADVFS versions vs. OSF/1 versionsDECWET::STOPPANIWed Aug 17 1994 18:0631
187.7Which version(s) is/are supported on which release(s) of DEC OSF/1?NOSTRL::DAVIESClose, but no banana.Fri Aug 19 1994 06:1716
187.8versionsDECWET::HUNTLiz HuntFri Aug 19 1994 12:554
187.9AdvFS is not AFSDECWET::PENNEYJohnny's World IISat Aug 20 1994 09:3415
187.10ADVFS Utilities in /usr/fieldDECWET::STOPPANIFri Aug 26 1994 12:3590
187.11What is the .tags directory and how is it used?DECWET::STOPPANIFri Aug 26 1994 13:56195
187.12How do I move a disk with AdvFS on it to another machine?DECWET::MARTINFri Sep 09 1994 10:5447
187.13AdvFS Q&ADECWET::HUNTLiz HuntFri Nov 04 1994 17:52353
187.14increasing volume sizeMPGS::LAVINThu Jan 26 1995 10:3697
187.15no auto-recognize of LSM expandDECWET::HUNTLiz HuntWed Feb 01 1995 10:0111
187.16thanks...for the response..its on my list toooMPGS::LAVINThu Feb 02 1995 11:2521
187.17XIRTLU::schottEric R. Schott USG Product ManagementFri Feb 03 1995 09:587
187.18HSZ40 controllers and dxadvfsDECWET::MARTINFri Mar 10 1995 11:1135
187.19Tuning tips for advfsd.DECWET::MARTINThu Mar 20 1997 11:1138
Here are some tuning tips for advfsd.

The AdvFS daemon, aka advfsd, has some severe scalability problems in v4.0x. 
They're being worked on for Steel, but as of now have not yet been solved.

In the meantime, here are some tuning tips for those of you who are running into
problems with advfsd being a performance hog.

First, if no one is using dtadvfs, the AdvFS GUI, de-install the daemon.  Its
only purpose in life is to serve the GUI.  'setld -d AFAADVDAEMONxxx' will do
it.  Or if there is a very rare usage of the GUI, then you can kill -9 the
currently running daemon, and remove /sbin/rc3.d/S53advfsd to prevent it from
being started at boot-time.  When you want to run dtadvfs, just run advfsd
first, and give it a couple of minutes before starting up dtadvfs.

Other things that will help reduce advfsd's CPU and I/O consumption are:

1)  Reduce the polling frequency of advfsd.  The default is 5 minutes.  Unless
you really need the latest up-to-date information, you can reduce this
significantly.  In dtadvfs, the AdvFS/Options screen has an "Agent state
monitor" field to change this setting.

2)  Don't leave unmounted filesets around.  These take a long time to gather
statistics on.  *Especially* if there are inactive domains (domains with no
mounted filesets) with several unmounted filesets in them.

3)  Use the disks.ignore file.  This probably won't give you a significant
bonus, but if there are disks that aren't in use, it could take several seconds
per disk to spin it up and gather data from it.

Another factor that causes slow-downs is LSM.  The more disk groups and volumes
there are in LSM, the longer it takes advfsd to poll the system.  I don't know
what can be done to help this situation, though.

Hopefully with Steel we'll get rid of the vast majority of the polling activity
that we're currently forced to do.

--Ken