Page 1 of 1

(9909) TCP/IP ENABLE and DISABLE SERVICE? BIND?

Posted: Thu Nov 04, 2004 8:26 am
by User
How do I resolve a bind problem?
show service displays the following

Code: Select all

TCPIP> sh serv

Service             Port  Proto    Process          Address            State

BIND                  53  TCP,UDP  TCPIP$BIND       0.0.0.0             Disabled
ESNMP                705  UDP      ESNMP            0.0.0.0             Disabled

When I try to start bind service the following is displayed
TCPIP&
TCPIP> enable service b
%TCPIP-I-SERVSTARTED, BIND service already started
TCPIP&

Re: (9909) TCP/IP ENABLE and DISABLE SERVICE? BIND?

Posted: Fri Nov 05, 2004 8:26 am
by Wizard
Stop TCP/IP services entirely, and use the configuration menu tool TCPIP$CONFIG to enable and start the BIND server.

The OpenVMS Wizard generally (and strongly) recommends against use of the TCPIP utility ENABLE and DISABLE SERVICE commands, in favor of using the provided TCPIP$*STARTUP and TCPIP$*SHUTDOWN procedures. ENABLE SERVICE and DISABLE SERVICE are inviting, but can unfortunately leave the associated component process(s) in an indeterminate state.

Do also ensure that your OpenVMS and TCP/IP Services ECOs are all current, as well.