Forum Replies Created
-
AuthorPosts
-
January 18, 2023 at 12:09 pm in reply to: NIC information didn’t show up correctly when ssh to the nodes #3626
Oh, okay, then you are trying to create a local ethernet [layer 2] network?
I think we can also check here, https://fabric-fablib.readthedocs.io/en/latest/genindex.html
With all available methods
January 18, 2023 at 11:55 am in reply to: NIC information didn’t show up correctly when ssh to the nodes #3621Are you using FABlib2 API?
When you are creating the slice and allocating resources, then you should see your MAC address printed out as well.
December 28, 2022 at 1:38 pm in reply to: Exception: node.execute: Management IP Invalid: None #3574Hey,
I used to have the same issue. Check your project id if it changed, your keys, bastion, etc. Also, try to work in another site. Not all sites are available. In the hello world example, it gives you a random site that might be unavailable.
Something else you can try is go to the hub control panel in your Jupyter notebook and then restart your server.
Hope this helps!
-Alicia
1 user thanked author for this post.
September 14, 2022 at 11:16 am in reply to: Production Jupyter Hub Upgrade 09/13/22 [PLEASE READ] #3031To download everything, I run this !tar chvfz notebook.tar.gz * in a separate cell in one of my notebooks.
Then right click, copy download url, paste on a new tab and enter.Perfection. We will work on this as soon as Fabric is up again.
Thanks Paul!
-Alicia
Hi Paul,
I will jump into this. I have seen and I worked in this experiment before. The example was working as expected, with no issues. What I believe might be happening is that we are pulling a docker image that might be down. The screenshot is from the file “router_setup_p4_bmv2_container.sh” where we install the p4 behavioral model to the switches.
Also, I paid attention to the sites, and in particular with the example I run before, I was using IPV6 sites. The logic seems fine, but as I said, probably there might be an issue with the docker images. Is there a way we can check that Paul? Also, if we know exactly what is inside/ have access to these docker containers, we can create our own.
Having that simple example working again can help us to instantiate and run our own customized experiment.
Thank you!
-Alicia
Hey Fabric friends,
I’m working on allocating some resources for a particular project I’m working on. My Project name is “Flynet
Project for NSF Flynet project”. We are getting the following error:Error: Failed to submit slice: Status.FAILURE, (500)
Reason: INTERNAL SERVER ERROR
HTTP response headers: HTTPHeaderDict({‘Server’: ‘nginx/1.21.6’, ‘Date’: ‘Wed, 08 Jun 2022 16:11:34 GMT’, ‘Content-Type’: ‘text/html; charset=utf-8’, ‘Content-Length’: ‘130’, ‘Connection’: ‘keep-alive’, ‘Access-Control-Allow-Credentials’: ‘true’, ‘Access-Control-Allow-Headers’: ‘DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range’, ‘Access-Control-Allow-Methods’: ‘GET, POST, PUT, DELETE, OPTIONS’, ‘Access-Control-Allow-Origin’: ‘*’, ‘Access-Control-Expose-Headers’: ‘Content-Length, Content-Range, X-Error’, ‘X-Error’: ‘PDP Authorization check failed – Policy Violation: Your project is lacking Component.SmartNIC tag to provision a VM with SmartNIC.’})
HTTP response body: PDP Authorization check failed – Policy Violation: Your project is lacking Component.SmartNIC tag to provision a VM with SmartNIC.With the new updates, our understanding is that we need certain permissions in order to run this experiment.
Any help will be much appreciated.
-Alicia
-
AuthorPosts