1. Komal Thareja

Komal Thareja

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Bluefield3 external connectivity issue #9479
    Komal Thareja
    Moderator

      Hi Nishanth,

      Could you please take a look at this example notebook:
      https://github.com/fabric-testbed/jupyter-examples/blob/main/fabric_examples/fablib_api/bluefields/bluefield_dpus_l2_network_basic_auto.ipynb

      I’ve recently updated it to enable internet connectivity on BlueField for both IPv4 and IPv6 sites.

      Please let me know if you run into any issues.

      Best,
      Komal

      in reply to: slice is configuring for a long time – unable to delete #9053
      Komal Thareja
      Moderator

        Hi Jonah,

        I have closed your slice via the admin CLI. One of your slivers was stuck trying to renew, looks like a bug, I will work to address that. Thank you for sharing your observation and help us address this issue. Appreciate it!

        Best,

        Komal

        Komal Thareja
        Moderator

          Hi Peter,

          Possibly a bug, however, I tried doing this with my existing slice and it seems to work.

          Is there a specific sequence in which you are running this code? Just trying to reproduce this on my end.

          Code Snippet of my trials:

          
          from fabrictestbed_extensions.fablib.fablib import FablibManager as fablib_manager
          from ipaddress import ip_address, IPv4Address, IPv6Address, IPv4Network, IPv6Network
          fablib = fablib_manager()
          slice = fablib.get_slice(slice_name)
          for nw in slice.get_networks():
          print(nw)
          for ifc in slice.get_interfaces():
          print(ifc)
          

          Thanks,

          Komal

           

          P.S: we did roll out some improvements w.r.t to how often the interfaces are updated to limit the number of ssh connections.

          in reply to: Slice extension stuck at “configuring” #8668
          Komal Thareja
          Moderator

            Hi Acheme,

            There was a network event at RENCI yesterday that disrupted some of our services. It appears we overlooked recovering the Network AM afterward, which has caused your slice to remain stuck while renewing the network slivers. I’ve now restarted the Network AM. Could you please try deleting the slice and recreating it?

            Thanks,

            Komal

            in reply to: Network interfaces deleted automatically from nodes. #7342
            Komal Thareja
            Moderator

              Hi Prateek,

              I also have a similar question as @yoursunny: what observations led you to conclude the deletion of interfaces?

              Additionally, could you please share the Slice ID for a slice where this issue has been observed? This information would be immensely helpful for our debugging process.

              Thanks,

              Komal

              in reply to: How to use long-lived tokens in experiments #7098
              Komal Thareja
              Moderator

                Please install from the main branch via the command you shared.

                Thanks,

                Komal

                in reply to: Exposing Ports to the Outside World #6315
                Komal Thareja
                Moderator

                  @Lyod – Could you please share your Slice ID? Also, are you able to ping your VM on the Ext IP.

                Viewing 7 posts - 1 through 7 (of 7 total)