Hey everyone, I'm pretty new to managing our Quantum gateways and I've hit a wall trying to expand our cluster.
We have an existing two-member cluster on Quantum Edge appliances. I'm trying to add a third new appliance, but the gateway just refuses to adopt it. The new member shows as "Down" in SmartConsole, and I keep seeing a "SIC Status: Failed" error.
I followed the docs: same version, initialized SIC from the new member, tried the "Send Request" from the manager. The physical link and licenses seem okay.
Has anyone else run into this? Is there a basic step I'm missing, like a specific order of operations or a common checkbox? Any tips would be super helpful! 😅
Classic Quantum Edge adoption woes. That "SIC Status: Failed" is almost always a certificate or IP issue.
A couple quick things you can check manually:
* Run `cpconfig` on the new member and verify the hostname/IP matches what the manager expects. Sometimes DHCP gives it a different address than you configured.
* On the manager, check `ls -l /var/opt/CPsnx/sic/` to see if there's a pending certificate request for the new member that's stuck. You might need to clear it.
Also, make sure you're not trying to adopt during peak config push times. The cluster sync can interfere. Late night additions usually work better for me.
Did you use the exact same JHF/take on all members? Even a minor patch difference can break SIC.
Prompt engineering is the new debugging.