Oracle Communications Services Gatekeeper - Core. Core Guide

Size: px
Start display at page:

Download "Oracle Communications Services Gatekeeper - Core. Core Guide"

Transcription

1 Oracle Communications Services Gatekeeper - Core Core Guide Edition 1.0 July 2016

2 Copyright 2016, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary information and is protected by copyright and other intellectual property laws. You may copy and print this document solely for your own use in an Oracle training course. The document may not be modified or altered in any way. Except where your use constitutes "fair use" under copyright law, you may not use, share, download, upload, copy, print, display, perform, reproduce, publish, license, post, transmit, or distribute this document in whole or in part without the express authorization of Oracle. The information contained in this document is subject to change without notice. This document is not warranted to be error-free. Restricted Rights Notice If this documentation is delivered to the United States Government or anyone using the documentation on behalf of the United States Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS The U.S. Government s rights to use, modify, reproduce, release, perform, display, or disclose these training materials are restricted by the terms of the applicable Oracle license agreement and/or the applicable U.S. Government contract. Trademark Notice Oracle and Java are registered trademarks of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

3 Table of Contents Practices: BASIC Practices Overview BASIC-1: Downloading the Services Gatekeeper Software BASIC-2: Installing Services Gatekeeper BASIC-3: Configuring the Services Gatekeeper Domain BASIC-4: Starting the Services Gatekeeper Servers BASIC-5: Creating Desktop Shortcuts BASIC-6: Changing Networking (Reference) Practices: DOCS Practices Overview DOCS-1: Exploring the Services Gatekeeper Documentation Answers to the Questions in This Practice Practices: ADMIN Practices Overview ADMIN-1: Examining Log Files and Using the Administration Console ADMIN-2: Using WebLogic Scripting Tool...3-6

4

5 Practices: BASIC Chapter 1 Practices: BASIC Chapter 1 - Page 1

6 Practices: BASIC Chapter 1 - Page 2

7 Practices Overview Practices Overview In these practices, you will download and install and configure Services Gatekeeper. Product Versions The following practices have been tested on Oracle Linux 6 using Oracle Database Express Edition (XE) version 11g R2 and Oracle Communications Services Gatekeeper version 6.0. Prerequisites You should already have an installation of: Oracle Linux Oracle Database Express Edition (XE) Environment Your environment will be different depending on which network topology you use, for example Bridged, NAT, Host-Only. When the instructions contain the text <IP>, you need to replace this with an IP-address. To find out the IP address of your machine, use the following command: $ ifconfig eth0 Link encap:ethernet HWaddr... inet addr: Bcast: Note: The IP address in the example above is Practices: BASIC Chapter 1 - Page 3

8 BASIC-1: Downloading the Services Gatekeeper Software Overview In this practice, you will download the Oracle Communications Services Gatekeeper software. You will download the generic JAR file for doing a multi-tier installation. Accessing the Oracle Software Delivery Cloud Since websites are often changed, the instructions below might differ slightly from the way the site looks at the moment. But the process should be very similar. 1. In your laptop, open a browser and go to The Oracle Software Delivery Cloud screen appears. 2. Click Sign In and provide your credentials. The Export Restrictions screen appears. Note: if you do not have an Oracle Account, click New User? Register Here. 3. Study the Export Restrictions and decide if you are ready to comply. If you accept the export restrictions, the screen for searching for products appears. 4. In the Product field, enter Gatekeeper. A list of matching products appears. 5. Click the latest available release of Oracle Communications Services Gatekeeper. 6. Click Select Platform. A list of platforms appears. 7. Select Linux x Click Select. In the list of selected items, Release: Oracle Communications Services Gatekeeper for Linux x86-64 appears. 9. Click Continue. The most recent update of Oracle Communications Services Gatekeeper appears. 10. Click Continue. The License Agreement window appears. 11. Study the License Agreement and decide if you are ready to comply. If you accept the license agreement, the File Download screen appears. Downloading Services Gatekeeper 12. Click the link for Oracle Communications Services Gatekeeper 6.0 Multi-tier Software. 13. Save the file to your computer. The file is named V zip. 14. Unpack the ZIP file and copy or move the file ocsg_multitier_generic.jar to the shared directory on your host computer, which should be C:\VMs\Shared. Summary You have now downloaded the Oracle Communications Services Gatekeeper software. Practices: BASIC Chapter 1 - Page 4

9 BASIC-2: Installing Services Gatekeeper Overview In this practice, you will install Oracle Communications Services Gatekeeper. Tasks Starting Your Virtual Machine When you start your virtual machine, it is good practice to also mount the shared directory. 1. If your virtual machine is not running, start the virtual machine and log in as the user oracle, with the password oracle. 2. Open a new terminal window and mount the shared directory: $./mount_shared.sh Checking the Java Installation Services Gatekeeper is certified to be used with Java 7, but it is forward compatible with Java 8. The environment has both versions available, but you will be using Java Check the Java version: $./javacheck.sh 4. If you need to change to Java 8, run the following script: $./java8set.sh Installing Services Gatekeeper 5. Create a directory for the installation: $ cd /opt $ sudo mkdir ocsg600multi 6. Set the user oracle as the owner of the new directory: $ sudo chown oracle:oinstall ocsg600multi 7. Start the installer: $ java -jar /mnt/shared/ocsg_multitier_generic.jar The Installation Inventory Setup screen appears. 8. In the Operating System Group, select oinstall. 9. Click OK. The Welcome screen appears. 10. Click Next. The Installation Location screen appears. 11. In the Oracle Home field, enter /opt/ocsg600multi. 12. Click Next. The Installation Type screen appears. 13. Click Next. The Prerequisite Checks screen appears. 14. Click Next. The Installation Summary screen appears. 15. Click Install. Practices: BASIC Chapter 1 - Page 5

10 The Installation Progress screen appears and after a while all the installation tasks are done. 16. Click Next. The Installation Complete screen appears. 17. Deselect Automatically Launch the Configuration Wizard. 18. Click Finish. Installing a Fix for Third Party Call Unfortunately there is a bug in the third party call service that you need to install a fix for. The following instructions will only work if this is done before starting the servers the first time. 19. Change to the applications directory of your Services Gatekeeper installation and backup the original third party call ear: $ cd /opt/ocsg600multi/ocsg/applications $ cp wlng_nt_third_party_call_px21.ear wlng_nt_third_party_call_px21.ear.backup 20. Copy the fixed ear file: $ cp ~/ocsgcourse/labs/3rdpartycall/wlng_nt_third_party_call_px21.ear. Summary You have now installed Services Gatekeeper. Practices: BASIC Chapter 1 - Page 6

11 BASIC-3: Configuring the Services Gatekeeper Domain Overview Before you can use Oracle Communications Services Gatekeeper, you need to create a domain. In this practice you will create a basic high available domain with one administration server and two managed servers. These managed servers will both have the Access Tier and Network Tier functionality co-located and will participate in the same cluster. Tasks Starting Your Virtual Machine When you start your virtual machine, it is good practice to also mount the shared directory. 1. If your virtual machine is not running, start the virtual machine and log in as the user oracle, with the password oracle. 2. Open a new terminal window and mount the shared directory: $./mount_shared.sh Starting the Domain Configuration Wizard 3. Create the domains directory: $ cd ocsgcourse $ mkdir domains 4. Start the Domain Configuration wizard: $ /opt/ocsg600multi/wlserver/common/bin/config.sh The Configuration Type screen appears. Creating and Configuring the Domain 5. Verify that Create a new domain is selected. 6. In the Domain Location field, enter /home/oracle/ocsgcourse/domains/ocsgdomain. 7. Click Next. Practices: BASIC Chapter 1 - Page 7

