For a description of the options that you can use with the server startup commands, see Command line options.
Complete the following steps to start a standard solidDB server:
1 Ensure that you have a valid license file in your working directory.
2 Start the solidDB server:
▪ On Windows: Either, click Start > Programs > solidDB > Start solidDB server or in the working directory, type the following command at the command prompt:
solid [options]
On subsequent starts, you can run the server in the background by typing the following command at the command prompt:
start solid
▪ On Linux: In the working directory, type the following command at the command prompt:
solid[options]
When you start the server for the first time, use the command-line option -f to force the server to run in the foreground.
Results
When solidDB is started, the server performs the following steps:
1 Reads the value of the IndexFile.FileSpec parameter from the solid.ini configuration file.
2 Checks if there is a database file with the names and paths that are specified in the IndexFile.FileSpec parameter.
▪ If a database file is found, the database is opened.