Update, 7 March 2014:
I don't often suggest this, but: stop reading this post! Oracle has (finally, yay!) released VM templates for EBS 12.2.3 that can be imported to Virtualbox directly! If you want an EBS 12.2 sandbox in Virtualbox, you don't need to follow the instructions in my blog post. Instead, review these two documents:
Oracle VM Virtual Appliances Available for E-Business Suite Release 12.2.3 (Steven Chan's blog)
and
Note 1620448.1: Oracle VM Virtual Appliances for Oracle E-Business Suite Deployment Guide, Release 12.2.3Section 2 of the My Oracle Support note should have all of the information you need to import the appliances into Virtualbox. It's all far less complicated: no rescue boot, no mkinitrd, no config file tweaking. Just download, unpack, import, and go!
Last year, I wrote a blog post about installing Oracle E-Business Suite 12.1.3 in Virtualbox using templates designed for Oracle VM Server. It was a surprisingly popular post, and I enjoyed engaging with a lot of enthusiastic readers in the comments. With minimal OS configuration, no installer to run, and automated scripts provided by Oracle to create the instance, the appeal of having an "out-of-the-box" EBS Vision instance was huge, especially for non-Apps DBAs. The ability to deploy these templates in Virtualbox increases their accessibility for EBS technology enthusiasts who lack access to OVM server.
Well, the EBS 12.2 OVM templates are out, so it's time to get busy with the new stuff! With a few small tweaks, easily illustrated in this blog post, you can have a working E-Business Suite 12.2.2 sandbox running in Virtualbox, without building your own servers from ground up, running an installer, or applying any patches.
If you're familiar with the 12.1.3 version of these instructions, you'll notice a few differences in this post:
Finally, of course, you'll find that in general, the EBS 12.2 tech stack is a much different animal than 12.1. :)
You really should not follow this guide if...
... you are an Apps DBA. Release 12.2 is very new. If you take this "shortcut," you are depriving yourself of a lot of learning opportunities: new install processes, patching practice, etc.
... you have an underpowered test system (< 2CPU, < 8GB RAM). The specs I'm using for this blog post are the bare minimum. You might be tempted to cut corners, but you'll be setting yourself up for pain later on.
... you don't know your license status. The OVM templates (and EBS software in general) are not "free to install, free to learn" content like you'll find on OTN. Tread carefully, and know what your support contract permits you to do!
... you need support from anyone (not even me, I can only point the way). OVM templates were not designed for use in VirtualBox, and furthermore, these templates were designed to be used in a multi-node (1 db tier, 1 app tier). This single-node Vision instance in VirtualBox is a double-Frankenstein job. Set your expectations accordingly.
... you have an OVM server at your disposal. Seriously, why jump through these hoops if you don't have to?
Okay, let's recap! No Apps DBAs, no underpowered test systems, no overpowered test systems, no support, no guarantees that it'll even work. Now that I've eliminated 90% of my potential audience, let's plow forward, shall we?
You will need:
When following these instructions, note that some of the commands and output may appear to be truncated. Even if you don't see a scrollbar, scroll right to get the rest of the content. Once I figure out a less awkward presentation method, I'll update.
unzip 'V41*.zip'). This will produce two sets of files: OVM_OL5U9_X86_64_EBIZ12.2_VIS_DB_PVM.tgz.* (database tier template) and OVM_OL5U9_X86_64_EBIZ12.2_APPS_PVM.tgz.* (apps tier template).zathras:EBS122OVMTempl time cat OVM_OL5U9_X86_64_EBIZ12.2_APPS_PVM.tgz* | tar xvz -C /Volumes/Epsilon3/EBS\ Software/EBS122OVMTempl
x OVM_OL5U9_X86_64_EBIZ12.2_APPS_PVM/
x OVM_OL5U9_X86_64_EBIZ12.2_APPS_PVM/vm.cfg
x OVM_OL5U9_X86_64_EBIZ12.2_APPS_PVM/EBS.img
x OVM_OL5U9_X86_64_EBIZ12.2_APPS_PVM/System.img
real 150m42.754s
user 12m38.850s
sys 6m37.271s
zathras:EBS122OVMTempl jpiwowar$ time cat OVM_OL5U9_X86_64_EBIZ12.2_VIS_DB_PVM.tgz.* | tar xvz -C '/Volumes/Epsilon3/EBS Software/EBS122OVMTempl'
x OVM_OL5U9_X86_64_EBIZ12.2_VIS_DB_PVM/
x OVM_OL5U9_X86_64_EBIZ12.2_VIS_DB_PVM/vm.cfg
x OVM_OL5U9_X86_64_EBIZ12.2_VIS_DB_PVM/EBS.img
x OVM_OL5U9_X86_64_EBIZ12.2_VIS_DB_PVM/System.img
real 154m40.689s
user 14m33.270s
sys 6m42.356s
zathras:OVM_OL5U9_X86_64_EBIZ12.2_VIS_DB_PVM jpiwowar$ vboxmanage convertfromraw System.img /Volumes/Europa/OVM122/app/DBRoot.vdi; vboxmanage convertfromraw EBS.img /Volumes/Europa/OVM122/app/DBData.vdi
Converting from raw image file="System.img" to file="/Volumes/Europa/OVM122/app/DBRoot.vdi"...
Creating dynamic image with size 36284923904 bytes (34604MB)...
Converting from raw image file="EBS.img" to file="/Volumes/Europa/OVM122/app/DBData.vdi"...
Creating dynamic image with size 268435456000 bytes (256000MB)...
zathras:OVM_OL5U9_X86_64_EBIZ12.2_APPS_PVM jpiwowar$ vboxmanage convertfromraw EBS.img /Volumes/Europa/OVM122/app/AppSoftware.vdi
Converting from raw image file="EBS.img" to file="/Volumes/Europa/OVM122/app/AppSoftware.vdi"...
Creating dynamic image with size 268435456000 bytes (256000MB)...
The screenshot below shows the final configuration of my VM:
linux rescue” at the the boot: prompt to enter rescue mode:When finished please exit from the shell and your system will reboot.
sh-3.2# e2label /dev/sdb1
EBS
sh-3.2# e2label /dev/sdc1
EBS
sh-3.2# e2label /dev/sdc1 EBSAPPS
sh-3.2# e2label /dev/sdc1
EBSAPPS
sh-3.2# exit
Your system is mounted under the /mnt/sysimage directory.
When finished please exit from the shell and your system will reboot.
sh-3.2# chroot /mnt/sysimage
sh-3.2# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 18G 2.2G 15G 14% /
/dev/sda1 99M 51M 44M 54% /boot
/dev/sdb1 247G 184G 50G 79% /u01
sh-3.2# cat /etc/fstab
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-VM swap swap defaults 0 0
LABEL=EBS /u01 ext3 defaults 1 2
sh-3.2# cp /etc/fstab /etc/fstab.bak
sh-3.2# vi /etc/fstab
"/etc/fstab" 9L, 684C written
sh-3.2# cat /etc/fstab
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-VM swap swap defaults 0 0
LABEL=EBS /u01 ext3 defaults 1 0
LABEL=EBSAPPS /u02 ext3 defaults 1 0
sh-3.2# mkdir /u02
sh-3.2# mount /u02
sh-3.2# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 18G 2.2G 15G 14% /
/dev/sda1 99M 51M 44M 54% /boot
/dev/sdb1 247G 184G 50G 79% /u01
/dev/sdc1 247G 53G 182G 23% /u02
sh-3.2# mkinitrd -v -f /boot/initrd-2.6.39-300.17.2.el5uek.img 2.6.39-300.17.2.el5uek
Creating initramfs
Modulefile is /etc/modprobe.conf
Looking for deps of module ehci-hcd
Looking for deps of module ohci-hcd
Looking for deps of module uhci-hcd
Looking for deps of module ext3: mbcache jbd
Looking for deps of module mbcache
Looking for deps of module jbd
Found root device sda2 for LABEL=/
Looking for driver for device sda2
Looking for deps of module pci:v00008086d00002829sv00000000sd00000000bc01sc06i01: libahci ahci libahci ahci
Looking for deps of module libahci
Looking for deps of module ahci: libahci
Looking for deps of module iscsi_tcp: scsi_transport_iscsi libiscsi libiscsi_tcp
Looking for deps of module scsi_transport_iscsi
Looking for deps of module libiscsi: scsi_transport_iscsi
Looking for deps of module libiscsi_tcp: scsi_transport_iscsi libiscsi
Looking for deps of module sr_mod: cdrom
Looking for deps of module cdrom
Looking for deps of module sd_mod: crc-t10dif
Looking for deps of module crc-t10dif
Looking for driver for device sda3
Looking for deps of module pci:v00008086d00002829sv00000000sd00000000bc01sc06i01: libahci ahci libahci ahci
Looking for deps of module xenblk: xen-blkfront
Looking for deps of module xen-blkfront
Looking for deps of module ide-disk
Looking for deps of module dm-mem-cache
Looking for deps of module dm-region_hash: dm-mod dm-log dm-region-hash
Looking for deps of module dm-mod
Looking for deps of module dm-log: dm-mod
Looking for deps of module dm-region-hash: dm-mod dm-log
Looking for deps of module dm-message
Looking for deps of module dm-raid45
Using modules: /lib/modules/2.6.39-300.17.2.el5uek/kernel/fs/mbcache.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/fs/jbd/jbd.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/fs/ext3/ext3.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/ata/libahci.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/ata/ahci.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/scsi/scsi_transport_iscsi.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/scsi/libiscsi.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/scsi/libiscsi_tcp.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/scsi/iscsi_tcp.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/cdrom/cdrom.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/scsi/sr_mod.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/lib/crc-t10dif.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/scsi/sd_mod.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/block/xen-blkfront.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/md/dm-mod.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/md/dm-log.ko /lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/md/dm-region-hash.ko
/sbin/nash -> /tmp/initrd.qO1496/bin/nash
/sbin/insmod.static -> /tmp/initrd.qO1496/bin/insmod
/etc/udev/rules.d/05-udev-early.rules -> /tmp/initrd.qO1496/etc/udev/rules.d/05-udev-early.rules
/sbin/firmware_helper.static -> /tmp/initrd.qO1496/sbin/firmware_helper
/sbin/udevd.static -> /tmp/initrd.qO1496/sbin/udevd
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/fs/mbcache.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/mbcache.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/fs/jbd/jbd.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/jbd.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/fs/ext3/ext3.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/ext3.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/ata/libahci.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/libahci.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/ata/ahci.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/ahci.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/scsi/scsi_transport_iscsi.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/scsi_transport_iscsi.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/scsi/libiscsi.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/libiscsi.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/scsi/libiscsi_tcp.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/libiscsi_tcp.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/scsi/iscsi_tcp.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/iscsi_tcp.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/cdrom/cdrom.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/cdrom.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/scsi/sr_mod.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/sr_mod.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/lib/crc-t10dif.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/crc-t10dif.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/scsi/sd_mod.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/sd_mod.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/block/xen-blkfront.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/xen-blkfront.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/md/dm-mod.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/dm-mod.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/md/dm-log.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/dm-log.ko' [elf64-x86-64]
copy from `/lib/modules/2.6.39-300.17.2.el5uek/kernel/drivers/md/dm-region-hash.ko' [elf64-x86-64] to `/tmp/initrd.qO1496/lib/dm-region-hash.ko' [elf64-x86-64]
/sbin/dmraid.static -> /tmp/initrd.qO1496/bin/dmraid
/sbin/kpartx.static -> /tmp/initrd.qO1496/bin/kpartx
Adding module mbcache
Adding module jbd
Adding module ext3
Adding module libahci
Adding module ahci
Adding module scsi_transport_iscsi
Adding module libiscsi
Adding module libiscsi_tcp
Adding module iscsi_tcp
Adding module cdrom
Adding module sr_mod
Adding module crc-t10dif
Adding module sd_mod
Adding module xen-blkfront
Adding module dm-mod
Adding module dm-log
Adding module dm-region-hash
sh-3.2#
sh-3.2# exit
exit
sh-3.2# exit
Answer the questions presented by the network configuration script. Unless you're doing something a bit weird, your answers should be similar to mine. Remember the IP, domain, and hostname you choose; you'll need them later.
Welcome to Oracle Linux Oracle Linux Server release 5.9
Press 'I' to enter interactive startup.
Starting udev: [ OK ]
Loading default keymap (us): [ OK ]
[ Some startup output snipped to improve readability.]
Starting oraclevm-template...
Regenerating SSH host keys.
Stopping sshd: [ OK ]
Generating SSH1 RSA host key: [ OK ]
Generating SSH2 RSA host key: [ OK ]
Generating SSH2 DSA host key: [ OK ]
Starting sshd: [ OK ]
=======================================
Configuring Oracle E-Business Suite...
=======================================
=======================================
Configuring the Network...
=======================================
Configuring the Network Interactively
Configuring network interface.
Network device: eth0
Hardware address: 08:00:27:75:30:B6
Do you want to enable dynamic IP configuration (DHCP) (Y|n)?n
Enter static IP address: 192.168.56.58
Enter netmask: [255.255.255.0] [enter to take default]
Enter gateway: 192.168.56.1
Enter DNS server: 8.8.8.8
Shutting down interface eth0: [ OK ]
Shutting down interface eth1: [ OK ]
Shutting down loopback interface: [ OK ]
Configuring network settings.
IP configuration: Static IP address
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
Bringing up interface eth1:
Determining IP information for eth1... done.
[ OK ]
Enter hostname (e.g, host.example.com): coriana6.local.org
Network configuration changed successfully.
IP configuration: Static IP address
IP address: 192.168.56.58
Netmask: 255.255.255.0
Gateway: 10.0.3.2
DNS server: 10.0.3.2
Hostname: coriana6.local.org
=======================================
Disabling the Linux Firewall...
=======================================
==================================================
Prepare the Pairs File for Database Tier Clone...
===================================================
ORACLE_SID is not set in the Pairs File
Enter the Oracle Database SID :VIS122
==========================================================
Adding User oracle
==========================================================
==========================================================
Starting DB Tier configuration
==========================================================
Parameters Used for this Configuration...
The Pairs File :/u01/scripts/inst_db_pairs.txt
The Source context file used :/u01/install/11.2.0/appsutil/clone/context/db/CTXORIG.xml
The Target context file :/u01/install/11.2.0/appsutil/VIS122_coriana6.xml
==========================================================
The Configuration Used to Create this VM...
The Oracle E-Business Suite DBSID : VIS122
The Oracle E-Business Suite DB HostName : %HOSTNAME_NODOMAIN%
The Oracle E-Business Suite DB Domain Name :%DOMAIN%
The Oracle E-Business Suite DB TNS Port :1521
==========================================================
==========================================================
Cloning the DB Tier Context File
==========================================================
Copyright (c) 2011 Oracle Corporation
Redwood Shores, California, USA
Oracle E-Business Suite Rapid Clone
Version 12.2
adclonectx Version 120.30.12020000.4
Running:
/u01/install/11.2.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -classpath /u01/install/11.2.0/appsutil/clone/bin/../jlib/ojdbc5.jar:/u01/install/11.2.0/appsutil/clone/bin/../jlib/xmlparserv2.jar:/u01/install/11.2.0/appsutil/clone/bin/../jlib/java oracle.apps.ad.context.CloneContext -e /u01/install/11.2.0/appsutil/clone/context/db/CTXORIG.xml -pairsfile /u01/scripts/inst_db_pairs.txt -out /u01/install/11.2.0/appsutil/VIS122_coriana6.xml -noprompt
Log file located at /u01/install/11.2.0/appsutil/log/CloneContext_1219031841.log
Report file located at /u01/install/11.2.0/appsutil/temp/portpool.lst
Complete port information available at /u01/install/11.2.0/appsutil/temp/portpool.lst
Creating the new Database Context file from :
/u01/install/11.2.0/appsutil/clone/context/db/adxdbctx.tmp
The new database context file has been created :
/u01/install/11.2.0/appsutil/VIS122_coriana6.xml
Log file located at /u01/install/11.2.0/appsutil/log/CloneContext_1219031841.log
contextfile=/u01/install/11.2.0/appsutil/VIS122_coriana6.xml
Check Clone Context logfile /u01/install/11.2.0/appsutil/log/CloneContext_1219031841.log for details.
Executing adcfgclone.pl on the Database Tier
Copyright (c) 2011 Oracle Corporation
Redwood Shores, California, USA
Oracle E-Business Suite Rapid Clone
Version 12.2
adcfgclone Version 120.63.12020000.22
stty: standard input: Inappropriate ioctl for device
Enter the APPS password :
stty: standard input: Inappropriate ioctl for device
Running Rapid Clone with command:
Running:
perl /u01/install/11.2.0/appsutil/clone/bin/adclone.pl java=/u01/install/11.2.0/appsutil/clone/bin/../jre mode=apply stage=/u01/install/11.2.0/appsutil/clone component=dbTier method=CUSTOM dbctxtg=/u01/install/11.2.0/appsutil/VIS122_coriana6.xml showProgress contextValidated=false
Beginning database tier Apply - Thu Dec 19 03:18:45 2013
/u01/install/11.2.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=false -Doracle.installer.oui_loc=/u01/install/11.2.0/oui -classpath /u01/install/11.2.0/appsutil/clone/jlib/xmlparserv2.jar:/u01/install/11.2.0/appsutil/clone/jlib/ojdbc6.jar:/u01/install/11.2.0/appsutil/clone/jlib/java:/u01/install/11.2.0/appsutil/clone/jlib/oui/OraInstaller.jar:/u01/install/11.2.0/appsutil/clone/jlib/oui/ewt3.jar:/u01/install/11.2.0/appsutil/clone/jlib/oui/share.jar:/u01/install/11.2.0/appsutil/clone/jlib/oui/srvm.jar:/u01/install/11.2.0/appsutil/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyDBTier -e /u01/install/11.2.0/appsutil/VIS122_coriana6.xml -stage /u01/install/11.2.0/appsutil/clone -showProgress
APPS Password : Log file located at /u01/install/11.2.0/appsutil/log/VIS122_coriana6/ApplyDBTier_12190318.log
| 0% completed
Log file located at /u01/install/11.2.0/appsutil/log/VIS122_coriana6/ApplyDBTier_12190318.log
Completed Apply...
Thu Dec 19 03:29:35 2013
Starting database listener for VIS122:
Running:
/u01/install/11.2.0/appsutil/scripts/VIS122_coriana6/addlnctl.sh start VIS122
Logfile: /u01/install/11.2.0/appsutil/log/VIS122_coriana6/addlnctl.txt
You are running addlnctl.sh version 120.4
Starting listener process VIS122 ...
Listener VIS122 has already been started.
addlnctl.sh: exiting with status 0
addlnctl.sh: check the logfile /u01/install/11.2.0/appsutil/log/VIS122_coriana6/addlnctl.txt for more information ...
Cloning the DB Tier Completed Successfully
Logfile: /u01/install/11.2.0/appsutil/log/VIS122_coriana6/addlnctl.txt
You are running addlnctl.sh version 120.4
Shutting down listener process VIS122 ...
LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 19-DEC-2013 03:29:35
Copyright (c) 1991, 2011, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=coriana6.local.org)(PORT=1521)))
The command completed successfully
addlnctl.sh: exiting with status 0
addlnctl.sh: check the logfile /u01/install/11.2.0/appsutil/log/VIS122_coriana6/addlnctl.txt for more information ...
You are running addbctl.sh version 120.1
Shutting down database VIS122 ...
SQL*Plus: Release 11.2.0.3.0 Production on Thu Dec 19 03:29:35 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected.
Database closed.
Database dismounted.
ORACLE instance shut down.
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
addbctl.sh: exiting with status 0
==========================================================
Enabling the DB Service Startup on Boot
==========================================================
==========================================================
Starting the Oracle E-Business Suite DB Tier Services
==========================================================
Logfile: /u01/install/11.2.0/appsutil/log/VIS122_coriana6/addlnctl.txt
You are running addlnctl.sh version 120.4
Starting listener process VIS122 ...
LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 19-DEC-2013 03:29:44
Copyright (c) 1991, 2011, Oracle. All rights reserved.
Starting /u01/install/11.2.0/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 11.2.0.3.0 - Production
System parameter file is /u01/install/11.2.0/network/admin/VIS122_coriana6/listener.ora
Log messages written to /u01/install/11.2.0/admin/VIS122_coriana6/diag/tnslsnr/coriana6/vis122/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=coriana6.local.org)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=coriana6.local.org)(PORT=1521)))
STATUS of the LISTENER
------------------------
Alias VIS122
Version TNSLSNR for Linux: Version 11.2.0.3.0 - Production
Start Date 19-DEC-2013 03:29:45
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /u01/install/11.2.0/network/admin/VIS122_coriana6/listener.ora
Listener Log File /u01/install/11.2.0/admin/VIS122_coriana6/diag/tnslsnr/coriana6/vis122/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=coriana6.local.org)(PORT=1521)))
Services Summary...
Service "VIS122" has 1 instance(s).
Instance "VIS122", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully
addlnctl.sh: exiting with status 0
addlnctl.sh: check the logfile /u01/install/11.2.0/appsutil/log/VIS122_coriana6/addlnctl.txt for more information ...
You are running addbctl.sh version 120.1
Starting the database VIS122 ...
SQL*Plus: Release 11.2.0.3.0 Production on Thu Dec 19 03:29:45 2013
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area 2137886720 bytes
Fixed Size 2230072 bytes
Variable Size 452987080 bytes
Database Buffers 1660944384 bytes
Redo Buffers 21725184 bytes
Database mounted.
Database opened.
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
addbctl.sh: exiting with status 0
==========================================================
Changing passwords for the default users
==========================================================
Changing password for user oracle.
New UNIX password:
BAD PASSWORD: it is based on a dictionary word
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
Changing password for user root.
New UNIX password:
BAD PASSWORD: it is based on your username
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
=====================INSTALLATION SUMMARY============
The Oracle E-Business Suite DB HostName : coriana6.local.org
The Base Installation Directory : /u01/install
The Oracle Home Location : /u01/install/11.2.0
The Oracle E-Business Suite Data File Dir : /u01/install/data
The Oracle E-Business Suite DBSID : VIS122
The Oracle E-Business Suite DB TNS Port : 1521
==========================================================
Will continue in 10 seconds, or press any key to continue...
Template configuration disabled.
[ OK ]
coriana6.local.org login: root
Password:
Last login: Wed Oct 16 03:42:27 on tty1
[root@coriana6 ~]# ls -l /bin/ping
-rwxr-xr-x 1 root root 37312 Jul 2 2009 /bin/ping
[root@coriana6 ~]# chmod u+s /bin/ping
[root@coriana6 ~]# cd /u02/install/scripts
[root@coriana6 scripts]# ls
apps_pairs.txt config.sh inst_apps_pairs.txt stopapps.sh
cleanup.sh ebizapps.rc startapps.sh
[root@coriana6 scripts]# perl -pi.old -e 's/u01/u02/g' *
[root@coriana6 scripts]# perl -pi.nonet -e 's/ovm_configure_network/echo "Skip ovm_configure_network"/g' config.sh
[root@coriana6 scripts]# diff config.sh config.sh.nonet
79c79
# Call ovm_configure_network function which is part of JeOS function library
115c115
ovm_configure_network
130c130
ovm_configure_network "$IP_ADDR" "$NET_MASK" "$GATEWAY" "$DNS_HOST" "$HOST_NAME"
[root@coriana6 scripts]# ./config.sh
=======================================
Configuring Oracle E-Business Suite...
=======================================
=======================================
Configuring the Network...
=======================================
Configuring the Network Interactively
Skip ovm_configure_network
=======================================
Disabling the Linux Firewall...
=======================================
==========================================================
Adding User oracle
==========================================================
./config.sh: line 165: [: missing `]'
==================================================
Prepare the Pairs File for Application Tier Clone...
===================================================
==================================================
Checking if the FQDN is > 30 chars...
===================================================
The FQDN is less than 30 characters. Proceeding with the configuration
Database Tier Information is not set in the Pairs File
Prompting the user for Database Tier Information
Enter the Database Tier Host Name (without the domain) :coriana6
Enter the Database Tier Domain Name :local.org
Enter the Oracle Database SID :VIS122
Enter the TNS Listener Port Number :1521
==========================================================
Starting Apps Tier configuration
==========================================================
Parameters Used for this Configuration...
The Pairs File :/u02/install/scripts/inst_apps_pairs.txt
The Source context file used :/u02/install/fs1/EBSapps/comn/clone/context/apps/CTXORIG.xml
The Target context file :/u02/install/fs1/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml
==========================================================
Checking for the DB Host and Database
==========================================================
Pinging the Database Host coriana6.local.org...
The Database Host coriana6.local.org seem to be up
Proceeding with rest of the configuration...
Connected to Database VIS122 on coriana6...
==========================================================
Configuring the VM as a new Application Tier Node
==========================================================
==========================================================
Configuring the Application Tier File System (fs1)
==========================================================
==========================================================
Cloning the Application Tier Context File
==========================================================
Executing the command su oracle -c echo apps|./adclonectx.pl contextfile=/u02/install/fs1/EBSapps/comn/clone/context/apps/CTXORIG.xml pairsfile=/u02/install/scripts/inst_apps_pairs.txt outfile=/u02/install/fs1/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml nopromptmsg
Copyright (c) 2011 Oracle Corporation
Redwood Shores, California, USA
Oracle E-Business Suite Rapid Clone
Version 12.2
adclonectx Version 120.30.12020000.4
Running:
/u02/install/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /u02/install/fs1/EBSapps/comn/clone/bin/../jlib/ojdbc5.jar:/u02/install/fs1/EBSapps/comn/clone/bin/../jlib/xmlparserv2.jar:/u02/install/fs1/EBSapps/comn/clone/bin/../jlib/java oracle.apps.ad.context.CloneContext -e /u02/install/fs1/EBSapps/comn/clone/context/apps/CTXORIG.xml -pairsfile /u02/install/scripts/inst_apps_pairs.txt -out /u02/install/fs1/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml -noprompt
Log file located at /u02/install/fs1/inst/apps/VIS122_coriana6/appl/admin/log/CloneContext_1219072110.log
Target System Base Directory set to /u02/install
Target System Current File System Base set to /u02/install/fs1
Target System Other File System Base set to /u02/install/fs2
Target System Fusion Middleware Home set to /u02/install/fs1/FMW_Home
Target System Web Oracle Home set to /u02/install/fs1/FMW_Home/webtier
Target System Appl TOP set to /u02/install/fs1/EBSapps/appl
Target System COMMON TOP set to /u02/install/fs1/EBSapps/comn
Target System Instance Top set to /u02/install/fs1/inst/apps/VIS122_coriana6
Report file located at /u02/install/fs1/inst/apps/VIS122_coriana6/admin/out/portpool.lst
Complete port information available at /u02/install/fs1/inst/apps/VIS122_coriana6/admin/out/portpool.lst
Creating the new APPL_TOP Context file from :
/u02/install/fs1/EBSapps/comn/clone/context/apps/adxmlctx.tmp
The new APPL_TOP context file has been created :
/u02/install/fs1/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml
Log file located at /u02/install/fs1/inst/apps/VIS122_coriana6/appl/admin/log/CloneContext_1219072110.log
contextfile=/u02/install/fs1/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml
Check Clone Context logfile /u02/install/fs1/inst/apps/VIS122_coriana6/appl/admin/log/CloneContext_1219072110.log for details.
Executing the command perl adcfgclone.pl appsTier /u02/install/fs1/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml
Copyright (c) 2011 Oracle Corporation
Redwood Shores, California, USA
Oracle E-Business Suite Rapid Clone
Version 12.2
adcfgclone Version 120.63.12020000.22
stty: standard input: Inappropriate ioctl for device
Enter the APPS password :
stty: standard input: Inappropriate ioctl for device
Running:
/u02/install/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /u02/install/fs1/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/u02/install/fs1/EBSapps/comn/clone/jlib/ojmisc.jar:/u02/install/fs1/EBSapps/comn/clone/jlib/java:/u02/install/fs1/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper -encryptpwd /u02/install/fs1/EBSapps/comn/clone/bin/../FMW/tempinfoApps.txt
stty: standard input: Inappropriate ioctl for device
Enter the Weblogic AdminServer password :
stty: standard input: Inappropriate ioctl for device
Running:
/u02/install/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /u02/install/fs1/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/u02/install/fs1/EBSapps/comn/clone/jlib/ojmisc.jar:/u02/install/fs1/EBSapps/comn/clone/jlib/java:/u02/install/fs1/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper /u02/install/fs1/EBSapps/comn/clone/bin/../FMW/tempinfo.txt
Running:
/u02/install/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /u02/install/fs1/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/u02/install/fs1/EBSapps/comn/clone/jlib/ojmisc.jar:/u02/install/fs1/EBSapps/comn/clone/jlib/java:/u02/install/fs1/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper /u02/install/fs1/EBSapps/comn/clone/bin/../FMW/EBSDataSource
Running Rapid Clone with command:
Running:
perl /u02/install/fs1/EBSapps/comn/clone/bin/adclone.pl java=/u02/install/fs1/EBSapps/comn/clone/bin/../jre mode=apply stage=/u02/install/fs1/EBSapps/comn/clone component=appsTier method=CUSTOM appctxtg=/u02/install/fs1/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml showProgress contextValidated=false
FMW Pre-requisite check log file location : /u02/install/fs1/EBSapps/comn/clone/FMW/logs/prereqcheck.log
Running: /u02/install/fs1/EBSapps/comn/clone/FMW/t2pjdk/bin/java -classpath /u02/install/fs1/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/engine.jar:/u02/install/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraPrereq.jar:/u02/install/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraPrereqChecks.jar:/u02/install/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraInstaller.jar:/u02/install/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraInstallerNet.jar:/u02/install/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/srvm.jar:/u02/install/fs1/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/ojdl.jar:/u02/install/fs1/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/ojdl2.jar:/u02/install/fs1/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/ojdl-log4j.jar:/u02/install/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/xmlparserv2.jar:/u02/install/fs1/EBSapps/comn/clone/prereq/webtier/oui/jlib/share.jar:/u02/install/fs1/EBSapps/comn/clone/jlib/java oracle.apps.ad.clone.util.FMWOracleHomePreReqCheck -prereqCheckFMW -e /u02/install/fs1/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml -stage /u02/install/fs1/EBSapps/comn/clone -log /u02/install/fs1/EBSapps/comn/clone/FMW/logs/prereqcheck.log
Beginning application tier Apply - Thu Dec 19 07:21:38 2013
/u02/install/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=false -Doracle.installer.oui_loc=/oui -classpath /u02/install/fs1/EBSapps/comn/clone/jlib/xmlparserv2.jar:/u02/install/fs1/EBSapps/comn/clone/jlib/ojdbc6.jar:/u02/install/fs1/EBSapps/comn/clone/jlib/java:/u02/install/fs1/EBSapps/comn/clone/jlib/oui/OraInstaller.jar:/u02/install/fs1/EBSapps/comn/clone/jlib/oui/ewt3.jar:/u02/install/fs1/EBSapps/comn/clone/jlib/oui/share.jar:/u02/install/fs1/FMW_Home/webtier/../Oracle_EBS-app1/oui/jlib/srvm.jar:/u02/install/fs1/EBSapps/comn/clone/jlib/ojmisc.jar:/u02/install/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/u02/install/fs1/EBSapps/comn/clone/jlib/obfuscatepassword.jar oracle.apps.ad.clone.ApplyAppsTier -e /u02/install/fs1/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml -stage /u02/install/fs1/EBSapps/comn/clone -showProgress -nopromptmsg
Log file located at /u02/install/fs1/inst/apps/VIS122_coriana6/admin/log/ApplyAppsTier_12190721.log
- 0% completed
Log file located at /u02/install/fs1/inst/apps/VIS122_coriana6/admin/log/ApplyAppsTier_12190721.log
\ 100% completed
Completed Apply...
Thu Dec 19 07:49:40 2013
Executing command: /u02/install/fs1/EBSapps/10.1.2/bin/sqlplus @/u02/install/fs1/EBSapps/appl/ad/12.0.0/patch/115/sql/truncate_ad_nodes_config_status.sql
Do you want to startup the Application Services for VIS122? (y/n) [n] :
Services not started
==========================================================
Configuring the Application Tier File System (fs2)
==========================================================
Copying the Application Tier File System from fs1 to fs2
Executing the command su oracle -c perl adcfgclone.pl appsTier
Copyright (c) 2011 Oracle Corporation
Redwood Shores, California, USA
Oracle E-Business Suite Rapid Clone
Version 12.2
adcfgclone Version 120.63.12020000.22
stty: standard input: Inappropriate ioctl for device
Enter the APPS password :
stty: standard input: Inappropriate ioctl for device
Running:
/u02/install/fs2/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /u02/install/fs2/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/ojmisc.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/java:/u02/install/fs2/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper -encryptpwd /u02/install/fs2/EBSapps/comn/clone/bin/../FMW/tempinfoApps.txt
stty: standard input: Inappropriate ioctl for device
Enter the Weblogic AdminServer password :
stty: standard input: Inappropriate ioctl for device
Running:
/u02/install/fs2/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /u02/install/fs2/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/ojmisc.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/java:/u02/install/fs2/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper /u02/install/fs2/EBSapps/comn/clone/bin/../FMW/tempinfo.txt
Running:
/u02/install/fs2/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -classpath /u02/install/fs2/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/ojmisc.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/java:/u02/install/fs2/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.clone.util.OPWrapper /u02/install/fs2/EBSapps/comn/clone/bin/../FMW/EBSDataSource
Do you want to add a node (yes/no) [no] :
Running:
/u02/install/fs2/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -cp /u02/install/fs2/EBSapps/comn/clone/jlib/java:/u02/install/fs2/EBSapps/comn/clone/jlib/xmlparserv2.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/ojdbc5.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/obfuscatepassword.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/ojmisc.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/java:/u02/install/fs2/EBSapps/comn/clone/jlib/emCfg.jar oracle.apps.ad.context.CloneContext -e /u02/install/fs2/EBSapps/comn/clone/bin/../context/apps/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_26497.lst -stage /u02/install/fs2/EBSapps/comn/clone 2> /tmp/adcfgclone_26497.err; echo $? > /tmp/adcfgclone_26497.res
Log file located at /u02/install/fs2/EBSapps/comn/clone/bin/CloneContext_1219075100.log
Target System File Edition type [run] :
Enter the full path of Run File System Context file :
Provide the values required for creation of the new APPL_TOP Context file.
Target System Fusion Middleware Home set to /u02/install/fs2/FMW_Home
Target System Web Oracle Home set to /u02/install/fs2/FMW_Home/webtier
Target System Appl TOP set to /u02/install/fs2/EBSapps/appl
Target System COMMON TOP set to /u02/install/fs2/EBSapps/comn
Target System Instance Top set to /u02/install/fs2/inst/apps/VIS122_coriana6
Target System Port Pool [0-99] :
Checking the port pool 1
done: Port Pool 1 is free
Report file located at /u02/install/fs2/inst/apps/VIS122_coriana6/admin/out/portpool.lst
Complete port information available at /u02/install/fs2/inst/apps/VIS122_coriana6/admin/out/portpool.lst
UTL_FILE_DIR on database tier consists of the following directories.
1. /usr/tmp
2. /usr/tmp
3. /u01/install/11.2.0/appsutil/outbound/VIS122_coriana6
4. /usr/tmp
Choose a value which will be set as APPLPTMP value on the target node [1] : RC-00208: Error: Not a valid number
UTL_FILE_DIR on database tier consists of the following directories.
1. /usr/tmp
2. /usr/tmp
3. /u01/install/11.2.0/appsutil/outbound/VIS122_coriana6
4. /usr/tmp
Choose a value which will be set as APPLPTMP value on the target node [1] : RC-00200: Error: Exception occurred while taking input from user
Creating the new APPL_TOP Context file from :
/u02/install/fs2/EBSapps/comn/clone/context/apps/adxmlctx.tmp
The new APPL_TOP context file has been created :
/u02/install/fs2/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml
Log file located at /u02/install/fs2/EBSapps/comn/clone/bin/CloneContext_1219075100.log
Check Clone Context logfile /u02/install/fs2/EBSapps/comn/clone/bin/CloneContext_1219075100.log for details.
Running Rapid Clone with command:
Running:
perl /u02/install/fs2/EBSapps/comn/clone/bin/adclone.pl java=/u02/install/fs2/EBSapps/comn/clone/bin/../jre mode=apply stage=/u02/install/fs2/EBSapps/comn/clone component=appsTier method=CUSTOM appctxtg=/u02/install/fs2/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml showProgress contextValidated=true
FMW Pre-requisite check log file location : /u02/install/fs2/EBSapps/comn/clone/FMW/logs/prereqcheck.log
Running: /u02/install/fs2/EBSapps/comn/clone/FMW/t2pjdk/bin/java -classpath /u02/install/fs2/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/engine.jar:/u02/install/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraPrereq.jar:/u02/install/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraPrereqChecks.jar:/u02/install/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraInstaller.jar:/u02/install/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/OraInstallerNet.jar:/u02/install/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/srvm.jar:/u02/install/fs2/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/ojdl.jar:/u02/install/fs2/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/ojdl2.jar:/u02/install/fs2/EBSapps/comn/clone/prereq/webtier/Scripts/ext/jlib/ojdl-log4j.jar:/u02/install/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/xmlparserv2.jar:/u02/install/fs2/EBSapps/comn/clone/prereq/webtier/oui/jlib/share.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/java oracle.apps.ad.clone.util.FMWOracleHomePreReqCheck -prereqCheckFMW -e /u02/install/fs2/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml -stage /u02/install/fs2/EBSapps/comn/clone -log /u02/install/fs2/EBSapps/comn/clone/FMW/logs/prereqcheck.log
Beginning application tier Apply - Thu Dec 19 07:51:20 2013
/u02/install/fs2/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /u02/install/fs2/EBSapps/comn/clone/jlib/xmlparserv2.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/ojdbc6.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/java:/u02/install/fs2/EBSapps/comn/clone/jlib/oui/OraInstaller.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/oui/ewt3.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/oui/share.jar:/u02/install/fs2/FMW_Home/webtier/../Oracle_EBS-app1/oui/jlib/srvm.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/ojmisc.jar:/u02/install/fs2/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/u02/install/fs2/EBSapps/comn/clone/jlib/obfuscatepassword.jar oracle.apps.ad.clone.ApplyAppsTier -e /u02/install/fs2/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml -stage /u02/install/fs2/EBSapps/comn/clone -showProgress -nopromptmsg
Log file located at /u02/install/fs2/inst/apps/VIS122_coriana6/admin/log/ApplyAppsTier_12190751.log
| 100% completed
Completed Apply...
Thu Dec 19 08:15:33 2013
Looking for incomplete CLONE record in ad_adop_session_patches table
The CLONE record status is no rows selected
Updating incomplete CLONE record to COMPLETED
==========================================================
Enabling the Apps Tier Service Startup on Boot
==========================================================
==========================================================
Enabling the NFS service for shared file system setup
==========================================================
==========================================================
Starting the Oracle E-Business Suite Application tier Services
==========================================================
Starting the Oracle E-Business Suite Application Tier Services
You are running adstrtal.sh version 120.24.12020000.7
The logfile for this session is located at /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adstrtal.log
Executing service control script:
/u02/install/fs1/inst/apps/VIS122_coriana6/admin/scripts/jtffmctl.sh start
Timeout specified in context file: 100 second(s)
script returned:
****************************************************
You are running jtffmctl.sh version 120.3.12020000.4
Validating Fulfillment patch level via /u02/install/fs1/EBSapps/comn/java/classes
Fulfillment patch level validated.
Starting Fulfillment Server for VIS122 on port 9300 ...
jtffmctl.sh: exiting with status 0
.end std out.
.end err out.
****************************************************
Executing service control script:
/u02/install/fs1/inst/apps/VIS122_coriana6/admin/scripts/adopmnctl.sh start
Timeout specified in context file: 100 second(s)
script returned:
****************************************************
You are running adopmnctl.sh version 120.0.12020000.2
Starting Oracle Process Manager (OPMN) ...
adopmnctl.sh: exiting with status 0
adopmnctl.sh: check the logfile /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adopmnctl.txt for more information ...
.end std out.
.end err out.
****************************************************
Executing service control script:
/u02/install/fs1/inst/apps/VIS122_coriana6/admin/scripts/adapcctl.sh start
Timeout specified in context file: 100 second(s)
script returned:
****************************************************
You are running adapcctl.sh version 120.0.12020000.2
Starting OPMN managed Oracle HTTP Server (OHS) instance ...
opmnctl start: opmn is already running.
opmnctl startproc: starting opmn managed processes...
adapcctl.sh: exiting with status 0
adapcctl.sh: check the logfile /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adapcctl.txt for more information ...
.end std out.
.end err out.
****************************************************
Executing service control script:
/u02/install/fs1/inst/apps/VIS122_coriana6/admin/scripts/adnodemgrctl.sh start -nopromptmsg
Timeout specified in context file: 100 second(s)
script returned:
****************************************************
You are running adnodemgrctl.sh version 120.11.12020000.4
Calling txkChkEBSDependecies.pl to perform dependency checks for oacore
Perl script txkChkEBSDependecies.pl got executed successfully
Starting the Node Manager...
NMProcess:
NMProcess: Dec 19, 2013 8:17:48 AM weblogic.nodemanager.server.NMServerConfig initDomainsMap
NMProcess: INFO: Loading domains file: /u02/install/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.domains
NMProcess:
NMProcess: Dec 19, 2013 8:17:48 AM weblogic.nodemanager.server.NMServer
NMProcess: WARNING: Node manager configuration properties file '/u02/install/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties' not found. Using default settings.
NMProcess:
NMProcess: Dec 19, 2013 8:17:48 AM weblogic.nodemanager.server.NMServer
NMProcess: INFO: Saving node manager configuration properties to '/u02/install/fs1/FMW_Home/wlserver_10.3/common/nodemanager/nmHome1/nodemanager.properties'
Refer /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adnodemgrctl.txt for details
adnodemgrctl.sh: exiting with status 0
adnodemgrctl.sh: check the logfile /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adnodemgrctl.txt for more information ...
.end std out.
*** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
*** Log File = /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/rgf/TXK/txkChkEBSDependecies_Thu_Dec_19_08_17_07_2013/txkChkEBSDependecies_Thu_Dec_19_08_17_07_2013.log
.end err out.
****************************************************
Executing service control script:
/u02/install/fs1/inst/apps/VIS122_coriana6/admin/scripts/adalnctl.sh start
Timeout specified in context file: 100 second(s)
script returned:
****************************************************
adalnctl.sh version 120.3.12020000.2
Checking for FNDFS executable.
Starting listener process APPS_VIS122.
adalnctl.sh: exiting with status 0
adalnctl.sh: check the logfile /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adalnctl.txt for more information ...
.end std out.
.end err out.
****************************************************
Executing service control script:
/u02/install/fs1/inst/apps/VIS122_coriana6/admin/scripts/adcmctl.sh start
Timeout specified in context file: 1000 second(s)
script returned:
****************************************************
You are running adcmctl.sh version 120.19.12020000.3
Starting concurrent manager for VIS122 ...
Starting VIS122_1219@VIS122 Internal Concurrent Manager
Default printer is noprint
adcmctl.sh: exiting with status 0
adcmctl.sh: check the logfile /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adcmctl.txt for more information ...
.end std out.
.end err out.
****************************************************
Executing service control script:
/u02/install/fs1/inst/apps/VIS122_coriana6/admin/scripts/adadminsrvctl.sh start -nopromptmsg
Timeout specified in context file: 1000 second(s)
script returned:
****************************************************
You are running adadminsrvctl.sh version 120.10.12020000.4
Starting WLS Admin Server...
Refer /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adadminsrvctl.txt for details
adadminsrvctl.sh: exiting with status 0
adadminsrvctl.sh: check the logfile /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adadminsrvctl.txt for more information ...
.end std out.
.end err out.
****************************************************
Executing service control script:
/u02/install/fs1/inst/apps/VIS122_coriana6/admin/scripts/admanagedsrvctl.sh start forms_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)
script returned:
****************************************************
You are running admanagedsrvctl.sh version 120.14.12020000.6
Starting forms_server1...
admanagedsrvctl.sh: exiting with status 0
admanagedsrvctl.sh: check the logfile /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adformsctl.txt for more information ...
.end std out.
.end err out.
****************************************************
Executing service control script:
/u02/install/fs1/inst/apps/VIS122_coriana6/admin/scripts/admanagedsrvctl.sh start oafm_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)
script returned:
****************************************************
You are running admanagedsrvctl.sh version 120.14.12020000.6
Starting oafm_server1...
admanagedsrvctl.sh: exiting with status 0
admanagedsrvctl.sh: check the logfile /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adoafmctl.txt for more information ...
.end std out.
.end err out.
****************************************************
Executing service control script:
/u02/install/fs1/inst/apps/VIS122_coriana6/admin/scripts/admanagedsrvctl.sh start forms-c4ws_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)
script returned:
****************************************************
You are running admanagedsrvctl.sh version 120.14.12020000.6
Starting forms-c4ws_server1...
admanagedsrvctl.sh: exiting with status 0
admanagedsrvctl.sh: check the logfile /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adforms-c4wsctl.txt for more information ...
.end std out.
.end err out.
****************************************************
Executing service control script:
/u02/install/fs1/inst/apps/VIS122_coriana6/admin/scripts/admanagedsrvctl.sh start oacore_server1 -nopromptmsg
Timeout specified in context file: -1 second(s)
script returned:
****************************************************
You are running admanagedsrvctl.sh version 120.14.12020000.6
Starting oacore_server1...
admanagedsrvctl.sh: exiting with status 0
admanagedsrvctl.sh: check the logfile /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adoacorectl.txt for more information ...
.end std out.
.end err out.
****************************************************
All enabled services for this node are started.
adstrtal.sh: Exiting with status 0
adstrtal.sh: check the logfile /u02/install/fs1/inst/apps/VIS122_coriana6/logs/appl/admin/log/adstrtal.log for more information ...
==========================================================
Change Passwords for the Default Users
==========================================================
Changing password for user oracle.
New UNIX password:
BAD PASSWORD: it is based on a dictionary word
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
Changing password for user root.
New UNIX password:
BAD PASSWORD: it is based on a dictionary word
Retype new UNIX password:
passwd: all authentication tokens updated successfully.
===================INSTALLATION SUMMARY=============================
Oracle E-Business Suite Installation Top Level Directory : /u02/install
Oracle E-Business Suite Context File : /u02/install/fs1/inst/apps/VIS122_coriana6/appl/admin/VIS122_coriana6.xml
Oracle E-Business Suite Login Page : https://coriana6.local.org:8000/OA_HTML/AppsLogin
Oracle E-Business Suite Database Tier Host : coriana6.local.org
Oracle E-Business Suite Database SID : VIS122
Oracle E-Business Suite TNS_PORT : 1521
==================================================================
Will continue in 60 seconds, or press any key to continue...
Now the real fun begins! If you have added your VM's IP and hostname to the local hosts file on your host machine, you can access your Vision instance at the URL listed after "Oracle E-Business Suite Login Page" at the end of the Apps tier Rapic Clone run. The default password for the admin user (SYSADMIN) is the same as it always is.
A few more things to note:
startapps.sh and stopapps.sh scripts in /u02/install/scripts/ to (wait for it...) start and stop the Apps. Note that these scripts expect to be run by user oracle, not root. Also, these scripts have default passwords for the apps and weblogic users hard-coded in them, so if you change those passwords, you'll need to update the scripts. Or you can just use the normal service start/stop scripts, but these wrapper scripts sure are convenient. ;)/u01/scripts (startdb.sh and stopdb.sh). These also need to be run as oracle.. /u02/install/EBSapps.env run" ). To set the environment for the database tier, invoke the /u01/install/11.2.0/SID_hostname.env file (e.g. ". /u01/install/11.2.0/VIS122_coriana6.env"). If you're still learning Linux/Unix, please remember that you need to invoke these scripts with a leading "dot+space" as in the preceding examples, or the environment variable values will not be exported to your session.Maybe all of this just isn't weird enough, and you would like to either:
In either case, you should be able to find your way based on the instructions in this post. The only "magic" happening here is rescue boot and mkinitrd command to allow the use of the non-Xen kernel. After that, most of the steps should be more or less the same. In the first case listed above (production database templates), the only thing that changes is which database templates you download: parts V41175-V41177 instead of parts V41171-V41173. While I haven't checked, presumably the network and db tier configuration script is going to be the same. In the second case (two-node configuration), you won't need to worry about changing disk labels or altering /etc/fstab, but you will have to convert the Apps root disk to a VDI file, and do the mkinitrd steps twice. Also, when allocating resources for the two-node instance, I recommend a minimum of 6GB of memory for the app tier and 2GB for the database tier. Please note that I haven't tried either approach; these are just educated guesses based on doc review and looking at the configuration scripts. If you're successful with either of these alternative deployments, I'd love to hear about it in the comments!
Ok, we're done! You can now give yourself (or an ORACLENERD you care about) the gift of an EBS 12.2.2 Vision instance, just in time for the holidays! Start downloading now, though, if you want to be ready by Christmas. ;)
Good luck, and happy playing!
Ready to optimize your Oracle Database for the future?