creating ebs instance on the cloud - amazon s3ebs+instance+on+the+cloud.pdf3. create a security ip...

30
Creating an E-Business Suite Instance in the Oracle Cloud December 2016

Upload: others

Post on 15-Mar-2020

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

Creating an E-Business Suite Instance in the Oracle Cloud

December 2016

Page 2: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

• Quick talk about ”the cloud”• Creating an EBS instance in the Oracle Cloud, step by step

Agenda

Copyright © 2015 Accenture All rights reserved. 2

Page 3: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

3

Who I am• Dimas Chbane

• Consultant / DBA / Analyst

• Focus areas:

• Databases

• EBusiness Suite

Twitter: DChbaneBlog: dimas-chbane.netEmai: [email protected]

Page 4: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

4

CLOUD IS ASSUMED:IT’S NOT A QUESTION OF “IF”, BUT “WHEN”

• Challenges exist for enterprises

• Every enterprise starting point is different

• Questions to ask• What business problem are you trying to solve with a cloud

implementation?• How many people does this problem affect in your organization?• How are you currently solving this problem?• Has a budget been established to solve this problem with cloud?• How are you going to “divorce” your “cloud partner” if you are not

happy?

Page 5: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

http://www.oracle.com/webfolder/technetwork/tutorials/obe/cloud/compute-iaas/creating_ebs/01newinstall.html

1. Create your trial account2. Generate an SSH key pair on your local system.

3. Create a Security IP List (Optional).4. Create your Oracle E-Business Suite instance.

5. Configure the instance for SSH access.

6. Log into your instance using SSH.7. Review your Oracle E-Business Suite virtual machine configuration.

8. Change the default passwords for accounts.9. Configure your instance for HTTP access.

10. Configure the web entry point.

Creating an EBS instance - Main Steps

Copyright © 2015 Accenture All rights reserved. 5

Page 6: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

6

Before you startCreate a worksheet

Copyright © 2015 Accenture All rights reserved.

Page 7: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

https://cloud.oracle.com

1 - Create your account

Copyright © 2015 Accenture All rights reserved. 7

Page 8: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

EMail

What you get

Copyright © 2015 Accenture All rights reserved. 8

Where you create instances

Page 9: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

9

My Accounthttps://myaccount.cloud.oracle.com/mycloud/faces/dashboard.jspx

Copyright © 2015 Accenture All rights reserved.

Page 10: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

10

My Serviceshttps://myservices.us.oraclecloud.com/mycloud/dchbane/faces/dashboard.jspx

Copyright © 2015 Accenture All rights reserved.

IaaS

PaaS

Page 11: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

11

2 - Generate an SSH key pair on your local system

Copyright © 2015 Accenture All rights reserved.

• MAC => $ ssh-keygen -t dsa -N "" -b "2048" -C "key comment" -f path/root_name• Windows => Use PuttyGen

Public Key to be used during

instance creation

Private Key used during ssh

connection

Page 12: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

12

4 - Create your Oracle E-Business Suite instanceCreate instance => Compute

Copyright © 2015 Accenture All rights reserved.

Page 13: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

13

Select the “Shape”Max = 6 CPUs

Copyright © 2015 Accenture All rights reserved.

Page 14: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

14

Select the Instance

Copyright © 2015 Accenture All rights reserved.

Page 15: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

15

Select Storage

Copyright © 2015 Accenture All rights reserved.

Page 16: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

16

Review and Complete

Copyright © 2015 Accenture All rights reserved.

Page 17: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

17

What happens nextOrchestration process kicks in

Copyright © 2015 Accenture All rights reserved.

Page 18: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

18

When it is completed

Copyright © 2015 Accenture All rights reserved.

Page 19: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

5 - Configure the instance for SSH access

Copyright © 2015 Accenture All rights reserved. 19

Page 20: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

ssh -i /path/to/private_key opc@<public_ip_address_of_the_instance>

