Previous Topic: Arcserve Backup Servers and Agent Servers Cannot Communicate with Each OtherNext Topic: Job Queue Log Files Consume a Large Amount of Disk Space


SRM PKI Alert is Enabled by Default

Valid on Windows platforms.

Symptom

Arcserve Backup includes an option named SRM PKI (performance key indicators) that lets you monitor the performance of agents running in your backup environment. Using the Central Agent Admin you can configure Arcserve Backup to generate alert messages when an agent's performance falls below your predefined performance key indicators.

Note: The alert messages appear in the Alert Manager based on how you configure the Alert Manager. For more information, see "Using the Alert Manager."

After you perform a new installation of Arcserve Backup, the Enable Alert option is disabled, by default, as illustrated by the following dialog:

Configure SRM PKI dialog. The Enable Alert option is highlighted.

However, when you upgrade from a previous version of Arcserve Backup, the Enable Alert option may be enabled, by default. Based on specific scenarios, the following solution describes the corrective actions required to disable the Enable Alert option.

Solutions:

To disable the Enable Alert option, do one of the following:

Solution 1:

You want to disable the Enable Alert option for all the agents that exist currently in your backup environment

  1. Open the Central Agent Admin

    Right-click the Windows Systems object and click Configure SRM PKI on the pop-up menu.

    The Configure SRM PKI dialog opens.

  2. From the agent tree (left pane) click an agent.

    Clear the checkmark next to Enable Alert

    Click Apply to Multiple.

    The Apply to Multiple dialog opens.

  3. On the Apply to Multiple dialog, select the individual agents, click Select All, or click Unselect All, and then click OK.

The Enable Alert option is disabled.

Solution 2:

You want to disable the Enable Alert option for all the agents that exist currently in your backup environment and the newly added agents

Note: The following steps describe the corrective actions for Arcserve Backup servers using Microsoft SQL Server 2005 for the Arcserve Backup database.

  1. Open the Arcserve Backup database instance using the Microsoft SQL Server Management Console.
  2. After you click Connect, open asdb, tables, and dbo.tbl_wcf_pkiAlertCft.
  3. In the validalert field, change the value from 1 (enable alert) to 0 (disable alert).
  4. Open the Windows Command Line.

    Change the directory to the Microsoft SQL Server installation directory.

    For example:

    C:\ Program Files\Microsoft SQL Server\90\Tools\Binn
    
  5. Change the value of the validalert field by executing the following command:
    SQLCMD.exe -S <Server_Name>\<ARCserve_Instance_Name> -d asdb
    

    Look up the value of validalert by executing the following commands:

    SELECT validalert FROM tbl_wcf_pkiAlertCfg;
    go
    

    Change the value of validalert by executing the following commands:

    UPDATE tbl_wcf_pkiAlertCfg SET validalert=0 where validalert=1;
    go
    

The Enable Alert option is disabled.