Forum Replies Created
-
AuthorPosts
-
Hello Zheyi,
The VMs from your slices are being provisioned on
eduky-w12.fabric-testbed.net
This host is heavily used and is reporting Page Faults and Memory issues. We are investigating that and have placededuky-w12.fabric-testbed.net
in Maintenance.Please try creating a slice on EDUKY and let us know if you still see the issue.
Thanks,
Komal
1 user thanked author for this post.
April 10, 2024 at 10:25 am in reply to: OpenVSwitch link under Complex Recipes doesn’t go anywhere #6905Good morning Violet and Jackson,
We have deployed a fix for the OVS Bridges. Experiments with OVS Bridges can now be conducted using NIC_Basic with the following host considerations.
Host Considerations:
Because of constraints imposed by NVIDIA/Mellanox, when utilizing
NIC_Basic
for an OVS bridge experiment, it is advisable to deploy the VM responsible for running the bridge on a separate host from the VMs linked to the bridge.Additionally, it’s worth noting that this condition does not apply to
NIC_ConnectX_5
andNIC_ConnectX_6
configurations.Example Notebook:
Updated example is available at: https://github.com/fabric-testbed/jupyter-examples/blob/main/fabric_examples/complex_recipes/openvswitch/openvswitch.ipynb
Thanks,
Komal
Hi Vaiden,
VM is up and accessible via SSH. Could you please check if your bastion keys are expired?
Thanks,
Komal
April 1, 2024 at 10:26 am in reply to: Unable to log interface down in /var/log/messages – OSPF #6883Hi Kriti,
By default, fablib marks the dataplane interfaces as unmanaged by NetworkManager. So NetworkManager is not logging the interface down operation. This was done deliberately as having an interface managed by NetworkManager kept overriding the IP address configuration applied by fablib. Please note this behavior is specific to rocky images which enables NetworkManager by default. Ubuntu doesn’t use NetworkManager by default.
We disable NetworkManager on rocky to be consistent with Ubuntu and leave it to the user to change this behavior as they see fit.
Thanks,
Komal
Hello Yifang,
Could you please share the output of the following commands? This seems to be an issue local to your environment.
cat /home/fabric/work/fabric_config/fabric_rc
andls -ltr /home/fabric/work/fabric_config
Also, please try to Restart your JH container via File -> Hub Control Panel -> Stop My Container followed by Start My Container.
Thanks,
Komal
March 7, 2024 at 9:57 am in reply to: Maintenance on Network AM – 03/06/2024 (9:00pm-10:00pm EST) #6803Maintenance is complete and the network model has been updated.
Hello Khawar,
Could you please check if you have any entries for
fabrictestbed-extensions
in/home/fabric/work/fabric_config/requirements.txt
? If so, please remove those entries and restart your container via File -> Hub Control Panel -> Stop My container followed by Start My Container.This should clear the issue. Please let us know if the problem persists.
Thanks,
Komal
Could you please remove the file
/home/fabric/work/fabric_config/ssh_config
and re-run thejupyter-examples-rel1.6.1/configure_and_validate.ipynb
notebook? This shall fix the config issue.Thanks,
KomalCould you please share the output of the command
cat /home/fabric/work/fabric_config/ssh_config
?If this file already existed, the notebook wouldn’t have made any changes to it. Looks like line 5 has some issues.
Sharing example contents of this file below with BASTION USERNAME MASKED:
UserKnownHostsFile /dev/null StrictHostKeyChecking no ServerAliveInterval 120 Host bastion.fabric-testbed.net User YOUR_BASTION_USER_NAME ForwardAgent yes Hostname %h IdentityFile /home/fabric/work/fabric_config/fabric_bastion_key IdentitiesOnly yes Host * !bastion.fabric-testbed.net ProxyJump YOUR_BASTION_USER_NAME@bastion.fabric-testbed.net:22
-
This reply was modified 11 months, 4 weeks ago by
Komal Thareja.
The error observed is because of the incomplete config. You can run the configure notebook from the path
jupyter-examples-rel1.6.1/configure_and_validate.ipynb
without impacting your experiments.This only sets up your environment. Experiments from rel-1.5.4 would still work after the config.
Thanks,
Komal
1 user thanked author for this post.
Hi Robin,
Config notebook has been updated to avoid such errors.
Could you please run the notebook:
jupyter-examples-rel1.6.1/configure_and_validate.ipynb
?This should update your bastion keys if expired or do not exist. Please try creating a slice and SSH access again after that from console as well as the notebook. Please restart the notebook kernel after the keys are updated.
Thanks,
Komal
February 29, 2024 at 5:05 pm in reply to: issue with creating chameleon server using the notebook chameleon_facility_port #6651Attaching the screenshot for Chameleon Lease
February 29, 2024 at 4:31 pm in reply to: issue with creating chameleon server using the notebook chameleon_facility_port #6646Please create a Lease to reserve a host on Chameleon via Project -> Reservations -> Leases -> Create Lease.
Once the lease is created, click on the lease, you will Reservation section on it, Copy the Id from there.
This is the Id you need to use in the notebook. Hope this helps.
If you create the Server on Chameleon manually. Please set the IP address and the routes on the server as below:
ip addr add 10.130.162.2/24 dev eth1
Add route:
route add -net 10.130.162.0/24 dev eth1
Change the IP and interface as per your FabNet subnet.
February 29, 2024 at 9:14 am in reply to: OpenVSwitch link under Complex Recipes doesn’t go anywhere #6639The fix for BasicNICs is planned to be made available in the next software release 1.7 planned to be available by end of Spring semester.
Thanks,
Komal
-
This reply was modified 11 months, 4 weeks ago by
Komal Thareja.
February 28, 2024 at 8:48 pm in reply to: issue with creating chameleon server using the notebook chameleon_facility_port #6638I just ran this notebook: https://github.com/fabric-testbed/jupyter-examples/blob/main/fabric_examples/complex_recipes/Chameleon_Facility_Port/Chameleon_Facility_Port_fabnetv4.ipynb
No additional steps needed.
Thanks,
Komal
-
This reply was modified 11 months, 4 weeks ago by
-
AuthorPosts