Guide to Updating Plug-ins

Table Of Contents
Using FileMaker Server in Red Hat Linux 9-5
Reloading the configuration file to apply runtime
preference changes
If you make changes to the runtime preference settings, you can
reload the configuration file without affecting guest access to hosted
databases.
To reload the configuration file:
1. Switch to the root user by entering the following command at the
shell prompt:
$ su -l root
2. Enter the root password.
The prompt changes to #, indicating that you are now logged in as
root.
3. Reload the configuration file by entering:
# fmserverd reload
4. Log out as the root user by entering:
# logout
Restarting FileMaker Server to apply
configuration changes
If you make changes to the non-runtime preference settings, you
must restart FileMaker Server to apply preference settings.
To restart FileMaker Server and apply preference setting changes:
1. Switch to the root user by entering the following command at the
shell prompt:
$ su -l root
2. Enter the root password.
The prompt changes to #, indicating that you are now logged in as
root.
3. Stop the FileMaker Server service by entering:
# fmserverd stop
Any guests currently accessing hosted databases are asked to
disconnect within two minutes.
4. After FileMaker Server has stopped, restart the service by
entering:
# fmserverd start
5. Log out as the root user by entering:
# logout
Restoring preference defaults
Default settings for each parameter are documented in comment
lines in the configuration file (/etc/fmserver.conf). If you have
changed a preference parameter value and you want to restore it to
its default state, replace the changed value with the default value
located in the comment text that precedes the changed preference
parameter. Then reload or restart the configuration file, depending on
the requirements of the setting you restored.
1 DirectoryService.LogonRequired
1 DirectoryService.AcctName
1 DirectoryService.Password
1 DirectoryService.LdapServerPort
1 DirectoryService.DistinguishedName
1 DirectoryService.Owner
1 DirectoryService.Location
1 DirectoryService.Phone
1 DirectoryService.Email
Preference settings that require
you to restart FileMaker Server