cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2276
Views
0
Helpful
2
Replies

[Cisco FAQ] - What are the SDV messages logged in the EventLog on the USRM?

mentrej
Level 1
Level 1

Can you please give me the SDV messages on this EventLog?

1 Accepted Solution

Accepted Solutions

hisawd
Level 1
Level 1

SDV Messages in the EventLog on the USRM

Reference: Time Warner Cable Switched Digital Video Channel Change Message Interface Specification (TWC-SDV-CCMIS).

ABREVIATIONS:

Conf – Confirmation

Init – Initialization

MPN – MPEG Program Number

Rx – Message received by the USRM

SDB – Switched Digital Broadcast, aka Switched Digital Video (SDV). SDB is part of the message name in the TWC CCMIS spec.

SDV – Switched Digital Video

Sm – Session Manager

Sel – Select

SGID – Service Group ID

SID – Source ID

STB – Set-Top Box

Tx – Message sent by the USRM

TWC Channel Change Message Interface Specification (TWC-SDV-CCMIS)

Message Name in CCMIS

(appears in EventLog as)

Description / Example from the USRM EventLog

SDBInitRequest (SdvSmRxInitReq)

Sent by SDV Client to report client initialization data to the server, i.e., to register with the Server.

2012/02/20 00:08:01.831 SdvSmRxInitReq,STB=10.142.85.250,TID=0x1,SesID=38c85cdbd4da/0,SGID=7998,Ver=0

SDBInitConfirm (SdvSmInitConf )

Sent by the SDV Server to configure the Client.

2012/02/20 00:08:01.831 SdvSmInitConf,STB=10.142.85.250,TID=0x1,SesID=38c85cdbd4da/0,RC=x0

SDBProgramSelectRequest

(SdvSmRxSelReq)

Sent from a User to the SDV Server to request that a broadcast program be provided.

2012/02/21 00:00:00.206 SdvSmRxSelReq,STB=10.120.21.0,SesId=f45fd494bcaa/0,TID=0xc2,SGID=7964,Tuner=0,SID=10097,TunerUse=0x1

SDBProgramSelectConfirm

(SdvSmTxSelConf)

Sent from the SDV Server to a User in response to the SDBProgramSelectRequest.

SdvSmTxSelConf,STB=10.120.21.0,TID=0xc2,SesId=f45fd494bcaa/0,RC=OK,MPN=10097,Freq=69300

0000,Mod=16,Tsid=51247,SGID=7964

ABREVIATIONS:

Bw – Bandwitdh

Cmd – Command

Conf – Confirmation

Req – Request

RID – Resource ID (e.g., management IP address of an edge QAM)

Rm – ResourceManager

SGID – Service Group ID

SID – Source ID

STB – Set-Top Box

Sel – Select

SDV Session Setup on the USRM

/opt/usrm/linux-tools/usrmcctail

Displays Channel changes and QAM operations, combining all operations related to a single transaction together.

SDBProgramSelectRequest

(SelReq)

SDBProgramSelectConfirm

(SelConf)

ResourceManagerBandwidth Request

(RmBwReq)

ResourceManagerCreateSession

(RmCreateSession)

ResourceManagerCommandSuccess

(RmCmdSuccess)

[root@USRM01 linux-tools]# usrmcctail

++++++++++ 001ac332e0ea/0x766 ++++++++++

SelReq         2009/12/02 03:01:31.551 STB=5.134.14.212 Tuner=0 SGID=34110 SID=1350

SelConf         2009/12/02 03:01:31.551 RC=OK MPN=1014 Freq=567000000

++++++++++ 0002dea51bfc/0x1a5 ++++++++++

SelReq         2009/12/02 03:01:32.762 STB=5.173.11.94 Tuner=0 SGID=34007 SID=1519

RmBwReq         2009/12/02 03:01:32.764 BW=3750000 GDA=232.129.2.95

RmCreateSession 2009/12/02 03:01:32.765 SesId=0019b9f7e096/6266778 RID=172.30.104.6 chan0=10 EdgeIn=172.30.104.134 GDA=232.129.2.95

SelConf         2009/12/02 03:01:32.765 RC=OK MPN=1058 Freq=597000000

RmCmdSuccess   2009/12/02 03:01:32.776 Cmd=CreateSession RID=172.30.104.6

++++++++++ 001ac332e0ea/0x767 ++++++++++

SelReq         2009/12/02 03:01:33.089 STB=5.134.14.212 Tuner=0 SGID=34110 SID=1333

RmBwReq         2009/12/02 03:01:33.091 BW=15000000 GDA=232.129.2.124

RmCreateSession 2009/12/02 03:01:33.092 SesId=0019b9f7e096/6266779 RID=172.30.92.9 chan0=6 EdgeIn=172.30.93.50 GDA=232.129.2.124

SelConf         2009/12/02 03:01:33.092 RC=OK MPN=1066 Freq=597000000

RmCmdSuccess   2009/12/02 03:01:33.116 Cmd=CreateSession RID=172.30.92.9

ABREVIATIONS:

Cmd – Command

RID – Resource ID (QAM management IP address)

Rm – ResourceManager

RPC Error Codes – USRM Resource Manager

RPC Error Description – from Generic QAM Interface (GQI) Specification

RPC Error Code

GQI_NO_ERROR

0x90020000

GQI_ERROR_RPC_OUT_OF_MEMORY

0x90020001

GQI_ERROR_RPC_HARDWARE_FAILURE

0x90020002

GQI_ERROR_RPC_SESSION_NOT_FOUND

0x90020003

GQI_ERROR_RPC_MISSING_MSK

0x90020004

GQI_ERROR_RPC_SESSION_ALREADY_EXISTS

0x90020005

GQI_ERROR_RPC_INSUFFICIENT_MEMORY

0x90020006

GQI_ERROR_RPC_INSUFFICIENT_CAPACITY

0x90020007

GQI_ERROR_RPC_PROVISION_FAILURE

0x90020008

GQI_ERROR_RPC_PROGRAM_NUMBER_CONFLICT

0x90020009

GQI_ERROR_RPC_BANDWIDTH_UNAVAILABLE

0x9002000A

GQI_ERROR_RPC_SAME_GIGAIP

0x9002000B

GQI_ERROR_RPC_GIGAIP_INVALID

0x9002000C

GQI_ERROR_RPC_GIGAIP_FAILURE

0x9002000D

GQI_ERROR_RPC_GROUP_SDB_SESSION_FAILURE

0x9002000E

GQI_ERROR_RPC_INSUFFICIENT_OUTPUT_CAPACITY

0x9002000F

GQI_ERROR_RPC_ROUTE_CONFLICT_OUTPUT

0x90020010

GQI_ERROR_RPC_ROUTE_CONFLICT_INPUT

0x90020011

GQI_ERROR_RPC_ROUTE_NOT_FOUND

0x90020012

GQI_ERROR_RPC_ROUTE_ALREADY_EXISTS

0x90020013

GQI_ERROR_RPC_INVALID_MULTICAST_ADDRESS

0x90020014

GQI_ERROR_RPC_INVALID_SOURCE_ADDRESS

0x90020015

GQI_ERROR_RPC_STAT_MUX_GROUP_DEJITTER_FAILURE 0x90020016

0x90020016

GQI_ERROR_RPC_GIGE_TYPE_CONFLICT

0x90020017

Example

2010/06/08 14:56:08.097 RmCmdFail,Cmd=CreateSession,RID=10.78.193.104,Status=0x9002000a,SesId=0015c5603cd0/20587682,MPN=1028,BW=3750000,GDA=232.181.0.71

View solution in original post

2 Replies 2

hisawd
Level 1
Level 1

SDV Messages in the EventLog on the USRM

Reference: Time Warner Cable Switched Digital Video Channel Change Message Interface Specification (TWC-SDV-CCMIS).

ABREVIATIONS:

Conf – Confirmation

Init – Initialization

MPN – MPEG Program Number

Rx – Message received by the USRM

SDB – Switched Digital Broadcast, aka Switched Digital Video (SDV). SDB is part of the message name in the TWC CCMIS spec.

SDV – Switched Digital Video

Sm – Session Manager

Sel – Select

SGID – Service Group ID

SID – Source ID

STB – Set-Top Box

Tx – Message sent by the USRM

TWC Channel Change Message Interface Specification (TWC-SDV-CCMIS)

Message Name in CCMIS

(appears in EventLog as)

Description / Example from the USRM EventLog

SDBInitRequest (SdvSmRxInitReq)

Sent by SDV Client to report client initialization data to the server, i.e., to register with the Server.

2012/02/20 00:08:01.831 SdvSmRxInitReq,STB=10.142.85.250,TID=0x1,SesID=38c85cdbd4da/0,SGID=7998,Ver=0

SDBInitConfirm (SdvSmInitConf )

Sent by the SDV Server to configure the Client.

2012/02/20 00:08:01.831 SdvSmInitConf,STB=10.142.85.250,TID=0x1,SesID=38c85cdbd4da/0,RC=x0

SDBProgramSelectRequest

(SdvSmRxSelReq)

Sent from a User to the SDV Server to request that a broadcast program be provided.

2012/02/21 00:00:00.206 SdvSmRxSelReq,STB=10.120.21.0,SesId=f45fd494bcaa/0,TID=0xc2,SGID=7964,Tuner=0,SID=10097,TunerUse=0x1

SDBProgramSelectConfirm

(SdvSmTxSelConf)

Sent from the SDV Server to a User in response to the SDBProgramSelectRequest.

SdvSmTxSelConf,STB=10.120.21.0,TID=0xc2,SesId=f45fd494bcaa/0,RC=OK,MPN=10097,Freq=69300

0000,Mod=16,Tsid=51247,SGID=7964

ABREVIATIONS:

Bw – Bandwitdh

Cmd – Command

Conf – Confirmation

Req – Request

RID – Resource ID (e.g., management IP address of an edge QAM)

Rm – ResourceManager

