Chapter 1 - Installing & Configuring Servers Flashcards
the OS edition you choose should be based on 3 factors.
1
roles you intend the servers to perform
virtualization strategy you intend to implement
licensing strategy you plan to use
server has four editions
1
datacenter
standard
essentials
foundation
each running instance of server is classified one of two ways
1
physical os environment
virtual os environment
max hardware configs for server
2012
2008
1
640 processors
4 TB of RAM
64 failover cluster nodes
256 processors
2 TB of RAM
16 failover cluster nodes
advantages to running servers using server core
1
hardware resource conservation
reduced disk space
reduced patch frequency
reduced attack surface
minimal server interface gets rid of what items
1
internet explorer windows shell desktop file explorer windows 8 desktop apps programs and features network and sharing center devices and printers center display firewall windows update fonts storage spaces
features on demand provides 3 states
1
enabled
disabled
disabled with payload removed
to implement the third state (disabled with payload removed), what command do you use
1
Uninstall-WindowsFeature Server-Gui-Shell -Remove
upgrade paths NOT supported by server 2012
1
upgrades from server prior to 2008
upgrades from pre-RTM editions of windows server 2012
upgrades from windows workstation operating systems
cross-platform upgrades, such as 32 bit windows server 2008 to 64 bit windows server 2012
upgrades from any itanium edition
cross-language upgrades, such as from server 2008, U.S. english to server 2012, french
you can migrate between servers under the following conditions
1
between server 2003 SP2 to server 2012
between platforms
between editions
between physical and virtual instances
between installation options
you must migrate roles or role services individually
1
true
there is no single procedure for migrating all the windows server roles
1
true
postinstallation tasks
1
configure the network connection setting the time zone enabling remote desktop renaming the computer joining the domain
to rename a computer, run this command
1
netdom rename computer %ComputerName% /NewName:
to restart the computer as directed, use this command
1
shutdown /r