Shrooms

Untitled

Sep 15th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. • Windows Server 2012 Datacenter – 64 processors / fault tolerance / unlimited vms
  2. • Windows Server 2012 Standard – 2 vms
  3. • Windows Server 2012 Essentials – without server core, hyper v, active directory federation services
  4. • Windows Server 2012 Foundation
  5.  
  6. Minimum requirements for server:
  7.  
  8. o Processor: 1.4 GHz 64-bit
  9. o RAM: 512 MB
  10. o Disk space: 32 GB
  11.  
  12. Migrate existing server to clean 2012 one
  13.  
  14. Netdom.exe to rename computer / join domain
  15.  
  16. Nic teaming = combine the bandwidth of multiple network interface adapters
  17.  
  18. • Role: Define the primary function of a server
  19. o Example: Web Server (IIS)
  20. • Feature: A smaller module, typically with a single purpose
  21. o Example: a management tool, extension, or optional component
  22. • Service: Programs that run continuously in the background, waiting for a client to send a request
  23. • Storage Area Network (SAN)
  24. o Separate network dedicated to storage devices, using high-speed technologies.
  25. • Network Attached Storage (NAS)
  26. o Essentially a designated file server providing file-based storage directly to clients.
  27. o Connects to a LAN using standard ethernet hardware.
  28. • Just a Bunch of Disks (JBOD)
  29. o Simplest and least expensive, but it is just extra storage space.
  30.  
  31. Windows Server 2012 supports two hard disk partition types: MBR and GPT; two disk types: basic and dynamic; five volume types: simple, striped, spanned, mirrored, and RAID-5; and three file systems: ReFS (unlimited file), NTFS, and FAT (no security)
  32.  
  33. • Server Message Blocks (SMB)
  34. o The standard file-sharing protocol used by all versions of Windows.
  35. o Requires the File Server role service.
  36. • Network File System (NFS)
  37. o The standard file sharing protocol used by most UNIX and Linux distributions.
  38. Shadow copies = 64 2012 can maintain
  39.  
  40. Workstation = printer = printer driver = print server = printer device
Advertisement
Add Comment
Please, Sign In to add comment