Hi,
It sounds like you’re on the right track with setting up SCOM, there are a few common steps and checks that might help resolve the “Not monitored” issue.
Here’s a simple example and some tips to get you started:
- Check Agent Communication:
- Ensure that the agent can communicate with the SCOM management server. You can test this by running the following command on the target server:
Test-NetConnection -ComputerName <SCOMManagementServer> -Port 5723
- Check Management Pack Assignment:
- Go to Monitoring > Windows Computers and verify that the target server is listed.
- If it shows “Not monitored,” right-click the server and select Properties. Check the Agent tab to ensure the correct management pack is assigned.
Tips and Best Practices
- Firewall Settings: Ensure that the firewall on both the SCOM server and the target server allows traffic on port 5723.
- Run As Accounts: Verify that the Run As accounts used by SCOM have the necessary permissions on the target server.
- Event Logs: Check the event logs on both the SCOM server and the target server for any errors related to SCOM or the agent.
Additional Resources
If you follow these steps and tips, you should be able to get your Windows servers monitored by SCOM. If you encounter specific errors or issues, feel free to share them, and I can help troubleshoot further!