Deployment Guide Document version 1.2

What’s inside: 2 Prerequisites and configuration notes 2 Configuration example and traffic flows 4 Configuring the BIG-IP LTM 5 Next Steps 6 Document Revision History

Deploying the BIG-IP LTM with IBM WebSphere MQ Welcome to the F5 Deployment Guide for IBM® WebSphere® MQ. This document provides guidance for deploying the BIG-IP Local Traffic Manager (LTM) with IBM WebSphere MQ. The BIG-IP LTM brings high availability, SSL offload, and TCP optimizations to WebSphere MQ solutions. WebSphere MQ improves the flow of information across an organization and positions it to adjust to dynamic business requirements, reduce maintenance, integration costs, and seamlessly bridge to new technologies.

Why F5 The BIG-IP LTM brings high availability, SSL offload and TCP optimization to WebSphere MQ solutions. The primary use case addressed in this guide is placing BIG-IP LTM in front of incoming MQ queue managers for connection balancing of receiver queues. The BIG-IP LTM can also provide monitoring and high availability for transmission queues if affinity is not required. While WebSphere MQ already provides connection balancing, utilizing BIG-IP brings a number of additional benefits. hh W  ebSphere MQ connection balancing is based on a static list of addresses. If one or more of these addresses are down, the WebSphere MQ client spends time trying to connect to them anyway. By using a virtual server address on the BIG-IP system as described in this deployment guide, the BIG-IP device routes each connection request directly to an available MQ instance. hh W  ebSphere MQ connection balancing is configured at build time using a client-channel definition table file or JMS managed object definition. By using the BIG-IP system, changes to the MQ Server list are dynamic and do not require the client application to restart or redeploy to pick up the changes. hh W  ebSphere MQ connection balancing is based on weighting and each connection is evaluated independently. The BIG-IP system, as deployed in this deployment guide, is using the Least Connections algorithm, which means that new connections are balanced based on the number of live connections on each node. For information on IBM WebSphere MQ see: http://www-01.ibm.com/software/integration/wmq/ For more information on the F5 BIG-IP system, see http://www.f5.com/products/big-ip

DEPLOYMENT GUIDE IBM WebSphere MQ

Products and versions tested Product

Version

BIG-IP LTM

11.1 HF-2

IBM WebSphere MQ

7.1

Important: M  ake sure you are using the most recent version of this deployment guide, found at http://www.f5.com/pdf/deployment-guides/ibm-websphere-mq-dg.pdf. To provide feedback on this deployment guide or other F5 solution documents, contact us at [email protected].

Prerequisites and configuration notes The following are general prerequisites and configuration notes for this guide: hh If you are using the BIG-IP system to offload SSL, we assume you have already obtained an SSL certificate and key, and it is installed on the BIG-IP LTM system. hh A  s stated in the introduction, the primary use case in this deployment guide is the BIG-IP system deployed in front of queue managers, providing load balancing and offload. hh W  ebSphere MQ heartbeats should be configured to a value smaller than the BIG-IP LTM TCP Idle Timeout value. We recommend 180 seconds for the BIG-IP LTM TCP Idle Timeout value (as shown in this guide) and 60 seconds for the WebSphere MQ heartbeat value. For information on configuring the WebSphere MQ heartbeats, see the IBM documentation.

Configuration example and traffic flows Using the configuration in this guide, the BIG-IP system provides high availability directly to WebSphere Message Broker Servers. If DataPower XI50 devices are used for XML transformation in your implementation, the BIG-IP provides high availability to the DataPower devices. The traffic flows for each of the modes, and configuration instructions are below. The setup of BIG-IP is currently identical between the two modes, but the setup of WebSphere MQ is different between the two modes. Mode 1 - BIG-IP LTM directing traffic to WebSphere MQ In the following diagram, the BIG-IP LTM provides intelligent traffic direction and high availability for WebSphere Message Broker servers. WebSphere Message Broker Server 1 Broker 1

Broker 2

Servers

Queue 1

1 Queue 2 2

BIG-IP LTM 3

Broker 3

Broker 4

Queue 1

Queue 2

WebSphere Message Broker Server 2

2

WebSphere Application Server Cluster

