Disaster Recovery Planning Flashcards
RTO
- recovery time objective
- maximum amount of time an IT service can be down before it has a negative impact on business
- ensure all parties know their roles in disaster recovery plan
BIA
- business impact analysis
- RTO is important component
alternate sites
- enable business to continue when disruption occurs at primary site
- require high-speed communication links between sites
- IT infrastructure must be in place
- data replication between sites must be configured
failing over IT services to alternate site
- DHCP/DNS
- hosted web site
- VMs
- line of business applications
- ensure notifications are sent to stakeholders
ensure network address changes don’t affect IT service consumers
dynamic DNS updates for changed IP addresses
failover clustering
- provides high availability
- multiple servers (cluster nodes) use same shared storage/configured identically
- redundancy
MRU
- most recently used
- MRU path normally used when cluster node connects to shared storage
- server will attempt other paths if current path fails
active/active clustered services
- clustered service is running simultaneously on multiple cluster nodes
- zero downtime
- live failover
active/passive clustered services
- service fails over/starts up on another cluster node if node where service is running fails
rolling cluster updates
- staggered process of applying cluster node updates
- ensure some cluster nodes are always running
periodic heartbeat transmission
- used by clustering solutions
- sent from each node to ensure nodes haven’t failed
- use dedicated network adapter for cluster heartbeats
hot site
- alternate location that can actively continue business operations
- disaster recovery (DR) sites commonly used as hot sites by cloud providers
- continuous data protection (CDP) replication between sites
- most expensive to maintain
cold site
- alternate location with power/communication links in place
- don’t have IT equipment/software/data/staff
- software incompatibility
- must restore data from backups
- must fit within RTO/business continuity plan (BCP)
- least expensive
warm site
- alternate location with power/communication links
- some equipment in place
- bare-metal server restoration
- application patching
- data restoration
bare-metal server restoration
- performs full system recovery
- including OS
- can be configured even when hardware configuration is different from the software configured when system backup/image was taken
- external bootable drives/PXE
data replication
can immediately provide data without requiring restoration procedure
synchronous data replication
writes to primary/alternate location simultaneously
asynchronous data replication
slight delay before alternate write completes
disk-to-disk data replication
- RAID 1 (disk mirroring) storage
- second copy of data is written to disk other than primary disk
- automatically fails over to redundant disk
Linux tar command
create compressed archives for backup purposes
tar -c
create archive
tar -v
display verbose output
tar -z
compress archive with gzip
tar -f
specify path/filename of archive file