HiperSockets in the Round a z/OS, z/VM, zLinux · PDF fileHiperSockets in the Round a z/OS,...

26
HiperSockets in the Round a z/OS, z/VM, HiperSockets in the Round a z/OS, z/VM, zLinux Perspective zLinux Perspective Frank J. De Gilio IBM Design Centers [email protected]

Transcript of HiperSockets in the Round a z/OS, z/VM, zLinux · PDF fileHiperSockets in the Round a z/OS,...

Page 1: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

HiperSockets in the Round a z/OS, z/VM, HiperSockets in the Round a z/OS, z/VM, zLinux PerspectivezLinux Perspective

Frank J. De GilioIBM Design [email protected]

Page 2: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

HiperSockets HiperSockets –– Just The FactsJust The Facts

• HiperSockets = Internal Queued Direct IO• Microcode maintained lookup table• Three devices for each stack

– Read Control– Write Control– Data Exchange

• 1024 Devices across all HiperSockets• Supports Virtual IP Addressing and Dynamic Virtual IP

Addressing

Page 3: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

Hardware

IQDIONetwork

IPTCP/UDP

Cool HiperSocket Stack PictureCool HiperSocket Stack Picture

Socket

IQDIONetwork

IPTCP/UDP

SocketApplications

Talk here

Maximum frame size 64K(TCPIP MTU 56K)

Page 4: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

All The Pretty OSes In A RowAll The Pretty OSes In A Row

Hardware

IQDIONetwork

IPTCP/UDP

Socket

IQDIONetwork

IPTCP/UDP

Socket

IQDIONetwork

IPTCP/UDP

Socket

z/OS z/VM zLinux

4 Virtual CHPIDs create 4 possible “virtual LANs”Not bound to a PlexPoint to point routing

Page 5: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

HiperSockets HiperSockets –– a Network Viewa Network View

z/VM

Linux A

192.168.0.1

Linux B

192.168.0.2

HiperSocketFE

HiperSocketFF

zLinux z/OS

192.168.0.3 192.168.0.4 192.168.10.1 192.168.10.2

Page 6: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

HiperSocket TablesHiperSocket Tables

192.168.10.2192.168.10.1192.168.0.4192.168.0.3192.168.0.2192.168.0.1IP Address

00-0200-0200-0208-0A04-0600-02Unit Address

7100 – 027100 – 027000 – 027008 – 0A7004 -067000 – 02Device

FFFFFEFEFEFECHPID

z/OSzLinuxz/VMLinux BLinux AImage

321LPAR

Page 7: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

Microcode at Work!!!Microcode at Work!!!

z/OS

192.168.10.2

192.168.10.2192.168.10.1192.168.0.4192.168.0.3192.168.0.2192.168.0.1IP Address

00-0200-0200-0208-0A04-0600-02Unit Address

7100 – 027100 – 027000 – 027008 – 0A7004 -067000 – 02Device

FFFFFEFEFEFECHPID

z/OSzLinuxz/VMLinux BLinux AImage

321LPAR

192.168.10.2192.168.10.5

Linux

192.168.10.1

0110

Page 8: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

Hardware Setup for HiperSocketsHardware Setup for HiperSockets

• Define CHPIDs (You have to use real device addresses)• In HCD define:

– CHPID– Type IQD– Mode SHR– Frame size– Control unit number & address range

• Define devices for the control unit– Type IQD

• Select operating system for devices

Page 9: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

Setting up HiperSockets in z/OSSetting up HiperSockets in z/OS

• Define CHPIDsCHPID PATH=(FF),SHARED,PARTITION=((A1,A2,A3),….),

CNTLUNIT CUNUMBR=7000,PATH=(FF),UNIT=IQD

IODEVICE=(7000,016),CUNUMBR=7000,UNIT=IQD

• Modify the TCPIP Profile:DEVICE IUTIQDFF MPCIPA NONRouter AUTORESTART

LINK HIPER IPAQIDIO IUTIQDFF

HOME

192.168.10.2 HIPER

GATEWAY

192.168.10 = HIPER 24576 0

START IUTIQDFF

Page 10: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

Setting Up HiperSockets in z/VMSetting Up HiperSockets in z/VM

• Set up CHPIDSVARY ON CHPID FF

VARY ON 7000-704B

ATTACH 7000-7002 TO TCPIP AS 7000-7002

ATTACH 7004-7006 TO LINUXA AS 7004-7006

• Setup IPDEVICE HIPERFF HIPERS 7000 PORTNAME HIPERFF

LINK HIPERFF QDIOIP HIPERFF

HOME

192.168.10.1 HIPERFF

GATEWAY

192 = HIPERFF 1500 0.255.255.0 0.168.10.0

START HIPERFF

Page 11: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

Setting Up HiperSockets on z/VM Setting Up HiperSockets on z/VM ((ContinuedContinued))

• Set up Directory Information• For User TCPIP

DEDICATE 7000 7000

DEDICATE 7001 7001

DEDICATE 7002 7002

• For User LinuxA

DEDICATE 7004 7004

DEDICATE 7005 7005

DEDICATE 7006 7006

Page 12: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

Setting Up HiperSockets on LinuxSetting Up HiperSockets on Linux

• In modules.conf put:Alias hsi1 qeth

• In chandev put:qeth1,0x7004,0x7005,0x7006,4096

• In rc.config put:NETCONFIG=“_0_1”

IPADDR_1=“192.168.10.3”

NETDEV_1=“hsi1”

IFCONFIG_1=“192.168.10.3 broadcast 192.168.10.3 netmask 255.255.255.0 mtu 4096 up”

Page 13: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

VM Guest LAN SupportVM Guest LAN Support

