[session 2] docs(guide): Command Center REBOOT flow + Hyosung applctrl gotcha #38

Merged
hiveiq merged 1 commits from docs/guide-reboot-flow into develop 2026-07-19 09:38:34 -04:00
Owner

Session: 2

Documents the Command Center REBOOT flow in the Guide (technical.agent → Gotchas), reflecting the behaviour shipped in agent v4.5.1:

  • What REBOOT executes on the ATM: goOutOfService (applctrl checkupdate, a no-op on Hyosung where applctrl is absent — #82), then shutdown /r /f /t 0.
  • The post-shutdown sleep interrupt is expected and swallowed → resumeProcessReboot posts COMPLETED (#94); before 4.5.1 a successful reboot showed FAILED.
  • Open: no proper Hyosung/Nextware out-of-service command wired in yet (agent-out-of-service.cmd hook).
  • Deploy mechanics: UPDATE_AGENT needs a fleet-hosted artifact (not import-cdn) + RESTART_AGENT to load new code.

Content-only; adds to an existing module (no coverage impact).

**Session: 2** Documents the Command Center REBOOT flow in the Guide (`technical.agent` → Gotchas), reflecting the behaviour shipped in agent v4.5.1: - What REBOOT executes on the ATM: `goOutOfService` (`applctrl checkupdate`, a no-op on Hyosung where `applctrl` is absent — #82), then `shutdown /r /f /t 0`. - The post-shutdown sleep interrupt is expected and swallowed → `resumeProcessReboot` posts COMPLETED (#94); before 4.5.1 a successful reboot showed FAILED. - Open: no proper Hyosung/Nextware out-of-service command wired in yet (`agent-out-of-service.cmd` hook). - Deploy mechanics: UPDATE_AGENT needs a fleet-hosted artifact (not import-cdn) + RESTART_AGENT to load new code. Content-only; adds to an existing module (no coverage impact).
hiveiq added 1 commit 2026-07-19 09:37:53 -04:00
Adds a Gotchas section covering what the fleet REBOOT task executes agent-side
(goOutOfService via applctrl → skipped on Hyosung since 4.5.1 #82; shutdown /r /f /t 0;
sleep-interrupt swallowed → resumeProcessReboot posts COMPLETED #94), the open Hyosung
out-of-service question, and the UPDATE_AGENT deploy mechanics (fleet-hosted artifact +
RESTART_AGENT to load new code).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
johannes approved these changes 2026-07-19 09:38:18 -04:00
hiveiq merged commit bab63404c8 into develop 2026-07-19 09:38:34 -04:00
hiveiq deleted branch docs/guide-reboot-flow 2026-07-19 09:38:35 -04:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hiveiq-src/hiveops-guide#38