TCP/IP Configuration and Management Manual
Configuration Quick Start
TCP/IP Configuration and Management Manual—427132-004
1-9
Tasks
Tasks
1. Create a TACL command file as shown in Example 1-2.
2. Issue the OBEY command on the TCPIPDN command file while running as user
SUPER.SUPER.
>OBEY TCPIPDN
Task Summary: Adding an External Domain
Name Server
Task 1: Edit the RESCONF file
Task 2: Delete the define for TCPIP^HOST^FILE from the TCPIPUP file
Task 3: Change the hostname in the TCPIPUP file
Task 4: Issue the OBEY command on the file
Assumptions
You need to substitute real values for the following configuration items for the values in
this example; (these variables are indicated by italics in the example):
Domain Name (example uses mydomain.com)
Domain Name Server Address (DNS address) (example uses 150.20.30.10)
Tasks
1. Edit the $SYSTEM.ZTCPIP.RESCONF file to include the following entries:
2. To ensure that the resolver routines use the DNS, ensure the define for
TCPIP^HOST^FILE is not used by deleting the entry in the TCPIPUP and
TACLLOCL files from the previous example.
Example 1-2. TCPIPDN Command File
SCF/INLINE/
INLPREFIX +
+ ABORT WINDOW $ZTN0.*
INLEOF
STOP $ZTN0
STOP $LSN0
SCF ABORT PROCESS $ZTC0
domain mydomain.com
nameserver 150.20.30.10