Hi All
We recently upgraded our commserve to 11.25 and since then the commcell / commserve server / backups are slow
The response time when accessing or doing anything on the commcell is dead slow.
Anyone facing this issue currently ? Any thoughts ?
Hi All
We recently upgraded our commserve to 11.25 and since then the commcell / commserve server / backups are slow
The response time when accessing or doing anything on the commcell is dead slow.
Anyone facing this issue currently ? Any thoughts ?
Best answer by Mike Struening
Looks like the case was archived with the following:
Jobs would intermittently fail to progress and build up in the job controller.
This issue would occur in random intervals since updating the environment to FR25
Many jobs would sit in a ‘Waiting’ state with no delay reason and no obvious reason (i.e. stream will be available & backup server will be reachable, but the jobs will be in waiting state for a very long time).
Additionally, during the time of the issue, some jobs would also ‘Fail to start’ entirely & logins to the Commcell Console would take very long to complete.
We applied recommended SQL Instance tuning for more optimal performance but the issues still occurred.
With development review, we identified that the CS was becoming overwhelmed with a client sided script which was being ran on SQL clients to check the status of backup history for those clients.
The script was running the below command from several clients:
qlist lastjob -c " & strComputerName & " -a Q_WINDOWS_FS -b defaultBackupSet -s fs_sqlbackup
Even though this script had been in place for several years without this level of negative impact, the CS DB had never been designed to tolerate hundreds of requests for query compilation in parallel.
To mitigate the issue:
The user account being used to run the script was disabled and the script was removed from the client points
The Commserve performance has remained stable since.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.