Forum Replies Created
-
AuthorPosts
-
Hi Tanay,
We’re in the process of deploying them and are targeting DPU availability at KNIT11 around October 13–14.
Best.
Komal
Hi Nishanth,
Could you please try again? It should work now, freebsd fix introduced this check, i have disabled it now.
Best,
Komal
September 10, 2025 at 8:20 am in reply to: BSD images cause error- channel 0: open failed: connect failed: No route to host #8914Hi,
Fix for this issue has been deployed on production. Please try creating a slice and let us know if you run into any issues.
Best,
Komal
Hi Tejas,
You can use FABRIC’s Layer 3 FabNetv4 or FabNetv6 Network Service to establish connectivity between slices.
Any VM connected to FabNetv* in one slice can communicate with a VM connected to FabNetv* in another slice, provided the routes are configured correctly. You just need to add the following routes:
ip route add 10.128.0.0/10 via <fabnetv4_gateway> ip -6 route add 2602:FCFB:00::/40 via <fabnetv6_gateway>
You may also find this example artifact helpful, as it demonstrates inter-slice connectivity using FabNetv4.
Best,
Komal
September 6, 2025 at 7:43 pm in reply to: BSD images cause error- channel 0: open failed: connect failed: No route to host #8898Thank you for sharing this, Nishant and YoursSunny.
I was able to reproduce the issue. On IPv4 sites, user SSH keys are not being injected, and on IPv6, SSH connections are failing completely. We’ll work on addressing this and will let you know once the fix has been deployed. Apologies for the inconvenience in the meantime.
Best,
Komal
Hi Dagim,
Thank you for sharing this observation. Could you update the instantiation of the
fablib
object in the first cell to the following and then try running the notebook again?fablib = fablib_manager(project_id=project_id, validate_config=False)
Thanks,
KomalSeptember 3, 2025 at 11:06 pm in reply to: Running Jupyter notebook on JupyterLab doesn’t generate ssh_config file #8882Hi Zhihe,
This was a bug, a fix has been deployed on the default container. Could you please try running this notebook again?
Thanks,
Komal
Yes please Nirmala – Just keep the following in that file:
This should allow you to delete older examples.
{
"examples": [
{
"url": "default",
"location": "/home/fabric/work"
}
]
}Best,
Komal
September 3, 2025 at 6:36 am in reply to: Guaranteed Capacity and Traffic Prioritization across the Sites #8873Hi Philip,
We discussed this internally, and the minimum supported bandwidth value is 1 Gbps. At this time, we don’t have plans to provide more fine-grained options. If you need to simulate lower bandwidth, we recommend using tools such as
tc
.Best,
Komal
Hi Jacob,
Thank you for sharing the details. I discussed the energy consumption measurement topic with the team earlier today.
As mentioned before, we do not currently support energy consumption measurements on the VMs. The network team also confirmed that such measurement capabilities are not available on the network devices.
For identifying the geolocation of hops, we recommend using the L2PTP (Layer 2 Point-to-Point) network, where the user explicitly defines the network path by specifying the SITEs for each hop. You can then use
fablib.list_sites()
to obtain the geo-coordinates.Please refer to this artifact for guidance on setting up an L2PTP slice:
https://artifacts.fabric-testbed.net/artifacts/7e439627-96be-45e0-ab67-50bb607f06e4Also, regarding the renewal request, I see that it was submitted yesterday. Michael will follow up on that through the ticket.
Best,
Komal
-
This reply was modified 2 weeks, 4 days ago by
Komal Thareja.
Hi Nirmala,
You don’t need to keep the example notebooks, so please go ahead and remove them.
Could you also take a look at the contents of
/home/fabric/fabric_config/fabric_config.json
? I suspect there may be multiple entries in that file. If so, please delete it as well—this should prevent the older examples from being retained when you log in again.Best,
Komal
Hi Jacob,
At the moment, energy consumption measurements are not passed into the VMs. I’ll bring this up in our planning meeting so it can be considered for inclusion in a future release.
For location information, we currently expose the geo-coordinates for all FABRIC sites, which you can retrieve using
fablib.list_sites()
. One possible approach to determine the location of hops is to map IPs → Sites → Locations.Could you share your slice ID or specify the type of network service you’re using for your WAN experiment?
Best,
Komal
August 25, 2025 at 8:09 pm in reply to: CPU Pinning and Numa Tuning ConnectX_5/ConnectX_6 notebook not working #8848Hi Rasman,
The dataplane was down at MASS. The link has been restored, could you please try running the iPerf3 cells again from the notebook. Apologies for the inconvenience.
Thanks,
Komal
August 25, 2025 at 11:42 am in reply to: CPU Pinning and Numa Tuning ConnectX_5/ConnectX_6 notebook not working #8845Hi Rasman,
I was able to run iperf3 optimized notebook without issues. I am unable to access your notebook. It says Page Not Found.
Could you please share your slice ID?
Thanks,
Komal
August 22, 2025 at 4:44 pm in reply to: JupyterLab Save Error: No Space Left on Device in FABRIC Slice #8841Thank you @yoursunny for sharing the details on how to request more disk space on experiment VMs.
The /home/fabric/work directory (1GB) in the JupyterHub environment serves as persistent storage for code, notebooks, scripts, and other materials related to configuring and running experiments, including the addition of extra Python modules. However, it is not designed to handle large datasets or output files.
Please consider removing un-needed files to avoid this error.
Additionally, if you need more disk space in the Jupyter Hub Container, I recommend setting up your own FABRIC environment on your laptop or machine to run your experiments. This approach will allow you to capture more data and reduce reliance on Jupyter Hub.
Consider one of the following options:
- Running JupyterHub Container locally as described here.
- configuring a local Python environment for the FABRIC API as described here, and run the notebooks locally.
Best,
Komal
-
This reply was modified 3 weeks, 4 days ago by
Komal Thareja.
-
This reply was modified 2 weeks, 4 days ago by
-
AuthorPosts