MCSE
Method of Installion of Windows2000
w2kSetupCD > winnt.sif(Setup Manager Wizard in a disk )
winnt32 | > CD |
> harddisk /u:unatlend.txt | |
> network /udt:id:unattlend.udf |
sysprep | > C:\sysprep\sysprep.inf |
> demo Domain Controller first |
RIS
Dos : winnt32/checkupgradeonly
Dyname Disk
Simple | Striped | Spanned | Mirror | RAID 5 | |
min HD | 1 | 2 | 2 | 2 | 3 |
max | / | 32 | 32 | / | 32 |
sys/boot partition | Y | N | N | Y | N |
Fault tolerance 容錯 | N | N | N | Y | Y |
Concurret read & write | N | Y | N | N | Y |
% usage of Disk | 100% | 100% | 100% | 50% | {(n-1)/n}*100% |
Network
IP Range ( version 4 ): 0.0.0.0 --> 255.255.255.255
if not well connected DHCP server Window will assign a IP will ( 169.254. X .X )
127.0.0.0
^^^
each section is 8bit > total 32bit
=========================================================================
Mac address = Address of Lan Card
in ipconfig , Physical Address = Mac Address
Windows 2000 IP Configuration Host Name . . . . . . . . . . . . : c33 Primary DNS Suffix . . . . . . . : d33.com Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : Yes WINS Proxy Enabled. . . . . . . . : No Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : D-Link DFE-530TX PCI Fast Ethernet Adapter (Rev B) Physical Address. . . . . . . . . : 00-50-BA-E7-5F-6F DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Autoconfiguration IP Address. . . : 169.254.18.170 Subnet Mask . . . . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . . . . : DNS Servers . . . . . . . . . . . : |
=======================================================================
\\abc.com\folder name <-- UNC Path
===================================================================
DNS
Domian Name Server is use to mask ip : IP > DN
===================================================================
request abc.com --> DNS Server ------> 搵 IP -->
respond Client
123.123.123.1
123.123.123.2
===================================================================
www.abc.com.
seacrh a IP >>
" . " root --> DNS --> com --> DNS --> www --> DNS --> Client
===================================================================
ISP ::
DNS1
DNS2
DNS3 ( Forwarder --> DNS1/2 )
DNS4 ( Cache , DNS4--> DNS2-->DNS4 write a recorde )
===================================================================
IP > Domain Name
> NSLookup
===================================================================
IP Class | Subnet Mask | |
Class A | 1-126 | 255.0.0.0 |
Class B | 128-191 | 255.255.0.0 |
Class C | 192-233 | 2455.255.255.0 |
D | 224-239 ( For Multcast-- eg steaming server ) | |
E | 240-254 ( internal only ) |
===================================================================
IP | 169.254.18.170 |
Subnet Mask | 255.255.0.0 |
Network ID | 169.254.0.0 |
=================================================================
cmd> nslookup ---> 係用來check 個 ip map 左邊個
DNS
*** Can't find server name for address 169.254.18.170:
Non-existent domain
*** Default servers are not available
Default Server: UnKnown
Address: 169.254.18.170
> d33.com <----- 在DNS 入面 bulid-up 的 domain namer
Server: UnKnown
Address: 169.254.18.170
Name: d33.com
Address: 169.254.18.170
===================================================================================================
DataBase of DNS :
root\system32\dns
=======================================================================
Run > DCpromo --> active directly change to domain controller
after remove active directly , you can config the computer name
==========================================================================
Gateway ∼=∼ router
==========================================================================
WINS
Computer name--> IP
DNS
Domain Name--> IP
==========================================================================
In 046 Desciption
md | Point to Point |
Peer to Peer | |
M | Mixed B-P |
H | hybird P-B |
if the IP is all are requested
can set more scope
superscrope is use for one more scrope
it can group one more scrope in a group
===============================================================================
config node type note P35
Windows 2000 IP Configuration
Host Name . . . . . . . . . . . . : c33
Primary DNS Suffix . . . . . . . : d33.com
Node Type . . . . . . . . . . . . : Hybrid
^^^^^^
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : d33.com
======================================================================================================
Enable WINS Proxy P.41
chage the value to 1
Windows 2000 IP Configuration
Host Name . . . . . . . . . . . . : c33
Primary DNS Suffix . . . . . . . : d33.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : Yes
WINS Proxy Enabled. . . . . . . . : Yes
^^^
DNS Suffix Search List. . . . . . : d33.com
=============================================================================================
Compress WINS Database P.44
cmd>
C:\WINNT\system32\wins>jetpack wins.mdb temp.mdb
Compacted database wins.mdb in 0.681 seconds.
moving temp.mdb => wins.mdb
jetpack completed successfully.