12 The Templates screen appears. 8. Select OCSG Basic HA Configuration and click Next. The Administrator Account screen appears. 9. In the Password and Confirm Password fields, enter p4ssword. 10. Click Next. The Domain Mode and JDK screen appears. 11. Verify that Domain Mode is set to Development. 12. Verify that JDK is set to Oracle HotSpot. 13. Click Next. The JDBC Data Sources screen appears. 14. Select both wlng.datasource and wlng.localtx.datasource. 15. In the DBMS/Service field, enter XE. 16. In both the Username and Password fields, enter ocsg_lab. 17. Select only wlng.datasource and verify that the Driver is set to Oracle s Driver (Thin XA) for instance connections. 18. Select only wlng.localtx.datasource and verify that the Driver is set to Oracle s Driver (Thin) for instance connections. 19. Click Next. The JDBC Data Sources Test screen appears and the database connections are tested. Note: If any of the connection tests fails, you need to go back and correct the settings in the previous screen. 20. Click Next. The Advanced Configuration screen appears. 21. Select Administration Server, Managed Servers, Clusters and Coherence and Deployments and Services. 22. Click Next. The Administration Server screen appears. 23. In the Listen Address field, select All Local Addresses. 24. Click Next. The Managed Servers screen appears. 25. For both servers, in the Listen Address field, select <IP>. Note: Whenever the instructions contain the text <IP>, you need to replace this with the IPaddress of your virtual machine. 26. For Server1, set Listen Port to 7011 and SSL Listen Port to For Server2, set Listen Port to 7021 and SSL Listen Port to Click Next. The Clusters screen appears. Note: The configuration wizard has now saved the SSL Listen Ports. 29. Click Back. 30. For both servers, deselect Enable SSL. Note: Even though we are disabling SSL, we set the port to the appropriate values to make sure this works if SSL is enabled later. 31. Click Next. Practices: BASIC Chapter 1 - Page 8

13 The Clusters screen appears, again. 32. In the Cluster Address enter <IP>:7011, <IP>:7021. For example: :7011, : Click Next. The Assign Servers to Clusters screen appears. 34. Click Next. The Machines screen appears. 35. Select ServerMachine2 and click Delete. 36. Change name of ServerMachine1 to ServerMachine. 37. Click Next. The Assign Servers to Machines screen appears. 38. In the left panel, select Server2 and in the right panel select ServerMachine, then click the right arrow icon. Server2 is moved to the right panel and is configured to be deployed on the ServerMachine. 39. Click Next. The Deployments Targeting screen appears. 40. By default, all the application services are deployed, which is unnecessary for the practices. Select items in the right panel and click the left arrow icon to remove the services from your deployment until only the following items remains: Application daf-multitier-at daf-multitier-nt interceptors wlng_at_multimedia_messaging_parlay_rest wlng_at_multimedia_messaging_px21 wlng_at_oauth wlng_at_payment_parlay_rest wlng_at_payment_px30 wlng_at_portal_service wlng_at_qos_px40 wlng_at_qos_rest wlng_at_rest_portal_service wlng_at_session wlng_at_sms_parlay_rest wlng_at_sms_px21 wlng_at_terminal_location_px21 wlng_at_terminallocation_parlay_rest wlng_at_third_party_call_px21 wlng_nt_multimedia_messaging_px21 wlng_nt_oauth wlng_nt_payment_px30 wlng_nt_portal wlng_nt_qos Practices: BASIC Chapter 1 - Page 9

14 wlng_nt_session wlng_nt_sms_px21 wlng_nt_terminal_location_px21 wlng_nt_third_party_call_px21 wlng_prm xparam_interceptors Library DafExternalActions pubsub rest-core 41. Click Next. The Services Targeting screen appears. 42. Remove the following item from the AdminServer in the Targets panel: jsr309driveroam 43. Click Next. The Configuration Summary screen appears. 44. Click Create. The Configuration Progress screen appears. 45. Click Next. The Configuration Success screen appears. 46. Click Finish. Configuring Randomization To minimize the impact of low entropy in your practice environment, you will configure the domain environment script to use the non-blocking device urandom instead of the blocking device random. However, in a production system, where secure keys are generated, this workaround should not be used. Notice that the path to urandom needs to be obfuscated as /dev/./urandom since Java, for unknown reasons, automatically replaces /dev/urandom with /dev/random. 47. Open the domain environment script for editing: $ cd $ cd ocsgcourse/domains/ocsgdomain/bin $ gedit setdomainenv.sh 48. When the last possible change of MEM_ARGS has been done, as shown in the first part of the code below, add the code for using urandom: if [ "${USER_MEM_ARGS}"!= "" ] ; then MEM_ARGS="${USER_MEM_ARGS}" export MEM_ARGS fi # Use /dev/urandom instead of /dev/random for entropy MEM_ARGS="${MEM_ARGS} -Djava.security.egd=file:/dev/./urandom" export MEM_ARGS Practices: BASIC Chapter 1 - Page 10

15 Note: The code above should be added near line 270 in the file. Summary You have now created a Services Gatekeeper domain to be used in the practices of this course. Practices: BASIC Chapter 1 - Page 11

16 BASIC-4: Starting the Services Gatekeeper Servers Overview After creating the Services Gatekeeper domain you have a configuration with an administration server and a cluster with two managed server. In this practice you will start these servers and examine the configuration through the administration console. Tasks Starting Your Virtual Machine When you start your virtual machine, it is good practice to also mount the shared directory. 1. If your virtual machine is not running, start the virtual machine and log in as the user oracle, with the password oracle. 2. Open a new terminal window and mount the shared directory: $./mount_shared.sh Starting the Services Gatekeeper Administration Server 3. Start the administration server in your Services Gatekeeper domain: $ cd ocsgcourse/domains/ocsgdomain $./startweblogic.sh The administration server is fully started when you see the message The server started in RUNNING mode. 4. From the Terminal menu, select Set Title. The Set Title dialog appears. 5. In the Title field, enter Admin and click OK. The title of the terminal window changes to Admin. Logging in to the Administration Console 6. Start Firefox and go to: 7. Enter the user name weblogic and the password p4ssword. 8. Click Login. The Administration Console appears. Setting the Listen Address for the Administration Server 9. In the Domain Structure panel, expand Environment and click Servers. The list of servers appears. 10. Click AdminServer. 11. In the Listen Address field, enter <IP>. 12. Click Save. 13. In the Admin terminal window, press Ctrl-C to stop the server. 14. Press up-arrow to recall the last command and then press Enter to restart the server. Logging in to the Administration Console Again When you log into the administration console the next time, you need to use the IP-address instead of the localhost ( ) address. Practices: BASIC Chapter 1 - Page 12

17 15. In Firefox, go to: Enter the user name weblogic and the password p4ssword. 17. Click Login. The Administration Console appears. Starting the Managed Servers 18. Open a new terminal window and set the window title to Server Start the first managed server in your domain: $ cd ocsgcourse/domains/ocsgdomain/bin $./startmanagedweblogic.sh Server At the prompt Enter username to boot WebLogic server, enter weblogic. 21. At the prompt Enter password to boot WebLogic server, enter p4ssword. The managed server is fully started when you see the message The server started in RUNNING mode. 22. In the Server1 terminal window, from the File menu, select Open Terminal. A new terminal window appears with the prompt already in the correct directory. 23. Set the window title to Server Start the second managed server in your domain: $./startmanagedweblogic.sh Server At the prompt Enter username to boot WebLogic server, enter weblogic. 26. At the prompt Enter password to boot WebLogic server, enter p4ssword. The managed server is fully started when you see the message The server started in RUNNING mode. Creating Boot Identity Files for Easier Server Start Up By default you have to supply the username and password at every startup of the managed servers. To make this process a little bit easier you will store this information in properties files instead. You will store the username and password in clear text, but after the first startup of the servers, you will see that this information is encrypted. 27. Open a new terminal window and change to the directory for Server2: $ cd ocsgcourse/domains/ocsgdomain/servers/server2 28. Create a directory for the security settings of the Server2 server: $ mkdir security 29. Create a boot properties file in the security directory: $ cd security $ gedit boot.properties 30. Enter the following two lines: username=weblogic password=p4ssword 31. Save the file and exit the editor. 32. Copy the file to Server1: $ cd../../server1 $ cp -r../server2/security. Practices: BASIC Chapter 1 - Page 13