6 - Log into your instance using SSH

Copyright © 2015 Accenture All rights reserved. 20

Page 21: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

/var/log/oraclevm-template.log

7 - Review your Oracle E-Business Suite virtual machine configuration

Copyright © 2015 Accenture All rights reserved. 21

Page 22: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

22

Configuration

Copyright © 2015 Accenture All rights reserved.

Database

Oracle Home Location /u01/install/APPS/12.1.0Oracle Database Version 12.1.0.2Oracle SID EBSDBSGA Size 2 GBPort Pool 0 ( TNS Listener Port 1521)Application

Application Tier File System Top /u01/install/APPSLocation of the Run Edition File system /u01/install/APPS/fs1Location of the Patch Edition File system /u01/install/APPS/fs2Location of the Non-editioned File system /u01/install/APPS/fs_nePort Pool 0 for the run edition and 1 for the patch editionOracle E-Business Suite Application Tier Version 12.2.6Oracle WebLogic Server Version 10.3.6.0.160719 PSUOracle WebTier Version 11.1.1.9Oracle Forms and Reports 10.1.2.3Critical Patch Update July 2016

Page 23: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

23

8 - Change the default passwords for accountsChange the Oracle WebLogic Server Administrator Password

Copyright © 2015 Accenture All rights reserved.

Page 24: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

24

Change Oracle E-Business Suite PasswordsNOTE: These are the steps for 12.1.6 (12.1.5 Is a bit different)

Copyright © 2015 Accenture All rights reserved.

1. Log in as the oracle OS user2. Set the environment and create the logs directory as shown below

3. Enable the SYSADMIN user and change the password when prompted

4. Enable demo users (just for the DEMO vision install, not for FRESH/PROD install)

Page 25: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

Create a Security Application

9 - Configure your instance for HTTP access

Copyright © 2015 Accenture All rights reserved. 25

Page 26: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

26

Continuing HTTP access configurationCreate a Security Rule

Copyright © 2015 Accenture All rights reserved.

Page 27: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

27

10 - Configure the web entry pointPublic IP = 129.144.252.20 => public hostname =oc-129-144-252-20.compute.oraclecloud.com.

Copyright © 2015 Accenture All rights reserved.

1. Run The following script to configure the web entry point:

2. The script prompts for the following parameters. Enter the values as shown below. For example, to access the Oracle E-Business Suite instance with the URL http://oc-129-144-252-20.compute.oraclecloud.com:8000:

– Enter the Web Entry Protocol (e.g. https/http): http– Enter the Web Entry Host Name (e.g. public): oc-129-144-252-20– Enter the Web Entry Domain Name (e.g. domain.com): compute.oraclecloud.com– Enter the Web Entry Port (e.g. 443/80): 8000– Enter the base installation directory (e.g. /u01/install/APPS): /u01/install/APPS

3. Review the parameters. If any value entered is incorrect, abort by pressing Ctrl-C.4. Press Enter. The web entry configuration is now complete.

5. Bounce the application.NOTE: Scripts /u01/install/APPS/scripts/stopapps.sh and /u01/install/APPS/scripts/startapps.sh may have the original password hardcoded

Page 28: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

28

How to connecthttp://oc-129-144-252-20.compute.oraclecloud.com:8000

Copyright © 2015 Accenture All rights reserved.

Page 29: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

https://docs.oracle.com/en/cloud/get-started/subscriptions-cloud/mmocs/extending-trial.htmlLog to myaccount.cloud.oracle.com

How request extension of the trial period

Copyright © 2015 Accenture All rights reserved. 29

Page 30: Creating EBS instance on the cloud - Amazon S3EBS+instance+on+the+cloud.pdf3. Create a Security IP List (Optional). 4. Create your Oracle E-Business Suite instance. 5. Configure the

30Copyright © 2015 Accenture All rights reserved.

Thank you QA&