• Virtual HiperSockets (Virtual Virtual sockets?!?)• Emulates HiperSockets within a VM image• Maximum number of unused CHPIDs -1• 3072 I/O devices per guest LAN• 1024 guests (TCP/IP stacks)• Faster communication between Linux images than

HiperSockets

Page 14: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

Wheels Within WheelsWheels Within Wheels

z/VM

192.168.20.1

Linux A

192.168.30.1

192.168.20.2

Linux B

192.168.0.2

HiperSocketFE

HiperSocketFF

zLinux z/OS

192.168.0.3 192.168.0.4 192.168.10.1 192.168.10.2

HiperSocketFB

Page 15: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

HiperSocket AcceleratorHiperSocket Accelerator

Hardware

QDIONetwork

IPTCP/UDP

Socket

IQDIONetwork

IPTCP/UDP

Socket

IQDIONetwork

IPTCP/UDP

Socket

z/OS zLinux

z/OS Application

Linux Application

Page 16: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

Rsockets Rsockets –– Beyond the HipeBeyond the Hipe

• Fast – If you like that kind of thing• VM Guest LANs faster for inter Linux communication• Don’t expect IIOP flows to be faster…• More secure communication

– Unsniffable traffic between connections– Reduces the need for SSL– Lessens the dependency on encryption

• Real performance benefits

• Less mercurial configuration than the wire stuff

Page 17: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

Some Basic Performance Test InfoSome Basic Performance Test Info

• HiperSockets consistently outperformed a single Gigabit Ethernet and provided reduced response times.

• For Streams traffic profiles, HiperSockets increased performance as the Message Frame Size (MFS or blocksize) was increased.

• MFS had minimal effect on interactive and Web-type traffic. • Increasing the number of client-server sessions typically increased throughput. • Changing the size of TCP/IP send and receive buffers could lead to increased

throughput.• Increasing the number of client sessions for Streams traffic typically increased

the data transfer rate and CPU utilization. • The difference in the number of memory busses in the zSeries models can

impact performance.• Adding CPUs to the client and server can increase performance, assuming the

client can generate additional traffic load. • Each operating system environment and its associated TCP/IP stack have

particular parameter settings that can be used to optimize HiperSockets performance.

• Intermixing operating system environments requires attention to parameter tuning.

Page 18: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

Factors Affecting HiperSocket Factors Affecting HiperSocket PerformancePerformance

• MTU Size (Depending on traffic)• Number of CPUs• CPU Speed• TCP/IP stack of OS• Number of clients• Network load• Real memory• Application Characteristics

Page 19: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

A Real World Use of HiperSocketsA Real World Use of HiperSockets

• Given:

Policy Server

App

LDAP

DB2

RACF

Firewall

Firewall Fi

rew

all

WebServer

ReverseProxy

Page 20: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

VM

A HiperSocket ImplementationA HiperSocket Implementation

LDAP

DB2

RACF

Linux

PAM

Linux

PAM

Linux

PAM Hip

erSo

cket

PolicyServer

WebServer

APP

ReverseProxy

Page 21: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

HiperSockets Implementation is CoolHiperSockets Implementation is Cool

• “Look Ma No Wires”– No packets to sniff– No need to encrypt

• All management on the box– RACF (or similar) holds all the rules for all the

servers– Definitions can be server exclusive

• Physically separate Internet flows and Intranet flows• Missing firewalls can be Linux firewalls using virtual

HiperSockets

Page 22: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

HiperSockets and z/OS are Hipercool!!HiperSockets and z/OS are Hipercool!!

• HiperSockets can be used to offload XCF traffic• HiperSockets implementing Sysplex sockets…

– Smaller stack in addition to faster routing…• HiperSockets and Dynamic VIPA• HiperSockets and Sysplex Distributor

– Takes advantage of XCF and WLM

Page 23: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

HiperSockets and Sysplex DistributorHiperSockets and Sysplex Distributor

Image 5(HiddenVIPA

10.9.8.1)

Image 4(HiddenVIPA

10.9.8.1)

Image 3(HiddenVIPA

10.9.8.1)

HiperSocket

Image 2(Backup

VIPA10.9.8.1)

Image 1(Primary

VIPA10.9.8.1)

TraditionalNetwork

Page 24: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

HiperSockets and Sysplex DistributorHiperSockets and Sysplex Distributor

Image 5(HiddenVIPA

10.9.8.1)

Image 4(HiddenVIPA

10.9.8.1)

Image 3(HiddenVIPA

10.9.8.1)

HiperSocket

Image 2(Backup

VIPA10.9.8.1)

Image 1(Primary

VIPA10.9.8.1)

TraditionalNetwork

Page 25: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

HiperSockets Sysplex Distributor WLMHiperSockets Sysplex Distributor WLM

Image 5(HiddenVIPA

10.9.8.1)

Image 4(HiddenVIPA

10.9.8.1)

Image 3(HiddenVIPA

10.9.8.1)

HiperSocket

Image 2(Backup

VIPA10.9.8.1)

Image 1(Primary

VIPA10.9.8.1)

TraditionalNetwork

Page 26: HiperSockets in the Round a z/OS, z/VM, zLinux  · PDF fileHiperSockets in the Round a z/OS, z/VM, zLinux Perspective Frank J. De Gilio IBM Design Centers degilio@us.ibm.com

HiperSockets in the RoundHiperSockets in the Round

• Simple to set up• Can be tuned for OS and applications

– Simple straightforward knobs• Better Performance than the wire• Secure data transfer

– Added performance benefit by removing SSL layers• Has some special advantages in z/OS

– HiperSocket Accelerator– Dynamic XCF– Sysplex Sockets– Sysplex Distributor