Home › Forums › FABRIC General Questions and Discussion › Assigned addresses lost in reserved slices
- This topic has 7 replies, 3 voices, and was last updated 6 months, 2 weeks ago by Komal Thareja.
-
AuthorPosts
-
May 6, 2024 at 3:04 pm #6989
Hello
I had this slice reserved in ‘WASH’ site. I had assigned addresses to the interfaces that is necessary for me to conduct my tests. I noticed this morning that though the slice is still reserved and stable, the interface addresses were lost. This has happened several times with other sites as well.
Is there a way this can be avoided?
Normally when this happens I delete the slice and reserve another, because our scripts to assign the interface addresses are invoked when the slice is created.
thanks
Nirmala
May 6, 2024 at 3:13 pm #6990Hello Nirmala,
Over the weekend, we encountered memory failures on the Wash workers, necessitating their reboot. Unfortunately, this led to the loss of IP addresses of your VMs. Rest assured, we are actively addressing the memory failure issue to prevent further worker reboots.
In the meantime, you can utilize the following block in a notebook to restore your IP configuration without having to delete your slice. We apologize for any inconvenience this may have caused.
try: slice = fablib.get_slice(name=slice_name) for node in slice.get_nodes(): print(f"{node}") node.config() except Exception as e: print(f"Exception: {e}")
Thank you for your understanding,
Komal
- This reply was modified 6 months, 2 weeks ago by Komal Thareja.
May 6, 2024 at 3:17 pm #6992Hello Nirmala,
We have been working on the problem that is causing instability and the end result you describe. Changes are partially deployed and we are expecting the problem is resolved. There will be one more maintenance to complete the deployment of the changes this week (tentatively on Thursday).
May 9, 2024 at 9:02 am #7000hello Komal,
the script is not working. I was unable to get back the assigned addresses. if there is some solution to this problem that would be very helpful
thanks
May 9, 2024 at 9:19 am #7001Hi Nirmala,
Could you please share your Slice ID or if possible please share your notebook? I can help tailor it to handle this scenario.
Thanks,
Komal
May 9, 2024 at 2:07 pm #7004hello Komal,
I deleted the WASH slice. I currently reserved another slice in CLEM site. My server crashed just after the resources were reserved. when I tried to connect again I get this message
“Failed to load resource information. Please reload this page”
I have reloaded multiple times and still unable to access the new slice
May 9, 2024 at 2:11 pm #7006Hello Nirmala,
Apologies for the inconvenience. We have a maintenance ongoing and hence the error on the portal.
Will keep you posted as soon as maintenance is complete.
Thanks,
Komal
May 9, 2024 at 7:17 pm #7008@Nirmala – Maintenance has been completed.
-
AuthorPosts
- You must be logged in to reply to this topic.