1. Komal Thareja

Komal Thareja

Forum Replies Created

Viewing 15 posts - 376 through 390 (of 557 total)
  • Author
    Posts
  • in reply to: cannot install mpi4py #6581
    Komal Thareja
    Moderator

      Hello Ze,

      If VM is created via JH, in the list of Nodes/VM, there is a column which displays the SSH command that can be used to SSH to VM. Please use the SSH command to VMs.

      Also, following commands may be useful to install mpi4py.

      sudo apt update -y
      sudo apt-get -y install python3-pip
      sudo apt install mpich
      sudo apt install libopenmpi-dev
      sudo pip3 install mpi4py

       

      NOTE: Please refer to https://learn.fabric-testbed.net/knowledge-base/generating-ssh-configuration-and-ssh-keys/#using-ssh-to-access-your-vms for more guidance on SSH to VMs.

       

      Thanks,

      Komal

      1 user thanked author for this post.
      in reply to: Unable to create Slice, Errors at all ticketed nodes #6570
      Komal Thareja
      Moderator

        Issue has been resolved now. You slice provisioning should work now.

        in reply to: ERNETUNREACH when trying to connect to server outside FABRIC #6569
        Komal Thareja
        Moderator

          FABRIC only allows SSH and few ICMP messages over the management interface. Hosting services on management network is not recommended. Instead, we recommend using data plane network for your service.

          FABRIC serves as a secure sandbox, allowing students and researchers to experiment with potentially disruptive and vulnerable software architectures in a protected environment. When connecting external devices, such as laptops or servers, to nodes within a slice, it is crucial to employ secure methods like SSH tunnels. A Jupyter notebook example illustrates how to create SSH tunnels through the FABRIC bastion host. Alternatively, users can utilize personal VPNs like Tailscale for secure connections.

          Exposing ports to the entire Internet is restricted, reserved only for exceptional cases where alternative solutions are not viable. Moreover, users undertaking such capabilities are responsible for deploying, maintaining, and ensuring the security of experiments, akin to a production data center. IPv4Ext and IPv6Ext services facilitate these capabilities.

          For newcomers, getting acquainted with SSH tunnels is recommended due to their simplicity and security. If users have additional questions or require further guidance, they are encouraged to reach out.

          Thanks,

          Komal

          in reply to: Unable to create Slice, Errors at all ticketed nodes #6568
          Komal Thareja
          Moderator

            Hi Robin,

            There are libvirt issues on the worker your VMs are being created. We are looking at the issue and will keep you informed. However, could you please try using a different site than AMST in the meanwhile to unblock you?

            Apologies for the inconvenience!

            Thanks,

            Komal

            in reply to: Cannot SSH to VMs on newy-w2.fabric-testbed.net #6542
            Komal Thareja
            Moderator

              No, you don’t need to run “add/remove SSH keys” notebook. By default, when you create a slice, keys specified in your fabric_rc are already added to the VMs.

              in reply to: Cannot SSH to VMs on newy-w2.fabric-testbed.net #6540
              Komal Thareja
              Moderator

                @Sanjana – your config looks correct. Could you please try creating a slice and try SSH? If the SSH still fails, could you please share your public key: /home/fabric/work/fabric_config/slice_key.pub

                I can verify the correct key is being passed to the VM or not from backend.

                Thanks,

                Komal

                in reply to: Cannot ping gateway upon adding FABNetv4 to node #6533
                Komal Thareja
                Moderator

                  @Vaiden – Issue has been resolved. You may have to do the following to resolve in your slice:

                  • Remove MAX VM and FabNetv4 Network Service connected to it
                  • Submit
                  • Add Max VM and FabNetv4 Network Service
                  • Submit

                  Thanks,

                  Komal

                  • This reply was modified 2 years, 4 months ago by Komal Thareja.
                  1 user thanked author for this post.
                  in reply to: Maintenance on MAX – 02/06/2024 (9:00am-12:00pm EST) #6532
                  Komal Thareja
                  Moderator

                    Issue has been resolved and maintenance is complete.

                    Thanks,

                    Komal

                    in reply to: Cannot ping gateway upon adding FABNetv4 to node #6530
                    Komal Thareja
                    Moderator

                      @Vaiden – we have identified the issue and will let you know once it is resolved. For more updates follow here: https://learn.fabric-testbed.net/forums/topic/maintenance-on-max-02-06-2024-900am-1200pm-est/

                      Komal Thareja
                      Moderator

                        @Shoaib – Please consider running the commands as sudo  sudo <replace with command

                        Thanks,

                        Komal

                        in reply to: Cannot SSH to VMs on newy-w2.fabric-testbed.net #6524
                        Komal Thareja
                        Moderator

                          @Sanjana,

                          Could you please share the output of following commands:?

                          cat ~/work/fabric_config/fabric_rc

                          cat ~/work/fabric_config/ssh_config

                          ls -ltr ~/work/fabric_config

                          Thanks,

                          Komal

                          in reply to: Cannot SSH to VMs on newy-w2.fabric-testbed.net #6519
                          Komal Thareja
                          Moderator

                            @Sanjana – Could you please remove this file if it exists ~/work/fabric_config/ssh_config and run the validate_and_config.ipynb  notebook again?

                            Please try SSH to VMs via command line and share the error you see if it still fails.

                            Thanks,

                            Komal

                            in reply to: Cannot SSH to VMs on newy-w2.fabric-testbed.net #6517
                            Komal Thareja
                            Moderator

                              @Sanjana – glad to hear that you were able to create a slice successfully, are you still facing errors when you SSH to the VMs?

                              Thanks,

                              Komal

                              in reply to: Cannot SSH to VMs on newy-w2.fabric-testbed.net #6512
                              Komal Thareja
                              Moderator

                                @Sanjana,

                                Could you please follow the notebook: jupyter-exanples-1.6.*/configure_and_validate.ipynb to ensure your configuration is correct? Please try creating a slice after that and let us know if you still run into errors.

                                 

                                Thanks,

                                Komal

                                1 user thanked author for this post.
                                in reply to: When will Fabric be UP #6511
                                Komal Thareja
                                Moderator

                                  Good morning Nagmmat,

                                  This looks like a config issue – specifically incorrect/missing project id. Could you please verify your config using the notebook jupyter-examples-1.6.*/configure_and_validate.ipynb?

                                  Please let us know if you still run into errors.

                                  Thanks,

                                  Komal

                                Viewing 15 posts - 376 through 390 (of 557 total)