Netbios, Wins – HP Storage Mirroring Software User Manual

Page 372

Advertising
background image

370 of 739

Failover across a firewall can be performed. By default, a destination host unreachable
message will trigger failover. If you do not desire this functionality, it can be disabled
using the FailoverOnRouteFailure server setting. See the Scripting Guide for more
information on this option.

NetBIOS

Because NetBIOS is not available on Windows 2008, if you are using Windows 2008 in
a workgroup environment and do not have DNS host records, there may be a delay of up
to five minutes before the failed over source server name is available for client access.
See About the NetBIOS Interface in the

MSDN library

.

WINS

When Storage Mirroring Recover failover occurs, Windows initiates WINS registration
with the target’s primary WINS server to associate the source server’s name with the
target’s primary IP address. In an environment with just one WINS server, no additional
processing is required. In an environment with more than one WINS server, WINS
replication will distribute the updated WINS registration to other WINS servers on the
network. The length of time required for all WINS servers to obtain the new registration
depends on the number of WINS servers, the WINS replication architecture, and the
WINS replication interval. Clients will be unable to access the target until their WINS
server has received the updated WINS information. You can reduce the time required for
the WINS updates, thereby decreasing the wait time for the end users, by scripting the
WINS updates in the Storage Mirroring Recoverfailover scripts. You have two options for
scripting the WINS updates.

WINS registration—This option registers a user-specified server with WINS. It
requires less network overhead but administrator group membership on all WINS
servers.

WINS replication—This option forces WINS replication. It does not require any
special privileges, but requires system and network resources to complete WINS
replication. The impact on the network will depend on the size and complexity of
the WINS architecture.

WINS registration

WINS registration can be added to your failover and failback scripts by using the
Windows NETSH command with the WINS add name context. Add the following
command to your failover and failback scripts for each additional WINS server in your
environment (excluding the target’s primary WINS server).

netsh wins server

wins_server_IP_address

add name Name=

source_server_name

RecType=1 IP={

IP_address

}

Advertising