Hi geradmin-6282,
Welcome to Microsoft Q&A.
I will need to pause the alwayson, suspend the cluster service on replica sql server ( Suspend-ClusterNode) and power off it and then power off the first sql server? right?
We can suspend the data movement for the primary replica.
ALTER DATABASE database_name SET HADR SUSPEND;
After maintenance, we can resume a suspended availability database to make it work again.
ALTER DATABASE database_name SET HADR RESUME;
Please refer to this article which might help.
For Windows failover cluster, if you need to perform extensive diagnosis or maintenance on cluster nodes, it might be more workable to stop (not pause) the Cluster service on the nodes. Please refer to Stop-ClusterNode which might help.
Best Regards,
Amelia
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.