Jump to content
Server Maintenance This Week. ×

Is it possible to start and stop the Database Server / Web Publishing Engine on a schedule?


This topic is 5111 days old. Please don't post here. Open a new topic instead.

Recommended Posts

On Filemaker Server 11, is there a way I can start and stop the Database Server and Web Publishing Engine on a schedule? I only want the hosted databases available at certain times of the day, and do not want to put individual scripts in every database.

It isn't practical to simply set a schedule for the server computer to turn off and on since it is running other things that need to still be available.

Link to comment
Share on other sites

You'd need to this with an external OS level script such as a VBS with an external scheduler such as Task Manager.

Whoops, just saw you are on Mac OS. So use a shell script and some external scheduler.

Steven

Edited by Guest
OS selection specific
Link to comment
Share on other sites

I've figured out that I can schedule the starting and stopping of the Database server using Terminal, Crontab, and fmsadmin. However, it doesn't seem possible to start or stop the Web Publishing Engine that way. I'd like the option of keeping the Database server running but turning on and off the Web Publishing Engine. Any ideas?

fmsadmin doesn't seem to have any commands to control web publishing engine.

Edited by Guest
Link to comment
Share on other sites

I'd like the option of keeping the Database server running but turning on and off the Web Publishing Engine. Any ideas?

Since FileMaker Server 9, these are no longer separately controlled in the fashion you desire. However, you might be able to shut off the web server, either Apache or IIS, with the same OS level scripting. This would block web based access.

Steven

Link to comment
Share on other sites

You can make it easy on yourself and use the fmsadmin command to just close the files at certain times.

You can leave the database engine and the web publishing engine on.

Or if you don't want to leave the database engine on use the

fmsadmin stop server

command to stop it. As long as you don't stop the underlying filemaker server daemon the web publishing engine will still work (but will have nothing to connect to so you're safe).

Link to comment
Share on other sites

This topic is 5111 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.