After upgrade Archive Manager shows Validating database in %SPECROOT%/SS/DDM/Archmgr.out
Release : 21.2
Component :
Mysql validates the database before it makes it online
We need to wait till the validation completes.
Dont kill or disturb the validating process.
1)Check the Archive Manager database size
Go to %SPECROOT%\mysql\data\ddmdb folder size
Basing on the size it will take time to validate.
2)Check the running processes in mysql
bash -l
cd mysql/bin
./mysql -uroot -proot ddmdb
show full processlist;
ensure that there are not hung processes