Saturday, September 11, 2010

How to create a Staging Area for Apps 11i/R12

1. Login as Operating System User/root user to mount the DVD.
2. Insert the start here Disk in the DVD-ROM.
3. Mount the DVD
          Use Automount to mount/umount y/n:?
         mount -t /media/cdrecorder
         umount -t /media/cdrecorder
Note: Mention exact code for cdrecorder while performing mount/umount i.e mentioned in the perl script.
4. Verify Software version (Perl Version) [perl 5.0053 or higher]
          perl -v
5. On UNIX set the environment variable DISPLAY to an active and authorized display.
6. Run the adautostg.pl script
$cd
$ perl /mnt/cdrom/Disk1/rapidwiz/adautostg.pl
7. Setup the stage area directory
        The rapidwizard stage directory will be created in this path. For example, if you enter /stage/11idump as the top-level directory, the resulting directory path will be /stage/11idump/StageR12 (In case of R12 Staging)
8. Indicate the components to be staged
The script prompts yo to choose the components that you want to stage.
      1.Oracle Applications.
      2.Oracle Database technology stack (RDBMS)
      3.Oracle Applications Database (Database)
      4.Oracle Applications technology stack (Tools)
      5.APPL_TOP
Enter one or more components separating each one with a space. you can indicate that you want to stage only the database technology stack, only the APPL_TOP and so on.
If yo choose 1(default) all the prompt. The system message lists the files it has compied and theri location in the stage area Directory.
Total space used for staging in R12 is 35 GB
Total space used for 11i staging is 24 GB
Time consuming for this staging for R12 will be around 2.30 – 3 hrs.
Time consuming for this staging for R12 will be around__________?

1 comment:

sarfraz said...

Hi Jagadish,

I have downloaded 12.1.1 from delivery, and did unzip for all 41 files, when i m trying to run adautostg.pl from rapidwiz directory it is asking RDBMS disk1, can you help me ow to fix this issue.

Post a Comment