System information update

Hello All,

We recently updated our SQL server with additional resources.

When I do a System Information lookup the CPU and Memory does not look to be updated.

How can I get one identity to recognize the new resources?

Lu

Parents
  • There is a stored proc called "QBM_ZGetServerProperties" which is responsible for updating these ConfigParms.

    This stored proc will be called via different triggers (e.g. UPDATE on DialogDatabase will trigger the corresponding DBQueueTask "Get database server properties"). For example, you can switch the production level back and force (you need to save the change during the toggle operation).

    In addition, it will be executed while creating the WatchDog SQL Server Agent Job ("QBM_PWatchDogPrepare").

Reply
  • There is a stored proc called "QBM_ZGetServerProperties" which is responsible for updating these ConfigParms.

    This stored proc will be called via different triggers (e.g. UPDATE on DialogDatabase will trigger the corresponding DBQueueTask "Get database server properties"). For example, you can switch the production level back and force (you need to save the change during the toggle operation).

    In addition, it will be executed while creating the WatchDog SQL Server Agent Job ("QBM_PWatchDogPrepare").

Children