Re: FTP over HiperSockets network

2009-01-23 Thread Martin, Terry R. (CMS/CTR) (CTR)
Yes, that is correct Mark!

Thank You,
 
Terry Martin
Lockheed Martin - Information Technology
z/OS & z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
terry.mar...@cms.hhs.gov

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Mark Post
Sent: Friday, January 23, 2009 11:17 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: FTP over HiperSockets network

>>> On 1/23/2009 at 11:12 AM, "Dean, David (I/S)" 
wrote: 
> Alan, we put ours in the individual user definition.  It works.
Should
> we have put it under TCPIP as you stated below, and what's the dif?

Terry wants to use it from z/VM, not Linux.  So, the devices need to be
given to TCP/IP.


Mark Post


Re: FTP over HiperSockets network

2009-01-23 Thread Martin, Terry R. (CMS/CTR) (CTR)
Thanks a lot for the information Alan!

Thank You,
 
Terry Martin
Lockheed Martin - Information Technology
z/OS & z/VM Systems - Performance and Tuning
Cell - 443 632-4191
Work - 410 786-0386
terry.mar...@cms.hhs.gov
-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Alan Altmark
Sent: Friday, January 23, 2009 11:02 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: FTP over HiperSockets network

On Friday, 01/23/2009 at 12:20 EST, "Martin, Terry R. (CMS/CTR) (CTR)" 
 wrote:

> Is anyone running FTP on z/VM connecting to FTP server on z/OS over a 
> HiperSockets network? If so can you share with me the steps to take to

get this 
> working?

The general sequence is:
1. Define a HiperSocket chpid and subchannels.  Give the z/VM partition 
access to three of them (at least) and bring them online.
2. Add DEDICATE statements for the three subchannels to TCPIP's
directory 
entry.
3. Add DEVICE/LINK/HOME/START statements to PROFILE TCPIP.  The IFCONFIG

command can assist you if you're uncertain about the statements you
need.

But don't take my word for it!  Take a gander at the often-ignored and 
always-overlooked z/VM Connectivity book in the z/VM library.  ;-)

Please note that there is an error on p.82
  IODEVICE ...,UNIT=IDQ USERPRM=(parmname,OS_num)
is incorrect.  It should read
  IODEVICE ...,UNIT=IDQ,CHPARM=(code)
where (code) has the "OS" values in the table.

Alan Altmark
z/VM Development
IBM Endicott


Re: FTP over HiperSockets network

2009-01-23 Thread David Boyes
On 1/23/09 11:02 AM, "Alan Altmark"  wrote:

> On Friday, 01/23/2009 at 12:20 EST, "Martin, Terry R. (CMS/CTR) (CTR)"
>  wrote:
> 
>> Is anyone running FTP on z/VM connecting to FTP server on z/OS over a
>> HiperSockets network? If so can you share with me the steps to take to
> get this 
>> working?
> 
> The general sequence is:
> 1. Define a HiperSocket chpid and subchannels.  Give the z/VM partition
> access to three of them (at least) and bring them online.
> 2. Add DEDICATE statements for the three subchannels to TCPIP's directory
> entry.
> 3. Add DEVICE/LINK/HOME/START statements to PROFILE TCPIP.  The IFCONFIG
> command can assist you if you're uncertain about the statements you need.
> 
> But don't take my word for it!  Take a gander at the often-ignored and
> always-overlooked z/VM Connectivity book in the z/VM library.  ;-)
> 
> Please note that there is an error on p.82
>   IODEVICE ...,UNIT=IDQ USERPRM=(parmname,OS_num)
> is incorrect.  It should read
>   IODEVICE ...,UNIT=IDQ,CHPARM=(code)
> where (code) has the "OS" values in the table.

You should also consider using a Linux guest as a firewall/NAT router
between the physical hipersocket and a VSWITCH or guest LAN instead of
dedicating the connection to the VM stack. Since the number of hipersockets
are limited, and setting them up is a royal PITA, a setup like that allows
more guest systems to take advantage of the connection w/o reinventing the
wheel every time, and provides significant traffic shaping and management
capabilities. 

It will cost you some cycles, but it's worth considering if you need a
managed path between the guests and don't want to use an external switch
path for network performance or security reasons. 


Re: FTP over HiperSockets network

2009-01-23 Thread Dean, David (I/S)
Got it, thanks.

David Dean
Information Systems
*bcbstauthorized*
 
 
 

-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Mark Post
Sent: Friday, January 23, 2009 11:17 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: FTP over HiperSockets network

>>> On 1/23/2009 at 11:12 AM, "Dean, David (I/S)" 
wrote: 
> Alan, we put ours in the individual user definition.  It works.
Should
> we have put it under TCPIP as you stated below, and what's the dif?

