28
Session 20710: High Availability Options for JD Edwards EnterpriseOne Kevin R. Herrig, GSI Caleb Wood, Lafarge North America Laurie Nice, Symmons Industries

Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

Session 20710:High Availability Options for JD Edwards EnterpriseOne

Kevin R. Herrig, GSICaleb Wood, Lafarge North AmericaLaurie Nice, Symmons Industries

Page 2: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

• Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the concepts and terminology presented here will be discussed at a higher level

• The information presented here is based on GSI’s experiences.

• These slides are not intended to present ALL the high availability options, just some of the most common.

• The only way to really decide on the right option(s) for your company is to conduct an internal Proof of Concept (POC) and document failover behavior and times.

*** Disclaimer ***

Page 3: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

• What is “High Availability” for E1?• The E1 Logical Layers• What is E1 Virtualization?• What is a Content Switch?• What is Active-Passive?• Active-Passive Advantages / Challenges• What is Active-Active?• Active-Active Advantages / Challenges• High Avail Options for E1 Logical Layers• LIVE High Availability Architectures• What is the Right Option for Me?• Questions

Agenda

Page 4: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

• “High Availability” for JD Edwards EnterpriseOne is usually a single site implementation that has multiple redundant servers configured at each layer in either an ACTIVE-PASSIVE or ACTIVE-ACTIVE mode to minimize planned and unplanned downtime

• *** High Availability with multiple sites is usually defined of as “Business Continuity”…which is whole presentation in itself. J

What is “High Availability” for E1?

Page 5: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

The E1 Logical Layers

Network Layer(Routers, Content Switches, VPN, Bandwidth, Accelerators)

E1 Client Layer(Client PC)

E1 HTTP Layer(Apache)

E1 Presentation Layer(JAS, Portal, Websphere)

E1 Application / Batch Layer(“Kernels”, Multi-threading, BSFN & UBE Processing)

E1 Database Layer(Single Node, Cluster, RAC, Unicode / Non-Unicode)

Page 6: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

What is E1 Virtualization?Physical Name:

Server 1Virtual Name:

Server 0(ONLINE)

Virtual Server Name =Server 0

ON FAILURE

Physical Name:Server 2

Virtual Name:Server 0

(STANDBY or ONLINE)

-OR-

LOAD BALANCE

Add as a NEW Server in E1

Page 7: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

What is a Content Switch?

Page 8: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

What is Active-Passive?

Page 9: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

• Can provide automatic failover in minutes• Can allow enough time to review the cause

of the failure and state of “in flight”transactions– Depends on your internal Service Level

Agreement (SLA)• Sometimes less expensive than Active-

Active with regards to hardware– Depends on if content switches are already in

place

Active-Passive Advantages

Page 10: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

• Manual procedures need to be in place to make sure end users VERIFY state of “in flight” transactions– Failure behavior is not the same for all E1 Apps

• Depending on configuration, can require a SLA with multiple hours of downtime– How long do you want to spend analyzing the failure and status of

the “in flight” transactions?• In some cases, dependent on tech staff being available to

make manual switch– INI files

• Does not LOAD BALANCE end users• Does not SCALE• 100% of end users will be DOWN until users are re-routed

to an ONLINE server

Active-Passive Challenges

Page 11: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

What is Active-Active?

Page 12: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

• Automatic re-route to ONLINE server(s) in a matter of seconds

• Allows LOAD BALANCING of end users• Very SCALABLE• If configured with LOAD BALANCE option, only

~50% of end users will be DOWN during failure• Minimal or No Maintenance Window required

– If architected properly, design will allow for maintenance to occur on half the system while the other half supports the end users

Active-Active Advantages

Page 13: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

• Manual procedures need to be in place to make sure end users VERIFY state of “in flight” transactions– Failure behavior is not the same for all E1 Apps

• If content switches are not in house, will be more expensive to implement than Active-Passive

• Need Network Engineer with Content Switch experience– Need to implement scripts for fail-over / load balancing

• In regards to E1, the number of users might be balanced across servers, but that does not mean the servers are “load balanced”– Some E1 Apps are “heavier” than others and require more

processing power / memory (e.g., Inquiry vs. Order Entry)– Need to test different algorithms to find the right one for your

situation…round robin, least connections, weighting, etc.

Active-Active Challenges

Page 14: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

Today’s Focus

E1 HTTP Layer

E1 Presentation Layer

E1 Application / Batch Layer

E1 Database Layer

Page 15: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

High Availability Options for…

E1 HTTP Layer

Page 16: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

• Active-Passive– Multiple HTTP servers with manual redirection

• Instruct users to enter a different URL• Create multiple icons on desktop to point to different URLs

• Active-Active– Multiple HTTP servers connected to Content Switch

• Develop scripts to automatically route users to an online server

E1 HTTP Layer Options

Page 17: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

High Availability Options for…

E1 Presentation Layer

Page 18: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

• Active-Passive– Multiple JVMs on different ports/servers

• Manually change URL to an online port• Create multiple icons on desktop to point to the different ports

– Double-Take Software (Partners Data Systems)– E1 Virtualization (manual move)

• Active-Active– Websphere Clustering with Network Deployment Mgr– Content Switch with E1 Virtualization

E1 Presentation Layer Options

Page 19: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

High Availability Options for…

E1 Application / Batch Layer

Page 20: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

• Active-Passive– Multiple servers ONLINE

• Manually re-direct via JDE.INI file– Clustering (Intel)– Replication (e.g., Lakeview Technology’s

MIMIX, Vision Solutions’ iTera, etc.)– Double-Take Software (Intel)– E1 Virtualization (manual move)

• Active-Active– Content Switch with E1 Virtualization

E1 App / Batch Layer Options

Page 21: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

High Availability Options for…

E1 Database Layer

Page 22: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

• Active-Passive– Clustering (Intel)– Double-Take Software (Intel)– Replication (e.g., Lakeview Technology’s MIMIX,

Vision Solutions’ iTera, etc.)• Active-Active

– Oracle RAC• Note: Oracle’s Transparent Application Failover (TAF) is NOT

available for E1 at this time.

E1 Database Layer Options

Page 23: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

Symmons Industries’ Architecture

` `

iSeries 520 7736

JAS/HTML

InternalUsers

External Users

Integrated IXA Deployment ServerFat Client

HA/DR 520 LPAR

JAS/HTML

`

Lakeview Mimix

Lakeview Mimix

Integrated IXA Deployment Server

InternalUsers

Internet

Fat Client

Symmons Florida

Symmons California

Page 24: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

Lafarge North America Architecture

Page 25: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

What is the Right Option for Me?• What is your stated SLA? Hours or minutes?• How much money does your company lose for every

hour the system is down?• Will the end user community accept multiple hours of

unplanned downtime? Is there a high political cost tied to downtime / user perception?

• Do you have the skills in house?• Do you have the budget to procure additional hardware /

software?• Do you have the time to conduct a POC, implement and

THOROUGHLY test?

Page 26: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

• What is “High Availability” for E1?• Think in Layers• E1 Virtualization• Content Switch• Active-Passive, Active-Active• High Avail Options for E1 Layers• LIVE High Availability Architectures

Summary

Page 27: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

QUESTIONS?

Page 28: Session 20710: High Availability Options for JD Edwards ... · • Due to the technical nature of this topic, time constraints, and various experience levels in the audience, the

Kevin R. HerrigChief Executive OfficerGlobal Systems Integration (GSI)Expert JD Edwards CNC Services

678-266-3300 Tel/Fax/Msgs678-524-0787 [email protected]

Contact Information