1-18。Benefits of Server Core Installation |
---|
Benefits of a Server Core installation include: |
|
1-19。Server Roles That a Server Core Installaion Supports |
---|
A Server Core installation supports the following server roles: |
|
MyNote
1.沒有桌面,且大多數圖形介面的工具不能用(regedit,notepad,taskmgr,timedate.cpl,intl.cpl仍可用)
1.Server 2003=>Server 2008(or Server 2008 R2) Server 2003=>Server 2008 Core,無法升級因2003沒有Core版本 Server 2008 Core=>Server 2008 R2 Core
使用OCList=>查看Role,Features |
---|
Exercise 3:Configuring Server Core and Performing Basic Management Tasks.
Task 3:Use command-line tools to set parameters in the Server Core virtual machine.
Set
In the command prompt windows:Computername=NYC-DNSSVR2IP address=10.10.0.12Mask=255.255.0.0Gateway=10.10.0.1DNS=10.10.0.10
1.To dettermine the current default assigned computer name=>type set
2.To change the computer name=>type Netdom renamecomputer NYC-SVR2 /NewName:NYC-DNSSVR2=>type y
3.To set static IP address=>type Netsh interface ipv4 set address name="Local area connection" source=static address=10.10.0.12 mask=255.255.0.0 gateway=10.10.0.1
4.To set primary DNS=>type Netsh interface ip set dns"Local area connection" static 10.10.0.10 primary
5.To verify the IP address assignment=>type ipconfig/all 6.To Resatrt Computer=>type shoutdown /r
Task 4:Connect the server to the WoodgroveBank.com domain.
In the command prompt windows: 1.To join Domain=>type netdom join NYC-DNSSVR2/Domain:WoodgroveBank.com /Userd:Administrator / passwordD:*
2.To verify User=>type Pa$$w0rd
3.To Resatrt Computer=>type shoutdown /r
1.To view current firewall configuration=>type Netsh firewall show state
3.To Resatrt Computer=>type shoutdown /r
Task 6:Verify the firewall configuration.
In the command prompt windows: 1.To view current firewall configuration=>type Netsh firewall show state
Task 7:Use the Netsh commamd to open ports.
In the command prompt windows: 1.type netsh firewall add portopening ALL 53 DNS-server
2.type netsh firewall add portopening TCP 135 remote-admin
3.type netsh firewall add portopening UPD 137 netbios-ns
4.type netsh firewall add portopening UPD 138 netbios-dgm
5.type netsh firewall add portopening TCP 139 netbios-ssn
6.type netsh firewall add portopening TCP 445 netbios-ns
7.type netsh firewall show config
Note:Notice that in the Service configuration for domain profile,File and Print Sharing and Remote Desktop service are set to enable,and both TCP and UDP port 53 open for the DNS Server.
Task 8:View the current status of role,and install the DNS server role.
1.To Verify that no server roles are installed=>type oclist
2.To install the DNS server=>type start/w ocsetup DNS-Server-Core-Role
3.To Verify that the DNS-Server-Role are installed=>type oclist
Task 9:Manage the server by using DNS Manager form a remote computer.
Start=>Administrative Tools=>DNS 1.right-click DNS=>click Connect to DNS Server
2.On the Connect to DNS Sever box=>select The following computer =>type NYC-DNSSVR2=>OK
MyNote |
---|
|
沒有留言:
張貼留言