Jorge > We want to execute a test in a lpar without name-to-address or address-to- name resolution (no access to resolver).
Do you really want not to have any name to address (or address to name) conversion or do you just want to avoid using a name server? Either way, I can provide a means. > 1. Create a separate TCPDATA member removing all reference to dns. In principle, this was unnecessary - but you do need to *add* something - see later. > 2. Set RESOLVER_PROC to DEFAULT in BPXPRMxx member. DEFAULT is what the RESOLVER_PROC statement specifies "as shipped", "by default". In your next step you indicate having set up a RESOLVER SETUP file. You need still to specify RESOLVER_PROC(something) where "something" - anything except DEFAULT !!! - is the name of your resolver procedure which will use the SETUP file you spent so much effort creating. If you the test LPAR has a procedure library separate from your other LPARs, you might simply call the procedure RESOLVER - as is conventional and the BPXPRMxx member RESOLVER_PROC statement can specify RESOLVER. If you share the procedure library, you can call the procedure TSTRSLVR and specify the same name in the BPXPRMxx member RESOLVER_PROC statement. > 3. The SETUP statement in RESOLVER proc specifies a member without GLOBALTCPIPDATA, GLOBALIPNODES or DEFAULTIPNODES statements. We have specified in this member DEFAULTTCPIPDATA (step 1 member) and COMMONSEARCH statements. Probably it's going to be least potential trouble if you set up a DEFAULTIPNODES data set with nothing in it - until you decide you might like, for testing purposes, to have a conversion capability. Now what you need to do is investigate what the LOOKUP statement in the data set named in the DEFAULTTCPIPDATA statement can do for you. Specify LOOKUP LOCAL I hope you'll note there is no "DNS" specified! If you ever want to try some name to address conversion, you can always just set up the conversion in the data set named by the DEFAULTIPNODES statement using the so comfortable - compared to the antediluvian HOSTS.LOCAL format - IPNODES format. Chris Mason On Thu, 6 May 2010 10:00:55 -0500, Jorge Garcia <[email protected]> wrote: >Hello: > > We want to execute a test in a lpar without name-to-address or address-to- >name resolution (no access to resolver). >We want to isolate the lpar from dns access. > We have done the follow steps: > > 1. Create a separate TCPDATA member removing all reference to dns. > 2. Set RESOLVER_PROC to DEFAULT in BPXPRMxx member. > 3. The SETUP statement in RESOLVER proc specifies a member without >GLOBALTCPIPDATA, GLOBALIPNODES or DEFAULTIPNODESstatements. We >have specified in this member DEFAULTTCPIPDATA (step 1 member) and >COMMONSEARCH statements. > >When we load the lpar and we enter the nslookup command, it's works and >respond with a dns (¡¡not right!!). > >Is there any step omitted? > >We attach the TCPDATA member and SETUP member in RESOVER proc. > >Thanks > >Jorge García Juanino >Técnico de Sistemas Z/Os >DGTP Departamento de Técnica de Sistemas >MAPFRE >Gobelas 47 - 49 2ª C y D >28023 Madrid >Tfno: 91 581 27 34/ 618 33 35 59 >Fax: 91 581 24 01 >[email protected] ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

