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
NOTE: This should create a zip file under /tmp directory. Please send us that file. |
shell> pingsaka.sh 1
NOTE: This will prompt for a password and you would need to provide the password for pinguser of DID-1. If not changed, default should be: Abcd1234! |
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;"