18 Creating Start Scripts for the Servers 33. Change to the course directory: $ cd $ cd ocsgcourse 34. Create a start script for Admin: $ gedit start_basic_admin.sh 35. Enter the following two lines: #!/bin/sh cd /home/oracle/ocsgcourse/domains/ocsgdomain./startweblogic.sh 36. Save the file and exit the editor. 37. Make the file executable: $ chmod +x start_basic_admin.sh 38. Create a start script for Server1: $ gedit start_basic_server1.sh 39. Enter the following two lines: #!/bin/sh cd /home/oracle/ocsgcourse/domains/ocsgdomain/bin./startmanagedweblogic.sh Server Save the file and exit the editor. 41. Make the file executable: $ chmod +x start_basic_server1.sh 42. Copy the file to create a start script for Server2: $ cp start_basic_server1.sh start_basic_server2.sh 43. Edit the start script for Server2: $ gedit start_basic_server2.sh 44. Replace Server1 with Server Save the file and exit the editor. Restarting the Servers 46. In the Admin terminal window, press Ctrl-C to stop the server. 47. Use the new script to restart the server: $ cd $ cd ocsgcourse $./start_basic_admin.sh 48. In the Server1 terminal window, press Ctrl-C to stop the server. 49. Use the new script to restart the server: $ cd $ cd ocsgcourse $./start_basic_server1.sh 50. Open a new terminal window and check the boot property file to make sure that the username and password are now encrypted: $ cd Practices: BASIC Chapter 1 - Page 14

19 $ cd ocsgcourse/domains/ocsgdomain/servers/server1/security $ more boot.properties #Tue Jul password={aes}h9uwxgafhh7jf0xwaes45nnz4he7t2rkufsical6owe\= username={aes}oeluaolcsil0t3mxbp7kyhidmhtkc5usykbq62ytjve\= 51. In the Server2 terminal window, press Ctrl-C to stop the server. 52. Use the new script to restart the server: $ cd $ cd ocsgcourse $./start_basic_server2.sh Shutting Down the Services Gatekeeper Servers 53. In the Server2 terminal window, press Ctrl-C to stop the server. 54. In the Server1 terminal window, press Ctrl-C to stop the server. 55. In the Admin terminal window, press Ctrl-C to stop the server. Summary You have now configured, started and shut down all the servers in your domain. Practices: BASIC Chapter 1 - Page 15

20 BASIC-5: Creating Desktop Shortcuts Overview In this practice, you will create desktop shortcuts for starting both the administration and the managed server for your domain. Tasks Starting Your Virtual Machine When you start your virtual machine, it is good practice to also mount the shared directory. 1. If your virtual machine is not running, start the virtual machine and log in as the user oracle, with the password oracle. 2. Open a new terminal window and mount the shared directory: $./mount_shared.sh Creating a Shortcut for Starting the Administration Server 3. Right click in an empty space on the desktop, and select Create Launcher. The Create Launcher dialog box appears. 4. In the Name field, enter Admin Basic. 5. In the Command field, enter gnome-terminal --title "Admin Basic" -e /home/oracle/ocsgcourse/start_basic_admin.sh. 6. Click the default icon, which looks like a spring with a small platform. The Choose an icon dialog box appears. 7. Click pixmaps in the Places panel, select the wls_start.png file, and click Open. The Create Launcher dialog box appears again. 8. Click OK. Creating a Shortcut for Starting the Managed Servers 9. Right click in an empty space on the desktop, and select Create Launcher. The Create Launcher dialog box appears. 10. In the Name field, enter Server1 Basic. 11. In the Command field, enter gnome-terminal --title "Server1 Basic" -e /home/oracle/ocsgcourse/start_basic_server1.sh. 12. Click the default icon, which looks like a spring with a small platform. The Choose an icon dialog box appears. 13. Click pixmaps in the Places panel, select the wls_start.png file, and click Open. The Create Launcher dialog box appears again. 14. Click OK. 15. Right click in an empty space on the desktop, and select Create Launcher. The Create Launcher dialog box appears. 16. In the Name field, enter Server2 Basic. 17. In the Command field, enter gnome-terminal --title "Server2 Basic" -e /home/oracle/ocsgcourse/start_basic_server2.sh. 18. Click the default icon, which looks like a spring with a small platform. The Choose an icon dialog box appears. Practices: BASIC Chapter 1 - Page 16

21 19. Click pixmaps in the Places panel, select the wls_start.png file, and click Open. The Create Launcher dialog box appears again. 20. Click OK. Starting the Services Gatekeeper Servers 21. Double-click the new Admin Basic icon. The administration server is starting. 22. Double-click the new Server1 Basic icon. The managed server is starting. 23. Double-click the new Server2 Basic icon. The managed server is starting. Shutting Down the Services Gatekeeper Servers 24. In the Server2 terminal window, press Ctrl-C to stop the server. 25. In the Server1 terminal window, press Ctrl-C to stop the server. 26. In the Admin Basic terminal window, press Ctrl-C to stop the server. Summary You have now created desktop shortcuts for starting both the administration and the managed servers for your domain. Practices: BASIC Chapter 1 - Page 17

22 BASIC-6: Changing Networking (Reference) Overview The following instructions will help you change the type of networking in your running VM and properly use the new IP address. Only use these instructions if your VM needs to: Change from wired to wireless networking, or vice versa. Change from NAT networking to bridged or host-only networking. One important reason to change to host-only networking is if your laptop is not networked. This can lead to problems when starting some servers since the operating system is configured to use the network to create unique identifiers. Tasks Changing the Type of Networking for the VM 1. Make sure that the Converged Application Server is not running. 2. From the Virtual Box menu Devices, select Network Adapters. 3. For the Attached To field, select the type of networking you want to use. 4. For the Name field, select the network card you want to use. 5. Click OK. Starting Your Virtual Machine When you start your virtual machine, it is good practice to also mount the shared directory. 6. If your virtual machine is not running, start the virtual machine and log in as the user oracle, with the password oracle. Restarting the Network in Linux 7. Open a terminal window. 8. Restart the network: $ sudo /etc/init.d/network restart 9. Find out the new IP address: $ ifconfig Changing the IP Address for the Converged Application Server 10. Change to the config directory of the domain and open the configuration file for editing: $ cd $ cd ocsgcourse/domains/ocsgdomain/config $ gedit config.xml 11. Find all occurrences of the old IP-address and change it to the new one, for example: <listen-address> </listen-address> Note: You need to change the listen address for the administration server and for the two managed servers. You also need to change the IP addresses of the cluster. 12. Save the file and close the editor. 13. Change to the JDBC configuration directory and open the two configuration files for JDBC: $ cd jdbc Practices: BASIC Chapter 1 - Page 18

23 $ gedit wlng-jdbc.xml wlng-localtx-jdbc.xml 14. Find all occurrences of the old IP-address, in both files, and change it to the new one. 15. Save the files and close the editor. Summary You have now changed the networking of the VM and made sure that the new networking settings are used. Practices: BASIC Chapter 1 - Page 19

24 Practices: BASIC Chapter 1 - Page 20

25 Practices: DOCS Chapter 2 Practices: DOCS Chapter 2 - Page 1

26 Practices: DOCS Chapter 2 - Page 2

27 Practices Overview Practices Overview In this practice, you will explore the documentation for Oracle Communications Services Gatekeeper, Oracle WebLogic Server, and Oracle Communications Converged Application Server. Practices: DOCS Chapter 2 - Page 3

28 DOCS-1: Exploring the Services Gatekeeper Documentation Overview Oracle Communications Services Gatekeeper is built on top of Oracle WebLogic Server. The procedures for how to configure JDBC and JMS, and how to deploy and undeploy J2EE applications, are described in the WebLogic Server guides. Services Gatekeeper includes communication services that integrate with networks through Session Initiation Protocol (SIP). Because of this, the SIP container from Oracle Communications Converged Application Server is included in the Services Gatekeeper installation. Information about configuring and managing the SIP container is in the Converged Application Server guides. In this practice, you will explore some of the documentation that you might need when working with Services Gatekeeper. This documentation includes: Oracle Communications Services Gatekeeper Oracle Communications Converged Application Server Oracle WebLogic Server You will also answer some quiz questions related to certain content in these guides. Note: Answers to the quiz questions are supplied at the end of this practice. Tasks Exploring the Services Gatekeeper Documentation In this task, you will locate and read about Services Gatekeeper container services. 1. Start a web browser and go to 2. Place your cursor over the Support tab and select Product Documentation in the list of options. 3. In the list of product categories, click Industries. 4. In the list of product groups, click Oracle Communications documentation. 5. In the list of products, find the Network Applications group and click Services Gatekeeper. The home page for Services Gatekeeper Documentation appears. 6. In the list of releases, click Release 6.0. The home page for Oracle Communications Services Gatekeeper Release 6.0, Documentation appears. 7. Click System Administrator s Guide. 8. Click Deploying and Administering Communication Services. 9. Browse the documentation for the Finding Container services section. Tip: Use Ctrl-F to search for a specific text in the web page. 10. Read about the available container services. Container Services Documentation and Quiz In the System Administrator s Guide, open the Managing and Configuring EDRs, CDRs and Alarms chapter, browse the text and follow links to answer the following question: What type of J2EE component is an external EDR listener? Practices: DOCS Chapter 2 - Page 4

