McIDAS User's Guide
Version 2011.1
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]
Manages and lists the client routing table.
DATALOC ADD group address
DATALOC DEL group
DATALOC LIST group
DATALOC HOST
DATALOC manages the client routing table, which links ADDE groups to IP addresses of servers. When you enter an ADDE command, the client routing table is scanned to locate the server that will receive the data request. When the server receives the data request, it scans its own mapping table to determine which data the client is requesting.
If an ADDE command specifies a group name that is not in the client routing table, the data request is sent to the local server.
You cannot assign the same group name to more than one server because the ADD option overwrites an existing group name without warning. You may, however, assign more than one group name to a server.
DATALOC
This entry lists the client routing table.
DATALOC ADD MYDATA LOCAL-DATA
This entry modifies the client routing table so that commands requesting data from a dataset in the group MYDATA are routed to the local server.
DATALOC ADD RTSERV WEATHER.SSEC.WISC.EDU
This entry modifies the client routing table so that commands requesting data from a dataset in the group RTSERV are routed to the server at the IP address WEATHER.SSEC.WISC.EDU.
DATALOC ADD RADAR 123.456.789.012
This entry modifies the client routing table so that commands requesting data from a dataset in the group RADAR are routed to the server at the IP address 123.456.789.012.
DATALOC LIST RADAR
This entry lists the client routing table entry for the group RADAR.
DATALOC DEL RADAR
This entry deletes the client routing table entry for the group RADAR.
[Search Manual] [Table of Contents] [Go to Previous] [Go to Next]