DEPLOYMENT GUIDE IBM WebSphere MQ

1. The BIG-IP system continually monitors the WebSphere MQ servers for health and availability. 2. T he BIG-IP system accepts incoming queue messages and delivers them to the appropriate Broker server. 3. Outgoing queues may return without traversing the BIG-IP LTM.

Configuring WebSphere MQ devices for use with the BIG-IP system To provide high availability for WebSphere MQ, you must have two or more identical WebSphere Message Broker Servers. For example, you should setup the exact same transmission queues, Queue Managers and Channels on all MQ servers, using the same TCP ports and names for all servers. For specific instructions, see the IBM documentation.

Mode 2 – Load balancing DataPower Devices In the following diagram, the BIG-IP LTM provides intelligent traffic direction and high availability to the DataPower devices. WebSphere Message Broker Server 1 Broker 1

DataPower

Servers

Broker 2

Queue 1

1

2

3

BIG-IP LTM

Queue 2

4 5

WebSphere Application Server Cluster

Broker 3

Broker 4

DataPower

Queue 1

Queue 2

WebSphere Message Broker Server 2

This diagram illustrates the following process: 1. T he BIG-IP LTM receives all incoming requests and distributes these requests across the DataPower XI50 appliances. 2. T he DataPower devices perform basic validation and threat protection on the SOAP requests. It also load balances the requests to the WebSphere Message Broker servers in the network. 3. E ach broker contains two execution groups running an instance of the message flow. This results in eight instances of the same message flow. DataPower load balances across these eight endpoints. 4. The message flow writes the message to a WebSphereMQ queue. 5. The message is consumed by a MDB connected to WebSphereMQ using client bindings. The high availability features of the topology are as follows: • If a DataPower device becomes unavailable, traffic can be routed to an alternate device. • If one WebSphere Message Broker server becomes unavailable, all traffic is routed to the alternate server. • If one or more brokers becomes unavailable, all traffic is routed to the remaining brokers • If one or more execution groups becomes unavailable, all traffic is routed to the remaining execution groups.

3

DEPLOYMENT GUIDE IBM WebSphere MQ

Relationship between MQ queue managers and BIG-IP virtual server addresses In the following chart, we demonstrate the relationship between MQ queue managers, Port and IP information for that queue manager, and the BIG-IP virtual server. In this example, there are three queue managers, SalesQueue, OrderQueue and InventoryQueue, installed on two MQ Servers, 192.168.10.50 and 192.168.10.60. The queue managers are each mapped on a specific port on the server, in this case, 1414, 1415 and 1416. On the BIG-IP LTM, virtual servers are configured for each queue manager on the same TCP port, but in our case with external routed IP addresses. The BIG-IP LTM pool contains the two MQ servers and monitors these servers for health and availability before delivering message traffic. By separating queue managers on their own ports, persistence and grouping of messages can be managed on a more granular level, with more visibility into the health of each server.

MQ Queue Manager

4

Queue Manager (IP:Port)

BIG-IP virtual server

SalesQueue manager

192.168.10.50:1414 and 192.168.10.60:1414

64.0.0.1:1414

OrderQueue manager

192.168.10.50:1415 and 192.168.10.60:1415

64.0.0.1:1415

InventoryQueue manager

192.168.10.50:1416 and 192.168.10.60:1416

64.0.0.1:1416

DEPLOYMENT GUIDE IBM WebSphere MQ

Configuring the BIG-IP LTM Use the following table for guidance on configuring the BIG-IP LTM for either deployment mode. This table shows the required BIG-IP configuration objects with any non-default settings you should configure as a part of this deployment. Unless otherwise specified, settings not mentioned in the table can be configured as applicable for your configuration. For specific instructions on configuring individual objects, see the online help or product manuals. As described in the following table, you need to create a BIG-IP pool and virtual server for each transmission queue that is a part of this deployment. For instructions on Important

The heartbeat value in your WebSphere MQ configuration must be less than the BIG-IP LTM Idle Timeout value in the TCP configuration. We recommend a WebSphere MQ heartbeat value of 60 seconds. See the WebSphere documentation for specific instructions on configuring the heartbeat. It is critical that a tcp_half_open monitor be used, in order to minimize impact on the WebSphere MQ server. If a full TCP monitor is used, WebSphere MQ generates a dump file and may degrade the performance of the queue manager over time. BIG-IP Object

