-
Notifications
You must be signed in to change notification settings - Fork 26
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
Issue: gnbsim2 Container Error Logs After Deployment #79
Comments
There is nothing obviously wrong with what you've done. My guess is that you are running the blueprint on a single node, whereas we test this particular configuration on a 2-server configuration. (That is to say, there may have been a regression in this cast.) I suggest you try 2-servers and/or capture packet traces (as described in the guide) to help debug. Also, I'd recommend moving future questions to Slack, where there are more eyes on the issues. |
Thank you for your answer yeah you are right i used single server for this 🙂 . I will try this with two servers and will update.
…________________________________
From: Larry Peterson ***@***.***>
Sent: Tuesday, January 7, 2025 6:40 PM
To: opennetworkinglab/aether-onramp ***@***.***>
Cc: Hassan Shabir ***@***.***>; Author ***@***.***>
Subject: Re: [opennetworkinglab/aether-onramp] Issue: gnbsim2 Container Error Logs After Deployment (Issue #79)
There is nothing obviously wrong with what you've done. My guess is that you are running the blueprint on a single node, whereas we test this particular configuration on a 2-server configuration. (That is to say, there may have been a regression in this cast.) I suggest you try 2-servers and/or capture packet traces (as described in the guide) to help debug. Also, I'd recommend moving future questions to Slack, where there are more eyes on the issues.
—
Reply to this email directly, view it on GitHub<#79 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANB36HGGNNBMWIDTYSL6AU32JQGR7AVCNFSM6AAAAABUTT7OQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZVHA3TSMZSGM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hello Team,
First, thank you for the amazing work on this project! I’ve been following the documentation and have successfully set up the Aether platform. However, I’m facing an issue with the
gnbsim2
container during testing, and I would appreciate your guidance to resolve it.Environment Details
10.0.2.15
gnbsim
.Setup Steps Followed
main-upf.yml
intomain.yml
and updated it with the required parameters:hosts.ini
file according to my deployment setup.Current Deployment Status
Namespaces
All namespaces are active:
aether-5gc
aether-5gc-upf-1
aether-roc
cattle-monitoring-system
kube-system
default
Pods
All pods are in the
Running
state:aether-5gc
:amf
,smf
,udm
,nrf
, etc.aether-5gc-upf-1
:upf-0
pod with interfaces (core
andaccess
) having valid IPs.aether-roc
: ONOS pods (onos-config
,onos-topo
), ROC GUI, and others.Networking
10.0.2.15
upf-0
:core
:192.168.250.x
access
:192.168.252.x
core
andaccess
.Issue Description
While testing the deployment:
make aether-gnbsim-run
to simulate traffic.gnbsim1
container runs successfully, and I can see its summary log without any issues.gnbsim2
container starts but does not display any logs or activity.Both containers are in the
Up
state when checked usingdocker ps
.Expected Behavior
Both
gnbsim1
andgnbsim2
containers should:Actual Behavior
gnbsim1
provides successful output in the logs.gnbsim2
is running with error logs in output please refer to last screenshot.Screen Shorts
**Connectivity tests **
please check results of current deployment
The text was updated successfully, but these errors were encountered: