Specifies the local server connect information. This information is passed to other servers in the server farm.
mlsrv11 -c "connection-string" -lsc protocol[ protocol-options ] ...
protocol : tcpip | tls | http | https
protocol-options : ( option=value; ... )
This option is only needed when running the notifier in a MobiLink server farm. This information is passed to other servers when they want to connect to the local MobiLink server.
For example if we have a server running on a host named server_rack10, the command line could start:
mlsrv11 -x tcpip(port=200) -zs -ss server5 -lsc tcpip(host=server_rack10;port=200) -c ... |
In this example another server would use shared state in the consolidated database to get the connect string tcpip(host=server_rack10;port=200)
and use it to connect to the server just started.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |