CDN prossesing state Unknown

wyvasi

Member
Good day!
I get Processing state unknown for some cdn nodes.
What I did: I added new edge server and it doesn't play stream from some origin servers.
I tried the reset inbond/outboud endpoints with no help also tried different origin dns as default entry_point.
What shoud I try to fix this?
WCS Version 1181
Also sometimes I see both the DNS and IP for a specific NODE in the cdn-nodes which it I believe should appear only once.

show cdn-nodes
Ip State Processing state Role Version Group
----------------------------------------------------------------------------------------
____ip____ ACTIVE NEW_STREAMS_ALLOWED ORIGIN 2.5 null
____dns_____ ACTIVE UNKNOWN ORIGIN 2.0 null
_____dns_____ ACTIVE NEW_STREAMS_ALLOWED ORIGIN 2.5 null
_________ip____ ACTIVE NEW_STREAMS_ALLOWED EDGE 2.5 null
_________ip____ ACTIVE NEW_STREAMS_ALLOWED EDGE 2.5 null
_____dns_____ ACTIVE UNKNOWN ORIGIN 2.0 null
 

Max

Administrator
Staff member
Good day.
Seems like IP address resolved by DNS is no the same as CDN signaling port is bound to.
Please try to set
Code:
cdn_nodes_resolve_ip=false
and set IP addresses, not DNS names, to cdn_ip and cdn_point_of_entry parameters.
 
Top