02_1-Oracle 10gR2 telepítés-előkészítése (LoopBack Adapter) [3]+++.

advertisement
Az Oracle 10gR2 telepítésének előkészítése (LoopBack Adapter)
2.4.5.3 Installing a Loopback Adapter on Windows 2003
To install a loopback adapter on Windows 2003:
1.
2.
3.
4.
Open the Windows Control Panel.
Double-click Add Hardware to start the Add Hardware wizard.
In the Welcome window, click Next.
In the Is the hardware connected? window, select Yes, I have already
connected the hardware, and click Next.
5. In the The following hardware is already installed on your computer window, in
the list of installed hardware, select Add a new hardware device, and click Next.
6. In the The wizard can help you install other hardware window, select Install the
hardware that I manually select from a list, and click Next.
7. From the list of hardware types, select the type of hardware you are installing
window, select Network adapters, and click Next.
8. In the Select Network Adapter window, make the following selections:
 Manufacturer: Select Microsoft.
 Network Adapter: Select Microsoft Loopback Adapter.
9. Click Next.
10. In the The wizard is ready to install your hardware window, click Next.
11. In the Completing the Add Hardware Wizard window, click Finish.
12. If you are using Windows 2003, restart your computer.
13. Right-click My Network Places on the desktop and choose Properties. This
displays the Network Connections Control Panel.
14. Right-click the connection that was just created. This is usually named "Local
Area Connection 2". Choose Properties.
15. On the General tab, select Internet Protocol (TCP/IP), and click Properties.
16. In the Properties dialog box, click Use the following IP address and do the
following:
. IP Address: Enter a non-routable IP for the loopback adapter. Oracle
recommends the following non-routable addresses:
o 192.168.x.x (x is any value between 0 and 255)
o 10.10.10.10
a. Subnet mask: Enter 255.255.255.0.
b. Record the values you entered, which you will need later in this procedure.
c. Leave all other fields empty.
d. Click OK.
17. Click OK.
18. Close Network Connections.
19. Restart the computer.
20. Add a line to the
SYSTEM_DRIVE:\WINDOWS\system32\drivers\etc\hosts file with the
following format, after the localhost line:
21. IP_address
22.
hostname.domainname
hostname
where:



IP_address is the non-routable IP address you entered in step 16.
hostname is the name of the computer.
domainname is the name of the domain.
For example:
10.10.10.10
mycomputer.mydomain.com
mycomputer
23. Check the network configuration:
. Open System in the Control Panel, and select the Computer Name tab. In
Full computer name, make sure you see the host name and the domain
name, for example, sales.us.mycompany.com.
a. Click Change. In Computer name, you should see the hostname, and in
Full computer name, you should see the host name and domain name.
Using the previous example, the host name would be sales and the
domain would be us.mycompany.com.
b. Click More. In Primary DNS suffix of this computer, you should see the
domain name, for example, us.mycompany.com.
A LoopBack Adapter telepítése
12. Restart your computer.
A Hálózati Kapcsolatok elindítása
Helyi kapcsolat 4 (Microsoft visszacsatoló adapter)
(Jobb egér klikk, Tulajdonságok)
Tulajdonságok
OK
Bezárás
19. Restart your computer.
Update Host file
(Start | Futtatás | cmd)
Ellenőrizzük a kapcsolatot:
exit
SYSTEM_DRIVE:\WINDOWS\system32\drivers\etc\hosts file with the following
format, after the localhost line:
IP_address hostname.domainname hostname
Update HOSTS file in C:\WINDOWS\system32\drivers\etc
(A HOSTS file szerkesztése)
# Copyright (c) 1993-1999 Microsoft Corp.
#
# Mintafájl a Microsoft TCP/IP for Windows-hoz.
#
# Ez a fájl IP címek és NT számítógépnevek (NetBIOS nevek) egymáshoz
# rendelésére szolgál. Minden egyes tételt külön sorba kell írni, először
# az IP címet, azt követően pedig a hozzá tartozó nevet. A cím és
# a név között legalább egy szóköz vagy tabulátor karakternek kell lennie.
#
# A # jel általában a megjegyzést tartalmazó sorokat jelöli, néhány
# kivételtől eltekintve (ezeket lásd alább).
#
# Példák:
#
#
102.54.94.97 rhino.acme.com
# forráskiszolgáló
#
38.25.63.10 x.acme.com
# x ügyfélállomás
10.10.10.10
127.0.0.1
logana
localhost
Ezzel befejeződött az Oracle 10gR2 telepítésének előkészítése.
Download