Exam Ref 70-745 Implementing a Software-Defined DataCenter by Jeff Graves & Joel Stidley
Author:Jeff Graves & Joel Stidley [Graves, Jeff]
Language: eng
Format: epub
Publisher: Pearson Education
Published: 2017-11-15T00:00:00+00:00
* * *
Exam Tip
Use the DumpSlbRestState script to query just SLB configuration state information at: https://github.com/Microsoft/SDN/blob/master/Diagnostics/DumpSlbRestState.ps1.
* * *
Manage SDN components for service branching and patching considerations
As updates are released for the Network Controller and support services and roles, it’s important to keep the infrastructure updated to address bugfixes and security concerns. It’s equally important to ensure that tested disaster recovery and rollback procedures are in place. As such, having backups of Network Controller state and role configuration is imperative. Ideally, patches and updates would be deployed to a test environment with a mirrored configuration prior to rolling out to production. One way to achieve this is to restore a copy of a production backup to the test environment. Follow the steps below to backup and restore the Network Controller configuration.
To backup a Network Controller configuration:
1. Backup the Network Controller VMs, MUX nodes, and RAS Gateways using an application consistent backup technology. System Center Data Protection Manager and Azure Backup are two technologies that can take application consistent VM-level backups.
2. Backup the VMM configuration database in SQL Server using an application consistent backup technology. SQL Server natively provides backup capabilities and includes transaction log backups that minimize data loss. Both System Center Data Protection Manager and Azure Backup can also protect SQL Server instances.
3. Use the New-NetworkControllerBackup PowerShell cmdlet to back up the Network Controller database:
Click here to view code image
$cred = New-Object Microsoft.Windows.NetworkController.CredentialProperties
$cred.Type = “usernamePassword”
$cred.UserName = “Contoso\BackupUser”
$cred.Value = “pass@word1”
$backupCred = New-NetworkControllerCredential -ConnectionUri $uri -ResourceId
“BackupUser” -Properties $cred
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7767)
Filmora Efficient Editing by Alexander Zacharias(5790)
The Infinite Retina by Robert Scoble Irena Cronin(5271)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(3981)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3935)
Edit Like a Pro with iMovie by Regit(3431)
Linux Administration Best Practices by Scott Alan Miller(2858)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2836)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2521)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2405)
Docker on Windows by Stoneman Elton(2319)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2315)
Creative Projects for Rust Programmers by Carlo Milanesi(2255)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2109)
Hands-On Linux for Architects by Denis Salamanca(2052)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(2005)
Computers For Seniors For Dummies by Nancy C. Muir(2002)
The Old New Thing by Raymond Chen(1941)
Linux Kernel Debugging by Kaiwan N Billimoria(1762)
