Ok, I'm confused now...

2010-03-29 Thread David Boyes
Setting up LPR support in RSCS on 5.4. I’ve added the 515 TCP RSCS; RSCS line to PROFILE TCPIP, and recycled TCPIP and RSCS to ensure that they’re picking up the updated PROFILE TCPIP. I’ve defined a LPR link in RSCSTCP CONFIG, and when I print to it, I still get: 10:26:02

Re: Ok, I'm confused now...

2010-03-29 Thread Ron Schmiedge
Got a firewall in the way blocking port 515? Ron On Mon, Mar 29, 2010 at 9:33 AM, David Boyes dbo...@sinenomine.net wrote: Setting up LPR support in RSCS on 5.4. I’ve added the 515  TCP RSCS    ; RSCS line to PROFILE TCPIP, and recycled TCPIP and RSCS to ensure that they’re

MTU on Hipersocket

2010-03-29 Thread Kris Buelens
Not really VM, but z/VSE and Linux A customer I inherited encounters intermittent hangs of their VSE DRDA connection to UDB on Linux on system z. When they restart TCP/IP VSE all goes well again, for weeks or (lately: for a couple of days). The VSE system runs under VM on standard engines and

Re: Ok, I'm confused now...

2010-03-29 Thread Michael Coffin
Hi David, Can you post the RSCS LINKDEFINE and PARM statements you coded? Did you specify SECURE=NO on the PARM statement? -Mike From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of David Boyes Sent: Monday, March 29, 2010 11:34 AM To:

Re: Moderator comment Re: [IBMVM] z/VM/ Linux Systems Programmer Opportunity ...

2010-03-29 Thread Brian Nielsen
On Fri, 26 Mar 2010 23:13:36 -0500, Alan Ackerman alan.acker...@earthlink.net wrote: Am I the only one that reads this list at http://listserv.uark.edu/archives/ibmvm.html? Nope. It's the only way I read it. I don't think I could stand all that clutter in my Email. shudder I like

Re: Ok, I'm confused now...

2010-03-29 Thread Hodge, Robert L
Add SECURE=NO to the LPR link PARM section, if it is not already there. From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of David Boyes Sent: Monday, March 29, 2010 9:34 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Ok, I'm confused now... Setting up LPR support in RSCS

Re: z/VM 5.4 Install question

2010-03-29 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks Jonathan Thank You, Terry Martin Lockheed Martin - Citic z/OS and z/VM Performance Tuning and Operating Systems Support Office - 443 348-2102 Cell - 443 632-4191 -Original Message- From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf Of Quay, Jonathan

Re: MTU on Hipersocket

2010-03-29 Thread Mark Post
On 3/29/2010 at 12:28 PM, Kris Buelens kris.buel...@gmail.com wrote: Might this be an explanation? How comes it works fine (most of the time) with apparently different MTU values? Absolutely it could be the problem. It will only fail if a packet exceeding the MTU gets sent, so if your

DFDSS Restore ADMIN PARM

2010-03-29 Thread Martin, Terry R. (CMS/CTR) (CTR)
HI, I am at the Hotsite and I am trying to restore my VM volumes under DFDSS on z/OS. The input statement for the restore is: RESTORE - ADMINISTRATOR - TRKS(0,0,30050,14) INDD(BKVM170K)- OUTDD(VM170K) - CPVOLUME

Re: DFDSS Restore ADMIN PARM

2010-03-29 Thread Macioce, Larry
Terry, I don't think racf has anything to do with the admin keyword, it lets you act as a dfdss storage admin. Dumb question, have you tired without admin?? Worst that can happen is it won't work like it isn't working now. Mace From: The IBM z/VM Operating

Re: DFDSS Restore ADMIN PARM

2010-03-29 Thread Macioce, Larry
Well in further reading I have stuck my foot, or should I say my fingers in my mouth. It talks of creating discrete profiles But I would still try w/o and see what happens Mace From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On Behalf

Re: DFDSS Restore ADMIN PARM

2010-03-29 Thread Martin, Terry R. (CMS/CTR) (CTR)
I tried it without ADMIN but there are other SUB parameters on the Restore statement that require ADMIN. Thank You, Terry Martin Lockheed Martin - Citic z/OS and z/VM Performance Tuning and Operating Systems Support Office - 443 348-2102 Cell - 443 632-4191 From: The IBM z/VM

Re: MTU on Hipersocket

2010-03-29 Thread David Boyes
We just found out that the defined MTU's differ, and I always heard that MTU sizes should be identical: Unless path discovery is active on both ends of the link, the sizes should be identical. Might this be an explanation? How comes it works fine (most of the time) with apparently different