29 Communication Services Documentation and Quiz The Services Gatekeeper documentation set includes a Communication Service Reference Guide, which describes all communication services included in Services Gatekeeper. Use this guide, and follow any links or references to answer the following questions: Which network protocols does the Native SMPP Communication Service support? At which points are CDRs generated for the Parlay X 2.1 Short Messaging/SMPP Communication Service? Release Notes Documentation and Quiz When a new version of Services Gatekeeper is released, the best place to get an overview of the new features is in the release notes. Use the Release Notes chapter to answer the following question: On which version of WebLogic Server does Services Gatekeeper 6.0 run? Exploring the Converged Application Server Documentation The SIP container is included in the Services Gatekeeper installation. Administration of the SIP container is separate from administration of Services Gatekeeper. The Administration Console includes a separate section for configuring and monitoring the SIP container, as shown in the screenshot below. You find the documentation for the SIP container in the Converged Application Server guides. In this task, you will read the documentation for the SipServer part of the Administration Console. 11. In your web browser, go to Place your cursor over the Support tab and select Product Documentation in the list of options. 13. In the list of product categories, click Industries. 14. In the list of product groups, click Oracle Communications documentation. 15. In the list of products, find the Network Applications group and click Converged Application Server. The home page for Converged Application Server Documentation appears. 16. In the list of releases, click Release 7.0. The home page for Oracle Communications Converged Application Server Release 7.0, Documentation appears. Practices: DOCS Chapter 2 - Page 5

30 17. Click Administrator s Guide. 18. Expand Converged Application Server Configuration Overview. 19. Click Overview of Configuration and Administration Tools. 20. Read the Administration Console section, which refers to the SipServer part of the console. 21. Click the Accessing the Administration Console link, and read about each of the tabs for the SipServer part of the Administration Console. Exploring the WebLogic Server Documentation Services Gatekeeper runs on top of Oracle WebLogic Server. Thus, much of the information you need to manage Services Gatekeeper is in the WebLogic Server documentation. In this task you will read the documentation for how to install a Java Enterprise Archive (an EAR file) by using the Administration Console. All the Services Gatekeeper communication services are packaged as EAR files. 22. In your web browser, go to Place your cursor over the Support tab and click Product Documentation in the list of alternatives. 24. In the list of product categories, click Middleware. 25. In the list of Middleware products, click Oracle WebLogic Server. The Oracle WebLogic Server, Get Started page appears. 26. In the left-hand menu, click Administer. 27. In the Manage the Environment section, click Administer with Administration Console. 28. Browse the list of topics to find the Deploy and configure resources section. 29. Click the Install an enterprise application link and read about how to use the Administration Console to deploy an EAR file. Summary You have now explored the documentation for Services Gatekeeper, Converged Application Server, and WebLogic Server. Practices: DOCS Chapter 2 - Page 6

31 Answers to the Questions in This Practice Answers What type of J2EE component is an external EDR listener? Answer: A JMS topic subscriber Which network protocols does the Native SMPP Communication Service support? Answer: SMPP v 3.4 and SMPP v 5.1. At which points are CDRs generated for the Parlay X 2.1 Short Messaging/SMPP Communication Service? There are three Short Messaging/SMPP-specific CDRs. A CDR is generated when one of the following criteria are met: After Services Gatekeeper has successfully received and processed an applicationoriginated message, and successfully sent all segments of the message to the network. After Services Gatekeeper receives and processes a delivery report sent from the network. After Services Gatekeeper successfully receives and processes a mobile-originated message sent from the network. On which version of WebLogic Server does Services Gatekeeper 5.1 run? Answer: WebLogic Server 12c (12.1.3). Practices: DOCS Chapter 2 - Page 7

32 Practices: DOCS Chapter 2 - Page 8

33 Practices: ADMIN Chapter 3 Practices: ADMIN Chapter 3 - Page 1

34 Practices: ADMIN Chapter 3 - Page 2

35 Practices Overview Practices Overview In these practices, you will start your Services Gatekeeper administration server, examine log and trace files, and use the Administration Console. Product Version The following practices have been tested on Oracle Linux 6 using Oracle Database Express Edition (XE) version 11g R2 and Oracle Communications Services Gatekeeper version 6.0. Prerequisites You should already have: An installation of Oracle Linux An installation of Oracle Database Express Edition (XE) An installation of Oracle Communication Services Gatekeeper A basic Services Gatekeeper domain Environment Your environment will be different depending on: which network topology you use, for example Bridged, NAT, Host-Only which type of installation you have done, for example single-tier or multi-tier When the instructions contain the text <IP>, you need to replace this with an IP-address. When the instructions contain the text <PORT>, you need to replace this with the Port number for the managed server. When the instructions contain the text <DOMAIN>, you need to replace this with the path for your domain. To find out the IP address of your machine, use the following command: $ ifconfig eth0 Link encap:ethernet HWaddr... inet addr: Bcast: Note: The IP address in the example above is Practices: ADMIN Chapter 3 - Page 3

36 ADMIN-1: Examining Log Files and Using the Administration Console Overview In these practices, you will start your Services Gatekeeper administration server, examine log and trace files, and use the Administration Console. Tasks Starting Your Virtual Machine When you start your virtual machine, it is good practice to also mount the shared directory. 1. If your virtual machine is not running, start the virtual machine and log in as the user oracle, with the password oracle. 2. Open a new terminal window and mount the shared directory: $./mount_shared.sh Starting the Servers You only need the administration server and one managed server for the practices in this section. 3. Double-click on the desktop icon called Admin Basic. The server is fully started when you see the message The server started in RUNNING mode. 4. Double-click on the desktop icon called Server1 Basic. The managed server is fully started when you see the message The server started in RUNNING mode. Examining the Log Files You may encounter problems in the practices for this course. When you encounter a problem, it is a good idea to examine the log and trace files for errors. You can find the following log files in the directory <DOMAIN>/servers/AdminServer/logs: access.log, which is the HTTP access log AdminServer.log, which is the log for the administration server nnndomain.log, which is the domain log that consists of the collated server logs of all servers in the domain. You can set up filter rules for which information is stored in this log file. By default, the filter is configured to log events of notice level or higher. You can find the following log files in the directory <DOMAIN>/servers/Server1/logs: access.log, which is the HTTP access log Server1.log, which is the log for the managed server 5. Open a new terminal window and look for errors in the Server1.log file: $ cd ocsgcourse/domains/ocsgdomain/servers $ cat Server1/logs/Server1.log grep Error 6. Look for warnings: $ cat Server1/logs/Server1.log grep Warning 7. If you saw any errors or warnings, you are likely to discover the exact same in the domain log. Please check the timestamp to make sure: $ cat AdminServer/logs/ocsgDomain.log grep Error Practices: ADMIN Chapter 3 - Page 4

37 $ cat AdminServer/logs/ocsgDomain.log grep Warning Examining the Trace File You can find the trace file in <DOMAIN>/servers/Server1/trace. By default, there is only one trace file, default.log, which is where the Services Gatekeeper trace service writes all trace information. 8. Examine the trace file: $ more Server1/trace/default.log Configuring Buffering and Caching for Tracing (Optional) If you use the tail -f command on the default.log trace file, and send traffic through you will notice Services Gatekeeper buffers the output to minimize the performance impact that write operations have on a high-performance system. This is good in a production environment, where traffic is constantly flowing through the system. But in a lab environment, you probably want to see the trace information immediately. In the following instructions you will use the Administration Console to turn off tracing buffering in one of the managed servers. This change is dynamic and is in effect only until you restart the server. 9. Start Firefox and go to: Enter the user name weblogic and the password p4ssword, then click Login. 11. In the Domain Structure panel, expand OCSG and click Server1. The Oracle Communications Services Gatekeeper panel appears. 12. Expand Log4j, and click log4j:appender=default, Location=Server1. The Attributes and Operations panel appears. 13. Select bufferedio and change the value to false. 14. Select immediateflush and change the value to true. 15. Click Update Attributes. You have now stopped the tracing service from doing any buffering until the next restart of Server1. Summary You have now started your Services Gatekeeper servers, examined the log and trace files, and used the Administration Console. Practices: ADMIN Chapter 3 - Page 5