Non-default settings/Notes

Health Monitor

Name

Type a unique name

(Main tab-->Local Traffic -->Monitors)

Type

TCP Half Open

Name

Type a unique name

Health Monitor

Select the monitor you created above

Slow Ramp Time1

300

Load Balancing Method

Choose Least Connections (Member)

Address

Type the IP Address of a WebSphere MQ node

Service Port

Type the appropriate port for the channel, such as 1414. Repeat Address and Service Port for all nodes)

Pool (Main tab-->Local Traffic -->Pools)

Create additional pools for each Receiver Queue be load balanced. Use the appropriate Service port for the specific Receiver Queue. TCP WAN (Profiles-->Protocol)

TCP LAN (Profiles-->Protocol)

Profiles (Main tab-->Local Traffic -->Profiles)

Client SSL (Profiles-->SSL) 2

Server SSL (for SSL Bridging only) (Profiles-->SSL)

Name

Type a unique name

Parent Profile

tcp-wan-optimized

Idle Timeout 2

180 2

Name

Type a unique name

Parent Profile

tcp-lan-optimized

Idle Timeout 2

180 2

Name

Type a unique name

Parent Profile

clientssl

Certificate

Select the Certificate you imported

Key

Select the associated Key

Name

Type a unique name

Parent Profile

If your server is using a certificate signed by a Certificate Authority, select serverssl. If your server is using a self-signed certificate, or an older SSL cipher, select serverssl-insecure-compatible.

Certificate and Key

Leave the Certificate and Key set to None.

3

1 2 3 4

5

You must select Advanced from the Configuration list for these options to appear See important note above this table. The WebSphere MQ heartbeat value must be less than this Idle Timeout value. A Client SSL profile is only necessary if you want the BIG-IP system to decrypt SSL connections, typically for SSL Offload. The Server SSL profile is only necessary if you require encrypted traffic all the way to the servers. For SSL Offload (recommended), you do not need a Server SSL profile.

DEPLOYMENT GUIDE IBM WebSphere MQ

BIG-IP Object

Non-default settings/Notes Name

Type a unique name.

Address

Type the IP Address for this virtual server

Service Port Protocol Profile (Client)

Virtual Server (Main tab-->Local Traffic -->Virtual Servers)

Type the same port you used for the pool, such as 1414. 1,4

Select the WAN optimized TCP profile you created above

Protocol Profile (Server) 1

Select the LAN optimized TCP profile you created above

SSL Profile (Client) 2

If you created a Client SSL profile only: Select the Client SSL profile you created above

SSL Profile (Server) 3

If you created a Server SSL profile for SSL Bridging only: Select the Server SSL profile you created above.

SNAT Pool

Auto Map

Default Pool

Select the appropriate pool you created above

Create additional virtual servers for each pool you created above. Make sure to use the appropriate Service Port, and select the appropriate Pool. You can use the same profiles. 1 2 3

4

You must select Advanced from the Configuration list for these options to appear A Client SSL profile is only necessary if you want the BIG-IP system to decrypt SSL connections, typically for SSL Offload. The Server SSL profile is only necessary if you require encrypted traffic all the way to the servers. For SSL Offload (recommended), you do not need a Server SSL profile. If the majority of your clients are connecting via a LAN, use the LAN optimized profile you created.

This completes the BIG-IP LTM configuration.

Next Steps Now that you’ve completed the BIG-IP system configuration for IBM WebSphere MQ, here are some examples of what to do next.

Adjust your DNS settings to point to the BIG-IP system After the configuration is completed, your DNS configuration should be adjusted to point to the BIG-IP virtual server for WebSphere MQ.

Advertise new Queue IP addresses to Messaging systems. You must advertise your new Queue IP addresses to your Messaging Systems. Be sure to update your transmission queues to point to the BIG-IP LTM virtual IP address or the DNS name you have created for this address. If you do not advertise the IP addresses, traffic is sent directly to the broker servers and not the high availability system you have just created.

