Lab 00 Oracle Access Management - Access Manager 11g R2 PS3 Getting Started
Lab 00 Oracle Access Management - Access Manager 11g R2 PS3 Getting Started
Lab 00
Disclaimer : The Virtual Machine (or hosted) Image and other software are provided for use only
during the workshop. Please note that you are responsible for deleting them from your
computers before you leave. If you would like to try out any of the Oracle products, you may
download them from the Oracle Technology Network
(http://www.oracle.com/technology/index.html) or the Oracle E-Delivery Web Site
(http://edelivery.oracle.com)
Contents
Introduction ............................................................................................................................... 3
Exercise 1 – Unzipping the VM ...................................................................................................... 3
Exercise 2 – Verifying MD5 Checksum ............................................................................................ 4
Exercise 3 – How to Boot the VM................................................................................................... 4
Exercise 4 – VM Details ................................................................................................................ 9
Exercise 5 – VM Accessibility....................................................................................................... 10
Exercise 6 – Startup of Products .................................................................................................. 11
Exercise 7 – Oracle Universal Directory Details .............................................................................. 11
Exercise 8 – Console URL for Installed Products ............................................................................. 11
Exercise 9 – Running the VM in a No Network Situation.................................................................. 12
Introduction
This document will go through how to unzip the VM, Boot the VM and Accept the End User
License Agreement (EULA).
This document will also go through the installed components in the VM and other required
information for executing the labs.
Make sure that you have installed the Virtual Box. Once the files are unzipped, just double click
on Oracle_Access-Management_11gR2PS3_Workshop-Final.vbox. The VM will open in Virtual
Box
Towards the end of booting process the agreement will appear on the screen
Hit enter to go through the full agreement.
When you see the yes or no choice. Type “y” and enter
You would see a message that X server failed. Ignore the message.
Finally you should see the login screen. This will be in console mode.
Login as oracle/Oracle123
The VM will go through a reboot. You should now see the VM coming up in UI Mode.
Exercise 4 – VM Details
A virtual machine with the following specifications is provided to the Training attendees.
4.1 VM Specs
Operating System: Oracle Enterprise Linux 5.5
Host Name: IDENTITY.ORACLEADS.COM
Note: In some instances using the default host only adapter can give you different IPAddress.
The default IP address is 192.168.56.101. Check the IPAddress after you boo t the VM and if
it’s different that this, Please updates the /etc/hosts with your IPAddress. Without the correct
Oracle Access Management Access Manager 11g R2 PS3
Lab 00 - 9 | P a g e
Oracle Access Management Suite Plus 11g R2 PS3 Bootcamp
IPAddress in hosts file, Database will not start properly.
If you change the adapter to NAT or Bridged. Take a look at the new IP address and update the
IP Address of the VM in /etc/hosts file. Without this Database will not start properly.
Exercise 5 – VM Accessibility
Oracle Access Management Access Manager 11g R2 PS3
Lab 00 - 10 | P a g e
Oracle Access Management Suite Plus 11g R2 PS3 Bootcamp
Use the below credentials to login to the VM operating system.
Login: oracle
Password:
Oracle123
All the exercises and any other activity on the VM have to be executed using the above login
credentials only.
In case the super user access it required then use the below credentials.
Super User: root
Password: Oracle123
All the other components are started as and when required by individual labs and the startup
scripts are located in the location mentioned above.
To Disable DNS
• Open a Terminal Window in the image
• $ sudo vi /etc/nsswitch.conf
Change the hosts to hosts:files
Reboot the image, and restart all services.
To Enable DNS
• Switch it back to hosts:files dns
Reboot the image, and restart all services.