Arctera

If you disable a public IP from the Azure portal, the corresponding AzureIP resource goes into UNKNOWN state [3928222]

When an AzureIP resource is ONLINE, if you disable the corresponding public IP from the Azure portal, the public IP resource ID is no longer associated with the Azure IP configuration. Therefore, the AzureIP resource goes into the UNKNOWN state.

Workaround:

  1. On the Azure portal, search for the IP configuration by using the private IP.
  2. Delete the IP configuration.
  3. Bring the AzureIP resource online by using the following command:

    # hares -online <azureip_resource_name> -sys <system_name>

If you disable a public IP from the Azure portal, the corresponding AzureIP resource goes into UNKNOWN state [3928222]

In this article