Database Reference
In-Depth Information
Submit the changes in the remaining configuration screens until you're presented with the following message:
“The configuration options have been saved to the Context File. Now you can run AutoConfig and restart services to
make sure these settings take effects.”
Run the AutoConfig on the VM as instructed and bounce the services to start using the virtual IP.
The virtual IP has been configured in e-Business Suite. The last remaining step is to enable the services on the
second VM. You can do so by implementing the shared application tier file system as instructed in My Oracle Support
note “Sharing The Application Tier File System in Oracle E-Business Suite Release 12.2 (Doc ID 1375769.1).” It's a fairly
complex process, but my testing shows the instructions are accurate and they deliver the desired configuration.
Revert the Temporary Configuration
A while ago, you added a temporary file system (/u02 ) to the ODA Base on the first node of the ODA. Since then, the
e-Business Suite database has been migrated to ASM and RAC using a natively created database Oracle Home on
ODA, thus the temporary configuration can be removed. The following steps will remove the /u02 file system and will
restore the Oracle Inventory on the ODA Base where the database was initially installed.
1.
Unregister the old Oracle Home from the inventory:
[oracle@s1 ~]$ cd /u02/prod/11.2.0
[oracle@s1 11.2.0]$ cd oui/bin
[oracle@s1 bin]$ ./runInstaller -silent -detachHome ORACLE_HOME=/u02/prod/11.2.0
Starting Oracle Universal Installer...
Checking swap space: must be greater than 500 MB. Actual 19748 MB Passed
The inventory pointer is located at /etc/oraInst.loc
The inventory is located at /u01/app/oraInventory
'DetachHome' was successful.
Remove the /u02 from ODA Base. Use fuser to find if any processes are still using the
mountpoint and terminate them if any are found. For example:
2.
[root@s1 ~]# fuser -m /u02
/u02: 89091ce
[root@s1 ~]# kill -9 89091
[root@s1 ~]# umount /u02
Remove the partition that you created on the attached block device /dev/xvdd to create
the temporary ext3 file system on the ODA Base. Here are the commands to execute:
3.
[root@s1 ~]# fdisk /dev/xvdd
Command (m for help): d
Command (m for help): w
[root@s1 ~]# ls -l /dev/xvdd*
brw-r----- 1 root disk 202, 48 Sep 28 18:52 /dev/xvdd
 
Search WWH ::




Custom Search