The Health Profiles are missing. Try restarting the site server
Source: ZENworks Server Management; Management and Monitoring Services; Health Reports
Severity: Critical
Possible Cause: The site server was not installed correctly. The Health profiles are created during installation.
Action: In ConsoleOne, check the SNMP settings from the properties of the site. If most of the values are -1 then problems exists in the installation. Do either of the following:
- Reinstall the site server
- Enter the following SQL calls on the database from any of the database interaction tools:
- call MW_DBA.initializeDB(0);
- call Globalc$SNMPCommunicationParameters(p$Timeout=250,p$Retries=2,p$IP_Port=161,p$IPX_Port=36879,p$read_authentication=0,p$write_authentication=0,p$ReadCommunity='public',p$WriteCommunity='public');
- call Health.c$addHealthProfileTypes('sys:\zenworks\mms\mwserver\bin');
- commit;