Вы находитесь на странице: 1из 40

ATTENTION – AUDIO Options

Option 1: Voice Streaming Audio Broadcast Option 2: Teleconference (Dial In)


• No need to dial in on a telephone • Requires telephone to dial in
• Questions can be asked in the WebEx Q&A panel • Questions can be asked over the phone or in the
WebEx Chat
• Details
– Conference ID: “advisorTO”
– International dial in: 1 706 758 0600
– US Free call: 1 844 852 4142
– List with national toll free numbers is available
in Doc ID: 1148600.1
– View anytime during the conference using
Communicate > Teleconference > Join
Teleconference from your WebEx menu

Upcoming: Advisor Webcast: Knowledge Center Load Balancing

2 Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


Upcoming Advisor Webcast Schedule

Check out Note ID : 740966.1

Select your Product Area

Scan through the Current Schedule

Register for the session of your


interest

Upcoming: Advisor Webcast: Knowledge Center Load Balancing

3 Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


Safe Harbor Statement

The following is intended to outline our general product


direction. It is intended for information purposes only, and may
not be incorporated into any contract. It is not a commitment
to deliver any material, code, or functionality, and should not
be relied upon in making purchasing decision. The
development, release, and timing of any features or
functionality described for Oracle’s products remains at the
sole discretion of Oracle.

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 4


Advisor Webcast
Knowledge Center Load Balancing
Constantin Alexandru
Proactive Support Engineer
Proactive Support Delivery, Oracle Support
May 12th 2015

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


Objectives

During this presentation we will learn


how to install Knowledge Center 12.1
in load balancing environment, using
two Web Servers and one Database.

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


Agenda

1 Introduction

2 Prerequisite steps

3 Installation steps of the main server

4 Installation steps of the second server

5 Testing the environments

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 7


1. Introduction

• When setting up an environment using load balancing technology, the


configuration must be the same on each server used in the environment.
• When load balancing the Knowledge Center database, an exact replica
must be maintained or synchronized across databases.
• In the setup example below, it is assumed that you are using multiple
Knowledge Center servers and one Knowledge Center database.

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 8


1. Introduction

Note: When using Windows authentication, each server must be able to get
authentication for the Windows users. That is, all servers should be able
to get authentication for all Windows accounts rather than each knowing
a subset of users.

This is most likely to work when the servers are all within the same
Windows domain.

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 9


2. Prerequisite steps
• Step 1
Download the UPK 12.1 version from http://support.oracle.com accessing
Patches & Updates section OR from http://edelivery.oracle.com
UPK version / Enablement Service Pack Patch No.

UPK 12.1 18435012

ESP 1 for UPK 12.1 19643861

Check the technical specifications :


http://www.oracle.com/us/products/applications/tutor-upk/oracleupk-
techspecs12-1-2186665.pdf
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
2. Prerequisite steps

• Step 2
Copy and unzip the installation source to the Knowledge Center Server

• Step 3
• Install windows updates on the server and all the required IIS services
(ASP.NET , ASP , Windows Authentication , Basic Authentication , IIS 6
Management compatibility) . I recommend to install all available IIS
services and features
• Reboot the server

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
3. Installation steps of the main server
• Install Knowledge Center to the
first server as desired
• Make a note of your chosen
Application (virtual directory)
names, Authentication mode and
Database configuration

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


4.Installation steps of the second server
Run the installer for all subsequent Knowledge Center servers, using the information
below for the screens indicated:
– Choose Web Site: All applications and authentication mode must the same as the first server noted in
previous step
– Database System: Select the database option used in the first server .
– SQL Script Options: Click the Yes, the scripts have already been run for this version option.
– Internet Information Services Option: Click the Yes, continue with the installation option.

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


4.Installation steps of the second server

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


4.Installation steps of the second server

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


4.Installation steps of the second server

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


4.Installation steps of the second server
• For UPK 12.1 the installation does create Content Root folders for the subsequent
servers, being integrated within Kcenter virtual directory
• For UPK 11.1 the installation does not create Content Root folders for the subsequent
servers because the content folder already exists on the original server; therefore, the
Content Root folder created in the original installation must be replicated to each of
the subsequent servers
• The folders and virtual directories must be identical to that of the original server. This
can either be done manually or through a replication service
• Note that this is the content location and content will be continually imported to this
location through the software .

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


4.Installation steps of the second server
The web.config files within Kcenter and KData, need to be modified for all servers:
• Open the web.config file located in the Web Server\KCenter folder on the original install
• Find the machineKey item in the config file (configuration -> system.web -> machineKey)
• Copy this section to the clipboard or to a file. This section needs to be replicated to each
of the subsequent servers
• Edit the web.config files for KCenter and KData, on each of the subsequent servers and
replace the machineKey section with the machine key section of the original server
– Open the command prompt as an Administrator and call the notepad application by giving the full
web.config path of the KCenter and KData from the second server

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


