change reset to boot_primary

I have seen on a few switches (4 so far) that they come with the secondary flash as default boot. Even after doing factory set-default it will still boot the secondary flash after updating from the bootloader. The switch models I've experienced this on were the ICX7150 and ICX7250. Since the guide flashes the primary we can just guide people to boot the primary so there is no confusion in case it boots from secondary.
This commit is contained in:
foot-gloves 2021-09-28 09:30:58 -04:00 committed by GitHub
parent 741fcc430c
commit ac61161f83

View File

@ -34,7 +34,7 @@ After a couple minutes, it should complete. Now we clear the temporary IP, then
```
setenv ipaddr
saveenv
reset
boot_primary
```
## First Boot & Login
This first boot will take a few minutes - you'll see messages regarding a PoE firmware update taking place, and likely errors regarding boot-monitor mismatches and incompatible package versions - these are all expected and can be ignored. They will be remedied by the next reboot when the new bootloader is used. Hit enter and you should be given a login prompt. The default login is now:
@ -99,4 +99,4 @@ configure terminal
You now have a bare minimum setup on your switch, and the latest firmware. To continue with further configuration including securing and naming the switch, setting up SSH and Web UI access, PoE commands etc, please continue to the [ICX7xxx Series Config Page](icx7xxx-adv.md). Don't forget to return here when you're finished for the licensing info below, if you need it.
## Licensing Info
ICX switches require license unlocks for 10gbE port functionality as well as some advanced software features. Thankfully, starting with the ICX7xxx series, Ruckus made the licenses honor-based. This means they can be freely unlocked on your switch. Just visit the [ICX7xxx Licensing](7xxx.md) section to fully license and unlock your switch.
ICX switches require license unlocks for 10gbE port functionality as well as some advanced software features. Thankfully, starting with the ICX7xxx series, Ruckus made the licenses honor-based. This means they can be freely unlocked on your switch. Just visit the [ICX7xxx Licensing](7xxx.md) section to fully license and unlock your switch.