Operating System - OpenVMS
1828035 Members
1643 Online
109973 Solutions
New Discussion

Changing dns bind resolvers in tcpip

 
SOLVED
Go to solution
Mike Smith_33
Super Advisor

Changing dns bind resolvers in tcpip

I am looking to change dns bind resolvers on a 7.3-2 system running tcpip 5.4 ECO 1. Can this be done on the fly? When I tried it before the from the tcpip$config utility and then checked with a $tcpip sho name it seems as if it is not really taking effect.

Anyone out there up on the steps to "properly" do this in a supported way.
5 REPLIES 5
Heinz W Genhart
Honored Contributor
Solution

Re: Changing dns bind resolvers in tcpip

Hi

I think You did not use the /system Qualifier

$ TCPIP set name/server=(1.2.3.4, 2.3.4.5)/system

does the change in the volatile database

$ TCPIP set config name /server=(1.2.3.4)

does it permanent
Ian Miller.
Honored Contributor

Re: Changing dns bind resolvers in tcpip

and
$ TCPIP set name/noserver=(4.5.6.7)/system
to remove the old one
____________________
Purely Personal Opinion
Arch_Muthiah
Honored Contributor

Re: Changing dns bind resolvers in tcpip

Mike,

you can add

/INITIALIZE qualifier to reload the BIND SERVER database and

/TRANSPORT = TCP or UDP

/ENABLE - enables BIND reslover

These are all not done by default.

Ian/Heinz: Does it necessary to do any manual changes in TCPIP$BIND.CONF file?



Archunan

Regards
Archie
Mike Smith_33
Super Advisor

Re: Changing dns bind resolvers in tcpip

I am going to run these commands through a test box here but all seemed more than reasonable responses to the question.
Ian Miller.
Honored Contributor

Re: Changing dns bind resolvers in tcpip

Exactly - trust but verify.
____________________
Purely Personal Opinion