Error message during Commit: High-availability ha1 interface configuration requires an ip-address to be configured(module: ha_agent) Commit failed.
16402
Created On 10/05/21 12:24 PM - Last Modified 12/22/22 04:22 AM
Symptom
- Migrating the configuration from physical Panorama to VM Panorama
- After migration, using commit fails with the error below
High-availability-ha1-interface-configuration-requires-an-ip-address-to-be-configured-module-ha-agent-Commit-failedEnvironment
- Migration from Physical Panorama M Series to VM Panorama
- PAN-OS 9.1.10
- HA (High Availability) Enabled
Cause
There are platform-specific settings that make exporting from one platform type and importing into another platform incompatible.
Resolution
- Disable the high availability and commit:
>configure
>set deviceconfig high-availability enabled no
>commit
- Run the following commands and commit:
>set deviceconfig system type dhcp-client send-hostname yes
>set deviceconfig system type dhcp-client send-client-id no
>set deviceconfig system type dhcp-client accept-dhcp-hostname no
>set deviceconfig system type dhcp-client accept-dhcp-domain no
>commit
- Enable high availability again and commit the configuration. Error message is no longer seen and the commit will succeed.
>set deviceconfig high-availability enabled yes
>commitAdditional Information
Parent topic:Migrating the configuration from physical Panorama to VM
21 Dec 22 (Vijay) - Article updated with Adnan and published external.