Sangfor Community»Categories Cloud & Infrastructure Hyper Converged Infrastructure (HCI/aSV) Remove interfaces from Storage Network Interface

Remove interfaces from Storage Network Interface

views: 86 | comments: 2 | added to Favorites 0
Lights on | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
Created: 2026-Jun-04 04:27

Summary:

I configured interfaces in the Storage Network Interface section for testing, but I can't find a way to remove them. How can I remove these interfaces?

Reply

Prosi Posted 2026-Jun-04 11:53
Typically, the interface cannot be deleted directly because it is bound to a storage service. It is used by distributed storage communications. It is still referenced by the cluster configuration.

The general deletion process is: Disable storage traffic on the interface. Remove the IP binding. Detach/remove the equivalent VMkernel service. Then delete the interface.
admin Posted 2026-Jun-04 11:40
To remove configured interfaces in the Storage Network Interface section, you can try the following:

If you are dealing with virtual interfaces, you can delete them using the command Remove-VirtualNetworkInterface.
For example, first get the interface object with Get-VirtualNetworkInterface, then remove it by running Remove-VirtualNetworkInterface -VirtualNetworkInterface . This method deletes the virtual interface directly.

If you are working in the HCI console and cannot find the delete option for aggregate interfaces or storage network interfaces, try zooming out the page or widening the UI box horizontally in the editing area. The delete option is usually located to the right of the edit option, so adjusting the view may reveal the delete button.

If you need to delete residual or leftover network interface configurations (especially in version 6.1.0R1), you can do so by stopping the node agent periodic service, renaming the configuration files of the interfaces to be deleted in the /sf/cfg/if.d/ directory and its backup directory, running the update_etc_network_interfaces.sh script to update the configuration, and then restarting the node-agent service. This is a more advanced method for cleaning up interface configurations.

Please ensure all virtual machines and virtual network devices are shut down before modifying or deleting storage network interfaces to avoid service interruptions.

For more details, please click the link to chat with Sangfor Solvia.