In this post we are going to check the stage area version and going to build stage area. It will check if all the required zip files are downloaded and valid.

Make we have all the zip downloaded and placed at /stage.






Now we will unzip the startCD zip files.



After unzipping the above 3 zip files we will see a folder created with startCD name.

[root@funoracleapps stage]# ls -ld startCD
drwxr-xr-x. 5 root root 4096 Mar 27 08:14 startCD

Let's check the version of start CD.


Note: During installation rapidwiz might error with the unzip version if it higher than 5.5x.
The startCD provide us with correct version of the unzip. We will use same.

mv /usr/bin/unzip /usr/bin/unzip_orig
ln -s /stage/startCD/Disk1/rapidwiz/unzip/Linux_x64/unzip /usr/bin/unzip

Check version 
unzip -version


We will build stage now which will automatically take care of all unzipping all other zip file and checking its integrity.

Go to below directory and run buildstage.sh

[root@funoracleapps bin]# pwd
/stage/startCD/Disk1/rapidwiz/bin
[root@funoracleapps bin]# ls -ltr buildStage.sh

-rwxr-xr-x. 1 root root 17325 Jan 20  2016 buildStage.sh




Press Enter



Select Option 1



Select option 2 as we are using Linux.
It was ask for the directory containing all the zip files.


Running command:
/stage/startCD/Disk1/rapidwiz/bin/../jre/Linux_x64/1.6.0/bin/java -classpath /stage/startCD/Disk1/rapidwiz/bin/../jlib/emocmutl.jar:/stage/startCD/Disk1/rapidwiz/bin/../jlib/ewt-3_4_22.jar:/stage/startCD/Disk1/rapidwiz/bin/../jlib/share-1_1_18.jar:/stage/startCD/Disk1/rapidwiz/bin/../jlib/jnls.jar:/stage/startCD/Disk1/rapidwiz/bin/../jlib/ACC.JAR:/stage/startCD/Disk1/rapidwiz/bin/../jlib/netcfg.jar:/stage/startCD/Disk1/rapidwiz/bin/../jlib/ojdbc14.jar:/stage/startCD/Disk1/rapidwiz/bin/../jlib/OraInstaller.jar:/stage/startCD/Disk1/rapidwiz/bin/../jlib/java oracle.apps.ad.rapidwiz.util.StageBuilder /stage/startCD/Disk1/rapidwiz/bin Linux_x64 Linux_x64

WARNING: Insufficient free space in directory /stage to unzip all EBS installation media.Specify the directory containing the zipped installation media:

I have kept all the file as /stage location. I will pass the same path and hit enter. I will get some warning related to zip files which are missing. I don't wanted to install vision database so I skipped those zip to be downloaded and will proceed without it.


/stage
File list:
/stage/startCD/Disk1/rapidwiz/bin/stageData/zipFiles.dat
The following files are missing from /stage.
Return to the Oracle Software Delivery Cloud and download them:
====================================================
Part number: V100053-01
Description:
Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases VISION - Disk 1
File name: V100053-01_1of2.zip
====================================================
Part number: V100053-01
Description:
Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases VISION - Disk 1
File name: V100053-01_2of2.zip
====================================================
Part number: V100054-01
Description:
Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases VISION - Disk 2
File name: V100054-01.zip
====================================================
Part number: V100055-01
Description:
Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases VISION - Disk 3
File name: V100055-01.zip
====================================================
Part number: V100056-01
Description:
Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases VISION - Disk 4
File name: V100056-01.zip
====================================================
Part number: V100057-01
Description:
Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases VISION - Disk 5
File name: V100057-01.zip
====================================================
Part number: V100058-01
Description:
Oracle E-Business Suite Release 12.2.0 for Linux x86-64 Rapid Install Databases VISION - Disk 6
File name: V100058-01.zip
====================================================
WARNING: Some of the required zip files have not yet been downloaded.  Do you want to continue, and obtain them later? (Y)/N


We will pass Y and it will start unzipping files. Sit back and have a cup of coffee :). It will take a while to complete.


WARNING: Some of the required zip files have not yet been downloaded.  Do you want to continue, and obtain them later? (Y)/N YUnzip command is: /stage/startCD/Disk1/rapidwiz/unzip/Linux_x64/unzip -o Unzipping V35802-01.zipUnzipping V35803-01_1of3.zipUnzipping V35803-01_2of3.zipUnzipping V35803-01_3of3.zipUnzipping V35804-01_1of2.zipUnzipping V35804-01_2of2.zipUnzipping V46095-01_1of2.zipUnzipping V46095-01_2of2.zipUnzipping V100059-01_1of2.zipUnzipping V100059-01_2of2.zipUnzipping V100060-01_1of3.zipUnzipping V100060-01_2of3.zipUnzipping V100060-01_3of3.zipUnzipping V100061-01.zipUnzipping V100102-01.zipUnzipping V75792-01.zipUnzipping V29856-01.zipUnzip command is: /stage/startCD/Disk1/rapidwiz/unzip/Linux_x64/unzip -o All files have been unzipped successfully.Stage area is confirmed to be complete.Command = cp /stage/V100061-01.zip /stage/startCD/Disk1/rapidwiz/bin/stageData/epdFiles/epdLinux_x64.zip
Finished unzipping shiphome.

Directory /stage/TechPatches 

After this it will run few more unzip command once successful it will come out and we can go and see the stage directory.



Our Build stage was successful. In next post we will proceed with installation of EBS 12.2.




<<Previous Chapter                                                                                Next Chapter>>