Make sure the BIG-IP TCP Idle Timeout is configured properly If you notice your WebSphere Queues are timing out, check to make sure you the WebSphere MQ heartbeat are set to a value that is smaller than the BIG-IP TCP Idle Timeout value, as described in this guide on page 5 .

6

7 DEPLOYMENT GUIDE IBM WebSphere MQ

Document Revision History Version 1.0

Description New guide

Date 06-13-2012

- Added new content to the Why F5 section on the first page - Changed references to “MQ queues” to “MQ queue managers” 1.1

1.2

F5 Networks, Inc. 401 Elliott Avenue West, Seattle, WA 98119 F5 Networks, Inc. Corporate Headquarters [email protected]

F5 Networks Asia-Pacific [email protected]

- Changed the BIG-IP health monitor from TCP to TCP Half Open and added to the important note before the configuration table about why the TCP Half Open monitor is necessary. - Modified the parent profiles for the TCP profiles from wom-tcp-lanoptimized and wom-tcp-wan-optmized to tcp-lan-optimized and tcp-wan-optimized. - Added a note to the Protocol Profile (Client) setting on the virtual server stating if most clients are connected via a LAN, use the tcp-lan-optimized profile you created.

888-882-4447

F5 Networks Ltd. Europe/Middle-East/Africa [email protected]

03-13-2013

02-21-2014

www.f5.com F5 Networks Japan K.K. [email protected]

©2013 F5 Networks, Inc. All rights reserved. F5, F5 Networks, the F5 logo, and IT agility. Your way., are trademarks of F5 Networks, Inc. in the U.S. and in certain other countries. Other F5 trademarks are identified at f5.com. Any other products, services, or company names referenced herein may be trademarks of their respective owners with no endorsement or affiliation, express or implied, claimed by F5.

Deploying the BIG-IP LTM with IBM WebSphere MQ - F5 Networks

Jun 13, 2012 - guidance for deploying the BIG-IP Local Traffic Manager (LTM) with IBM ... The BIG-IP LTM brings high availability, SSL offload and TCP ...

432KB Sizes 7 Downloads 376 Views

Recommend Documents

Deploying the BIG-IP LTM with JD Edwards ... - F5 Networks
In a JD Edwards One environment, the BIG-IP LTM provides intelligent traffic ... Virtual server IP address: Service Port: WebLogic Server IPs:Port. 1: 2: 3: 4: 5: 6:.

Deploying the BIG-IP LTM with Microsoft Remote ... - F5 Networks
Aug 16, 2013 - Remote Desktop Services, one for the Remote Desktop Gateway Servers, .... and precludes exposing required services in the DMZ network.

Deploying the BIG-IP LTM with Oracle ATG - F5 Networks
Sep 13, 2013 - h You must have access to both DNS and NTP network services; for name ... 1 You must select Advanced from the Configuration list for these ...

Deploying the BIG-IP LTM with Microsoft Remote ... - F5 Networks
Aug 16, 2013 - Configuring the DNS settings. 28 ..... Name must correspond to the fully-qualified DNS name that is associated with the Client SSL profile that you create on the BIG- ...... This monitor checks the CPU, memory, and disk usage of the no

Deploying the BIG-IP LTM with Citrix XenDesktop - F5 Networks
To import the script using Linux/Unix/MacOS systems. 1. Download the script: http://devcentral.f5.com/wiki/default.aspx/tmsh/CitrixXenDesktopMonitor.html. 2.

Deploying the BIG-IP LTM with Oracle Enterprise ... - F5 Networks
May 1, 2012 - http://www.oracle.com/us/products/enterprise-manager/index.html ... 2. Prerequisites and configuration notes. The following are general ...

Deploying the BIG-IP LTM with Microsoft Remote ... - F5 Networks
Aug 16, 2013 - Visit the Microsoft page of F5's online developer community, .... selecting applications that have been published on that page, users initiate new ...... Any other products, services, or company names referenced herein may be ...

Deploying the BIG-IP LTM with CA SiteMinder - F5 Networks
Sep 11, 2012 - proactive health monitoring is critical to the success of all SiteMinder .... 2 You must select Advanced from the Configuration list for this option to ...

