SHA256
1
0
forked from pool/openafs
openafs/sysconfig.openafs-server

80 lines
2.2 KiB
Plaintext
Raw Normal View History

## Path: Network/File systems/AFS server
## Description: AFS server configuration, default mode
## Type: yesno
## Default: no
#
# Set to "yes" if you want to generate the BosConfig file
# from START_DB_SERVERS, START_FILESERVER and accompanying variables.
# If you want more complicated setting, set REGENERATE_BOS_CONFIG to "no"
# and edit the files manually.
#
REGENERATE_BOS_CONFIG="no"
## Type: yesno
## Default: yes
#
# Set to "yes" if you require a NetInfo file before starting the service.
# useful for new installations, where you might forget this issue.
#
REQUIRE_NETINFO="yes"
## Type: yesno
## Default: no
#
# Set to "yes" if want to start the database servers (vlserver,ptserver) on this host.
# Only useful if REGENERATE_BOS_CONFIG is set to 'yes'
#
START_DB_SERVERS="no"
## Type: yesno
## Default: no
#
# Set to "yes" if want to start the fileserver on this host.
# Only useful if REGENERATE_BOS_CONFIG is set to 'yes'
#
START_FILESERVER="no"
## Type: yesno
## Default: no
#
# Set to "yes" if want to start the bosserver in restricted mode on this host.
# Only useful if REGENERATE_BOS_CONFIG is set to 'yes'
#
BOSSERVER_RESTICTED="no"
## Type: string
## Default: ""
#
# Set time to restart the AFS-servers at a given time in the week.
# Leave empty if you don't want to restart the servers at all
# Only useful if REGENERATE_BOS_CONFIG is set to 'yes'
#
BOSSERVER_RESTART_TIME=""
## Type: string
## Default: ""
#
# Set time to check for new server-binaries of the AFS-servers at a given time in the week.
# Leave empty if you don't want to do this automatic restart.
# When upgrading the openafs-servers rpm, running server processes are not restarted automatically.
# Use this to do so automatically.
# Only useful if REGENERATE_BOS_CONFIG is set to 'yes'
#
BOSSERVER_RESTART_FOR_NEWBINARIES_TIME=""
## Type: string
## Default: ""
#
# AFS server configuration options
# command line options how to start the required servers.
# Only useful if REGENERATE_BOS_CONFIG is set to 'yes'
#
BOSSERVER_OPTIONS=""
PTSERVER_OPTIONS=""
VLSERVER_OPTIONS=""
FSSERVER_OPTIONS=""
VOLSERVER_OPTIONS=""
SALVAGER_OPTIONS=""