Replies: 2 comments
|
I have fixed this. I traced the initial issue to duplicated machine-id's. My attempts to resolve wierd pulse behaviour via uninstalling / deleting / re-enrolling did not work but I had not fixed the machine-id problem at that point. tl;dr Having found this post I now know
My initial issue was that the two opnsense vm's had the same machine id. The one takeaway I have is I think the re-enroll text should be updated to match the above. I couldn't find any 'Active Task' or option that would allow re-enroll so basically stalled. |
|
I ran into a related but somewhat different identity-continuity case on Pulse 6.2.1 while migrating a Proxmox host. In my case, the live agent remained online and Running the Doctor-generated Repair Authentication workflow then resulted in additional suffixed agent identities for the same physical host rather than converging on the existing identity. I was able to recover the installation and documented the reproduction, continuity-state findings, and final recovery here: Posting the reference here because some of the machine identity / credential continuity behavior overlaps with this discussion, even though the exact failure mode appears to be different. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have been trying to add two opnsense vm's into my pulse setup and am having issues (seperate discussion).
To try and diagnose the above I uninstalled the agents and removed the infrastructure entries which resulted in the following entry in Agent Doctor
This agent is intentionally removed and blocked from re-enrolling until an admin allows it.
Removed at 2026-07-31T09:42:13Z
Identity evidence
Allow re-enroll
Uses the existing allow re-enroll action for removed agents.
Required scope: settings:write
I have tried to re-add the agent via the add infrastructure page / created install config text etc and the install works producing the following
[INFO] Verifying agent started successfully...
[WARN] Agent local health is ready, but server registration was not confirmed yet.
[INFO] Installation complete! Agent is running.
[INFO] To uninstall later: sudo bash /var/lib/pulse-agent/install.sh --uninstall
[INFO] To check status: /usr/local/etc/rc.d/pulse-agent status
[INFO] To view logs: tail -f /var/log/messages
However the device is never added to pulse and the 'Check installation status' option fails.
Where is the Allow re-enroll function or how do I delete the Agent Doctor 'removed' history ?
This is pulse 6.1.2
All reactions