Re: wd4z JES job Monitor

2006-07-31 Thread Mary Kay Tubello
That's odd, because a netstat indicates that
this port is free.

Where did you find these error messages.

The rc=38 is the job return code.

Thanks,
Mary Kay

--
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


Re: wd4z JES job Monitor

2006-07-31 Thread Mary Kay Tubello
In the netstat portlist is this
06715 TCP  *DA   

The TCPIP person tells me that this should
let someone in on the port, and that this is
in there because of audit requirements.  Could
this be the problem?

Thanks

--
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


Re: wd4z JES job Monitor

2006-07-31 Thread John S. Giltner, Jr.

Mary Kay Tubello wrote:

That's odd, because a netstat indicates that
this port is free.

Where did you find these error messages.

The rc=38 is the job return code.

Thanks,
Mary Kay



If is is the job RC then I have no clue what it may mean.

There is a errno 38 in SYS1.MACLIB member BPXYERNO.  In TCP/IP 
Application Programmers Interface (SC31-8788), there is a return code 
38, but I don't think this is a job RC, but a RC from TCP/IP calls.


--
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


Re: wd4z JES job Monitor

2006-07-31 Thread John S. Giltner, Jr.

Mary Kay Tubello wrote:

In the netstat portlist is this
06715 TCP  *DA   


The TCPIP person tells me that this should
let someone in on the port, and that this is
in there because of audit requirements.  Could
this be the problem?

Thanks



Based on the books this means is that TCP port 6517 is reserved for any 
MVS jobname.


I never knew you could do this and I am confused as to why you would 
want to reserve a port and then allow any job to use it.  My 
understanding of port reserveration is to reserve the port for use by a 
specific task.


Does wd4z run as a MVS job or a OMVS daemon?  If it runs as OMVS daemon, 
you may have to reserve this to OMVS, but '*' should allow this.  I 
think, as I said I never knew you could do '*' on a port reservation.


--
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


Re: wd4z JES job Monitor

2006-07-30 Thread Mary Kay Tubello
No, port 6715 is free.  The error I get is a return code of 38. Also, 
Bind failed - retry with REUSEADDR option   
Bind2 failed: rc=-1 errno=1115  
JM202I TCP/IP may have failed or been recycled. 
I can't find where these are documented.  (Another problem - the 
documentation is poor.)
thanks

--
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


Re: wd4z JES job Monitor

2006-07-30 Thread John S. Giltner, Jr.
Errno 1115 means that the address in already in use.  I believe here it 
means the port.  You can find it in SYS1.MACLIB member BPXYERNO.


Is the 38 a return code or errno?  I can find two 38's error number. 
One means that the system (TCP/IP) is not ready.


The other means that a socket function was being requested on a 
non-socket connection.

Mary Kay Tubello wrote:
No, port 6715 is free.  The error I get is a return code of 38. Also, 
Bind failed - retry with REUSEADDR option   
Bind2 failed: rc=-1 errno=1115  
JM202I TCP/IP may have failed or been recycled. 
I can't find where these are documented.  (Another problem - the 
documentation is poor.)

thanks

--
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


--
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


Re: wd4z JES job Monitor

2006-07-29 Thread John S. Giltner, Jr.

Mary Kay Tubello wrote:

I just installed wd4z 6.01. Having trouble starting the JES Jmonitor on the
default port of 6715 on a zos 1.6 system.  It works on a test 1.7 system.
It starts ok if the port number is 3 digits, but not when it is 4 digits.
Anyone have any ideas?

Thanks,
Mary Kay



Do you get any errors?  Could port 6715 be reserved on your 1.6 system?

--
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