1. Komal Thareja

Komal Thareja

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 565 total)
  • Author
    Posts
  • Komal Thareja
    Moderator

      You should be able to re-use the existing slice.

      Just run the following in a cell.

      slice=fablib.get_slice(slice_name)

      slice.post_boot_config()

      slice.list_nodes();

      slice.list_interfaces();

      Thanks,

      Komal

      Komal Thareja
      Moderator

        Hi Rasman,

        I tried both your shared NICs example and the iperf3 (CX5) notebook, and I do see IPs being configured on the VMs.

        Could you please run the following notebook:
        jupyter-examples-*/configure_and_validate/configure_and_validate.ipynb?

        It’s possible that your bastion keys have expired, which may be preventing fablib from properly configuring the nodes.

        I’ve attached a snapshot of the output from my runs below for reference.

        Best,
        Komal

        Komal Thareja
        Moderator

          Hi Rasman,

          Which JH container are you using?

          Best,

          Komal

          in reply to: pin_cpu & poa(operation=”cpupin”) #9620
          Komal Thareja
          Moderator

            Thank you for sharing your observations, @yoursunny. This was indeed a bug, and it has now been fixed in the Beyond Bleeding Edge container.

            I’ll be rolling out the fix to the Bleeding Edge container shortly as well.

            Best,
            Komal

            Komal Thareja
            Moderator

              Hi Rasman,

              Great question, and thanks for checking before running your experiments — we appreciate that!

              As yoursunny mentioned, you’ll want to use FABNetv4Ext or FABNetv6Ext network services for your experiment rather than the management network. These provide dedicated public Internet connectivity for your slices and are designed for exactly this kind of bulk data transfer work. The management network is shared infrastructure and should not be used for high-volume traffic.

              One important thing to note: FABNetv4Ext and FABNetv6Ext require additional project permissions that are not enabled by default. Your Project Lead will need to request the Net.FABNetv4Ext and/or Net.FABNetv6Ext permissions for your project through the FABRIC Portal (use the “Request additional project permissions” option under Experiments -> Projects).

              Once you have those permissions, you should be all set to run sustained download experiments against NCBI/ENA without any issues on the FABRIC side.

              Also, thanks yoursunny for jumping in with the helpful pointer!

              Best,
              Komal

              in reply to: Slice Renewal Stuck in Configuring State #9602
              Komal Thareja
              Moderator

                Hi Fatih,

                I looked into your slice (698e8e21). During the renewal attempt, several VMs failed to renew due to insufficient resources on the target workers. These closed on 2026-03-16 initial end date.

                – 4 VMs failed due to insufficient RAM (on ncsa-w1 and other workers)
                – 2 VMs failed due to insufficient cores (on mich-w2, mich-w3)

                These VM failures caused a cascade: their dependent network services (L2Bridge, L2PTP) were also closed on expiry i.e. function without the underlying VMs. In total, 85 out of 129 reservations were closed and 3 additional network services were cleaned up.

                The slice was stuck in Configuring because some network reservations were waiting indefinitely for their dead predecessor VMs. I have deployed a fix that now properly detects this condition and closes those stuck reservations, which is why the slice has transitioned out of the Configuring state.

                Unfortunately, this slice cannot be recovered in its current state — too many VMs and their dependent network services have been closed. I recommend deleting this slice and creating a new one. To avoid resource contention, you may want to check site availability before submitting and consider spreading your VMs across sites with more available capacity, or using smaller VM flavors.

                Please let us know if you need any further assistance.

                NOTE: Please note that with advanced reservations in play, renew/extend is not always guaranteed as the resources may have been acquired by someone else.

                Best regards,
                Komal

                in reply to: slice hungup on configuring #9588
                Komal Thareja
                Moderator

                  Hi Nirmala,

                  This looks like a bug. I am investigating it and will work to deploy a fix for this soon. Apologies for the inconvenience.

                  Best,

                  Komal

                  Komal Thareja
                  Moderator

                    Hi Sree,

                    VMs cannot communicate with each other over the private IPs assigned to interfaces connected to the management network. The interfaces with addresses in the 10.* range belong to this management network. Inter-VM communication should instead occur over the data plane network, which in your case is the L2Bridge network.

                    I reviewed your slice and noticed that you have three VMs and two L2Bridge networks configured. However, the IP addresses on the VM interfaces are not set up correctly. Each network must use a different subnet, and the corresponding VM interfaces should be assigned IP addresses from those respective subnets.

                    Please refer to the following example notebook, which demonstrates how to correctly configure the network:
                    jupyter-examples-*/fabric_examples/fablib_api/create_l2network_basic/create_l2network_basic_auto.ipynb

                    Make sure to use separate subnets for each network and assign the appropriate IPs to the VM interfaces so that communication works properly.

                    Best,
                    Komal

                    Komal Thareja
                    Moderator

                      Hi Sree,

                      Could you please share your slice ID so we can look at it? In addition, please check some of the following examples available via jupyter-examples-*/start_here.ipynb that may be useful.

                       

                      Thanks,

                      Komal

                      in reply to: node.execute() hangs in FABRIC notebook #9519
                      Komal Thareja
                      Moderator

                        Hi Fatih,

                        Could you please try changing the following files:

                        /home/fabric/work/fabric_config/ssh_config

                        /home/fabric/work/fabric_config/fabric_config

                        change bastion.fabric-testbed.net to bastion-ncsa-1.fabric-testbed.net in both the files.

                        Reload the kernel of your notebook and try the node.execute

                        Thanks,

                        Komal

                        in reply to: node.execute() hangs in FABRIC notebook #9517
                        Komal Thareja
                        Moderator

                          Hi Fatih,

                          Could you please check if you see any errors in the /tmp/fablib/fablib.log?

                          Also, could you please share which Jupyter Container are you using?

                          Best,

                          Komal

                          in reply to: Lost SSH login to a node #9496
                          Komal Thareja
                          Moderator

                            @Mert / @Khawar,

                            I attempted to recover the VM last night and shut it down as part of the process. During the investigation, I noticed that the /home/ubuntu/.ssh directory was missing from the VM. I tried to restore the SSH keys to regain access, but subsequently found that the VM was no longer bootable and consistently failed with filesystem errors.

                            Further inspection showed that /etc/fstab on the VM had been modified:

                            LABEL=cloudimg-rootfs / ext4 discard,errors=remount-ro 0 1
                            LABEL=UEFI /boot/efi vfat umask=0077 0 1
                            vm0:/myvol /gss glusterfs defaults,_netdev,nofail 0 0
                            

                            I attempted to revert the /etc/fstab changes, but was unable to recover to a bootable state. It appears these modifications may have been introduced as part of your experiment, possibly unintentionally.

                            Please be mindful when making system-level changes during experiments. In some cases, recovery is not possible if the VM state has been significantly altered and the changes are not fully known.

                            Best,

                            Komal

                            Komal Thareja
                            Moderator

                              Hi Meshal,

                              Could you please share your notebook? I was able to successfully create a slice with 100 VMs distributed across 6–8 sites without any issues. If you can share your notebook, I’d be happy to try reproducing the error and work on resolving it.

                              Best,

                              Komal

                              in reply to: Bluefield3 external connectivity issue #9462
                              Komal Thareja
                              Moderator

                                Hi Nishanth,

                                FABRIC currently has only three IPv4-capable sites: TOKY, BRIST, and FIU. BlueField devices are not available at BRIST or TOKY. I’ll work on reproducing the issue and investigate the connectivity problem on the IPv6 sites, and I’ll share my findings once I have more information. Thanks for your patience!

                                Best,
                                Komal

                                in reply to: KANS nodes missing experiment interfaces #9461
                                Komal Thareja
                                Moderator

                                  Hi Fatih,

                                  The PCI devices had been disconnected from your VMs, but I’ve now re-attached them. You should be able to see them on your VM.

                                  I’ll review the logs to determine what caused this. In the meantime, if you’re able to share any operations or actions triggered as part of your experiment, that would be very helpful in narrowing down the issue. Thanks so much for your help!

                                  Best,
                                  Komal

                                Viewing 15 posts - 31 through 45 (of 565 total)