Protected workloads

Start with the exact symptom and identify the dependency that must work for the operation to succeed. Capture the server name, source system and the exact error before making changes.

Recent jobs

Test the relevant dependency directly. Use a focused connectivity or configuration check instead of relying on a generic ping or a single management tool.

Recovery points

Review the Windows, virtualization or cloud configuration that controls the failing operation. Compare the expected configuration with the actual state.

VMware and Hyper-V comparison

Check security controls such as Windows Firewall, network security rules, authentication and permissions. Confirm the rule applies to the correct network profile, interface or identity.

Exception reporting

Validate the result after each change. Record what changed and whether the original symptom is resolved before moving to the next step.

Scheduled monitoring

Turn the final checks into a repeatable runbook or scheduled report so the same issue can be diagnosed faster next time.

Useful commands

Run these checks from an elevated PowerShell session where appropriate. Replace example names with your environment.

DPM/MABS jobs

Get-DPMJob | Sort-Object StartTime -Descending | Select -First 20

Protection groups

Get-DPMProtectionGroup | Select DisplayName,Status

Quick troubleshooting path

Use this sequence to isolate the failing dependency before changing production configuration.

Troubleshooting decision path for mabs backup monitoring guide

What good troubleshooting looks like

Good infrastructure troubleshooting is evidence-driven. Capture the original state, test the dependency that can prove or disprove your hypothesis, make the smallest safe change and repeat the original test.

Example workflow
Symptom → hypothesis → direct test → result → controlled change → validation → documentation

Frequently asked questions

What should I check first?

Start with the exact symptom and validate the dependency closest to the failure, such as DNS, a port, a service, storage or an authentication path.

Should I change production configuration immediately?

No. Capture the current state first, test the suspected dependency and make one controlled change at a time.

How should I document the fix?

Record the symptom, commands used, result, configuration change and validation result so the procedure can be repeated.

Related TechRunbook guides

TechRunbook approach: Test one dependency at a time, record the result and only then change the configuration.

Need more infrastructure resources?

Browse free TechRunbook guides, checklists and scripts.

Browse free IT resources →