Sometimes, you may need to change DBMS credentials, for example, in order to perform a credential rotation for security purposes.
To change Administration Server database credentials in a Linux environment by using the klsrvconfig utility:
systemctl stop kladminserver_srv.service
systemctl stop klnagent_srv.service
systemctl stop klactprx_srv.service
systemctl stop klwebsrv_srv.service
sudo /opt/kaspersky/ksc64/sbin/klsrvconfig -set_dbms_cred
systemctl start kladminserver_srv.service
systemctl start klnagent_srv.service
systemctl start klactprx_srv.service
systemctl start klwebsrv_srv.service
The Administration Server database credentials are changed.
Page top