Juniper. Solution of failing auto-image upgrade

I was setting up a Juniper QFX5100 once and noticed persistent messages:

... failing auto-image upgrade...
Auto Image Upgrade: No DHCP Client in bound state, reset all DHCP clients
Auto Image Upgrade: DHCP INET Client State Reset : ...

This is because the default configuration says:

chassis {
    auto-image-upgrade;
}

To remove these duplicate messages, connect to the device and remove “chassis auto-image-upgrade”:

cli
configure
delete chassis auto-image-upgrade

If necessary, you can enable:

set chassis auto-image-upgrade

To apply the changes, you will need to specify the password for the root user, unless of course this was done earlier, specify it:

set system root-authentication plain-text-password ?

Now you can apply the changes:

commit check
commit

See also my articles:
Configuring Juniper Devices

Leave a comment

Leave a Reply

Discover more from IT Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading