[OpenAFS] OpenAFS configuration

Ron Croonenberg ronc@depauw.edu
Wed, 19 Oct 2005 22:22:18 -0500


hello,

In the startupscript for the openafs client I saw that the "config" file
used is "/etc/sysconfig/openafs" :
# OpenAFS Client Configuration
AFSD_ARGS=
 
# OpenAFS Server Configuration
BOSSERVER_ARGS=


If I need to start afsd using memcache, do I just use the commandline
options in a string ? (do I need to use quotes ?)
like :
AFSD_ARGS="-memcache"

What about "/etc/sysconfig/afs"  can I use that one as a config file for
the openafs client ? or is that one meant for an OpenAFS server ?

thanks,

Ron