solidDB Help : Configuring and administering : 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 returns an error. Otherwise the new name is enacted immediately. The changes are written to solid.ini at the next checkpoint.
Note The command ADMIN COMMAND 'par com.listen=value' does not replace any existing network listening names; it appends new listening names to the list.
Modify the Com.Listen setting in the solid.ini file. Use a comma (,) to separate network names. For example:
[Com]
Listen = tcp 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, for example
solid -x listen:"tcp 2313"
Go up to
Network listening names (Com.Listen)