Administrator Guide : Managing network connections : Network listening names (Com.Listen) : Adding and modifying a network name for the server
  
Adding and modifying a network name for the server
You can add and modify network names for solidDB® server in the following ways:
To add network names for the server, use the following ADMIN COMMAND:
ADMIN COMMAND 'parameter com.listen=network_name'
The command returns the new value as the result set. If the network name entered is invalid, the ADMIN COMMAND statement returns an error. Otherwise the new name is enacted immediately. The changes are written to solid.ini at the next checkpoint.
The ADMIN COMMAND 'par com.listen=value' command does not replace existing network listening names; it appends new listening names to the existing list.
Modify the Com.Listen setting in the solid.ini file. Use a comma (,) to separate network names. Example:
[Com]
Listen = tcpip 1313, nmpipe soliddb
You must restart the solidDB® server to activate the changes.
To enable a network name temporarily, use the option -x listen:<connect-string> at solidDB® startup, enclosing the network name in double quotation marks. Example:
solid -x listen:"tcp 2313"
See also
Network listening names (Com.Listen)