Jump to content
Server Maintenance This Week. ×

new to FileMaker Server 5.5


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

Recommended Posts

You cannot start or stop the service remotely.

You can close DBs, disconnect guests, send messages, get details of files or guests, view open files, view connected guests, view statistics.

In order to start and stop the service, run scripts or open DBs you would need to use some kind of OS level remote control package. Such as Remote Desktop, Timbuktu, Telenet, etc.

Link to comment
Share on other sites

If you are using a mac then you could enable remote login in the Sharing prefs pane. Then you can use ssh to login.

In terminal type this to remotely login to your server

ssh youradminusername@yourserveraddress

Then you can send commands to filemaker like this...

/Applications/FileMaker Server/FileMaker Server Config.app/Contents/Resources/fmserverd START

/Applications/FileMaker Server/FileMaker Server Config.app/Contents/Resources/fmserverd STOP

Here's the help page for fmserverd...

-----------------

FileMaker Server 5.5

where COMMAND is one of the following:

START to start the Server

STOP to stop the Server

OPEN to open one or more databases

CLOSE to close one or more open databases

PAUSE to pause one or more open databases

RESUME to resume one or more open databases

FILES to list currently open database

RELOAD to reload configuration file

Valid Options:

-f, --force force immediate shutdown

-h, --help display this help and exit

-m, --message "text" sends the specified text to guests of database(s)

being closed

-c, --config-file PATH specify the file path to the configuration file

-s, --skip skip opening databases in ServerRoot directory and

one level down

-t, --grace-time NUM the number of minutes until guest(s) will be

disconnected

PATH is a file or a directory.

Without a PATH all files in ServerRoot path and one

level down will be opened.

-------------------

I hope this helps,

g

Link to comment
Share on other sites

All you want to do is stop or start the FM server service remotely? If so then (assuming from your post that the server and client are both Windows 2000) right click My Computer from the client, select "manage" and then right click "computer management and choose "connect to another computer" and type in the server name - from there you can display a list of services. You will need to connect with an account that has admin privliges on the server.

Link to comment
Share on other sites

This topic is 7309 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.