4.Installation steps of the second server

-- machineKey of the main Kcenter web.config file


Open the web.config of the second Kcenter server and replace the machineKey,
using notepad

• Repeat the steps for Kdata web.config also.

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


4.Installation steps of the second server
• If a secure website (SSL) is used, the Knowledge Center application will be registered
using the load-balanced URL, as long as the server certificate was issued to the load-
balanced URL
• If SSL is not being used, the Knowledge Center and Content Root URLs should be
updated using Manager to match the load-balanced URL

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


4.Installation steps of the second server
Modify the Content Root value to point to the main server

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


4.Installation steps of the second server
Copy the KContent numerical folder from the main server to the
second server

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


5. Testing the environments
We can test the environment by stopping the IIS Web server on the main
server and then access the Knowledge Center application using the
second server URL

MAIN SERVER SECOND


SERVER

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


5. Testing the environments
• Import a PlayerPackage.zip file using the second URL which is available
• Check the new folder created in the Content Root of the second server

NOTE: Please synchronize the content of the Content Roots (KContent12


folder) copying the numerical folders from one to another. You can use
a batch script and schedule it once a day
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Top Articles and Community Links

 The following thread can be used for


additional questions or discussions on
this topic. Answers to the questions
asked during the Q&A session will be
posted here.

 https://community.oracle.com/thread/
3688464

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


Learn More

Available References and Resources to Get Proactive


About Oracle Support Best Practices
www.oracle.com/goto/proactivesupport
Get Proactive in My Oracle Support
https://support. oracle.com | Doc ID:
432.1
My Oracle Support Blog
https://blogs.oracle.com/supportportal/
Ask the Get Proactive Team
psft-get-proactive_us@oracle.com

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


My Oracle Support Accreditation: PeopleSoft

Accreditation Program Pages Fully leverage support capabilities Getting Started| Install PeopleSoft |
delivered via My Oracle Support | Support and Maintain PeopleSoft
• Program Index – 1583898.1 high-value best practices | efficiency System| Optimize Performance|
• MOS Accreditation – 1579751.1 with Oracle tools = more time spent Troubleshooting | Upgrade
on primary role. PeopleTools and Applications.
• PeopleSoft – 1625622.1

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 30


PeopleSoft Support Blog – It’s Here!
Real-time information, delivered to your email inbox.

Stay proactively informed about PeopleSoft news with the new Support Blog.
Watch the video to learn how to follow and get updates (Doc ID 1939031.1)
Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |
Moving on UP! with Proactive Upgrades
Be prepared before you take the upgrade road!

Being proactive can help you


be prepared and minimize
your business downtime and
risk for upgrading your
system.

Visit Moving on UP! with


Proactive Upgrades for
Current ERP Systems: Oracle
Applications Unlimited
(Document 1983566.1) to
see available upgrade
resources, training and tools.

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


Successful Service Requests for Faster Resolutions
Resolve issues faster so you can get back to doing your “real” job!

No matter how proactive


you are, you can’t prevent
all issues. Oracle Support
continues to enhance and
broaden the capabilities and
tools to help resolve issues
faster – and these extend to
Service Requests (SRs).

Visit Successful Service


Requests for Faster
Resolutions: Oracle
Applications Unlimited
(Document 1993795.1) to
learn best practices for
opening an effective
Service Request.

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


Where Can I Get The Slides From This Session?
1. PDF link from Doc ID 740966.1 (within 48 hours)
2. Doc ID 1991315.1 (within 48 hours)
3. My Oracle Support Communities – Follow the breadcrumbs below
and select Content > Documents (within 48 hours)

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


Accessing My Oracle Support Community
1. Via My Oracle Support - 2. Directly –
> Community Tab https://community.oracle.com/community/
support

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


Oracle Advisor Webcast Program
Locating Current Schedule & Archived Recordings for PeopleSoft

From Note ID :
740966.1 drill down
to your area of
interest

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


Oracle Advisor Webcast Program
Locating Current Schedule & Archived Recordings for PeopleSoft
Note:
 Click column headings to
sort
 Hover on Webcast Title for
more information
 Recording/PDF available
within 48 hours
 Advisor Webcast Questions
on a webcast or ask
questions related to the
topic via the Questions? link

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


• To ask a question on the phone
line, select *1 on your phone.
• To ask a question online, use the
Q&A Q&A area at the top.
• Your questions will be read aloud in
the order received.
• Questions can also be asked on the
My Oracle Support Communities

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


THANK YOU

Copyright © 2014 Oracle and/or its affiliates. All rights reserved. |


Copyright © 2014 Oracle and/or its affiliates. All rights reserved. | 40

Вам также может понравиться