Administrator’s Guide
Table Of Contents
- Chapter 1 Getting started
- Chapter 2 Migrating FileMaker Server from the previous version
- Read this first
- Step 1. Stop FileMaker Server
- Step 2. Make a copy of databases, scripts, and plug-ins
- Step 3. Save your settings
- Step 4. Uninstall FileMaker Server 7
- Step 5. Install FileMaker Server 8
- Step 6. Restore your settings
- Step 7. Move files to the proper location
- Step 8. Complete your migration
- For FileMaker Server Advanced users
- Chapter 3 Installing FileMaker Server
- Chapter 4 Hosting databases
- Chapter 5 Configuring FileMaker Server
- Using the configuration assistants (Windows)
- Configuring client connections
- Setting database properties
- Opening runtime solutions automatically
- Specifying additional database and default backup folders
- Setting administrative properties
- Recording usage statistics and setting log file size limits
- Configuring a directory service
- Setting FileMaker Server security
- Restoring FileMaker Server default settings
- How FileMaker Server behaves during system sleep or abnormal shutdown
- Chapter 6 Administering FileMaker Server
- Starting FileMaker Server (Windows)
- Stopping FileMaker Server (Windows)
- Starting FileMaker Server (Mac OS)
- Stopping FileMaker Server (Mac OS)
- Overview of starting and stopping FileMaker Server using FileMaker Server Admin
- Connecting to FileMaker Server using FileMaker Server Admin
- Default folders for plug-in files
- Enabling database plug-ins
- Viewing usage statistics for FileMaker Server
- Monitoring server performance (Windows)
- Using reported events to track activities
- Using FileMaker Server in Mac OS
- Using the command line to automate tasks
- Chapter 7 Scheduling administrative tasks
- Scheduling database backups
- Running script files
- Sending messages to clients of hosted databases
- Viewing scheduled tasks in the Schedules view (Windows)
- Viewing scheduled tasks in the Schedules view (Mac OS)
- Running scheduled tasks manually
- Editing scheduled tasks
- Duplicating scheduled tasks
- Deleting scheduled tasks
- Enabling and disabling scheduled tasks
- Index
54 FileMaker Server Administrator’s Guide
5. Set permissions to:
chmod 660 <filename>
or
chmod -R 770 <folder>
6. Enable the group read and executable bits by entering the following
at the command line:
chmod g+rx <filepath>
or
chmod g+wrx <filepath>
The g+rx is necessary because scripts and plug-ins must have the
group read and executable bits enabled. Use the g+wrx form to permit
write permission as well. Some plug-ins or scripts that use preferences
or folders of additional files may require write permission to those
files or folders.
See FileMaker Server Help and Mac OS Help for more information,
including the man (online UNIX manual) pages for
chgrp(1),
chmod(1), sudo(8). For example, type man chgrp at the Terminal
prompt.
Using the command line to automate tasks
You can administer FileMaker Server using the command fmsadmin
at the command prompt (Windows) or the Terminal application
(Mac
OS) for tasks such as opening and closing databases, enabling
and disabling plug-ins, enabling and disabling schedules, and
performing scheduled tasks.
Note FileMaker Server commands can optionally include the user
name and password. If a command is used interactively, the name and
password are visible and can be viewed by others. If a command must
include a name and password in a script or batch file, ensure that only
the password owner can view the script or batch file.
The following table lists a summary of fmsadmin commands. For
detailed command syntax, see Help.
fmsadmin
commands Description
Backup Back up databases
Close Close databases
Delete Delete a schedule
Disable Disable plug-ins or scheduled tasks
Disconnect Disconnect a client
Enable Enable plug-ins or scheduled tasks
Help Get Help pages for fmsadmin commands
List List files, clients, plug-ins, or schedules
Open Open databases
Pause Temporarily stop database access
Reload Reload configuration properties
Resume Make databases available
Run Run a schedule
Send Send a message
Status Get status of clients or files
Stop Shut down the server