Re: Ok, I'm confused now...

2010-03-29 Thread Alan Altmark
On Monday, 03/29/2010 at 11:41 EDT, David Boyes dbo...@sinenomine.net wrote: Setting up LPR support in RSCS on 5.4. I?ve added the 515 TCP RSCS; RSCS : 10:26:02 DMTLPR083E Socket error on link VA1P8 request=Bind 10:26:02 DMTLPR083E return code=- 1 error number=13

Re: DFDSS Restore ADMIN PARMhttp://us.mc656.mail.yahoo.com/mc/welcome?.rand=49569508

2010-03-29 Thread D alta
--- On Mon, 3/29/10, Macioce, Larry larry.maci...@com.state.oh.us wrote: From: Macioce, Larry larry.maci...@com.state.oh.us Subject: Re: DFDSS Restore ADMIN PARM To: IBMVM@LISTSERV.UARK.EDU Date: Monday, March 29, 2010, 2:20 PM Well in further reading I have stuck my foot, or

Re: Ok, I'm confused now...

2010-03-29 Thread David Boyes
You forgot that the LPR *client* doesn't use port 515, but ports 721- 731, inclusive (per RFC 1179). The SECURE=NO recommended by others eliminates the need to reserve those client ports for RSCS. D'oh! Thanks, Alan. My mind is going. -- db

Re: Ok, I'm confused now...

2010-03-29 Thread David Boyes
No. Here are the parm statements: LINKDEFINE VA1P8 TYPE LPR FORM * AST PARM VA1P8 EXIT=LPRXPSE HOST=192.168.101.17 PRINTER=va1p8 These worked with 4.4 on the same host, no changes in the print server or firewall settings. Will try SECURE=NO, though. I thought the PROFILE TCPIP entry was the

Re: DFDSS Restore ADMIN PARM

2010-03-29 Thread Alan Altmark
On Monday, 03/29/2010 at 02:02 EDT, Martin, Terry R. (CMS/CTR) (CTR) terry.mar...@cms.hhs.gov wrote: The problem that I am having is that I am receiving an Authority error on the ADMINSTRATOR keyword. The Hotsite system we are on does not have RACF. I tried removing the keyword but

Re: MTU on Hipersocket

2010-03-29 Thread Kris Buelens
OK Thanks, know what to look at tomorrow. 2010/3/29 David Boyes dbo...@sinenomine.net We just found out that the defined MTU's differ, and I always heard that MTU sizes should be identical: Unless path discovery is active on both ends of the link, the sizes should be identical. Might

Re: Ok, I'm confused now...

2010-03-29 Thread Alan Altmark
On Monday, 03/29/2010 at 03:06 EDT, David Boyes dbo...@sinenomine.net wrote: These worked with 4.4 on the same host, no changes in the print server or firewall settings. Will try SECURE=NO, though. Maybe on z/VM 4.3 or earlier, but 4.4 was when we changed the stack to make RestrictLowPorts

Userid/psw required for searching archives?

2010-03-29 Thread Tom Duerbusch
When I go to: http://listserv.uark.edu/archives/ibmvm.html It now asks me for a userid/password. Did this recently change? Or was there someone playing with the software over the weekend? G Tom Duerbusch THD Consulting

Re: Userid/psw required for searching archives?

2010-03-29 Thread Rich Smrcina
On 03/29/2010 02:57 PM, Tom Duerbusch wrote: When I go to: http://listserv.uark.edu/archives/ibmvm.html It now asks me for a userid/password. Did this recently change? Or was there someone playing with the software over the weekend?G Tom Duerbusch THD Consulting It worked for me and I

Re: Userid/psw required for searching archives?

2010-03-29 Thread Tom Duerbusch
I ate some cookies, but I didn't clear them G. When I try to search, I get: Search Results: You are not authorized to access the archives of the IBMVM list. When I go to IBM VM home, and click on March 2010 (archive), I get: The function you have requested requires authentication. Please

Re: Userid/psw required for searching archives?

2010-03-29 Thread Rich Smrcina
Then you need to get a new listserv userid and password. On 03/29/2010 05:06 PM, Tom Duerbusch wrote: I ate some cookies, but I didn't clear themG. When I try to search, I get: Search Results: You are not authorized to access the archives of the IBMVM list. When I go to IBM VM home, and

Re: Userid/psw required for searching archives?

2010-03-29 Thread Alan Altmark
On Monday, 03/29/2010 at 06:29 EDT, Rich Smrcina r...@velocitysoftware.com wrote: Then you need to get a new listserv userid and password. First try authenticating with your existing userid and password. My experience is that the cookies expire every so often and you have to re-authenticate.