Oracle® Fusion Middleware High Availability Guide 11g Release 1 (11.1.1) Part Number E10106-12 |
|
|
View PDF |
This appendix describes the procedure for enabling a virtual IP address for Windows XP systems.
This procedure assumes the system is Windows XP, configured for static IP addresses.
Go to Control Panel.
Select Network and Internet Connections.
Select Network Connections.
Select Local Area Connection.
Choose Internet Protocol (TCP / IP) and click the Properties button.
In the next window, click the Advanced button at the bottom of the dialog.
Click the Add button next to the displayed IP addresses to add an IP address with a corresponding sub-net mask. (this works only if the system is configured for static IPs)
The command line method is to use netsh
. For example:
netsh interface ip show address <interface> netsh interface ip add address <interface> <address> <netmask> netsh interface ip delete address <interface> addr=<address>
The following commands are available:
Commands in this context:
Table C-1 Application URLs
Application | URL |
---|---|
? |
Displays a list of commands. |
add |
Adds a configuration entry to a table |
delete |
Deletes a configuration entry from a table. |
dump |
Displays a configuration script. |
help |
Displays a list of commands. |
ip |
Changes to the `netsh interface ip' context. |
ipv6 |
Changes to the `netsh interface ipv6' context. |
portproxy |
Changes to the `netsh interface portproxy' context. |
reset |
Resets information. |
set |
Sets configuration information |
show |
Displays information. |
The following sub-contexts are available:
ip ipv6 portproxy
To view Help for a command, type the command, followed by a space, and then ?.