Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » 使用 MobiLink 服务器技术 » MobiLink 服务器选项

 

-on 选项

指定 MobiLink 服务器消息日志文件的最大大小,达到该大小后,将用扩展名 .old 重命名该文件并起用一个新文件。

语法
mlsrv11 -c "connection-string" -on size [ k | m ]...
注释

size 是消息日志文件大小的最大值,以字节为单位。使用后缀 k 或 m 分别指定以千字节或兆字节为单位。最小值限制为 10 KB。

日志文件达到指定大小后,MobiLink 服务器将用扩展名 .old 重命名输出文件,并以原始名称起用一个新文件。

注意

如果 .old 文件已经存在,则将覆盖它。要避免丢失旧的日志文件,请使用 -os 选项。

此选项不能与 -os 选项一起使用。

另请参见