Deploying the BIG-IP LTM with Citrix XenApp - F5 Networks
Welcome to the F5 deployment guide for Citrix® XenApp® and BIG-IP 10.2.1. This shows ... and accessed over the network or by using web protocols, with just keyboard strokes, mouse movements and .... address and a service. Clients on an ...

Deploying the BIG-IP LTM with IBM InfoSphere Guardium - F5 Networks
Oct 22, 2012 - h For Windows Database hosts, it is a networking requirement of Guardium up-to and ... show the BIG-IP LTM in front of web servers/applications to provide a ... The BIG-IP LTM makes the best load balancing decision at the .... 10. Conf

Deploying the BIG-IP LTM with IBM InfoSphere Guardium - F5 Networks
Oct 22, 2012 - To achieve the levels of uptime demanded by advanced solutions, F5 ... h Reduced total cost of ownership through easier configuration and management, ... IBM Guardium see: http://www-01.ibm.com/software/data/guardium/.

Deploying the BIG-IP LTM with IBM QRadar Logging - F5 Networks
Jul 9, 2013 - Network topology. 3 ... Why F5? Scaling syslog services can become a manual task that involves the ... Figure 1: Logical configuration example ...

Deploying the BIG-IP LTM for Diameter Traffic ... - F5 Networks
www.f5.com/products/big-ip/product-modules/local-traffic-manager.html ... 2. Click the Create button. The New Monitor screen opens. 3. In the Name box, type a ...

Deploying the BIG-IP LTM for Diameter Traffic ... - F5 Networks
In the Address box, type the IP address of this virtual server. In our example, we use 10.133.81.12. 6. In the Service Port box, type 3868. Figure 4 General Properties of the virtual server. 7. From the Configuration list, select Advanced. . The Adv

Deploying the BIG-IP LTM with the VMware Zimbra ... - F5 Networks
find the table does not contain enough information for you to configure an individual .... In the Domain box, type the domain name you want the monitor to check.

Deploying the BIG-IP LTM with multiple BIG-IP ... - F5 Networks
h You must be running BIG-IP version 10.x. ... The LTM then intelligently directs the request to the best available web application server. You can host both the internal and external virtual servers on the same BIG-IP LTM, or you may.

Deploying the BIG-IP LTM v11 with Citrix XenDesktop - F5 Networks
May 7, 2012 - Address. Type the IP Address of the Web Interface nodes .... In the Host name box, type the host name or IP address of your BIG-IP system. 4.

Deploying the BIG-IP LTM and APM v11 with Citrix ... - F5 Networks
Jan 17, 2014 - For more information on iApp, see the F5 iApp: Moving Application Delivery ... BIG-IP Platform ...... already done so, you can either exit the template now and then restart the configuration after creating the pool, or complete and.

Deploying the BIG-IP APM VE and LTM VE v10.2.1 with ... - F5 Networks
schemes and various back-end directory services. BIG-IP APM VE can also ... Configuring the BIG-IP APM VE for View 4.5, on page 3-1. For more information on ...

Deploying the BIG-IP APM VE and LTM VE v10.2.1 with ... - F5 Networks
3. Click the Edit button. 4. Clear the check from the Require SSL for client connections box. ..... appropriate for your installation (you must type a Domain Name at.

Deploying the BIG-IP LTM and APM v11 with Citrix ... - F5 Networks
Jan 17, 2014 - 3. DEPLOYMENT GUIDE. Citrix XenApp and XenDesktop. Why F5 .... On the Main tab, expand iApp, and then click Application Services. 3.

Deploying the BIG-IP LTM and APM v11 with Citrix ... - F5 Networks
Jul 24, 2012 - point interface for building, managing, and monitoring these Citrix ...... At the What is the App name prompt, type the name of an available ...

Deploying the BIG-IP LTM with Oracle Database Firewall - F5 Networks
Sep 19, 2012 - managing connections to the Database Firewall Proxy services running in .... 1. On the Main tab, expand Network, and then click Interfaces. 2.

Deploying the BIG-IP LTM System with VMware View - F5 Networks
3. Under View Servers, select a View Connection Server entry and click Edit. 4. In the ... In the Service Port box, type the appropriate port, or select it from the list.