Article ID: 148969
Article Last Modified on 3/15/2005
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/SnaBase/PrimaryServer: REG_SZ:where either the server name or IP address can be entered. If IP address, enter in standard notation (for example: 123.45.67.89). A backup SNA Server tries to open the Com.cfg file on the primary SNA Server. The backup learns about the location of the primary SNA Server when it receives a broadcast mailslot from the primary. The packet looks like the following:
Src MAC Dst MAC Prot Description Src Other Addr Dst Other Addr 00AA006B4BE2 *BROADCAST SMB C transact, File = \MAILSLOT\SNADMOD 157.57.15.231 157.57.15.255 IPHowever, when there is an IP router in between the backup and primary SNA Server, the SNA Server domain must be configured to send directed mailslots instead of broadcasts.
Src MAC Dst MAC Prot Description Src Other Addr Dst Other Addr 00AA006B4BE2 08002B314A12 SMB C transact, File = \MAILSLOT\SNADMOD 157.57.15.231 157.57.13.12 IP
nbtstat -r
To verify these entries have been properly cached use the following
command:
nbtstat -c
C transact, File = \MAILSLOT\SNADMOD.
The traces can be used to verify the announcements are being generated
and sent to the correct IP addresses. Traces can also be captured on the
other side of the router to verify the messages are arriving on that
segment.
nbtstat -R
This will cause the name cache to be purged and reloaded.Additional query words: prodsna tcp/ip snafaq
Keywords: kbinfo kbnetwork KB148969