Archives of the TeradataForum
Message Posted: Tue, 19 Feb 2008 @ 21:01:08 GMT
Subj: | | Re: DNS and CLI |
|
From: | | Hanson, Robert |
If your DNS people do not authorize aliases, you have one option, for example:
Fully Qualified DNS name
MYCMNPY.XXX.YYY.ZZ
Alias
MYCMNPYCOP1.XXX.YYY.ZZ
That option is to place in each server/pc that wants to access a Teradata system an entry in the local hosts file similar to this:
999.999.999.999 MYCMNPYCOP1
If you already have an entry in the DNS system called MYCMNPYCOP1.XXX.YYY.ZZ, then you do not have to worry about it because it will
resolve with CLI to MYCMNPY.
|