We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 :
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Team,
We have deployed ran-simulator successfully following https://github.com/onosproject/ran-simulator/blob/master/docs/quick_start.md link.
<style> </style>Please have a look at the sdran subsystems deployed :
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.
The text was updated successfully, but these errors were encountered: