module 3 Flashcards
What is change management?
A clear plan for making changes without causing chaos.
What should be kept in writing during change management?
All change-related documentation and procedures.
What tools are commonly used for migration?
Command line tools, automated scripts, and tools from cloud service providers (CSP).
Why are logs from migration tools important?
They help troubleshoot issues and serve as future references.
What is ITIL?
IT Infrastructure Library, a set of best practices in IT change management.
What is the importance of user input in change management?
It helps users understand and support the change.
What is the first step in a typical change management process?
Change Request.
What information is included in a change request?
Details about what’s changing, why it’s important, and how to implement it.
Who assesses change requests?
A change coordinator
What does a change proposal include?
explanation, priority level, timeline, resources, risk analysis, and backup plan
What is a Change Advisory Board (CAB)?
A group that reviews high-risk change requests
What is the purpose of an Emergency CAB (ECAB)?
To meet quickly for urgent change requests.
What should be documented post-change?
Timeline, costs, troubleshooting notes, results, and lessons learned.
Why track configuration changes?
To manage resources throughout their life cycles.
What is the main goal of documenting changes?
To ensure transparency and reference for future migrations.
What is a workflow in the context of a migration plan?
A series of automated steps that collectively guide a process.
What type of diagram represents a workflow?
A flowchart.
What shape is used to represent input in a workflow diagram?
An oval.
What do diamonds represent in a workflow diagram?
Decisions that need to be made.
What shape indicates processes in a workflow?
Rectangles.
How does automation benefit the migration process?
It reduces overall time, cost, and potential mistakes or unplanned downtime.
What happens to data during the migration process?
It is spread across both the old and new networks, creating a differentiation.
What is the term used for the difference between on-prem and cloud-hosted data during migration?
Delta
What does the Greek letter Δ represent in this context?
A change in some value, referring to the delta between data sets.
Why is it important to account for the delta during migration?
To ensure cloud data is up to date with the latest changes before decommissioning on-prem services.
How can differences between data sets be minimized during migration?
By completing the migration as quickly as possible.
What risk arises if data continues to change during migration?
The risk of having outdated data in the cloud if the delta is not accounted for.
How does spreading resources across both networks affect migration?
It creates a challenge in keeping on-prem and cloud data synchronized.
Q: What do technicians do with automated processes before migration?
A: They orchestrate them ahead of time.
Q: Why should automated processes be tested before migration?
A: To ensure they work correctly in a live environment.
Q: What is the recommended approach to executing workflows during migration?
A: Execute each workflow in an orderly manner and validate the results.
Q: Why is orchestration important in cloud management?
A: It helps manage automated processes effectively after migration.
Q: What should be done before moving on to the next workflow task?
A: Validate the results of the current task.
Q: How does automation impact cloud management post-migration?
A: It remains a significant part of managing resources and processes.
Q: What type of data migrations can online transfers over the public Internet support?
A: Small or slow data migrations.
Q: How long would it take to upload 100 TB of data over a 1 Gbps connection?
A: About 12 days, assuming no throttling or interruptions.
Q: What factors could affect the time it takes to upload data online?
A: Throttling, interference, and interruptions.
Q: What is a critical speed measurement for data transfers mentioned in the text?
A: 1 Gbps (gigabits per second).
Q: Why might online transfers not be ideal for large data migrations?
A: The long duration required and potential for issues like throttling and interruptions.
What advantage do online transfers over a private connection offer?
A: More dedicated bandwidth, reducing upload times compared to public Internet options.
Q: What is often required for a private connection?
A: A long-term contract with an ISP and payment for a direct connection to the CSP’s POP.
Q: What does POP stand for?
A: Point of Presence.
Q: Where are POPs typically located?
A: At Internet exchange points (IX) or colocation facilities.
Q: When is a private connection most cost-effective?
A: When there’s a steady stream of data over a long period to one cloud location.
Q: What is vendor lock-in?
A: The high cost of changing vendors, making customers hesitant to switch to competitors.
Q: What can make transferring to a different CSP expensive?
A: Commitment to an existing vendor and the associated costs.
Q: What is a colocation facility (colo)?
A: A shared space where multiple providers host their equipment, often including ISPs and CSPs.
Q: What is a potential drawback of a private connection for multi-cloud setups?
A: The need for the additional CSP to have a presence at the same colocation facility.
Q: What is an offline transfer?
A: Loading encrypted data onto a storage appliance and shipping it to the CSP.
Q: How can the storage appliance be shipped to the CSP?
A: By a common package-delivery service or via dedicated transport.
Q: What happens once the storage appliance arrives at the CSP?
A: The CSP uploads the data to the cloud.
Q: For what scale of data migrations are offline transfers suitable?
A: Terabyte- or petabyte-scale data migrations.
Q: What kind of data is typically handled in offline transfers?
A: Encrypted data.
Q: How does the client interact with the data after it’s uploaded to the cloud?
A: They can configure the data as needed.
What does P2V stand for?
Physical to Virtual.
What is the primary purpose of P2V migration?
To migrate an OS and its dependencies from a physical machine to a virtual machine.
What components are included in the dependencies during P2V migration?
Configurations, applications, and data.
How is the physical machine preserved during P2V migration?
As a snapshot or image.
What resources are allocated when creating a new virtual machine (VM)?
vCPUs, memory, storage space, and network configurations.
What is installed on the new VM after it is created?
The snapshot of the physical machine.
When is P2V migration commonly used?
To salvage systems from aging physical servers or to consolidate multiple physical servers.
What manages the consolidated servers in a P2V migration?
A hypervisor.
Why might organizations choose to consolidate physical servers?
To improve resource efficiency and reduce hardware costs.
What is one key benefit of P2V migration?
It allows for the continuation of services from older physical hardware in a virtual environment.
What does V2V stand for?
Virtual to Virtual.
What is the purpose of V2V migration?
To migrate a VM from one host system to another.
Why might a V2V migration be necessary?
Upgrading host hardware, host OS, hypervisor, or transitioning to a cloud-based host.
How does V2V migration assist in disaster recovery?
It allows for the relocation of virtual machines to ensure service continuity.
What is online migration or live migration?
Migrating a VM while it is still running.
Who typically handles the V2V migration process?
The hypervisor.
What are two primary challenges in live migration?
Matching CPU architecture and matching virtual network configurations.
What might CPU architecture challenges include?
Differences in the number of cores and advanced CPU features.
Why is matching virtual network configurations important?
To ensure seamless connectivity for the migrated VM.
What is a potential benefit of live migration?
It minimizes downtime for applications and services during the transition.
Q: What does V2P stand for?
A: Virtual to Physical.
Q: What is the primary purpose of V2P migration?
A: To migrate an OS and its dependencies from a virtual machine to a physical machine.
Q: What tool is used for V2P migration?
A: A V2P tool (not a hypervisor).
Q: What does the V2P tool check before migration?
A: It confirms that the physical hardware is compatible with the VM.
Q: What is created during the V2P migration process?
A: A VM image.
Q: What must be installed on the physical machine during V2P migration?
A: The VM image and the needed device drivers.
Q: When might V2P migration be particularly useful?
A: When recovering a physical system from a VM backup.
Q: Why is hardware compatibility important in V2P migration?
A: To ensure the VM operates correctly on the physical machine.
Q: What role do device drivers play in V2P migration?
A: They ensure that the physical hardware can communicate effectively with the OS and applications.
Q: What does P2P stand for?
A: Physical to Physical.
Q: What is the primary purpose of P2P migration?
A: To migrate an OS and its dependencies from one physical machine to another.
Q: When is P2P migration especially useful?
A: When upgrading hardware.
Q: How is P2P migration related to other migration types like P2V and V2P?
A: Some tools that perform P2V or V2P can also perform P2P.
Q: What components are typically included in the dependencies during P2P migration?
A: The OS, configurations, applications, and data.
Q: Why might organizations choose P2P migration?
A: To enhance performance or capabilities by upgrading to newer hardware.
Q: What is one key consideration when performing a P2P migration?
A: Ensuring compatibility between the old and new physical machines.
Q: Can P2P migration occur without downtime?
A: It often requires planned downtime to ensure data integrity.
Q: What is a potential challenge of P2P migration?
A: Migrating all dependencies without data loss.
Q: What might be a reason for not using P2P migration?
A: If the existing hardware is still adequate for current needs.
Q: What is a key consideration when choosing a CSP for VMs?
A: The compatibility of supported operating systems (OSs).
Q: What issues might arise with older or customized OSs on CSPs?
A: Potential compatibility problems or lack of support.
Q: Why might you face challenges with obscure OSs when using a CSP?
A: Many CSPs focus on mainstream operating systems, which can limit options.
Q: What should you check before migrating to a CSP?
A: The list of supported operating systems for virtual machines.
Q: What are the two primary components of a VM to consider during migration?
A: The VM’s system image (or snapshot) and the virtual hard drive (or storage space).