SGID – Service Group ID

SID – Source ID

STB – Set-Top Box

Sel – Select

SDV Session Setup on the USRM

/opt/usrm/linux-tools/usrmcctail

Displays Channel changes and QAM operations, combining all operations related to a single transaction together.

SDBProgramSelectRequest

(SelReq)

SDBProgramSelectConfirm

(SelConf)

ResourceManagerBandwidth Request

(RmBwReq)

ResourceManagerCreateSession

(RmCreateSession)

ResourceManagerCommandSuccess

(RmCmdSuccess)

[root@USRM01 linux-tools]# usrmcctail

++++++++++ 001ac332e0ea/0x766 ++++++++++

SelReq         2009/12/02 03:01:31.551 STB=5.134.14.212 Tuner=0 SGID=34110 SID=1350

SelConf         2009/12/02 03:01:31.551 RC=OK MPN=1014 Freq=567000000

++++++++++ 0002dea51bfc/0x1a5 ++++++++++

SelReq         2009/12/02 03:01:32.762 STB=5.173.11.94 Tuner=0 SGID=34007 SID=1519

RmBwReq         2009/12/02 03:01:32.764 BW=3750000 GDA=232.129.2.95

RmCreateSession 2009/12/02 03:01:32.765 SesId=0019b9f7e096/6266778 RID=172.30.104.6 chan0=10 EdgeIn=172.30.104.134 GDA=232.129.2.95

SelConf         2009/12/02 03:01:32.765 RC=OK MPN=1058 Freq=597000000

RmCmdSuccess   2009/12/02 03:01:32.776 Cmd=CreateSession RID=172.30.104.6

++++++++++ 001ac332e0ea/0x767 ++++++++++

SelReq         2009/12/02 03:01:33.089 STB=5.134.14.212 Tuner=0 SGID=34110 SID=1333

RmBwReq         2009/12/02 03:01:33.091 BW=15000000 GDA=232.129.2.124

RmCreateSession 2009/12/02 03:01:33.092 SesId=0019b9f7e096/6266779 RID=172.30.92.9 chan0=6 EdgeIn=172.30.93.50 GDA=232.129.2.124

SelConf         2009/12/02 03:01:33.092 RC=OK MPN=1066 Freq=597000000

RmCmdSuccess   2009/12/02 03:01:33.116 Cmd=CreateSession RID=172.30.92.9

ABREVIATIONS:

Cmd – Command

RID – Resource ID (QAM management IP address)

Rm – ResourceManager

RPC Error Codes – USRM Resource Manager

RPC Error Description – from Generic QAM Interface (GQI) Specification

RPC Error Code

GQI_NO_ERROR

0x90020000

GQI_ERROR_RPC_OUT_OF_MEMORY

0x90020001

GQI_ERROR_RPC_HARDWARE_FAILURE

0x90020002

GQI_ERROR_RPC_SESSION_NOT_FOUND

0x90020003

GQI_ERROR_RPC_MISSING_MSK

0x90020004

GQI_ERROR_RPC_SESSION_ALREADY_EXISTS

0x90020005

GQI_ERROR_RPC_INSUFFICIENT_MEMORY

0x90020006

GQI_ERROR_RPC_INSUFFICIENT_CAPACITY

0x90020007

GQI_ERROR_RPC_PROVISION_FAILURE

0x90020008

GQI_ERROR_RPC_PROGRAM_NUMBER_CONFLICT

0x90020009

GQI_ERROR_RPC_BANDWIDTH_UNAVAILABLE

0x9002000A

GQI_ERROR_RPC_SAME_GIGAIP

0x9002000B

GQI_ERROR_RPC_GIGAIP_INVALID

0x9002000C

GQI_ERROR_RPC_GIGAIP_FAILURE

0x9002000D

GQI_ERROR_RPC_GROUP_SDB_SESSION_FAILURE

0x9002000E

GQI_ERROR_RPC_INSUFFICIENT_OUTPUT_CAPACITY

0x9002000F

GQI_ERROR_RPC_ROUTE_CONFLICT_OUTPUT

0x90020010

GQI_ERROR_RPC_ROUTE_CONFLICT_INPUT

0x90020011

GQI_ERROR_RPC_ROUTE_NOT_FOUND

0x90020012

GQI_ERROR_RPC_ROUTE_ALREADY_EXISTS

0x90020013

GQI_ERROR_RPC_INVALID_MULTICAST_ADDRESS

0x90020014

GQI_ERROR_RPC_INVALID_SOURCE_ADDRESS

0x90020015

GQI_ERROR_RPC_STAT_MUX_GROUP_DEJITTER_FAILURE 0x90020016

0x90020016

GQI_ERROR_RPC_GIGE_TYPE_CONFLICT

0x90020017

Example

2010/06/08 14:56:08.097 RmCmdFail,Cmd=CreateSession,RID=10.78.193.104,Status=0x9002000a,SesId=0015c5603cd0/20587682,MPN=1028,BW=3750000,GDA=232.181.0.71

Thanks Dan

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: