Post

Asset Management

Asset Management

Asset management isn’t just about documentation, my friend! It’s essential to plan for system failures, account for aging equipment, and handle changes carefully. By thinking ahead, you can smoothly manage network hardware, software, and resources. A little humor, a bit of planning, and the job gets done!

Network Failures & Redundancy


1. MTBF & MTTR

  • MTBF (Mean Time Between Failures):
    • The average time between failures for devices.
    • Vendors/technicians use this to budget for repairs or replacements.
  • MTTR (Mean Time To Repair):
    • The average time to fix a device after it fails.
    • Costs must also be considered.

Example:

  • An ISP’s SLA (Service Level Agreement) specifies their MTBF/MTTR.
    • If the internet goes down, they guarantee it will be back up in 2-4 hours.

2. Redundancy: Backup Plan

  • Concept:
    • Keep two or more identical items/connections for a task.
    • If one fails, the other takes over.
  • Goal:
    • Eliminate Single Points of Failure (SPoF).
    • Ensure critical components (e.g., internet connection, server hard disk) are redundant.

Trade-off:

  • Higher investment, but lower risk.
    • Example: A redundant ISP is costly, but if the primary fails, business operations continue uninterrupted.

3. Single Points of Failure (SPoF)

  • Common SPoFs:
    • ISP link (e.g., cable cut during construction).
    • Critical devices: Firewall, router, switch.
  • Solution:
    • Design with full redundancy (Refer to Figure 2-33!).

image.png

4. Fault Tolerance Components

  • Redundant Hardware:
    • NICs, power supplies, cooling fans, processors.
    • If one fails, the other activates automatically (failover).
  • Hot-Swappable Parts:
    • Hot spare: Pre-installed, ready for instant replacement.
    • Cold spare: Not installed; requires manual replacement (slower process).

Pro Tip:

  • When buying switches/routers, prefer failover-capable or hot-swappable components.

5. Key Takeaways

  1. Estimate failure and repair times using MTBF/MTTR.
  2. Redundancy = Safety Net, but it comes at a cost.
  3. Identify SPoFs and make them redundant.
  4. Reduce downtime with failover-capable components.

System Life Cycle & Configuration Management


System Life Cycle Management

Phases:

  1. Requirements Analysis:
    • Understand network/business needs. Clarify “What is required?”
  2. Design Planning:
    • Plan everything from goals to minute details.
  3. Development & Testing:
    • Purchase equipment and test before deployment.
  4. Implementation:
    • Deploy new equipment and establish a stable baseline.
  5. Documentation & Maintenance:
    • Monitoring + updated documentation = quicker problem resolution!
  6. Evaluation:
    • Perform cost-benefit analysis. Decide to upgrade, replace, or retire.

Key Point:

  • No system lasts forever! Adapt → Maintain → Retire.

Configuration Management (CM)

Goal:

  • Keep the system in its desired state and track changes.

Features:

  • Follow Standards: Industry/government best practices.
  • Monitor Changes: Alert on unauthorized changes.
  • Limit Permissions: ”Keep unauthorized users out!”
  • Track Changes: Document “who, what, when” for every change.

Stages:

  1. Discovery:
    • Take inventory of current configurations. Baseline = Golden State.
  2. Version Control:
    • Maintain a history of changes. Helps with rollback/audit.
  3. Monitoring:
    • Check performance and detect “configuration drift.”
  4. Automation:
    • Use tools to automate monitoring and version control.
  5. Auditing:
    • Review past changes (for compliance and effectiveness).

Pro Tip:

  • Backing up production configurations is as important as backing up data!

Decommissioning (EOS/EOL)

Key Terms:

  • EOS (End-of-Support):
    • Vendor stops providing updates/fixes. Risky!
  • EOL (End-of-Life):
    • Product sales/production stop, but limited support may continue.

Decommissioning Steps:

  1. Check Dependencies:
    • “Is any other system dependent on this?”
  2. Backup + Document:
    • Backup configurations and data, then test.
  3. Inform Stakeholders:
    • Notify everyone to avoid disruptions.
  4. Phase-wise Shutdown:
    • Shut down services one by one for a smooth transition.

Mantra:

  • “Plan before EOS, or you’ll face security risks!”

Cheat Sheet

ConceptKey Action
Life CyclePlan → Test → Deploy → Maintain → Retire
CMTrack changes + Automate + Audit
DecommissionBackup → Document → Phase-out

Change Management


Change Management Basics

Why Needed?

  • Technology upgrades, security patches, changing user needs.
  • Goal: Minimize downtime and maintain efficiency.

Golden Rule:

  • Even small changes require planning → Document & Approve!

Types of Changes

A. Software Changes

TypePurposeExample
PatchFix bugs/vulnerabilities (minor update)Security patch for OS.
UpgradeMajor feature/functionality boostNew version of CRM software.
RollbackRevert failed changesUndo a buggy firmware update.

B. Hardware Changes

  • Small: Replace HDD, add printer.
  • Big: Upgrade network cabling, VoIP systems.
  • Firmware Updates: Test compatibility! (Manufacturer’s docs = Bible).

Change Management Steps

  1. Stop Auto-Patching: Manually review before deployment.
  2. Assess Need:
    • Security patch? Mandatory.
    • New features? Evaluate cost vs benefit.
  3. Read Vendor Docs: Compatibility, impact, rollback steps.
  4. Test in Isolated Environment:
    • Virtual/isolated network → Test → Document findings.
  5. Define Scope:
    • Affected users/devices? (Partial/Full rollout).
  6. Schedule Maintenance Window:
    • Off-hours + Notify users/admins.
  7. Take Backup: Configs, data, firmware – everything!
  8. Implement + Test in Real-Time:
    • User-like testing + Stress test.
  9. Prepare Rollback Plan: If it fails, follow vendor docs to undo.
  10. Document & Close:
    • Log changes, update network maps, inform stakeholders.

Change Request Documentation

Key Components (Simplified Table 2-4):

FieldExample
Requester/ApproverNetwork Admin → IT Director.
Change TypeAccounting app patch.
ReasonBug fixes in reports.
Rollback PlanRevert to v2.1 if fails.
Downtime2 hours (Sunday 2AM-4AM).

Pro Tip:

  • Log even small changes (e.g., security patches) in the database.

5. Approval & Project Management

  • Minor Changes: Approved by department head.
  • Major Changes: Review board + Additional docs (cost/risk analysis).
  • Change Coordinator:
    • Trained PM → Handles training, coordination, budget.
    • Post-change debriefing for improvements.

6. Network Documentation Updates

Post-change, update:

  • Network maps (new VLANs/subnets).
  • IP address allocations.
  • Physical device locations (e.g., relocated printers).

7. Cheat Sheet: Rollback Options (Table 2-3)

Change TypeRollback Method
OS PatchUse uninstall utility.
Client SoftwareReinstall old version.
OS UpgradeRestore from pre-upgrade backup.

Note:

  • Keep old hardware for a while – it might come in handy!

8. Key Takeaways

  1. Plan → Test → Backup → Document.
  2. Notify Users – avoid downtime surprises!
  3. Rollback plan is a must – no exceptions.
  4. Documentation = Future Proofing.

Summary

Network Management Cheat Sheet


MTBF vs MTTR

  • MTBF (Mean Time Between Failures):
    • Average time between device failures. “How long does it last?”
  • MTTR (Mean Time To Repair):
    • Average time to fix a device + calculate costs!

Mantra:

“High MTBF, Low MTTR = Best combo!”


Redundancy = Backup Plan

  • Goal: Eliminate Single Points of Failure (SPoF).
  • Trick:
    • One fails? The other activates automatically (e.g., backup ISP, dual power supplies).
  • Drawback: Costly, but better than downtime!

System Life Cycle

Phases:

  1. Design: Understand requirements.
  2. Implement: Test and deploy.
  3. Maintain: Monitor + Update configurations.
  4. Retire: Replace/upgrade at EOS (End-of-Support).

Key: “No system is forever!”


4 Types of Software Changes

TypePurposeExample
InstallAdd new softwareCRM, Accounting Tools
PatchFix bugs/vulnerabilitiesSecurity updates
UpgradeBoost features + performanceNew OS version
RollbackRevert failed updateUndo buggy patch

Hardware Changes:

  • Firmware updates = Follow manufacturer’s docs!

Change Management Rules

  • Document Everything:
    • Why change? Who approved? Rollback plan?
  • Test First: Try in an isolated environment.
  • Notify Users: Give advance warning for downtime.
  • Take Backup: Backup configs/data = Lifesaver!

Golden Rule:

“Never make changes without documentation, or the blame game will begin!”


Final Tip:

  • MTBF/MTTR + Redundancy + Life Cycle + Change Docs = Shortcut to Becoming a Network Guru!
This post is licensed under CC BY 4.0 by the author.