Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to fetch nodes information from ran simulator through onos-cli #511

Open
Bhanupriya03 opened this issue Jan 30, 2024 · 0 comments
Open

Comments

@Bhanupriya03
Copy link

Bhanupriya03 commented Jan 30, 2024

Hi Team,

We have deployed ran-simulator successfully following https://github.com/onosproject/ran-simulator/blob/master/docs/quick_start.md link.
Please have a look at the sdran subsystems deployed :

<style> </style>
NAME READY STATUS RESTARTS AGE
onos-a1t-665f57866f-5cds7 1/2 Running 88 (4m12s ago) 5h49m
onos-cli-5bf8dd6895-l7lg4 1/1 Running 0 5h49m
onos-config-58b9f9f5fb-pbh9v 2/3 Running 66 (4m7s ago) 5h49m
onos-e2t-5959487b76-k9cnz 1/2 Running 66 (4m2s ago) 5h49m
onos-topo-7b48559874-7xqz9 1/2 Running 64 (4m12s ago) 5h49m
onos-uenib-5795f86457-nn8qw 1/2 Running 67 (4m32s ago) 5h49m
onos-uenib-5795f86457-nn8qw 1/1 Running 0 5h49m
sd-ran-consensus-0 0/1 Pending 0 5h49m
sd-ran-consensus-1 0/1 Pending 0 5h49m
sd-ran-consensus-2 0/1 Pending 0  5h49m

But we are unable to get the ran-sim nodes from onos-cli. Please have a look at the issue we are getting :

~ $ onos ransim get nodes
GnbID Status Service Models E2T Controllers Cell NCGIs
rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup topo-discovery on 10.96.0.10:53: server misbehaving"
~ $

However, we are getting the nodes without onos-cli using the following commands :

clipod=$(kubectl -n sd-ran get pods | grep onos-cli | cut -d\ -f1)
kubectl -n sd-ran exec --stdin $clipod -- /usr/local/bin/onos ransim get nodes

Output :

GnbID Status Service Models E2T Controllers Cell NCGIs
5153 Running mho,rcpre2,kpm2,rc e2t-1 13842601454c001,13842601454c002,13842601454c003
5154 Running mho,rcpre2,kpm2,rc e2t-1 138426014550001,138426014550002,138426014550003
[root@localhost ~]#
[root@localhost ~]#

Please suggest how to resolve the issue when we are fetching nodes from onos-cli.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant