Starting a Fileshare Server

You must run Fileshare commands from the Enterprise Developer command prompt.

To start a Fileshare server:

fs -s server-name

where server-name names the server, and corresponds to the ID by which the client region knows the server. The -s parameter is mandatory on each Fileshare command unless you are using a configuration file. For a list of valid parameters, see the section Using a Fileshare Server Configuration File.

This command starts a server with the default protocol enabled, and with no password checking performed when a client tries to access the server. The default protocol is TCP/IP. You can use the -cm parameter to explicitly name the protocols to be used. For example:

fs -s fstest -cm ccinampu

In this example, ccinampu is the CCI module required for Named Pipes.

The following example starts a server with password checking applied through the file fs.pwd:

fs -s fstest -cm ccitcp -pf fs.pwd

Refer to Using a Fileshare Password File for details on how password checking works.