User's Manual

Engineering Test Software Operation
Rev 28_A Sept 2005
VIA Telecom, Inc. Proprietary
63
Rsp: "BINLOG, Cmd=Create, Status={Ok|Fail}, Cause=<cause>"
5.8.1.1.1 Command Parameters
Path=<pathname> The pathname of the file to be created.
5.8.1.1.2 Response Parameters
Status={Ok|Fail} If it is Ok then the binary file has been created and is being written to. If it is
Fail then the file did not open for some reason.
Cause=<cause> Specify the failure reason if Status = {Fail}
5.8.1.2 Close Binary Log File
This message pair is used to close a binary log file.
Cmd: "BINLOG, Cmd=Close"
Rsp: "BINLOG, Cmd=Close, Status={Ok|Fail}, Cause=<cause>"
5.8.1.2.1 Command Parameters
None.
5.8.1.2.2 Response Parameters
Status={Ok|Fail} If it is Ok then the binary file has been closed. If it is Fail then the file did not
close for some reason.
Cause=<cause> Specify the failure reason if Status = {Fail}
5.8.1.3 Get Status of Binary Log File
This message pair is used to get the status of a binary log file.
Cmd: "BINLOG, Cmd=GetStatus"
Rsp: "BINLOG, Cmd=GetStatus, Status={Idle|Logging|Playback|Fail}, Path=<pathname>"
5.8.1.3.1 Command Parameters
None.
5.8.1.3.2 Response Parameters
Status={ Idle|Logging|Playback|Fail } If it is Idle then no binary file has been created. If it is Logging
then a binary file is created and being written to. If it is
Playback then a binary file is being playback. If it is Fail then a
failure status occurs for some reason.
Cause=<cause> Specify the failure reason if Status = {Fail}
Path=<pathname> The pathname of the binary log file if there’s one.
5.8.1.4 Playback Binary Log File
This message pair is used to playback a binary log file
Cmd: "BINLOG, Cmd=Playback, Path=<pathname>"