"Randy K" <wawork.RemoveThis@hotmail.com> wrote in message
news:44c902ec.4179500@msnews.microsoft.com...
> We need the second NIC for backups. We have a SQL database with a TB
> of RASTER data and growing.
On a switched network the backup will not cause as much trouble over the
normal LAN as you might be inclined to think. Generally it is not even
noticed.
But anyway, to use a second "network" for backing up requires:
1. The second nic on the server and the target have to be in the same subnet
together, but a different IP segment from the rest of the LAN.
2. The Target (machine receiving the data) must be accessed by the IP# of
the second "network" or by a fake name you create for it in WINS, DNS, HOST,
or LMHOST file (depending on what you choose to use) which would resolve to
the correct IP#.
For example:
SQL Server (being backed up)
Name = SQLSVR
Main Net = 192.168.5.7
Net #2 = 172.16.25.3
Storage Server (receiving the backup)
Name = StoreSVR
Fake Name = BackSVR
Main Net = 192.168.5.8
Net #2 = 172.16.25.4
Use WINS (or other means) to associate "BackSVR" with 172.16.25.4 on Net #2
Send the data to "BackSVR" (not StoreSVR)
Alternatively, the StoreSVR could just have one nic and live only on Net #2
and not be on the regular LAN at all.
--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
-----------------------------------------------------
>> Stay informed about: Problem with 2nd NIC and SQL Server