▪ If you specify -r, only the current value is displayed. By default, the output displays three values in the following order:
– current value
– startup value (used when the server was started)
– factory value preset in the product
▪ If you set param_name=*, the parameter is set to the factory value.
▪ If you include a parameter name and an equals sign (=) but do not specify an asterisk (*) or a value, the parameter is set to the startup value.
▪ If you specify -t or assign a parameter value as temporary, the new value is not stored in the solid.ini file.
▪ When the value of a parameter is changed, the change might apply immediately or the next time that the server is started. The access mode of the parameter defines the persistence of the parameter change, see Access mode and persistence of parameter modifications.
The command returns 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 returns an error.
For example:
▪ ADMIN COMMAND 'parameter'; displays all values for all parameters:
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.
▪ ADMIN COMMAND 'parameter logging'displays all parameters from section [Logging].