Terry wants to use it from z/VM, not Linux.  So, the devices need to be
given to TCP/IP.


Mark Post

-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm


Re: FTP over HiperSockets network

2009-01-23 Thread Mark Post
>>> On 1/23/2009 at 11:12 AM, "Dean, David (I/S)"  wrote: 
> Alan, we put ours in the individual user definition.  It works.  Should
> we have put it under TCPIP as you stated below, and what's the dif?

Terry wants to use it from z/VM, not Linux.  So, the devices need to be given 
to TCP/IP.


Mark Post


Re: FTP over HiperSockets network

2009-01-23 Thread Dean, David (I/S)
Alan, we put ours in the individual user definition.  It works.  Should
we have put it under TCPIP as you stated below, and what's the dif?

Thanks.

USER LNX052 PGDN52  768M  768M
  INCLUDE LINDFLT
  DEDICATE ED09 ED09
  DEDICATE ED0A ED0A
  DEDICATE ED0B ED0B

David Dean
Information Systems
*bcbstauthorized*
 
 
 
-Original Message-
From: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] On
Behalf Of Alan Altmark
Sent: Friday, January 23, 2009 11:02 AM
To: IBMVM@LISTSERV.UARK.EDU
Subject: Re: FTP over HiperSockets network

On Friday, 01/23/2009 at 12:20 EST, "Martin, Terry R. (CMS/CTR) (CTR)" 
 wrote:

> Is anyone running FTP on z/VM connecting to FTP server on z/OS over a 
> HiperSockets network? If so can you share with me the steps to take to

get this 
> working?

The general sequence is:
1. Define a HiperSocket chpid and subchannels.  Give the z/VM partition 
access to three of them (at least) and bring them online.
2. Add DEDICATE statements for the three subchannels to TCPIP's
directory 
entry.
3. Add DEVICE/LINK/HOME/START statements to PROFILE TCPIP.  The IFCONFIG

command can assist you if you're uncertain about the statements you
need.

But don't take my word for it!  Take a gander at the often-ignored and 
always-overlooked z/VM Connectivity book in the z/VM library.  ;-)

Please note that there is an error on p.82
  IODEVICE ...,UNIT=IDQ USERPRM=(parmname,OS_num)
is incorrect.  It should read
  IODEVICE ...,UNIT=IDQ,CHPARM=(code)
where (code) has the "OS" values in the table.

Alan Altmark
z/VM Development
IBM Endicott

-
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm


Re: FTP over HiperSockets network

2009-01-23 Thread Alan Altmark
On Friday, 01/23/2009 at 12:20 EST, "Martin, Terry R. (CMS/CTR) (CTR)" 
 wrote:

> Is anyone running FTP on z/VM connecting to FTP server on z/OS over a 
> HiperSockets network? If so can you share with me the steps to take to 
get this 
> working?

The general sequence is:
1. Define a HiperSocket chpid and subchannels.  Give the z/VM partition 
access to three of them (at least) and bring them online.
2. Add DEDICATE statements for the three subchannels to TCPIP's directory 
entry.
3. Add DEVICE/LINK/HOME/START statements to PROFILE TCPIP.  The IFCONFIG 
command can assist you if you're uncertain about the statements you need.

But don't take my word for it!  Take a gander at the often-ignored and 
always-overlooked z/VM Connectivity book in the z/VM library.  ;-)

Please note that there is an error on p.82
  IODEVICE ...,UNIT=IDQ USERPRM=(parmname,OS_num)
is incorrect.  It should read
  IODEVICE ...,UNIT=IDQ,CHPARM=(code)
where (code) has the "OS" values in the table.

Alan Altmark
z/VM Development
IBM Endicott


Re: FTP over HiperSockets network

2009-01-23 Thread Mark Pace
Sort of.  I have a z/OS that connects to a zLinux server through
Hipersockets.

On Fri, Jan 23, 2009 at 12:19 AM, Martin, Terry R. (CMS/CTR) (CTR) <
terry.mar...@cms.hhs.gov> wrote:

>  Hi
>
>
>
> Is anyone running FTP on z/VM connecting to FTP server on z/OS over a
> HiperSockets network? If so can you share with me the steps to take to get
> this working?
>
>
>
> Thanks in advance for the help!!!
>
>
>
> Terry
>



-- 
Mark Pace
Mainline Information Systems
1700 Summit Lake Drive
Tallahassee, FL. 32317


FTP over HiperSockets network

2009-01-22 Thread Martin, Terry R. (CMS/CTR) (CTR)
Hi

 

Is anyone running FTP on z/VM connecting to FTP server on z/OS over a
HiperSockets network? If so can you share with me the steps to take to
get this working?

 

Thanks in advance for the help!!!

 

Terry