[Private cloud] [Virtualization]
If no certificate is imported after BCManager eBackup is installed and deployed, alarms indicating certificate mismatch are generated, such as "XXX has no matching certificate" and "XXX certificate mismatch."
Related certificates are required at the site. (Not required for sites in China, but required for sites in West Europe) you need to import the certificate. For details about how to import the certificate, see the certificate generation description of related components.
If it is not required, disable it in the eBackup background.
1. Use an SSH tool, such as PuTTY, to log in to the eBackup server.
Log in to all eBackup nodes as user hcp. (For the private cloud, you need to log in to eBackup Manager&Workflow and eBackup Server&Proxy.) and switch to the root user.
After this command is executed, the current system remains running when no operation is performed, which poses security risks. To ensure system security, run exit* to exit the current system.
2. Run the cd /opt/huawei-data-protection/ebackup/conf/ command to go to the directory where the configuration file is stored.
3. Run the vi hcpconf.ini command to edit the configuration file.
Press i to enter editing mode.
Change the value of NoMatchCertWarning= to 0.
NoMatchCertWarning=1 indicates that the certificate mismatch alarm is enabled. NoMatchCertWarning=0 indicates that the certificate mismatch alarm is disabled.
Set this parameter based on the site requirements.
Press Esc to exit the editing mode, and run the :wq! command to save the settings and exit.
4. Modify /opt/huawei-data-protection/ebackup/microservice/ebk_alarm_*/conf in the same way. (The "*" indicates the version number that may follow.) Value of NoMatchCertWarning= in the hcpconf.ini file.