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
to join the computer to a domain, run this
1
netdom join %ComputerName% /domain: /userd: /password:*
to convert back and forth between shell and gui, what command do you run
1
Install-WindowsFeature Server-Gui-Mgmt-Infra,Server-Gui-Shell
NIC teaming, also called bonding, balancing, aggregation, does what?
1
enables you to combine multiple physical network adapters into a single interface
NIC teaming has two modes
1
switch independent mode
switch dependent mode
whats the primary difference between server 2012 and server 2012 r2
1
the ability to add and manage multiple servers at once
you can create server groups based on location, function, or other organizational paradigm
1
true
to use an exported config file to install roles and features on another computer running server, use this command
1
Install-WindowsFeature -ConfigurationFilePath
what is delegation
1
its the practice by which administrators grant other users a subset of the privileges that they possess.
designing a storage solution for a server depends on several factors including
1
amount of storage the server needs
the number of users who will be accessing the serer at the same time
sensitivity of the data to be stored on the server
the importance of the data to the organization
when you install additional hard disk drives on a server, you must perform the following tasks manually
1
select a partitioning style (MBR or GUID partition table)
select a disk type
divide the disk into partitions or volumes
format the partitions or volumes with a file system
five different volume types
1
simple spanned striped mirrored RAID-5
five file system options are available
1
NTFS FAT32 exFAT FAT ReFS