Oracle Communication Policy Controller

Oracle Communication Policy Controller

Oracle Communication Policy Controller Lab Environment Preparation Edition 1.0 April 2013 Copyright © 2013, 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. Table of Contents Lab Environment Preparation .........................................................................................................................1-1 Part 1: Installing the Base System .................................................................................................................1-3 Preparation 1-1: Downloading Oracle Enterprise Linux .................................................................................1-4 Preparation 1-2: Downloading and Installing VirtualBox ................................................................................1-5 Preparation 1-3: Creating VM in Oracle VM VirtualBox ..................................................................................1-6 Preparation 1-4: Installing Oracle Enterprise Linux ........................................................................................1-8 Preparation 1-5: Configuring Oracle Enterprise Linux ....................................................................................1-11 Preparation 1-6: Installing VirtualBox Guest Additions ...................................................................................1-14 Preparation 1-7: Configuring and Updating your VirtualBox VM ....................................................................1-17 Lab Environment Preparation .........................................................................................................................2-1 Part 2: Installing Tools ....................................................................................................................................2-3 Preparation 2-1: Installing Java JDKs ............................................................................................................2-4 Preparation 2-2: Downloading and Installing Seagull .....................................................................................2-7 Lab Environment Preparation Chapter 1 Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Lab Environment Preparation Chapter 1 - Page 1 Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Lab Environment Preparation Chapter 1 - Page 2 Part 1: Installing the Base System Overview Most Oracle courses assume that you have a pre-built environment available, with a number of tools already installed. But in some cases this course will be taught in custom environments and then all the basic setup needs to be done by the student. Using the instructions below, you will create a base system to be used in many Oracle courses. Pre-requisites Using Different Operating Systems on Your Host Machine The instructions assume that you are using Windows on your host machine. But since Oracle VM VirtualBox can be used on several platforms, it is possible to instead use OS X, Linux or Solaris. But no matter which platform you are using on your host machine, you need to have administration privileges. Enabling Virtualization Technology in Your BIOS To effectively use your hardware in a virtual machine, it is recommended that you enable the virtualization technology features in the BIOS of your machine. This is done differently for different hardware, so you have to find out how to do this on your own. You will probably find this information on the internet by searching for “Enable Virtualization Technology in BIOS” plus the name of your laptop, for example “Dell Latitude” or “Lenovo Thinkpad”. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Lab Environment Preparation Chapter 1 - Page 3 Preparation 1-1: Downloading Oracle Enterprise Linux Overview In this practice you will download Oracle Enterprise Linux (OEL). Tasks Downloading Oracle Enterprise Linux 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. Open a browser and go to http://edelivery.oracle.com/linux. The Welcome to the Oracle® E-Delivery Web site for Enterprise Linux and Oracle VM screen appears. 2. Click Continue. The Registration screen appears. 3. Fill out the registration form and accept the license terms and export restrictions. 4. Click Continue. The Media Pack Search screen appears. 5. In the Select a Product Pack field, select Oracle Linux. 6. In the Platform field, select x86 64 bit. 7. Click Go. The list of available media packs is displayed. 8. Click the latest release of the Enterprise Linux media pack. At the time of writing, this was Oracle Linux Release 6 Update 4 Media Pack for x86_64 (64 bit). The Oracle Linux Release 6 Update 4 Media Pack for x86_64 (64 bit) screen appears. 9. Find the installation package. At the time of writing, the name of this package was Oracle Linux Release 6 Update 4 for x86_64 (64 Bit). 10. Click the Download button in front of the installation package. 11. Save the file to your computer. Note: Depending on the browser used, this is done in different ways. 12. The file is called V37084-01.iso, which is a name that can be hard to remember. Rename the file to a better name, for example: OEL-R6-U4-x86_64.iso. Summary You have now downloaded the installation package for Oracle Enterprise Linux. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Lab Environment Preparation Chapter 1 - Page 4 Preparation 1-2: Downloading and Installing VirtualBox Overview In this practice you will download and install VirtualBox. Tasks Downloading VirtualBox 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. Open a browser and go to http://www.oracle.com/us/technologies/virtualization/virtualbox/overview/index.html. The Oracle VM VirtualBox web site appears. 2. Click Download and then click Oracle VM VirtualBox. The Oracle VM VitualBox Downloads web site appears. 3. Click the download link for Oracle VM VirtualBox for Windows and save the file to your hard drive. At the time of writing, the current release of VirtualBox was 4.2.8. 4. Browse down in the same page and click the download link for Oracle VM VirtualBox Extension Pack and save the file to your hard drive. Installing and Starting VirtualBox 5. Execute the installation binary for Oracle VM VirtualBox and follow the instructions for doing a typical installation. 6. Execute the installation binary for Oracle VM VirtualBox Extension Pack and follow the instructions for doing a typical installation. 7. Start VirtualBox from the Windows Start menu. Summary You now have an installation of VirtualBox and are ready to start creating Virtual Machines, running any desktop operating system- Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Lab Environment Preparation Chapter 1 - Page 5 Preparation 1-3: Creating VM in Oracle VM VirtualBox Overview A good strategy for testing new products or doing labs is to use a virtual machine. This way, nothing has to be installed directly on your machine. Everything will be sandboxed in a “computer inside your computer”. These instructions help you create a virtual machine (VM) in Oracle VM VirtualBox. In the instructions below, it is assumed that you have enough space on your hard drive and that you want to save the files for the VM in the directory C:\VMs\VBox\OEL64. Tasks Creating the VirtualBox Virtual Machine (VM) 1. Start VirtualBox. 2. In the toolbar, click New. The Create Virtual Machine Wizard starts and the Name and operating system screen appears. 3. In the Name field, enter OEL64. 4. In the Type field, select Linux. 5. In the Version field, select Oracle (64 bit) and click Next. The Memory size screen appears. 6. Set the memory size to 2048 and click Next. The Hard drive screen appears. 7. Click Create. The Hard drive file type screen appears. 8. Click Next. The Storage on physical hard drive screen appears. 9. Click Next. The File location and size screen appears. 10. In the Location field, enter C:\VMs\VBox\OEL64\OEL64. 11. In the Size field, enter 24 GB and click Create. A new virtual machine, with the name of OEL64, appears in the list

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    30 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us