You can change most server-side parameters with ADMIN COMMANDs without the need to restart the solidDB® server. All parameters are accessible with the ADMIN COMMANDs even if they are not present in the solid.ini configuration file.
Viewing parameters
You can view the parameter settings by all parameters, all parameters in a section, or a single parameter at a time.
The syntax for viewing parameters is the following:
– If no value is specified, the parameter is set to the factory (or unset) value.
– If you assign a parameter value with an asterisk (*), the parameter is set to its factory value.
▪You can provide blanks around the equal sign. For example:
ADMIN COMMAND 'parameter com.trace = yes'
▪When temporary is set, the changed value is not stored in the solid.ini file.
▪When the value of a parameter is changed with an ADMIN command, the change might apply immediately or the next time that the server is started.
– If a parameter value is written to the solid.ini file, it will take effect the next time that the server starts.
– If the temporary option is used, the value affects the current behavior of the server, but does not affect the server when it restarts.
– In some cases, the parameter change can be effective immediately. The parameter change is also written to the solid.ini file so that it also applies the next time that the server starts. The access mode of the parameter defines the persistence of the parameter change.
The commands return the new value as the result set. If the access mode of the parameter is RO (read-only) or the value entered is invalid, the ADMIN COMMAND statement returns an error.
Note Parameter management operations are not part of a transaction and cannot be rolled back.