This document provides information that should be collected from both (DEV/UAT as well as PROD) clusters and provided to StrongKey in order to plan the migration process.
The following steps provide the process to collect information to understand the current state of the SAKA cluster.
shell> cd /usr/local/software/saka
shell> ./SAHC.sh
![]() |
shell> pingsaka.sh 1
![]() |
shell> mysql -u skles -p`dbpass 2> /dev/null` strongkeylite -e "source /usr/local/software/saka/verify-counts.sql;"
shell> mysql -u skles -p`dbpass 2> /dev/null` strongkeylite -e "select sid, did, count(*) from encryption_requests group by sid, did;"
shell> mysql -u skles -p`dbpass 2> /dev/null` strongkeylite -e "select sid, did, hmac_keyalias,count(*) from encryption_requests group by sid, did, hmac_keyalias;"