38 ADMIN-2: Using WebLogic Scripting Tool Overview In this practice, you will use the WebLogic Scripting Tool (WLST) to change an MBean attribute and to invoke an MBean operation. You will also run a prepared WLST script. Tasks Starting Your Virtual Machine When you start your virtual machine, it is good practice to also mount the shared directory. 1. If your virtual machine is not running, start the virtual machine and log in as the user oracle, with the password oracle. 2. Open a new terminal window and mount the shared directory: $./mount_shared.sh Starting the Servers You only need the administration server and one managed server for the practices in this section. 3. Double-click on the desktop icon called Admin Basic. 4. Double-click on the desktop icon called Server1 Basic. Using WebLogic Scripting Tool to Explore MBeans 5. Open a new terminal window and set the window title to WLST. 6. Set the domain environment variables by running the setdomainenv.sh script: $ cd ocsgcourse/domains/ocsgdomain $../bin/setdomainenv.sh 7. Start WLST: $ java weblogic.wlst 8. Connect to the Services Gatekeeper domain: > connect('weblogic', 'p4ssword', 't3://<ip>:7011') 9. Navigate to the root of the custom MBeans that are registered in the server: > custom() 10. Navigate to the Services Gatekeeper part of the custom MBean tree: > cd('com.bea.wlcp.wlng') 11. Navigate to the Trace Service MBean: > cd('com.bea.wlcp.wlng:name=wlng,instancename=traceservice, Type=com.bea.wlcp.wlng.log.management.TraceServiceMBean') Important: Make sure there are no spaces in the string above. 12. List the available MBean attributes: > ls('a') You should see that TracingEnabled attribute is set to true. 13. Set the attribute TracingEnabled to false: > set ('TracingEnabled', Boolean("false")) 14. List the available attributes and make sure the TracingEnabled attribute has been changed: Practices: ADMIN Chapter 3 - Page 6

39 > ls('a') Tip: Use up arrow to recall previous commands. 15. Set the attribute TracingEnabled back to true: > set ('TracingEnabled', Boolean("true")) 16. List the available operations: > ls('o') 17. Execute the rollover operation: > objs=jarray.array([], Object) > strs=jarray.array([], String) > invoke('rollover', objs, strs) Note: Even though the rollover operation doesn t have any parameters, the invoke command always requires two arrays as parameters. 18. Exit WLST: > exit() 19. Check that the rollover operation created a new trace file: $ date $ ls la servers/server1/trace/default.* You should see that the default.log file has very recently been created and that there is an older version named default.log.1, which was saved when you executed the rollover operation. Running WebLogic Scripting Tool Scripts You can create WSLT scripts to perform various tasks and use WSLT to run them. In this task, you will examine and run a WLST script. The following figure shows the relationship between the WLST script and the shell scripts that has been provided for these practices: The WLST script is in a file with a.py extension. This script has no hardcoded values. The parameters needed to run the WLST script are set in the shell-script.sh file. Because there will be many shell script files, they all get the general connection information from the setconnenv.sh file. To change the host name or the password for the administration server, you only need to edit the information in the setconnenv.sh file. The setdomainenv.sh file is used to set global variables for the domain, such as the class path, so that the shell script can run WLST. 20. Change to the WLST script directory: $ cd $ cd ocsgcourse/wlst 21. Open the script that controls the server connection: $ gedit setconnenv.sh Practices: ADMIN Chapter 3 - Page 7

40 22. Set the general domain environment execute path to: ~/ocsgcourse/domains/ocsgdomain/bin/setdomainenv.sh 23. Set the HOSTNAME to the current IP-address of your virtual machine. 24. Set the PORT to Save the file and exit the editor. 26. Change to the directory that contains the Server WLST scripts: $ cd Server 27. Examine the scripts for rolling over the trace file: $ cat rollover_trace.py $ cat rollover_trace.sh 28. Run the script: $./rollover_trace.sh 29. Check that the rollover operation created a new trace file: $ cd $ cd ocsgcourse/domains/ocsgdomain/servers/server1/trace $ date $ ls la Summary You have now used WLST to change an MBean attribute and to invoke an MBean operation. You also ran a prepared WLST script. Practices: ADMIN Chapter 3 - Page 8

Oracle Communications WebRTC Session Controller. Preparation Guide

Oracle Communications WebRTC Session Controller. Preparation Guide Oracle Communications WebRTC Session Controller Preparation Guide Edition 1.0 February 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Creating Domains Using the Configuration Wizard 11g Release 1 (10.3.4) E14140-04 January 2011 This document describes how to use the Configuration Wizard to create, update, and

More information

Oracle Communication WebRTC Session Controller. Preparation Guide

Oracle Communication WebRTC Session Controller. Preparation Guide Oracle Communication WebRTC Session Controller Preparation Guide Edition 1.0 January 2014 Disclaimer This document contains proprietary information and is protected by copyright and other intellectual

More information

Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6)

Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6) [1]Oracle Fusion Middleware Creating Domain Templates Using the Domain Template Builder 11g Release 1 (10.3.6) E14139-06 April 2015 This document describes how to use the Domain Template Builder to create

More information

Creating WebLogic Domains Using the Configuration Wizard 12c (12.1.3)

Creating WebLogic Domains Using the Configuration Wizard 12c (12.1.3) [1]Oracle Fusion Middleware Creating WebLogic 12.1.3 Domains Using the Configuration Wizard 12c (12.1.3) E41890-02 August 2015 This document describes how to use the Configuration Wizard to create, update,

More information

Oracle WebLogic Server

Oracle WebLogic Server Oracle WebLogic Server Creating WebLogic Domains Using the Configuration Wizard 10g Release 3 (10.1.3) August 2008 Oracle WebLogic Server Creating WebLogic Domains Using the Configuration Wizard, 10g Release

More information

Oracle WebLogic Server 11g: Overview for WLS Administrators

Oracle WebLogic Server 11g: Overview for WLS Administrators Oracle WebLogic Server 11g: Overview for WLS Administrators Student Guide D60811GC10 Edition 1.0 July 2009 D61310 Authors Steve Friedberg T J Palazzolo Shankar Raman Technical Contributors and Reviewers

More information

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9 Gateway Upgrade Guide for On-Premises Version 17 August 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Upgrading Primavera Gateway... 7 Prerequisites... 7 Upgrading Existing Gateway Database...

More information

Oracle Communication Policy Controller. Lab Environment Preparation

Oracle Communication Policy Controller. Lab Environment Preparation Oracle Communication Policy Controller Edition 1.0 April 2013 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary information and is protected

