Hello,
On my new z/OS system version 2.1 in sysplex, I am executing
NSLOOKUP command from from ISPF but getting below issue.
*** Can't find initialize address for server : Non-existent domain
***
To resolve this issue, I modified my TCPIP.HOSTS.LOCAL file by adding one
more entry for new host like below.
HOST:10.10.3.4:DEV1::::
where 10.10.3.4 is my host IP address and DEV1 is my host name for this
system.
IBM like I followed for doing this is
http://pic.dhe.ibm.com/infocenter/zos/v2r1/index.jsp?topic=%2Fcom.ibm.zos.v2r1.halz002%2Ftcpip_makesite.htm
also, renamed ADDRINFO and SITEINFO file to .old before running below batch
job.
//MAKSITE JOB 'VENKAT',CLASS=A,MSGCLASS=A,NOTIFY=&SYSUID
//BATCH EXEC PGM=MAKESITE,
// PARM='VOLSER=DEV001,UNIT=3390,HLQ=TCPIP.H0004'
//*
//STEPLIB DD DISP=SHR,DSN=SYS1.SEZALOAD
//SYSPRINT DD SYSOUT=*,DCB=(LRECL=132,RECFM=FBA,BLKSIZE=3960)
//SYSABEND DD SYSOUT=*
After running this Job, I renamed newly created ADDRINFO and SITEINFO to
old one which was in use.
But still I am getting same issue as above while running NSLOOKUP. I also
recycled TCPIP to take it new values.
Please suggest.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN