You are on page 1of 7

PeopleSoft PeopleTools 8.

55

Installation Addendum

April 2016

PeopleSoft PeopleTools 8.55 Product Documentation Update: Installation Addendum


Copyright 2016, Oracle and/or its affiliates. All rights reserved.
License Restrictions Warranty/Consequential Damages Disclaimer
This software and related documentation are provided under a license agreement containing restrictions on use
and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license
agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit,
distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering,
disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited.
Warranty Disclaimer
The information contained herein is subject to change without notice and is not warranted to be error-free. If you
find any errors, please report them to us in writing.
Restricted Rights Notice
If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf
of the U.S. Government, then the following notice is applicable:
U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any
programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are
"commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific
supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs,
including any operating system, integrated software, any programs installed on the hardware, and/or
documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights
are granted to the U.S. Government.
Hazardous Applications Notice
This software or hardware is developed for general use in a variety of information management applications. It is
not developed or intended for use in any inherently dangerous applications, including applications that may create
a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be
responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use.
Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or
hardware in dangerous applications.
Trademark Notice
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their
respective owners.
Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used
under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD
logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a
registered trademark of The Open Group.
Third-Party Content, Products, and Services Disclaimer
This software or hardware and documentation may provide access to or information about content, products, and
services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all
warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an
applicable agreement between you and Oracle. Oracle Corporation and its affiliates will not be responsible for any
loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except
as set forth in an applicable agreement between you and Oracle.
Documentation Accessibility
For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at
http://www.oracle.com/pls/topic/lookup?ctx=acc&id=docacc.
Access to Oracle Support

Product Documentation Update

PeopleSoft PeopleTools 8.55 Installation Addendum


April 2016

Oracle customers that have purchased support have access to electronic support through My Oracle Support. For
information, visit http://www.oracle.com/pls/topic/lookup?ctx=acc&id=info or visit
http://www.oracle.com/pls/topic/lookup?ctx=acc&id=trs if you are hearing impaired.

Copyright 2016, Oracle and/or its affiliates. All rights reserved.

Product Documentation Update

PeopleSoft PeopleTools 8.55 Installation Addendum


April 2016

Introduction
This document contains addendum information to the Oracles PeopleTools 8.55 Installation guides, available
on the same My Oracle Support page as this addendum. Unless otherwise stated, the updates listed in the
document apply to all supported database platforms for the PeopleSoft PeopleTools 8.55 installation.

Revision History
The following table lists the dates that this document was updated, and the sections that were added or
changed.
Date

Section Added

April 27, 2016

Creating PeopleSoft Database Roles (Multitenant Architecture) and


Updating Database to Latest PeopleTools Release

February 10, 2016

Installing the PeopleSoft Pure Internet Architecture on IBM WebSphere in


Console Mode

Copyright 2016, Oracle and/or its affiliates. All rights reserved.

Product Documentation Update

PeopleSoft PeopleTools 8.55 Installation Addendum


April 2016

Changes and Additions


These sections correspond to the tasks in the PeopleTools 8.55 installation guides for your database
platform.

Installing the PeopleSoft Pure Internet Architecture on


IBM WebSphere in Console Mode
This amends the section Installing the PeopleSoft Pure Internet Architecture on IBM WebSphere in Console
Mode in the chapter Setting Up the PeopleSoft Pure Internet Architecture in Console Mode.
If you are installing on Oracle Solaris 11 on SPARC, you may see a java OutofMemoryException error. To
avoid the error, carry out these steps before beginning the installation of the PeopleSoft Pure Internet
Architecture:
1. Open this file with a text editor, such as vi:

PS_HOME/setup/PsMpPIAInstall/scripts/waspiainstall.xml
2. Locate the section for wsadmin:
<wsadmin command=" " profile="${jython.file}" conntype="SOAP"
failonerror="true"> </wsadmin>
3. Add the following argument at the end of the section:
<jvmarg value="-XX:MaxPermSize=1024m"/>
Sample before change:
<target name="run-wsadmin-appdeploy" depends="set-auth-token">
<!-- call the jython script to deploy app and configure server -->
<wsadmin command=" " profile="${jython.file}" conntype="SOAP"
failonerror="true">
<arg value="${pia.profile.name}" />
<arg value="${peoplesoft.ear.name}" />
<arg value="${ps.home}" />
<arg value="${machine.name}" />
<arg value="${pia.http.port}" />
<arg value="${pia.https.port}" />
<arg value="${psemhub.http.port}" />
<arg value="${psemhub.https.port}" />
<arg value="${install.type}" />
<arg value="${auth.cookie.domain.new}" />
</wsadmin>
</target>
Sample after change, with added text in bold:
<target name="run-wsadmin-appdeploy" depends="set-auth-token">
<!-- call the jython script to deploy app and configure server -->

Copyright 2016, Oracle and/or its affiliates. All rights reserved.

Product Documentation Update

PeopleSoft PeopleTools 8.55 Installation Addendum


April 2016

<wsadmin command=" " profile="${jython.file}" conntype="SOAP"


failonerror="true">
<arg value="${pia.profile.name}" />
<arg value="${peoplesoft.ear.name}" />
<arg value="${ps.home}" />
<arg value="${machine.name}" />
<arg value="${pia.http.port}" />
<arg value="${pia.https.port}" />
<arg value="${psemhub.http.port}" />
<arg value="${psemhub.https.port}" />
<arg value="${install.type}" />
<arg value="${auth.cookie.domain.new}" />
<jvmarg value="-XX:MaxPermSize=1024m"/>
</wsadmin>
</target>

Creating PeopleSoft Database Roles (Multitenant


Architecture)
This amends the section Creating PeopleSoft Database Roles (Multitenant Architecture) in the chapter
Creating a Database Manually on Windows in the PeopleTools 8.55 installation guide for Oracle. The
psroles.sql and psroles2.sql scripts should be run with sysdba permission, as follows:
To create the roles for your PeopleSoft database:
1. Log on to SQL*Plus, connecting as sysdba.
sqlplus / as sysdba
2. Run the PSROLES.SQL script:
sqlplus>@<PS_HOME>\scripts\nt\pdb\psroles.sql
3. Run the PSROLES2.SQL script:
sqlplus>@<PS_HOME>\scripts\nt\pdb\psroles2.sql

Updating Database to Latest PeopleTools Release


This amends the section Updating Peopletools System Tables in the chapter Completing the Database
Setup in the PeopleTools 8.55 installation guide for Oracle. The psroles.sql script should be run with sysdba
permission. The amended steps are as follows:
Multitenant (step 5):
If the application database you are installing is 8.54 or lower, you are using Oracle 12c or higher, and you are
using multitenant architecture, re-run the scripts to create the PeopleSoft database roles.
This will grant additional privileges to enable use of the Oracle in-memory feature in Oracle 12c and restrict
certain privileges to the Access ID.
1. Open PS_HOME\scripts\nt\pdb\psroles2.sql for editing and replace the variable
<PDB_SERVICE_NAME> with the PDB database name.
2. Log on to SQL*Plus, connecting as sysdba.

Copyright 2016, Oracle and/or its affiliates. All rights reserved.

Product Documentation Update

PeopleSoft PeopleTools 8.55 Installation Addendum


April 2016

sqlplus / as sysdba
3. Run the PSROLES.SQL script:
sqlplus>@PS_HOME\scripts\nt\pdb\psroles.sql
4. Run the PSROLES2.SQL script:
sqlplus>@PS_HOME\scripts\nt\pdb\psroles2.sql
5. Run the following SQL command, substituting your access ID:
grant PSADMIN to ACCESSID
Non-multitenant (step 6):
If the application database you are installing is 8.54 or lower, you are using Oracle 12c or higher, and the
database is non-multitenant, re-run the script to create the PeopleSoft database roles.
This will grant additional privileges to enable use of the Oracle in-memory feature in Oracle 12c and restrict
certain privileges to the Access ID.
1. Log on to SQL*Plus, connecting as sysdba.
sqlplus / as sysdba
2. Run the PSROLES.SQL script:
sqlplus>@PS_HOME\scripts\nt\psroles.sql
3. Run the following SQL command, substituting your access ID:
grant PSADMIN to ACCESSID

Copyright 2016, Oracle and/or its affiliates. All rights reserved.

You might also like