More information

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 ( Oracle Enterprise Manager System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (11.1.3.0.0) E18950-03 November 2011 This document provides describes the System Monitoring

More information

Oracle WebLogic Server 12c: Administration I

Oracle WebLogic Server 12c: Administration I Oracle WebLogic Server 12c: Administration I Student Guide Volume 1 D80149GC10 Edition 1.0 July 2013 D82757 Authors Bill Bell Elio Bonazzi TJ Palazzolo Steve Friedberg Technical Contributors and Reviewers

More information

Installing and Configuring Oracle HTTP Server 12c (12.1.3)

Installing and Configuring Oracle HTTP Server 12c (12.1.3) [1]Oracle Fusion Middleware Installing and Configuring Oracle HTTP Server 12c (12.1.3) E48247-03 January 2015 Documentation for installers and system administrators that describes how to install and configure

More information

An Oracle White Paper May Example Web Listener Deployment for Oracle Application Express

An Oracle White Paper May Example Web Listener Deployment for Oracle Application Express An Oracle White Paper May 2014 Example Web Listener Deployment for Oracle Application Express Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Oracle Database Express Edition

Oracle Database Express Edition Oracle Database Express Edition Getting Started Guide 11g Release 2 (11.2) E18585-04 July 2011 Welcome to Oracle Database Express Edition (Oracle Database XE). This guide gets you quickly up and running

More information

Oracle SOA Suite 12c Install & Configure Activity Guide 1

Oracle SOA Suite 12c Install & Configure Activity Guide 1 Oracle SOA Suite 12c Install & Configure Activity Guide 1 [Edition 8] [Last Update 171217] For any issues/help contact : support@k21academy.com 1 support@k21academy.com 1 INTRODUCTION... 3 2 DOCUMENTATION...

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Installing and Configuring the Oracle Fusion Middleware Infrastructure 12c (12.1.2) E38451-02 May 2014 Documentation for installers and system administrators that describes how

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Installing and Configuring Oracle Managed File Transfer 12c (12.1.3) E48382-02 July 2014 Documentation for installers and system administrators that describes how to install and

More information

Contents Prerequisites... 5 Installing Contract Management Web Services... 11

Contents Prerequisites... 5 Installing Contract Management Web Services... 11 Installing and Configuring Contract Management Web Services July 2014 Contents Prerequisites... 5 Base Contract Management Installation... 5 Java Runtime Environment Requirements... 5 Contract Management

More information

Oracle WebLogic Server 12c: Administration I

Oracle WebLogic Server 12c: Administration I Oracle WebLogic Server 12c: Administration I Duration 5 Days What you will learn This Oracle WebLogic Server 12c: Administration I training teaches you how to install and configure Oracle WebLogic Server

More information

Oracle Communications Converged Application Server

Oracle Communications Converged Application Server Oracle Communications Converged Application Server Installation Guide Release 5.0 E17649-03 July 2011 Oracle Communications Converged Application Server Installation Guide, Release 5.0 E17649-03 Copyright

More information

Deltek Costpoint New Installation Guide for Microsoft SQL Server

Deltek Costpoint New Installation Guide for Microsoft SQL Server Deltek Costpoint 7.1.1 New Installation Guide for Microsoft SQL Server December 11, 2017 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical

More information

Oracle Weblogic products are available at

Oracle Weblogic products are available at 1 Chapter 1 Installing Oracle Weblogic Server In this chapter we will move our first steps with Oracle Weblogic Server by learning how to install it using the guided wizard installation or the compacted

More information

Agile Customer Needs Management

Agile Customer Needs Management Agile Customer Needs Management Implementation Guide Version 1.0 E17325-02 May 2010 Oracle Copyright Copyright 1995, 2010, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Upgrade Tool Guide. July

Upgrade Tool Guide. July Upgrade Tool Guide July 2015 http://www.liveaction.com 4.X to 5.0 The Upgrade Guide from 4.X to 5.0 consists of three parts: Upgrading the LiveAction Server Upgrading the LiveAction Node Upgrading the

More information

Sabre Customer Virtual Private Network Launcher (SCVPNLauncher)

Sabre Customer Virtual Private Network Launcher (SCVPNLauncher) Sabre Customer Virtual Private Network Launcher (SCVPNLauncher) User s Guide Sabre Travel Network This document provides detailed information for the install/uninstall, operation, configuration and troubleshooting

More information

Oracle Fusion Middleware Installing and Configuring Oracle Data Integrator. 12c ( )

Oracle Fusion Middleware Installing and Configuring Oracle Data Integrator. 12c ( ) Oracle Fusion Middleware Installing and Configuring Oracle Data Integrator 12c (12.2.1.3.0) E96510-02 June 2018 Oracle Fusion Middleware Installing and Configuring Oracle Data Integrator, 12c (12.2.1.3.0)

More information

Oracle WebLogic Server 11g: Administration Essentials

Oracle WebLogic Server 11g: Administration Essentials Oracle University Contact Us: +33 (0) 1 57 60 20 81 Oracle WebLogic Server 11g: Administration Essentials Duration: 5 Days What you will learn This Oracle WebLogic Server 11g: Administration Essentials

More information

BEAWebLogic Server. Introduction to BEA WebLogic Server and BEA WebLogic Express

BEAWebLogic Server. Introduction to BEA WebLogic Server and BEA WebLogic Express BEAWebLogic Server Introduction to BEA WebLogic Server and BEA WebLogic Express Version 10.0 Revised: March, 2007 Contents 1. Introduction to BEA WebLogic Server and BEA WebLogic Express The WebLogic

More information

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server Oracle Fusion Middleware Installation Guide for Oracle Team Productivity Center Server 11g Release 1 (11.1.1) E14156-05 June 2010 This document provides information on: Section 1, "Oracle Team Productivity

More information

Oracle Identity Manager 11g: Essentials

Oracle Identity Manager 11g: Essentials Oracle Identity Manager 11g: Essentials Volume I Student Guide D65160GC10 Edition 1.0 November 2010 D69802 Disclaimer This document contains proprietary information and is protected by copyright and other

More information

Oracle Fusion Middleware Installing and Configuring Oracle Managed File Transfer. 12c ( )

Oracle Fusion Middleware Installing and Configuring Oracle Managed File Transfer. 12c ( ) Oracle Fusion Middleware Installing and Configuring Oracle Managed File Transfer 12c (12.2.1.3.0) E95522-01 May 2018 Oracle Fusion Middleware Installing and Configuring Oracle Managed File Transfer, 12c

More information

Known Issues for Oracle Oracle Autonomous API Platform Cloud Service. Topics: Oracle Cloud

Known Issues for Oracle Oracle Autonomous API Platform Cloud Service. Topics: Oracle Cloud Oracle Cloud Known Issues for Oracle Autonomous API Platform Cloud Service E87474-11 May 2018 Known Issues for Oracle Oracle Autonomous API Platform Cloud Service Learn about the issues you may encounter

More information

Oracle Fusion Middleware Creating Domain Templates Using the Domain Template Builder. 12c ( )

Oracle Fusion Middleware Creating Domain Templates Using the Domain Template Builder. 12c ( ) Oracle Fusion Middleware Creating Domain Templates Using the Domain Template Builder 12c (12.2.1.3) E95527-01 May 2018 Oracle Fusion Middleware Creating Domain Templates Using the Domain Template Builder,

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

Oracle Fusion Middleware Installing and Configuring Oracle Managed File Transfer. 12c ( )

Oracle Fusion Middleware Installing and Configuring Oracle Managed File Transfer. 12c ( ) Oracle Fusion Middleware Installing and Configuring Oracle Managed File Transfer 12c (12.2.1.3.0) E80599-01 August 2017 Oracle Fusion Middleware Installing and Configuring Oracle Managed File Transfer,

More information

WebLogic Domain Setup and Configuration. Oracle WebLogic

WebLogic Domain Setup and Configuration. Oracle WebLogic WebLogic Domain Setup and Configuration Oracle WebLogic Table of Content 1. INTRODUCTION... 3 1.1. PURPOSE OF DOCUMENT... 3 1.2. INTENDED AUDIENCE... 3 1.3. SCOPE OF THIS GUIDE... 3 2. DOMAIN INSTALLATION...

More information

Oracle VM Server for x86: Administration

Oracle VM Server for x86: Administration Oracle VM Server for x86: Administration Student Guide D85765GC10 Edition 1.0 August 2014 D87627 Author Michele Lemieux Dady Editors Daniel Milne Vijayalakshmi Narasimhan Graphic Designer Divya Thallap

More information

HTML Server on WebLogic Reference Guide Release 9.1 for UNIX

HTML Server on WebLogic Reference Guide Release 9.1 for UNIX [1]JD Edwards EnterpriseOne HTML Server on WebLogic Reference Guide Release 9.1 for UNIX E23434-13 August 2017 Provides reference material for the JD Edwards EnterpriseOne HTML Server on WebLogic. JD Edwards

More information

Just Get It Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Hands on Practice

Just Get It Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Hands on Practice This hands on practice describes the steps for deploying an existing Java EE application written with Oracle ADF technologies. Although the practice refers to specific features and files in a sample application

More information

Oracle Endeca Information Discovery

Oracle Endeca Information Discovery Oracle Endeca Information Discovery Getting Started Guide Version 3.2.0 Revision A January 2017 Copyright and disclaimer Copyright 2003, 2017, Oracle and/or its affiliates. All rights reserved. Oracle

More information

Oracle Business Intelligence Mobile App Designer

Oracle Business Intelligence Mobile App Designer Oracle Business Intelligence Mobile App Designer Installation Notes 11g Release 1 (11.1.1.7.1) E48576-02 October 2013 This document describes how to install the Oracle Business Intelligence Mobile App

More information

Configuring Weblogic Server 12c Oracle FLEXCUBE Universal Banking Release [December] [2016]

Configuring Weblogic Server 12c Oracle FLEXCUBE Universal Banking Release [December] [2016] Configuring Weblogic Server 12c Oracle FLEXCUBE Universal Banking Release 12.3.0.0.0 [December] [2016] Table of Contents 1. INTRODUCTION... 1-1 1.1 PURPOSE OF THIS DOCUMENT... 1-1 1.2 WEBLOGIC SERVER OVERVIEW...

More information

Oracle Database Appliance

Oracle Database Appliance Oracle Database Appliance Using Oracle WebLogic Server on Oracle Database Appliance Release 2.6 for Linux x86-64 E38298-02 July 2013 This document describes how to provision Oracle WebLogic Server on Oracle

More information

Oracle Application Server 10g R3: Administration

Oracle Application Server 10g R3: Administration Oracle Application Server 10g R3: Administration Volume I Student Guide D44381GC10 Production 1.0 July 2006 D46707 Author Saurabh Banerjee Technical Contributors and Reviewers Celia Antonio Mary Bryksa

More information

Contents Installation Tasks... 4 Upgrading the P6 Adapter For More Information Legal Notices... 18

Contents Installation Tasks... 4 Upgrading the P6 Adapter For More Information Legal Notices... 18 Installing and Configuring the P6 Adapter 15 R2 April 2016 Contents Installation Tasks... 4 Create a WebLogic 11g Domain for the P6 Adapter Deployment... 5 Create a WebLogic 12c Domain for the P6 Adapter

More information

Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide

Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide Lenovo ThinkAgile XClarity Integrator for Nutanix Installation and User's Guide Version 1.0 Note Before using this information and the product it supports, read the information in Appendix A Notices on

More information

Oracle Configuration Manager

Oracle Configuration Manager Oracle Configuration Manager Support Hub Guide Release 10.3.8.0 E41441-06 June 2015 The Oracle Support Hub is an HTTP tunnel that conveys the configuration payload from individual Oracle Configuration

More information

BEA WebLogic. Server. MedRec Clustering Tutorial

BEA WebLogic. Server. MedRec Clustering Tutorial BEA WebLogic Server MedRec Clustering Tutorial Release 8.1 Document Date: February 2003 Revised: July 18, 2003 Copyright Copyright 2003 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This

More information

Oracle Fusion Middleware Installing Oracle Forms and Reports. 12c ( )

Oracle Fusion Middleware Installing Oracle Forms and Reports. 12c ( ) Oracle Fusion Middleware Installing Oracle Forms and Reports 12c (12.2.1.3.0) E80069-02 September 2017 Oracle Fusion Middleware Installing Oracle Forms and Reports, 12c (12.2.1.3.0) E80069-02 Copyright

More information

Oracle Application Express: Administration Student Guide

Oracle Application Express: Administration Student Guide Oracle Application Express: Administration Student Guide D56361GC10 Edition 1.0 June 2011 D73408 Author Salome Clement Technical Contributors and Reviewers Veerabhadra Rao Putrevu Manish Pawar Chaitanya

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

Oracle Fusion Middleware Installing and Configuring Oracle Business Intelligence. 12c ( )

Oracle Fusion Middleware Installing and Configuring Oracle Business Intelligence. 12c ( ) Oracle Fusion Middleware Installing and Configuring Oracle Business Intelligence 12c (12.2.1.3.0) E96171-01 May 2018 Oracle Fusion Middleware Installing and Configuring Oracle Business Intelligence, 12c

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Using Oracle Eloqua Cloud Adapter Release 12.2.1.3.0 E83336-02 July 2017 Documentation for Oracle Service-Oriented Architecture (SOA) developers that describes how to use the Oracle

More information

Oracle GoldenGate E

Oracle GoldenGate E Oracle GoldenGate Upgrading to Oracle GoldenGate Monitor 12.2.1 12c (12.2.1) E60963-01 October 2015 This document contains the procedures for upgrading Oracle GoldenGate Monitor 11g and 12c (12.1.3.0)

More information

Oracle WebLogic Server

Oracle WebLogic Server Oracle WebLogic Server Domain Template Reference 10g Release 3 (10.1.3) August 2008 Oracle WebLogic Server Domain Template Reference, 10g Release 3 (10.1.3) Copyright 2007, 2008, Oracle and/or its affiliates.

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Administering Web Services 12c (12.1.2) E28131-01 June 2013 Documentation for developers and administrators that describes how to administer Web services. Oracle Fusion Middleware

More information

Oracle Fusion Middleware Installing and Configuring Oracle Identity and Access Management. 12c ( )

Oracle Fusion Middleware Installing and Configuring Oracle Identity and Access Management. 12c ( ) Oracle Fusion Middleware Installing and Configuring Oracle Identity and Access Management 12c (12.2.1.3.0) E83422-03 November 2017 Oracle Fusion Middleware Installing and Configuring Oracle Identity and

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Using Oracle Eloqua Cloud Adapter Release 12.2.1.1.0 E73562-01 June 2016 Oracle Fusion Middleware Using Oracle Eloqua Cloud Adapter, Release 12.2.1.1.0 E73562-01 Copyright 2015,

More information

Oracle WebLogic Server

Oracle WebLogic Server Oracle WebLogic Server Node Manager Administrator s Guide 10g Release 3 (10.3) August 2008 Oracle WebLogic Server Node Manager Administrator s Guide, 10g Release 3 (10.3) Copyright 2007, 2008, Oracle and/or

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower Configuration Guide SOAPMDP_Config_7.2.0 Copyright Copyright 2015 SOA Software, Inc. All rights

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Active Directory Release 10 (2.1.2.1.0) E14542-01 April 2009 Microsoft Active Directory, which is included with Microsoft

More information

Oracle Cloud. Using Oracle Eloqua Adapter Release E

Oracle Cloud. Using Oracle Eloqua Adapter Release E Oracle Cloud Using Oracle Eloqua Adapter Release 12.1.3 E65434-01 August 2015 Oracle Cloud Using Oracle Eloqua Adapter, Release 12.1.3 E65434-01 Copyright 2015, Oracle and/or its affiliates. All rights

More information

Oracle Communications Services Gatekeeper

Oracle Communications Services Gatekeeper Oracle Communications Services Gatekeeper Security Guide Release 5.1 E36134-01 June 2013 Oracle Communications Services Gatekeeper Security Guide, Release 5.1 E36134-01 Copyright 2011, 2013, Oracle and/or

More information

WebLogic Server 11gR1 Foundation Lab

WebLogic Server 11gR1 Foundation Lab WebLogic Server 11gR1 Foundation Lab Introduction The following hands-on labs are intended to provide an introduction to a number of core WebLogic Server 11gR1 administration tasks. These labs are intended

More information

Contents Installation Tasks... 5 Upgrading the P6 Adapter Preface Legal Notices... 17

Contents Installation Tasks... 5 Upgrading the P6 Adapter Preface Legal Notices... 17 Installing and Configuring the P6 Adapter Release 15.1 March 2015 Contents Installation Tasks... 5 Create a WebLogic 11g Domain for the P6 Adapter Deployment... 6 Create a WebLogic 12c Domain for the

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware 12c (12.2.1.2) E76887-02 November 2016 Documentation for installers and system administrators that describes how to plan and

More information

Installing SOA Suite and Business Process Management Suite Quick Start for Developers 12c (12.1.3)

Installing SOA Suite and Business Process Management Suite Quick Start for Developers 12c (12.1.3) [1]Oracle Fusion Middleware Installing SOA Suite and Business Process Management Suite Quick Start for Developers 12c (12.1.3) E51754-06 November 2015 Describes how to use Quick Install to establish a

More information

Chapter 2 WEBLOGIC SERVER DOMAINS. SYS-ED/ Computer Education Techniques, Inc.

Chapter 2 WEBLOGIC SERVER DOMAINS. SYS-ED/ Computer Education Techniques, Inc. Chapter 2 WEBLOGIC SERVER DOMAINS SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: Domain - concept and implementation. Content of a domain. Common domain types. Production versus

More information

Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud

Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud E67875-06 May 2018 Oracle Cloud Getting Started with Remote Data Connector for Oracle Analytics Cloud, E67875-06 Copyright

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for VMware ESX Server Release 5 (1.0.3.0.0) to Release 8 (1.1.3.2.0) E13339-05 November 2009 This document is the installation guide

More information

About Configuring Oracle Access Manager

About Configuring Oracle Access Manager EnterpriseTrack OAM Configuration Guide 16 R1 June 2016 Contents About Configuring Oracle Access Manager... 5 Prerequisites... 5 Configuring Oracle HTTP Server WebGate... 5 Registering Agents for Oracle

More information

Configuring Weblogic Server Oracle FLEXCUBE Universal Banking Release [September] [2013] Part No. E

Configuring Weblogic Server Oracle FLEXCUBE Universal Banking Release [September] [2013] Part No. E Configuring Weblogic Server Oracle FLEXCUBE Universal Banking Release 12.0.2.0.0 [September] [2013] Part No. E49740-01 Configuring Weblogic Server Table of Contents 1. CONFIGURING WEBLOGIC SERVER... 1-1

More information

UNIX and Linux Essentials Student Guide

UNIX and Linux Essentials Student Guide UNIX and Linux Essentials Student Guide D76989GC10 Edition 1.0 June 2012 D77816 Authors Uma Sannasi Pardeep Sharma Technical Contributor and Reviewer Harald van Breederode Editors Anwesha Ray Raj Kumar

More information

Managing Server Startup and Shutdown for Oracle WebLogic Server g Release 1 (10.3.6)

Managing Server Startup and Shutdown for Oracle WebLogic Server g Release 1 (10.3.6) [1]Oracle Fusion Middleware Managing Server Startup and Shutdown for Oracle WebLogic Server 10.3.6 11g Release 1 (10.3.6) E13708-08 December 2016 This book describes how you manage startup, shutdown, and

More information

Oracle Communications Billing and Revenue Management

Oracle Communications Billing and Revenue Management Oracle Communications Billing and Revenue Management Pipeline Configuration Center Installation and System Administration Guide Release 7.4 E25364-02 October 2012 Oracle Communications Billing and Revenue

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 2.4.5 Red Hat, Inc. Jun 06, 2017 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 4 4 Examine the Tower Dashboard 6 5 The Setup

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

More information

IDOL Site Admin. Software Version Installation Guide

IDOL Site Admin. Software Version Installation Guide IDOL Site Admin Software Version 12.0 Installation Guide Document Release Date: June 2018 Software Release Date: June 2018 Legal notices Copyright notice Copyright 2015-2018 Micro Focus or one of its affiliates.

More information

What s New for Oracle Java Cloud Service. On Oracle Cloud Infrastructure and Oracle Cloud Infrastructure Classic. Topics: Oracle Cloud

What s New for Oracle Java Cloud Service. On Oracle Cloud Infrastructure and Oracle Cloud Infrastructure Classic. Topics: Oracle Cloud Oracle Cloud What's New for Oracle Java Cloud Service Release 17.4 E64762-32 November 2017 What s New for Oracle Java Cloud Service This document describes what's new in Oracle Java Cloud Service on all

More information

Contents Installation Tasks... 5 Upgrading the P6 Adapter For More Information Legal Notices... 17

Contents Installation Tasks... 5 Upgrading the P6 Adapter For More Information Legal Notices... 17 Installing and Configuring the P6 Adapter Release 8.3 January 2014 Contents Installation Tasks... 5 Create a WebLogic Domain for the P6 Adapter Deployment... 6 Create an Endorsed Folder... 6 Configure

More information

Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring. Timothy Burris, Cloud Adoption & Technical Enablement

Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring. Timothy Burris, Cloud Adoption & Technical Enablement Hands-on Lab Session 9909 Introduction to Application Performance Management: Monitoring Timothy Burris, Cloud Adoption & Technical Enablement Copyright IBM Corporation 2017 IBM, the IBM logo and ibm.com

More information

LCS Guide September 2017

LCS Guide September 2017 LCS Guide September 2017 KITE LCS Guide ATS Service Desk: 785.864.3537 Contents Chapter 1: Welcome to LCS... 1.1 Introduction to Local Caching Servers... 1.2 Semi-Offline Mode... 1.3 Structure of LCS Manual...

More information

Oracle FLEXCUBE Core Banking

Oracle FLEXCUBE Core Banking Oracle FLEXCUBE Core Banking Host Installation Guide (Application Server) Release 5.1.0.0.0 Part No. E57304-01 September 2014 Oracle FLEXCUBE Host Installation Guide (Application Server) September 2014

More information

Note: Oracle Consulting can provide technology assessments and architectural planning workshops to guide you through these processes.

Note: Oracle Consulting can provide technology assessments and architectural planning workshops to guide you through these processes. Upgrade Guide March 2014 Contents About this Upgrade Guide... 5 Preparing for the Upgrade... 5 Assessing the Technical Environment... 5 Stopping the Current SiteWand Server... 5 Stopping Scheduled Tasks...

More information

Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I

Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I D64974GC20 Edition 2.0 September 2012 D78954 Author Richard Green Technical Contributors and Reviewers Alex Kotopoulis

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Oracle WebLogic Server (WLS) 11gR1 ( and ) Installation on Oracle Linux 5 and 6

Oracle WebLogic Server (WLS) 11gR1 ( and ) Installation on Oracle Linux 5 and 6 1 of 11 8/25/2016 11:19 AM Back to normal view: https://oracle-base.com/articles/11g/oracle-weblogic-server-11gr1-1036-installation-on-oracle-linux-5-and-6-11gr1 Oracle WebLogic Server (WLS) 11gR1 (10.3.5

More information

Set Up Rules Palette

Set Up Rules Palette Oracle Insurance Policy Administration Set Up Rules Palette Installation Instructions Step 3 Version 9.5.0.0 Documentation Part Number: E23638_01 June 2012 Copyright 2009, 2012 Oracle and/or its affiliates.

More information

Dell EMC ME4 Series vsphere Client Plug-in

Dell EMC ME4 Series vsphere Client Plug-in Dell EMC ME4 Series vsphere Client Plug-in User's Guide Regulatory Model: E09J, E10J, E11J Regulatory Type: E09J001, E10J001, E11J001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Oracle SOA Suite/BPM Suite VirtualBox Appliance. Introduction and Readme

Oracle SOA Suite/BPM Suite VirtualBox Appliance. Introduction and Readme Oracle SOA Suite/BPM Suite VirtualBox Appliance Introduction and Readme Table of Contents 1 VirtualBox Appliance...3 1.1 Installed Software... 3 1.2 Settings... 4 1.3 User IDs... 4 1.4 Domain Configurations...

More information

Overview of the Plug-In. Versions Supported. Deploying the Plug-In

Overview of the Plug-In. Versions Supported. Deploying the Plug-In Oracle Enterprise Manager System Monitoring Plug-In Installation Guide for Exadata Avocent MergePoint Unity Switch Release 11.1.0.2.0 E20086-03 March 2011 Overview of the Plug-In The Avocent MergePoint

More information

Oracle Hospitality Simphony Cloud Services Post-Installation or Upgrade Guide Release 2.10 E July 2018

Oracle Hospitality Simphony Cloud Services Post-Installation or Upgrade Guide Release 2.10 E July 2018 Oracle Hospitality Simphony Cloud Services Post-Installation or Upgrade Guide Release 2.10 E89810-04 July 2018 Copyright 2010, 2018, Oracle and/or its affiliates. All rights reserved. This software and

More information

Oracle Cloud Installing and Configuring Oracle Application Performance Monitoring

Oracle Cloud Installing and Configuring Oracle Application Performance Monitoring Oracle Cloud Installing and Configuring Oracle Application Performance Monitoring E89051-12 October 2018 Oracle Cloud Installing and Configuring Oracle Application Performance Monitoring, E89051-12 Copyright

More information

ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi)

ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi) ECDS MDE 100XVB Installation Guide on ISR G2 UCS-E and VMWare vsphere Hypervisor (ESXi) Revised: November, 2013 Contents Overview, page 1 Guidelines and Limitations, page 1 Prerequisites, page 2 Installation

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Map Intelligence Installation Guide

Map Intelligence Installation Guide Map Intelligence Installation Guide ii CONTENTS GETTING STARTED...4 Before Beginning the Installation... 4 Database Connectivity... 6 Map and Server Settings for Google Maps... 6 INSTALLING MAP INTELLIGENCE

More information

Oracle Cloud. Oracle Cloud Adapters Postinstallation Configuration Guide E

Oracle Cloud. Oracle Cloud Adapters Postinstallation Configuration Guide E Oracle Cloud Oracle Cloud Adapters Postinstallation Configuration Guide 12.1.3 E65437-05 October 2016 Oracle Cloud Oracle Cloud Adapters Postinstallation Configuration Guide, 12.1.3 E65437-05 Copyright

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Installing and Configuring Oracle SOA Suite and Oracle Business Process Management 12c (12.2.1) E57273-07 October 2016 Documentation for installers and system administrators that

More information