You can change most server-side parameters (without restarting the solidDB server) by using ADMIN COMMANDs. 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 for all parameters, for all parameters in a section, or for a single parameter by using the ADMIN COMMAND 'parameter' command, see PARAMETER for details of all the options.
For example, to view all values (current, startup, and factory) for all parameters, use the following command:
ADMIN COMMAND 'parameter';
RC TEXT -- ---- 0 Accelerator ImplicitStart Yes Yes Yes 0 Accelerator ReturnListenErrors No No No 0 Com Listen tcp 2315, tcp 2315, tcp 1964 0 Com MaxPhysMsgLen 8192 8192 8192 0 Com RConnectLifetime 60 60 60 0 Com RConnectPoolSize 10 10 10 0 Com RConnectRPCTimeout 0 0 0 0 Com ReadBufSize 2048 2048 2048 0 Com SocketLinger Yes Yes Yes 0 Com SocketLingerTime 0 0 0 ... 192 rows fetched.
Viewing the description of a specific parameter
You can view a detailed description of a specific parameter, which includes the parameter type, access mode, and current, startup, and factory default values, by using the ADMIN COMMAND 'describe parameter' command. For details of the command output, see DESCRIBE.
Note Parameter support can vary between platforms.
For example, to display a description of the Durabilitylevel parameter, use the following command: