After update to OnTap 9.7 the service processors where stuck in “updating”. They never came up again, not even after rebooting it.
Procedure:
- Disable auto update
- Reboot one SP, wait for it to show online.
- Run the update parameter manuel
- If its online and updated then enable auto update again.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
### Disable autoupdate system service-processor image modify -node <nodename> -autoupdate false ### Reboot the service processor system service-processor reboot-sp -node <nodename> ### Initiate update system service-processor image update -node <nodename> ### Verify version and SP status system service-processor show ### Enable autoupdate system service-processor image modify -node <nodename> -autoupdate true |

