Check default user file creation mask on installing 11g RAC

Check default user file creation mask
Node Name Available Required Comment
bnl11237dat02 0027 0022 failed
bnl11237dat01 0022 0022 passed
Result: Default user file creation mask check failed
----------------------------------------------bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
ORACLE_BASE=/u01/app/oracle
export ORACLE_BASE
if [ $SHELL = "/bin/ksh" ]; then
ulimit -p 16384
ulimit -n 65536
else
ulimit -u 16384 -n 65536
fi
umask 022
if [ -t 0 ]; then
stty intr ^C
fi
I am getting this error when running ./runcluvfy.sh stage -pre crsinst -n bnl11237dat01.youview.tv,bnl11237dat02.youview.tv -fixup -verbose > ~oracle/run_pre_install_cluvfy.out.11
Please can I know what is causing umask check fails

Folks,
Hello. I follow the document "Oracle Grid Infrastructure Installation Guide 11g Release 2 (11.2) for Linux E22489-04" and do the following:
[root@rac1 /]#echo $SHELL
Output: /bin/bash
This means we need to edit Bash shell file .bash_profile.
[ora11g@rac1 ~]$vi /home/ora11g/.bash_profile
Add this line: umask 022
Then I save the file .bash_profile and reboot OS.
Then I run the following command:
[ora11g@rac1 grid] $ ./runcluvfy.sh stage -pre crsinst -n all -r 11gR2 -orainv ora11g -fixup -fixupdir /mydir -verbose
But the reusult is the same. The issue is not solved as follows:
Check default user profile creation mask:
Node Name: rac1
Available: 0002
Required: 0022
Comment: failed
Do any folk understand how to solve VM rac1 user profile creation mask problem ?
Thanks.

Similar Messages

  • Oracle 11gR2 RAC: how to solve "user profile creation mask failed" ?

    Folks,
    Hello.
    I am installing Oracle 11gR2 RAC using 2 Virtual Machines (rac1 and rac2 whose OS are Oracle Linux 5.6) in VMPlayer.
    I am using Cluster Verification Utility (CVU) to test the 2 nodes for Grid installation as follows:
    [ora11g@rac1 grid] $ ./runcluvfy.sh stage -pre crsinst -n all -r 11gR2 -orainv ora11g -fixup -fixupdir /mydir -verbose
    All items for rac2 are passed. There is only one item for rac1 is not passed as follows:
    Check default user profile creation mask:
    Node Name: rac1
    Available: 0002
    Required: 0022
    Comment: failed
    There are 3 ways to solve this issue:
    1) In the file /etc/bashrc, change the line "umask 0002" to "umask 0022".
    2) In the file /etc/profile, add line "umask 0022" at the end of the file.
    3) In the file /etc/csh.cshrc, change the line "umask 002" to "umask 0022".
    In rac2, I got the same issue in the past. I just change the line "umask 0002" to "umask 0022" in the file /etc/bashrc and the issue is solved.
    But in rac1, I have tried each of the 3 options and also combined 1) and 2), 1) and 3), 2) and 3), 1) and 2) and 3). Totally, that's 7 options. But all of 7 options cannot solve the issue.
    The script runcluvfy.sh still tests rac1 user profile creation mask failed. My question is:
    Do any folk understand how to solve VM rac1 user profile creation mask problem ?
    Thanks.

    Folks,
    Hello. I follow the document "Oracle Grid Infrastructure Installation Guide 11g Release 2 (11.2) for Linux E22489-04" and do the following:
    [root@rac1 /]#echo $SHELL
    Output: /bin/bash
    This means we need to edit Bash shell file .bash_profile.
    [ora11g@rac1 ~]$vi /home/ora11g/.bash_profile
    Add this line: umask 022
    Then I save the file .bash_profile and reboot OS.
    Then I run the following command:
    [ora11g@rac1 grid] $ ./runcluvfy.sh stage -pre crsinst -n all -r 11gR2 -orainv ora11g -fixup -fixupdir /mydir -verbose
    But the reusult is the same. The issue is not solved as follows:
    Check default user profile creation mask:
    Node Name: rac1
    Available: 0002
    Required: 0022
    Comment: failed
    Do any folk understand how to solve VM rac1 user profile creation mask problem ?
    Thanks.

  • Install 11g rac on vmware server 2

    hope you will be fine with the grace of God. i found a doccument (http://oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVMwareServer2.php)but it is about to install 11G RAC on vmware server 2 where base machine is linux and virtual machines is also on linux. does some body has some doccument in which base machine is WINDOWS and on our virtual machines we install linux.

    Hi;
    Check below links:
    RAC for 11gR2 Database
    RAC for 11gR2 Database
    Re: guide to install Oracle RAC at home
    Regard
    Helios

  • How instal 11g RAC on Windown server 2003

    How instal 11g RAC on Windown server 2003, any toturial

    I would start simply with the installation guide:
    http://download.oracle.com/docs/cd/B28359_01/install.111/b28251/toc.htm
    Werner

  • Control file creation failed while installing ---------R12 release 3

    While installing R12 release 3 I am getting following error at the time of Step 2 0f 5
    RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    following is summery of my server hardware
    HDD capacity 146GB X 10 nos. ( RAID5 with 2 arrays)
    8 GB RAM
    Operating System is Red hat Linux Enterprise 4 with Update 5
    Following are the HDD partition details
    Boot 1GB
    Root 50GB
    Tem 12GB
    SWAP 24GB distributed on two HDD partitions equally
    Database and Application HDD portion size 500GB
    I am refering Metalink note Note 402310.1 all the setting are correct
    Following is kernel settings
    kernel.sem = 256 32000 100 142
    kernel.shmall = 2097152
    kernel.shmmax = 4294967296 ( Half the size of the physical memory is 8GB )
    kernel.shmmni = 4096
    kernel.msgmax = 8192
    kernel.msgmnb = 65536
    kernel.msgmni = 2878
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default = 262144
    net.core.rmem_max = 262144
    net.core.wmem_default = 262144
    net.core.wmem_max = 262144
    All the Pre-req.of installation are passing correctly
    •     glibc-2.3.4-2.25
    •     glibc-common-2.3.4-2.25
    •     binutils-2.15.92.0.2-21
    •     compat-libstdc++-296-2.96-132.7.2
    •     gcc-3.4.6-3
    •     gcc-c++-3.4.6-3
    •     libgcc-3.4.6-3
    •     libstdc++-3.4.6-3
    •     libstdc++-devel-3.4.6-3
    •     openmotif21-2.1.30-11.RHEL4.6**
    •     pdksh-5.2.14-30.3
    •     setarch-1.6-1
    •     make-3.80-6.EL4
    •     gnome-libs-1.4.1.2.90-44.1
    •     sysstat-5.0.5-11.rhel4
    •     compat-db-4.1.25-9
    •     control-center-2.8.0-12.rhel4.5
    •     xscreensaver-4.18-5.rhel4.11
    •     libaio-0.3.105-2
    •     libaio-devel-0.3.105-2
    these all packeges are avalable on the server some are even are the higher version because OS is with update 5
    Doen the installation 3 time with formating , but still facing same problem
    All Groups and Users and permitions are correct
    runProcess_3
    Statusstring Configuring Database
    Executing command: /stage/startCD/Disk1/rapidwiz/jre/Linux/1.5.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /stage/startCD/Disk1/rapidwiz/jlib/java:/stage/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/stage/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /test/db/tech_st/10.2.0/appsutil/VIS_test.xml -stage /stage/startCD/Disk1/rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at /test/db/tech_st/10.2.0/appsutil/log/VIS_test/ApplyDatabase_08271904.log
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed
    | 0% completed
    / 0% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.Running Database Install Driver for VIS instance
    Succesfully changed Permissions for /test/db/tech_st/10.2.0/appsutil/log/VIS_test
    Processing DriverFile = /stage/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /stage/startCD/Disk1/rapidwiz/template/adridb.drv
    instantiate file:
    source : /stage/startCD/Disk1/rapidwiz/template/adrun10g.sh
    dest : /test/db/tech_st/10.2.0/temp/VIS_test/adrun10g.sh
    backup : /test/db/tech_st/10.2.0/temp/VIS_test/adrun10g.sh to /test/db/tech_st/10.2.0/appsutil/out/VIS_test/templbac/adrun10g.sh
    setting permissions: 755
    setting ownership: oracle:dba
    instantiate file:
    source : /stage/startCD/Disk1/rapidwiz/template/adrundb.sh
    dest : /test/db/tech_st/10.2.0/temp/VIS_test/adrundb.sh
    backup : /test/db/tech_st/10.2.0/temp/VIS_test/adrundb.sh to /test/db/tech_st/10.2.0/appsutil/out/VIS_test/templbac/adrundb.sh
    setting permissions: 755
    setting ownership: oracle:dba
    Step 0 of 5
    Command: /test/db/tech_st/10.2.0/temp/VIS_test/adrun10g.sh
    Step 1 of 5: Doing UNIX preprocessing
    Processing Step 1 of 5
    Step 1 of 5
    Command: /test/db/tech_st/10.2.0/temp/VIS_test/adrundb.sh
    Step 2 of 5: Doing UNIX preprocessing
    Processing Step 2 of 5
    Executing: su oracle -c "/test/db/tech_st/10.2.0/temp/VIS_test/adrundb.sh"
    STARTED INSTALL PHASE : DATABASE : Mon Aug 27 19:06:52 IST 2007
    Preparing environment to install databases ...
    Setting LD_LIBRARY_PATH to - /stage/startCD/Disk1/rapidwiz/lib/Linux -
    Setting PATH to - /stage/startCD/Disk1/rapidwiz/jlib/java:/stage/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/stage/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    Setting CLASSPATH to - /stage/startCD/Disk1/rapidwiz/jlib/java:/stage/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/stage/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/stage/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
         ... installing VISION demo database
    FINISHED INSTALL PHASE : DATABASE : Mon Aug 27 19:06:53 IST 2007
    su oracle -c "/test/db/tech_st/10.2.0/temp/VIS_test/adrundb.sh" has succeeded
    Succesfully changed Permissions for /test/db/tech_st/10.2.0/temp
    ===============================================================================
    NetServiceHandler 120.13 started for test at Mon Aug 27 19:06:54 IST 2007
    ===============================================================================
    [ Context Information ]
    Host : test
    Domain : apps.com
    Out Dir : null
    Tier Type : DATABASE TIER
    Getting connection...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : test
    sDbDomain : apps.com
    sDbPort : 1531
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@test.apps.com:1531:VIS
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test.apps.com)(PORT=1531))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    java.lang.NoSuchFieldError: TDU
    Please refer to the remaining logs on applications node at - /test/inst/apps/VIS_test/logs/08271731.log
    Can Some one pls reply
    Thanks and Regards,
    Amol

    promptUserForDiskPath Oracle Applications Rapid Install - RDBMS & Disk number = 1
    Path Obtained by Instantiate File: /prod/stage/oraDB/Disk1 & Disk number = 1
    Processing /prod/stage/oraDB/Disk1/dbts/driver/db102.drv file
    ================================================================
    Processing the contents of : Disk1
    Processing the driver file : /prod/stage/oraDB/Disk1/dbts/driver/Disk1.drv
    UNZIPPING THE DISK1 CONTENTS
    UNZIP used: UnZip 5.51 of 22 May 2004, by Info-ZIP. Maintained by C. Spieler. Send
    Unzip0 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db58_opmn.zip at /test/db/tech_st/10.2.0/
    Unzip0
    .end std out.
    .end err out.
    Unzip0 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db58_opmn.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip1 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db74_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip1
    .end std out.
    .end err out.
    Unzip1 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db74_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip2 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db26_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip2
    .end std out.
    .end err out.
    Unzip2 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db26_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip5 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db23_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip5
    .end std out.
    .end err out.
    Unzip5 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db23_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip6 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db29_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip6
    .end std out.
    .end err out.
    Unzip6 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db29_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip3 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db22_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip3
    .end std out.
    .end err out.
    Unzip3 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db22_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip4 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db9_bin.zip at /test/db/tech_st/10.2.0/
    Unzip4
    .end std out.
    .end err out.
    Unzip4 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db9_bin.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip8 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db24_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip8
    .end std out.
    .end err out.
    Unzip8 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db24_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip9 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db27_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip9
    .end std out.
    .end err out.
    Unzip9 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db27_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip7 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db25_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip7
    .end std out.
    .end err out.
    Unzip7 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db25_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip12 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db73_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip12
    .end std out.
    .end err out.
    Unzip12 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db73_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip13 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db11_bin.zip at /test/db/tech_st/10.2.0/
    Unzip13
    .end std out.
    .end err out.
    Unzip13 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db11_bin.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip14 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db37_lib.zip at /test/db/tech_st/10.2.0/
    Unzip14
    .end std out.
    .end err out.
    Unzip14 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db37_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip10 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db20_demo.zip at /test/db/tech_st/10.2.0/
    Unzip10
    .end std out.
    .end err out.
    Unzip10 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db20_demo.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip17 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db62_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip17
    .end std out.
    .end err out.
    Unzip17 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db62_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip15 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db54_rdbms.zip at /test/db/tech_st/10.2.0/
    Unzip15
    .end std out.
    .end err out.
    Unzip15 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db54_rdbms.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip16 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db42_lib.zip at /test/db/tech_st/10.2.0/
    Unzip16
    .end std out.
    .end err out.
    Unzip16 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db42_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip11 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db19_demo.zip at /test/db/tech_st/10.2.0/
    Unzip11
    .end std out.
    .end err out.
    Unzip11 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db19_demo.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip20 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db8_bin.zip at /test/db/tech_st/10.2.0/
    Unzip20
    .end std out.
    .end err out.
    Unzip20 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db8_bin.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip19 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db1_appsutil.zip at /test/db/tech_st/10.2.0/
    Unzip19
    .end std out.
    .end err out.
    Unzip19 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db1_appsutil.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip21 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db33_jdk.zip at /test/db/tech_st/10.2.0/
    Unzip21
    .end std out.
    .end err out.
    Unzip21 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db33_jdk.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip18 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db40_lib.zip at /test/db/tech_st/10.2.0/
    Unzip18
    .end std out.
    .end err out.
    Unzip18 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db40_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip22 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db72_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip22
    .end std out.
    .end err out.
    Unzip22 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db72_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip23 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db35_jlib.zip at /test/db/tech_st/10.2.0/
    Unzip23
    .end std out.
    .end err out.
    Unzip23 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db35_jlib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip25 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db53_rdbms.zip at /test/db/tech_st/10.2.0/
    Unzip25
    .end std out.
    .end err out.
    Unzip25 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db53_rdbms.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip26 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db13_ctx.zip at /test/db/tech_st/10.2.0/
    Unzip26
    .end std out.
    .end err out.
    Unzip26 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db13_ctx.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip27 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db57_wf.zip at /test/db/tech_st/10.2.0/
    Unzip27
    .end std out.
    .end err out.
    Unzip27 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db57_wf.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip24 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db0_appsutil.zip at /test/db/tech_st/10.2.0/
    Unzip24
    .end std out.
    .end err out.
    Unzip24 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db0_appsutil.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip29 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db36_jre.zip at /test/db/tech_st/10.2.0/
    Unzip29
    .end std out.
    .end err out.
    Unzip29 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db36_jre.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip31 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db14_ctx.zip at /test/db/tech_st/10.2.0/
    Unzip31
    .end std out.
    .end err out.
    Unzip31 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db14_ctx.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip33 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db70_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip33
    .end std out.
    .end err out.
    Unzip33 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db70_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip28 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db2_appsutil.zip at /test/db/tech_st/10.2.0/
    Unzip28
    .end std out.
    .end err out.
    Unzip28 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db2_appsutil.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip32 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db68_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip32
    .end std out.
    .end err out.
    Unzip32 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db68_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip30 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db52_rdbms.zip at /test/db/tech_st/10.2.0/
    Unzip30
    .end std out.
    .end err out.
    Unzip30 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db52_rdbms.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip34 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db64_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip34
    .end std out.
    .end err out.
    Unzip34 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db64_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip37 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db76_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip37
    .end std out.
    .end err out.
    Unzip37 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db76_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip36 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db90_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip36
    .end std out.
    .end err out.
    Unzip36 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db90_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip35 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db44_md.zip at /test/db/tech_st/10.2.0/
    Unzip35
    .end std out.
    .end err out.
    Unzip35 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db44_md.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip40 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db80_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip40
    .end std out.
    .end err out.
    Unzip40 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db80_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip41 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db21_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip41
    .end std out.
    .end err out.
    Unzip41 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db21_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip42 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db30_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip43 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db49_nls.zip at /test/db/tech_st/10.2.0/
    Unzip38 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db31_inventory.zip at /test/db/tech_st/10.2.0/
    Unzip38
    .end std out.
    .end err out.
    Unzip38 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db31_inventory.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip39 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db3_appsutil.zip at /test/db/tech_st/10.2.0/
    Unzip39
    .end std out.
    .end err out.
    Unzip39 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db3_appsutil.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip44 - Start of native unzipping /prod/stage/oraDB/Disk1/dbts/stage/db28_javavm.zip at /test/db/tech_st/10.2.0/
    Unzip42
    .end std out.
    .end err out.
    Unzip42 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk1/dbts/stage/db30_javavm.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..AutoConfig is exiting with status 0
    Processing disk file : disk.label in /prod/stage/oraDB/Disk2
    Checking the content :disk.label
    All contents are valid.....
    =============================================================
    Processing the contents of : Disk2
    Processing the driver file : /prod/stage/oraDB/Disk2/dbts/driver/Disk2.drv
    UNZIPPING THE DISK2 CONTENTS
    Unzip45 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db60_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip45
    .end std out.
    .end err out.
    Unzip45 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db60_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip46 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db59_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip46
    .end std out.
    .end err out.
    Unzip46 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db59_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip47 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db61_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip47
    .end std out.
    .end err out.
    Unzip47 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db61_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip50 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db63_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip50
    .end std out.
    .end err out.
    Unzip50 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db63_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip48 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db39_lib.zip at /test/db/tech_st/10.2.0/
    Unzip48
    .end std out.
    .end err out.
    Unzip48 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db39_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip49 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db65_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip49
    .end std out.
    .end err out.
    Unzip49 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db65_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip51 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db89_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip51
    .end std out.
    .end err out.
    Unzip51 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db89_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip52 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db77_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip52
    .end std out.
    .end err out.
    Unzip52 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db77_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip57 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db69_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip57
    .end std out.
    .end err out.
    Unzip57 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db69_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip55 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db81_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip55
    .end std out.
    .end err out.
    Unzip55 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db81_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip53 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db75_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip53
    .end std out.
    .end err out.
    Unzip53 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db75_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip56 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db83_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip56
    .end std out.
    .end err out.
    Unzip56 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db83_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip58 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db71_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip58
    .end std out.
    .end err out.
    Unzip58 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db71_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip54 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db79_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip54
    .end std out.
    .end err out.
    Unzip54 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db79_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip61 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db67_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip61
    .end std out.
    .end err out.
    Unzip61 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db67_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip60 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db87_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip60
    .end std out.
    .end err out.
    Unzip60 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db87_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip62 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db48_network.zip at /test/db/tech_st/10.2.0/
    Unzip62
    .end std out.
    .end err out.
    Unzip62 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db48_network.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip63 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db50_oui.zip at /test/db/tech_st/10.2.0/
    Unzip63
    .end std out.
    .end err out.
    Unzip63 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db50_oui.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip59 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db85_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip59
    .end std out.
    .end err out.
    Unzip59 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db85_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip65 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db4_appsutil.zip at /test/db/tech_st/10.2.0/
    Unzip64 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db32_jdk.zip at /test/db/tech_st/10.2.0/
    Unzip66 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db7_bin.zip at /test/db/tech_st/10.2.0/
    Unzip67 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db10_bin.zip at /test/db/tech_st/10.2.0/
    Unzip68 - Start of native unzipping /prod/stage/oraDB/Disk2/dbts/stage/db16_ctx.zip at /test/db/tech_st/10.2.0/
    Unzip68
    .end std out.
    .end err out.
    Unzip68 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db16_ctx.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip66
    .end std out.
    .end err out.
    Unzip66 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db7_bin.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip65
    .end std out.
    .end err out.
    Unzip65 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk2/dbts/stage/db4_appsutil.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..AutoConfig is exiting with status 0
    Processing disk file : disk.label in /prod/stage/oraDB/Disk3
    Checking the content :disk.label
    All contents are valid.....
    =============================================================
    Processing the contents of : Disk3
    Processing the driver file : /prod/stage/oraDB/Disk3/dbts/driver/Disk3.drv
    UNZIPPING THE DISK3 CONTENTS
    Unzip71 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db84_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip71
    .end std out.
    .end err out.
    Unzip71 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db84_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip73 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db66_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip73
    .end std out.
    .end err out.
    Unzip73 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db66_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip69 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db55_sysman.zip at /test/db/tech_st/10.2.0/
    Unzip69
    .end std out.
    .end err out.
    Unzip69 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db55_sysman.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip72 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db47_oc4j.zip at /test/db/tech_st/10.2.0/
    Unzip72
    .end std out.
    .end err out.
    Unzip72 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db47_oc4j.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip70 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db56_sysman.zip at /test/db/tech_st/10.2.0/
    Unzip70
    .end std out.
    .end err out.
    Unzip70 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db56_sysman.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip78 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db86_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip78
    .end std out.
    .end err out.
    Unzip78 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db86_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip74 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db45_oc4j.zip at /test/db/tech_st/10.2.0/
    Unzip74
    .end std out.
    .end err out.
    Unzip74 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db45_oc4j.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip76 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db34_jdk.zip at /test/db/tech_st/10.2.0/
    Unzip76
    .end std out.
    .end err out.
    Unzip76 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db34_jdk.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip79 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db78_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip79
    .end std out.
    .end err out.
    Unzip79 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db78_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip81 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db6_assistants.zip at /test/db/tech_st/10.2.0/
    Unzip81
    .end std out.
    .end err out.
    Unzip81 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db6_assistants.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip82 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db18_demo.zip at /test/db/tech_st/10.2.0/
    Unzip82
    .end std out.
    .end err out.
    Unzip82 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db18_demo.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip83 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db51_perl.zip at /test/db/tech_st/10.2.0/
    Unzip83
    .end std out.
    .end err out.
    Unzip83 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db51_perl.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip84 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db41_lib.zip at /test/db/tech_st/10.2.0/
    Unzip84
    .end std out.
    .end err out.
    Unzip84 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db41_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip85 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db12_bin.zip at /test/db/tech_st/10.2.0/
    Unzip85
    .end std out.
    .end err out.
    Unzip85 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db12_bin.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip86 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db15_ctx.zip at /test/db/tech_st/10.2.0/
    Unzip86
    .end std out.
    .end err out.
    Unzip86 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db15_ctx.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip87 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db38_lib.zip at /test/db/tech_st/10.2.0/
    Unzip87
    .end std out.
    .end err out.
    Unzip87 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db38_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip80 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db88_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip80
    .end std out.
    .end err out.
    Unzip80 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db88_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip77 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db46_oc4j.zip at /test/db/tech_st/10.2.0/
    Unzip77
    .end std out.
    .end err out.
    Unzip77 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db46_oc4j.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip75 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db17_demo.zip at /test/db/tech_st/10.2.0/
    Unzip75
    .end std out.
    .end err out.
    Unzip75 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db17_demo.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip89 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db43_lib.zip at /test/db/tech_st/10.2.0/
    Unzip88 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db82_.patch_storage.zip at /test/db/tech_st/10.2.0/
    Unzip90 - Start of native unzipping /prod/stage/oraDB/Disk3/dbts/stage/db5_assistants.zip at /test/db/tech_st/10.2.0/
    Unzip89
    .end std out.
    .end err out.
    Unzip89 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db43_lib.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..Unzip88
    .end std out.
    .end err out.
    Unzip88 - Completed native unzipping unzip -qn /prod/stage/oraDB/Disk3/dbts/stage/db82_.patch_storage.zip -d /test/db/tech_st/10.2.0/
    Thread exiting ..AutoConfig is exiting with status 0
    AutoConfig is exiting with status 0
    AutoConfig is exiting with status 0
    Pls check NO ERROR found

  • Edit Default WSDL File Creation

    Does anyone know how to change the default WSDL file generation by QaaWS?  Right now the elements do not have minOccurs="0" by default and I would like to have it included.
    Example element from WSDL file:
    <s:element name="Report_Start_Date" type="s:dateTime" nillable="true" />
    What I would like it to look like by default:
    <s:element name="Report_Start_Date" type="s:dateTime" nillable="true" minOccurs="0" />
    Thank you for your help.

    Hello Sushant,
    Your webservice can have a WSDL not the PDF.
    You have to know the URL where you deployed / created your webservice.
    >> The WSDL should be downloadable from there.
    The data connection for TR. SFP is normaly the ABAP system /* automatical */
    Where do you want to use this PDF? Webdynpro JAVA or Webdynpro ABAP?
    Maybe in some R/3 Transaction?
    Thank you for the information.
    Best regards,
    Dezso

  • Windows 7 64 bit.Multiple File not found errors installing 11g

    I have downloaded file 1 and 2 several times and then retrying to install the win64_11gR2_database_1of2 i always get the file not found errors at least 15. then on the final setup it fails because it cant find the sample database. I download the file 1 and 2 into the same folder then unzip them both. then i open the file 1 of2 and open the setup application. is there something im doing wrong.

    924333 wrote:
    I have downloaded file 1 and 2 several times and then retrying to install the win64_11gR2_database_1of2 i always get the file not found errors at least 15. then on the final setup it fails because it cant find the sample database. I download the file 1 and 2 into the same folder then unzip them both. then i open the file 1 of2 This makes no sense. After you have unzipped both of the downloaded .zip files -- and unzipped them into the same directory -- there is no "open the file 1 of 2".
    and open the setup application. is there something im doing wrong.

  • Please Help Me!!! I have problem while installing 11g RAC on Windows!!!

    Guys,
    I have to configure a test environment on my pc. I need a 2-node RAC system which will run on Windows.
    Problem is this:
    I'm creating two networks on my nodes, public and private but when i come to grid installation, Oracle can not identify my networks. I cant see my public and private while installation.
    I entered my scan ips to hosts file but i am having an error about scan ip also. My host file looks like this:
    127.0.0.1 localhost.localdomain localhost
    # Public
    192.168.2.181 win7rac1.localdomain win7rac1
    192.168.2.181 win7rac2.localdomain win7rac2
    #Private
    192.168.0.191 win7rac1-priv.localdomain win7rac1-priv
    192.168.0.192 win7rac2-priv.localdomain win7rac2-priv
    #Virtual
    192.168.2.183 win7rac1-vip.localdomain win7rac1-vip
    192.168.2.184 win7rac2-vip.localdomain win7rac2-vip
    #SCAN (192.168.0.155 - 192.168.0.157 in DNS)
    192.168.2.155 win7rac-scan.localdomain win7rac-scan
    192.168.2.156 win7rac-scan.localdomain win7rac-scan
    192.168.2.157 win7rac-scan.localdomain win7rac-scan
    INS-40725---- Unable to determine the existence of an interface with a subnet matching the SCAN VIP subnet.
    Really I'm stucked. I need to do this soon. I searched internet but i couldnt find anything.

    Pl do not post duplicates - INS-40725----->Unable to determine the existence of an interface with a su

  • Error installing 11g RAC on windows 2008r2 on VMWare ESXi 5

    I am a beginner and am intalling oracle 11g r2 rac for first time . i am stuck during the installaiton I am using windows 2008r2 on VMWare.
    we have attached 500 GB Disk from the NetApp Storage to these hosts.
    no logs are generated at the grind home to see the errors
    in rootcrs_rie_oradbn1_vm.log. i can see an error
    - March 19, 2012 6:17:45 PM GMT+04:00 [Customer Problem Description]
    Problem Description: [INS-20802] Grid Infrastructure Configuration failed.2012-03-19 16:45:29: Creating or upgrading Oracle Local Registry (OLR)
    2012-03-19 16:46:45: Command return code of 255 (65280) from command: E:\app\11.2.0\grid\bin\ocrconfig -local -upgrade arg\sapadmin
    2012-03-19 16:46:45: E:\app\11.2.0\grid\bin\ocrconfig -local -upgrade failed with error: 255
    2012-03-19 16:46:45: Failed to create or upgrade OLR
    I am following the oracle rac intallation document .
    Kindly help
    thanks,
    rajesh.

    923293 wrote:
    I am a beginner and am intalling oracle 11g r2 rac for first time . i am stuck during the installaiton I am using windows 2008r2 on VMWare.
    we have attached 500 GB Disk from the NetApp Storage to these hosts.
    no logs are generated at the grind home to see the errors
    in rootcrs_rie_oradbn1_vm.log. i can see an error
    - March 19, 2012 6:17:45 PM GMT+04:00 [Customer Problem Description]
    Problem Description: [INS-20802] Grid Infrastructure Configuration failed.2012-03-19 16:45:29: Creating or upgrading Oracle Local Registry (OLR)
    2012-03-19 16:46:45: Command return code of 255 (65280) from command: E:\app\11.2.0\grid\bin\ocrconfig -local -upgrade arg\sapadmin
    2012-03-19 16:46:45: E:\app\11.2.0\grid\bin\ocrconfig -local -upgrade failed with error: 255
    2012-03-19 16:46:45: Failed to create or upgrade OLR
    I am following the oracle rac intallation document .
    Kindly help
    thanks,
    rajesh.Its expect to be BUG in 11.2.0.1 if you are installing(11.2.0.1), SO i suggest you to install 11.2.0.2 or 11.2.0.3 on windows 2008r2. Remember you can directly download and install 11.2.0.2 or 11.2.0.3 without base release i.e. 11.2.0.1
    Bug 10142893: GRID INFRASTRUCTURE CONFIGURATION FAILED      
    Bug 9166347: GRID INSTALLATION ROOT.SH AND DEINSTALL FAIL WITH HOTSPOT VIRTUAL MACHINE SIGSEG      
    Also run the Clusterverification utility to know any issues in advance.
    ./runcluvfy.sh stage -pre crsinst -n node1,node2 (specify nodename)

  • Install 11g RAC or 10g RAC

    We're in the process getting ready to start the implementation of our first RAC project. We've done a great deal of discovery and prep. We've had Oracle in to discuss the project in detail.
    We have one open item. Should we go with 11g RAC or 10.2.0.4 RAC, which is known to be stable.
    Is 11g RAC stable enough for production. How does 11g RAC compare with 10.2.0.4 with respect to stability, bugs, etc.
    Any real world advice regarding this issue would be appreciated. Thanks in advance.

    Hi,
    yes, 11g RAC is stable enough. You will actually find that quite some fixes were incorporated into 11g first and then backported to 10.2.0.4.
    Comparing 10.2.0.4 and 11.1.0.7, you will, however, find that ASM has been enhanced quite a bit. For example:
    3.ASM Fast Rebalance
    4.ASM Fast Mirror Resync
    5.ASMCMD New Commands
    6.Preferred Mirror Read
    Please, see ML Note "429098.1 - 11g ASM New Feature" for more information.
    Aome of these features will only be available to you if you have an 11.1 DB in addition to 11.1 ASM, which might be an issue from the application certification perspective. Nevertheless, some of the features can be used only using 11.1 ASM and 11.1 Oracle Clusterware. The ML note mentioned above will provide you with more information.
    BTW, you might want to have a look at ML Note "337737.1 - Oracle Clusterware - ASM - Database Version Compatibility" in this context, too.
    Hope that helps. Thanks,
    Markus

  • Error INS-20802 when installing Oracle RAC 11.2.0.3

    I'm trying to install the Oracle Grid Infraestructure in aix 6.1. At the end of the process when it checks "Oracle Cluster Verification utility" I get
    the error INS-20802. Someone knows what is the problem?
    The only service that is not online is "gsd".
    $ ./crs_stat -t
    Name Type Target State Host
    ora....ER.lsnr ora....er.type ONLINE ONLINE rac1
    ora....N1.lsnr ora....er.type ONLINE ONLINE rac2
    ora....N2.lsnr ora....er.type ONLINE ONLINE rac1
    ora....N3.lsnr ora....er.type ONLINE ONLINE rac1
    ora.OCRVTD.dg ora....up.type ONLINE ONLINE rac1
    ora.asm ora.asm.type ONLINE ONLINE rac1
    ora.cvu ora.cvu.type ONLINE ONLINE rac1
    ora.gsd ora.gsd.type OFFLINE OFFLINE
    ora....network ora....rk.type ONLINE ONLINE rac1
    ora.oc4j ora.oc4j.type ONLINE ONLINE rac1
    ora.ons ora.ons.type ONLINE ONLINE rac1
    ora....ry.acfs ora....fs.type ONLINE ONLINE rac1
    ora.scan1.vip ora....ip.type ONLINE ONLINE rac2
    ora.scan2.vip ora....ip.type ONLINE ONLINE rac1
    ora.scan3.vip ora....ip.type ONLINE ONLINE rac1
    ora....SM1.asm application ONLINE ONLINE rac1
    ora....37.lsnr application ONLINE ONLINE rac1
    ora.rac1.gsd application OFFLINE OFFLINE
    ora.rac1.ons application ONLINE ONLINE rac1
    ora.rac1.vip ora....t1.type ONLINE ONLINE rac1
    ora....SM2.asm application ONLINE ONLINE rac2
    ora....38.lsnr application ONLINE ONLINE rac2
    ora.rac2.gsd application OFFLINE OFFLINE
    ora.rac2.ons application ONLINE ONLINE rac2
    ora.rac2.vip ora....t1.type ONLINE ONLINE rac2
    This is the output of cluvfy.
    $ ./cluvfy stage -post crsinst -n rac1,rac2 -verbose
    Performing post-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "rac1"
    Destination Node Reachable?
    rac1 yes
    rac2 yes
    Result: Node reachability check passed from node "rac1"
    Checking user equivalence...
    Check: User equivalence for user "grid"
    Node Name Status
    rac2 passed
    rac1 passed
    Result: User equivalence check passed for user "grid"
    Checking node connectivity...
    Checking hosts config file...
    Node Name Status
    rac2 passed
    rac1 passed
    Verification of the hosts config file successful
    Interface information for node "rac2"
    Name IP Address Subnet Gateway Def. Gateway HW Address MTU
    en0 192.168.255.58 192.168.255.0 192.168.255.58 192.168.255.1 EA:3A:6B:80:0A:51 1500
    en1 192.168.171.15 192.168.171.0 192.168.171.15 192.168.255.1 EA:3A:6B:80:0A:97 1500
    Interface information for node "rac1"
    Name IP Address Subnet Gateway Def. Gateway HW Address MTU
    en0 192.168.255.57 192.168.255.0 192.168.255.57 192.168.255.1 62:7E:A7:ED:03:51 1500
    en1 192.168.171.14 192.168.171.0 192.168.171.14 192.168.255.1 62:7E:A7:ED:03:97 1500
    Check: Node connectivity for interface "en0"
    Source Destination Connected?
    rac2[192.168.255.58] rac2[192.168.255.58] yes
    rac1[192.168.255.57] rac1[192.168.255.57] yes
    rac1[192.168.255.57] rac1[192.168.255.57] yes
    Result: Node connectivity passed for interface "en0"
    Check: TCP connectivity of subnet "192.168.255.0"
    Source Destination Connected?
    rac1:192.168.255.57 rac2:192.168.255.58 passed
    Result: TCP connectivity check passed for subnet "192.168.255.0"
    Check: Node connectivity for interface "en1"
    Source Destination Connected?
    rac2[192.168.171.15] rac2[192.168.171.15] yes
    rac1[192.168.171.14] rac1[192.168.171.14] yes
    Result: Node connectivity passed for interface "en1"
    Check: TCP connectivity of subnet "192.168.171.0"
    Source Destination Connected?
    rac1:192.168.171.14 rac2:192.168.171.15 passed
    Result: TCP connectivity check passed for subnet "192.168.171.0"
    Checking subnet mask consistency...
    Subnet mask consistency check passed for subnet "192.168.255.0".
    Subnet mask consistency check passed for subnet "192.168.171.0".
    Subnet mask consistency check passed.
    Result: Node connectivity check passed
    Checking multicast communication...
    Checking subnet "192.168.255.0" for multicast communication with multicast group "230.0.1.0"...
    Check of subnet "192.168.255.0" for multicast communication with multicast group "230.0.1.0" passed.
    Checking subnet "192.168.171.0" for multicast communication with multicast group "230.0.1.0"...
    Check of subnet "192.168.171.0" for multicast communication with multicast group "230.0.1.0" passed.
    Check of multicast communication passed.
    Check: Time zone consistency
    Result: Time zone consistency check passed
    Checking Oracle Cluster Voting Disk configuration...
    ASM Running check passed. ASM is running on all specified nodes
    Oracle Cluster Voting Disk configuration check passed
    Checking Cluster manager integrity...
    Checking CSS daemon...
    Node Name Status
    rac2 running
    rac1 running
    Oracle Cluster Synchronization Services appear to be online.
    Cluster manager integrity check passed
    Check default user file creation mask
    Node Name Available Required Comment
    rac2 022 0022 passed
    rac1 022 0022 passed
    Result: Default user file creation mask check passed
    Checking cluster integrity...
    Node Name
    rac1
    rac2
    Cluster integrity check passed
    Checking OCR integrity...
    Checking the absence of a non-clustered configuration...
    All nodes free of non-clustered, local-only configurations
    ASM Running check passed. ASM is running on all specified nodes
    Checking OCR config file "/etc/oracle/ocr.loc"...
    OCR config file "/etc/oracle/ocr.loc" check successful
    Disk group for ocr location "+OCRVTD" available on all the nodes
    NOTE:
    This check does not verify the integrity of the OCR contents. Execute 'ocrcheck' as a privileged user to verify the contents of OCR.
    OCR integrity check passed
    Checking CRS integrity...
    Clusterware version consistency passed
    The Oracle Clusterware is healthy on node "rac2"
    The Oracle Clusterware is healthy on node "rac1"
    CRS integrity check passed
    Checking node application existence...
    Checking existence of VIP node application (required)
    Node Name Required Running? Comment
    rac2 yes yes passed
    rac1 yes yes passed
    VIP node application check passed
    Checking existence of NETWORK node application (required)
    Node Name Required Running? Comment
    rac2 yes yes passed
    rac1 yes yes passed
    NETWORK node application check passed
    Checking existence of GSD node application (optional)
    Node Name Required Running? Comment
    rac2 no no exists
    rac1 no no exists
    GSD node application is offline on nodes "rac2,rac1"
    Checking existence of ONS node application (optional)
    Node Name Required Running? Comment
    rac2 no yes passed
    rac1 no yes passed
    ONS node application check passed
    Checking Single Client Access Name (SCAN)...
    SCAN Name Node Running? ListenerName Port Running?
    txora11gr202-scan rac2 true LISTENER_SCAN1 1521 true
    txora11gr202-scan rac1 true LISTENER_SCAN2 1521 true
    txora11gr202-scan rac1 true LISTENER_SCAN3 1521 true
    Checking TCP connectivity to SCAN Listeners...
    Node ListenerName TCP connectivity?
    rac1 LISTENER_SCAN1 yes
    rac1 LISTENER_SCAN2 yes
    rac1 LISTENER_SCAN3 yes
    TCP connectivity to SCAN Listeners exists on all cluster nodes
    Checking name resolution setup for "txora11gr202-scan"...
    SCAN Name IP Address Status Comment
    txora11gr202-scan 192.168.255.62 passed
    txora11gr202-scan 192.168.255.61 passed
    txora11gr202-scan 192.168.255.63 passed
    Verification of SCAN VIP and Listener setup passed
    Checking OLR integrity...
    Checking OLR config file...
    OLR config file check successful
    Checking OLR file attributes...
    OLR file check successful
    WARNING:
    This check does not verify the integrity of the OLR contents. Execute 'ocrcheck -local' as a privileged user to verify the contents of OLR.
    OLR integrity check passed
    OCR detected on ASM. Running ACFS Integrity checks...
    Starting check to see if ASM is running on all cluster nodes...
    ASM Running check passed. ASM is running on all specified nodes
    Starting Disk Groups check to see if at least one Disk Group configured...
    Disk Group Check passed. At least one Disk Group configured
    Task ACFS Integrity check passed
    Checking to make sure user "grid" is not in "system" group
    Node Name Status Comment
    rac2 failed exists
    rac1 failed exists
    Result: User "grid" is part of group "system". Check failed
    Checking if Clusterware is installed on all nodes...
    Check of Clusterware install passed
    Checking if CTSS Resource is running on all nodes...
    Check: CTSS Resource running on all nodes
    Node Name Status
    rac2 passed
    rac1 passed
    Result: CTSS resource check passed
    Querying CTSS for time offset on all nodes...
    Result: Query of CTSS for time offset passed
    Check CTSS state started...
    Check: CTSS state
    Node Name State
    rac2 Observer
    rac1 Observer
    CTSS is in Observer state. Switching over to clock synchronization checks using NTP
    Starting Clock synchronization checks using Network Time Protocol(NTP)...
    NTP Configuration file check started...
    The NTP configuration file "/etc/ntp.conf" is available on all nodes
    NTP Configuration file check passed
    Checking daemon liveness...
    Check: Liveness for "xntpd"
    Node Name Running?
    rac2 yes
    rac1 yes
    Result: Liveness check passed for "xntpd"
    Check for NTP daemon or service alive passed on all nodes
    Checking NTP daemon command line for slewing option "-x"
    Check: NTP daemon command line
    Node Name Slewing Option Set?
    rac2 yes
    rac1 yes
    Result:
    NTP daemon slewing option check passed
    Checking NTP daemon's boot time configuration, in file "/etc/rc.tcpip", for slewing option "-x"
    Check: NTP daemon's boot time configuration
    Node Name Slewing Option Set?
    rac2 yes
    rac1 yes
    Result:
    NTP daemon's boot time configuration check for slewing option passed
    Checking whether NTP daemon or service is using UDP port 123 on all nodes
    Check for NTP daemon or service using UDP port 123
    Node Name Port Open?
    rac2 yes
    rac1 yes
    Result: Clock synchronization check using Network Time Protocol(NTP) passed
    Oracle Cluster Time Synchronization Services check passed
    Checking VIP configuration.
    Checking VIP Subnet configuration.
    Check for VIP Subnet configuration passed.
    Checking VIP reachability
    Check for VIP reachability passed.
    Post-check for cluster services setup was unsuccessful on all the nodes.
    Thanks

    Hi;
    I suggest close your issue here as answered than move your issue Forum Home » High Availability » RAC, ASM & Clusterware Installation which is RAC dedicated forum site.
    Regard
    Helios

  • Installing 10g rac on Solaris 64-bit Sparc

    I ran my preinstallation cluvufy
    using ./cluvfy stage -pre crsinst -n racnode3,racnode4 -verbose -r 10gR2
    I get failed errors at
    1) Node connectivity failed
    2) SUNWi15cs and SUNWi1cs- missing
    3) Clock synchronization check using Network Time Protocol(NTP) failed
    I am so lost as to figure out whats happening. have beenn working on it for two weeks now. Here is the log
    Any help would be greatly appreciated
    Thanks
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "racnode3"
    Destination Node Reachable?
    racnode3 yes
    racnode4 yes
    Result: Node reachability check passed from node "racnode3"
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    racnode4 passed
    racnode3 passed
    Result: User equivalence check passed for user "oracle"
    Version of exectask could not be retrieved from node "racnode3"
    Checking node connectivity...
    Checking hosts config file...
    Node Name Status Comment
    racnode4 passed
    Verification of the hosts config file successful
    Interface information for node "racnode4"
    Name IP Address Subnet Gateway Def. Gateway HW Address MTU
    vnet0 10.23.11.127 10.23.11.0 10.23.11.127 10.23.11.1 00:14:4F:FB:A4:A5 1500
    vnet1 192.168.2.127 192.168.0.0 192.168.2.127 10.23.11.1 00:14:4F:F8:5A:A3 9216
    Check: Node connectivity of subnet "10.23.11.0"
    Result: Node connectivity passed for subnet "10.23.11.0" with node(s) racnode4
    Check: TCP connectivity of subnet "10.23.11.0"
    Source Destination Connected?
    racnode3:10.23.11.126 racnode4:10.23.11.127 failed
    ERROR:
    PRVF-7617 : Node connectivity between "racnode3 : 10.23.11.126" and "racnode4 : 10.23.11.127" failed
    Result: TCP connectivity check failed for subnet "10.23.11.0"
    Check: Node connectivity of subnet "192.168.0.0"
    Result: Node connectivity passed for subnet "192.168.0.0" with node(s) racnode4
    Check: TCP connectivity of subnet "192.168.0.0"
    Source Destination Connected?
    racnode3:10.23.11.126 racnode4:192.168.2.127 failed
    ERROR:
    PRVF-7617 : Node connectivity between "racnode3 : 10.23.11.126" and "racnode4 : 192.168.2.127" failed
    Result: TCP connectivity check failed for subnet "192.168.0.0"
    Interfaces found on subnet "10.23.11.0" that are likely candidates for VIP are:
    racnode4 vnet0:10.23.11.127
    WARNING:
    Could not find a suitable set of interfaces for the private interconnect
    Result: Node connectivity check failed
    Check: Total memory
    Node Name Available Required Comment
    racnode4 5.75GB (6029312.0KB) 1GB (1048576.0KB) passed
    Result: Total memory check passed
    Check: Swap space
    Node Name Available Required Comment
    racnode4 8GB (8388600.0KB) 5.75GB (6029312.0KB) passed
    Result: Swap space check passed
    Check: Free disk space for "racnode4:/var/tmp/"
    Path Node Name Mount point Available Required Comment
    /var/tmp/ racnode4 / 11.8299GB 400MB passed
    Result: Free disk space check passed for "racnode4:/var/tmp/"
    Check: User existence for "oracle"
    Node Name Status Comment
    racnode4 exists(200) passed
    Checking for multiple users with UID value 200
    Result: Check for multiple users with UID value 200 passed
    Result: User existence check passed for "oracle"
    Check: User existence for "nobody"
    Node Name Status Comment
    racnode4 exists(60001) passed
    Checking for multiple users with UID value 60001
    Result: Check for multiple users with UID value 60001 passed
    Result: User existence check passed for "nobody"
    Check: Group existence for "oinstall"
    Node Name Status Comment
    racnode4 exists passed
    Result: Group existence check passed for "oinstall"
    Check: Group existence for "dba"
    Node Name Status Comment
    racnode4 exists passed
    Result: Group existence check passed for "dba"
    Check: Membership of user "oracle" in group "oinstall" [as Primary]
    Node Name User Exists Group Exists User in Group Primary Comment
    racnode4 yes yes yes yes passed
    Result: Membership check for user "oracle" in group "oinstall" [as Primary] passed
    Check: Membership of user "oracle" in group "dba"
    Node Name User Exists Group Exists User in Group Comment
    racnode4 yes yes yes passed
    Result: Membership check for user "oracle" in group "dba" passed
    Check: Run level
    Node Name run level Required Comment
    racnode4 3 3 passed
    Result: Run level check passed
    Check: Hard limits for "maximum open file descriptors"
    Node Name Type Available Required Comment
    racnode4 hard 65536 65536 passed
    Result: Hard limits check passed for "maximum open file descriptors"
    Check: Soft limits for "maximum open file descriptors"
    Node Name Type Available Required Comment
    racnode4 soft 1024 1024 passed
    Result: Soft limits check passed for "maximum open file descriptors"
    Check: Hard limits for "maximum user processes"
    Node Name Type Available Required Comment
    racnode4 hard 16384 16384 passed
    Result: Hard limits check passed for "maximum user processes"
    Check: Soft limits for "maximum user processes"
    Node Name Type Available Required Comment
    racnode4 soft 16384 2047 passed
    Result: Soft limits check passed for "maximum user processes"
    Check: System architecture
    Node Name Available Required Comment
    racnode4 64-bit sparcv9 kernel modules 64-bit sparcv9 kernel modules passed
    Result: System architecture check passed
    Check: Kernel version
    Node Name Available Required Comment
    racnode4 5.10-2011.08.23.15.26 5.10-2005.01 passed
    Result: Kernel version check passed
    Check: Kernel parameter for "project.max-sem-ids"
    Node Name Configured Required Comment
    racnode4 128 100 passed
    Result: Kernel parameter check passed for "project.max-sem-ids"
    Check: Kernel parameter for "process.max-sem-nsems"
    Node Name Configured Required Comment
    racnode4 512 256 passed
    Result: Kernel parameter check passed for "process.max-sem-nsems"
    Check: Kernel parameter for "project.max-shm-memory"
    Node Name Configured Required Comment
    racnode4 4294967296 4294967295 passed
    Result: Kernel parameter check passed for "project.max-shm-memory"
    Check: Kernel parameter for "project.max-shm-ids"
    Node Name Configured Required Comment
    racnode4 128 100 passed
    Result: Kernel parameter check passed for "project.max-shm-ids"
    Check: Package existence for "SUNWarc-...( sparc)"
    Node Name Available Required Comment
    racnode4 SUNWarc-11.10.0-2005.01.21.15.53 SUNWarc-...( sparc) passed
    Result: Package existence check passed for "SUNWarc-...( sparc)"
    Check: Package existence for "SUNWbtool-...( sparc)"
    Node Name Available Required Comment
    racnode4 SUNWbtool-11.10.0-2005.01.21.15.53 SUNWbtool-...( sparc) passed
    Result: Package existence check passed for "SUNWbtool-...( sparc)"
    Check: Package existence for "SUNWhea-...( sparc)"
    Node Name Available Required Comment
    racnode4 SUNWhea-11.10.0-2005.01.21.15.53 SUNWhea-...( sparc) passed
    Result: Package existence check passed for "SUNWhea-...( sparc)"
    Check: Package existence for "SUNWlibC-...( sparc)"
    Node Name Available Required Comment
    racnode4 SUNWlibC-5.10-2004.12.22 SUNWlibC-...( sparc) passed
    Result: Package existence check passed for "SUNWlibC-...( sparc)"
    Check: Package existence for "SUNWlibm-...( sparc)"
    Node Name Available Required Comment
    racnode4 SUNWlibm-5.10-2004.12.18 SUNWlibm-...( sparc) passed
    Result: Package existence check passed for "SUNWlibm-...( sparc)"
    Check: Package existence for "SUNWlibms-...( sparc)"
    Node Name Available Required Comment
    racnode4 SUNWlibms-5.10-2004.11.23 SUNWlibms-...( sparc) passed
    Result: Package existence check passed for "SUNWlibms-...( sparc)"
    Check: Package existence for "SUNWsprot-...( sparc)"
    Node Name Available Required Comment
    racnode4 SUNWsprot-5.10-2004.11.23 SUNWsprot-...( sparc) passed
    Result: Package existence check passed for "SUNWsprot-...( sparc)"
    Check: Package existence for "SUNWtoo-...( sparc)"
    Node Name Available Required Comment
    racnode4 SUNWtoo-11.10.0-2005.01.21.15.53 SUNWtoo-...( sparc) passed
    Result: Package existence check passed for "SUNWtoo-...( sparc)"
    Check: Package existence for "SUNWi1of-...( sparc)"
    Node Name Available Required Comment
    racnode4 SUNWi1of-6.6.2.7400-0.2004.12.15 SUNWi1of-...( sparc) passed
    Result: Package existence check passed for "SUNWi1of-...( sparc)"
    Check: Package existence for "SUNWi1cs-...( sparc)"
    Node Name Available Required Comment
    racnode4 missing SUNWi1cs-...( sparc) failed
    Result: Package existence check failed for "SUNWi1cs-...( sparc)"
    Check: Package existence for "SUNWi15cs-...( sparc)"
    Node Name Available Required Comment
    racnode4 missing SUNWi15cs-...( sparc) failed
    Result: Package existence check failed for "SUNWi15cs-...( sparc)"
    Check: Package existence for "SUNWxwfnt-...( sparc)"
    Node Name Available Required Comment
    racnode4 SUNWxwfnt-6.6.2.7400-0.2004.12.15 SUNWxwfnt-...( sparc) passed
    Result: Package existence check passed for "SUNWxwfnt-...( sparc)"
    Checking for multiple users with UID value 0
    Result: Check for multiple users with UID value 0 passed
    Check: Current group ID
    ERROR:
    PRVF-5502 : Current group ID check cannot be performed
    Result: Current group ID check failed
    Starting Clock synchronization checks using Network Time Protocol(NTP)...
    NTP Configuration file check started...
    The NTP configuration file "/etc/inet/ntp.conf" is available on all nodes
    NTP Configuration file check passed
    Checking daemon liveness...
    Check: Liveness for "xntpd"
    Node Name Running?
    racnode4 yes
    Result: Liveness check passed for "xntpd"
    Check for NTP daemon or service alive passed on all nodes
    Checking NTP daemon command line for slewing option "'slewalways yes' & 'disable pll'"
    Check: NTP daemon command line
    Node Name Slewing Option Set?
    racnode4 no
    Result:
    NTP daemon slewing option check failed on some nodes
    PRVF-5436 : The NTP daemon running on one or more nodes lacks the slewing option "'slewalways yes' & 'disable pll'"
    Result: Clock synchronization check using Network Time Protocol(NTP) failed
    Checking Core file name pattern consistency...
    Core file name pattern consistency check passed.
    Checking to make sure user "oracle" is not in "root" group
    Node Name Status Comment
    racnode4 does not exist passed
    Result: User "oracle" is not part of "root" group. Check passed
    Check default user file creation mask
    Node Name Available Required Comment
    racnode4 0022 0022 passed
    Result: Default user file creation mask check passed
    Checking consistency of file "/etc/resolv.conf" across nodes
    Checking the file "/etc/resolv.conf" to make sure only one of domain and search entries is defined
    File "/etc/resolv.conf" does not have both domain and search entries defined
    Checking if domain entry in file "/etc/resolv.conf" is consistent across the nodes...
    domain entry in file "/etc/resolv.conf" is consistent across nodes
    Checking if search entry in file "/etc/resolv.conf" is consistent across the nodes...
    search entry in file "/etc/resolv.conf" is consistent across nodes
    Checking file "/etc/resolv.conf" to make sure that only one search entry is defined
    All nodes have one search entry defined in file "/etc/resolv.conf"
    Checking DNS response time for an unreachable node
    Node Name Status
    racnode4 passed
    The DNS response time for an unreachable node is within acceptable limit on all nodes
    File "/etc/resolv.conf" is consistent across nodes
    Check: Time zone consistency
    Result: Time zone consistency check passed
    Pre-check for cluster services setup was unsuccessful on all the nodes.
    Edited by: Aj05 on Feb 2, 2012 8:26 AM

    Daniel,
    Again ... my initial response was that I was insulted by the implications: Still am.
    Perhaps you are hoping someone else will steal that copywrited material and send it to you? Is that what you are asking?I think your initial response is little bit excessive (IMO). OP didn't say that "Somebody steal the content from metalink and send it to me please". He might requesting specific note id for appropriate document which describes installation in "instant" form.
    But do you really think, for even one minute, that anyone who has invested many hundreds of hours into creating a training class is going to send you their materials for free?Somebody called "Linus" and many others invested many hundreds of hours to create OS which you are using for free (and you are recommending it in your posts)... ;-)
    What if there is some altruist which could provide the such complex paper for RAC?
    Your third post is correct and I absolutely agree with you (except last sentence).
    Salman,
    you can look to get inspired at "DBA" articles on OTN website (http://www.oracle.com/technology/pub/articles/tech_dba.html#linux) or RAC SIG site and compare it with official documentation or metalink notes. Only documentation and metalink notes are 100% assurance that your installation/configuration will be supported. And in case of doubts you still can contact Oracle support and consult planned steps/implementation.
    Message was edited by:
    Ivan Kartik
    s/second post/third post/

  • Smb file sharing ownership and creation mask

    I'm using smb for file sharing with lion. I've created a file sharing only username and password.
    The file sharing works as I'd expect with one caviat, the files created are read/write permission of
    the file sharing only account. In unix terms the file permissions are set to 600 not 666 or 644.
    I'd like to change the file creation mask to 666 (user r/w, group r/w & world r/w) or even 644.
    my /private/var/db/samba/smb.shares file
    contains these 2 lines for the [Myuser Public Folder] section:
    create mask = 644
    directory mask = 755
    However it doesnt appear as if its honoring these settings.
    Alternately if this cant easily be fixed, how can I get a file sharing user
    account to write files to my public folder as a different system user?

    I have seen many topics created on these discussions with regards to the SMB functionality failing on Time Capsules after 10 mins of operation. Restarting the Time Capsule seems to bring back the SMB functionality but again it stops after 10 mins.
    I am not sure if I have a Time Capsule dual band "I" or "II", but I have the firmware 7.4.2 installed on it.
    I also read elsewhere that downgrading the firmware to 7.3.2 makes the SMB sharing work again. However, on my model this is not possible since I am using the dual-band model which never had a 7.3.2 firmware version.
    So anyone out there have some new tips on this?
    I find it crazy that others have called Apple about this problem but Apple support did not verify it and fix it. Really? I am tempted to call myself and try it out because it clearly is problem with every single Time Capsule model!

  • One user file is fast than another

    For the past few days, my user file seems to be lagging. This problem seems to occur from time to time on my user file. I just checked another user file and everything is moving at a normal speed. I always do the maintenance like repairing permissions, clearing caches, resetting Safari, and so on. What's happening that affects my file but not others?

    Hi Amy, probably fonts or prefs. btw - it's a user "folder".
    Log back into your normal user account:
    1. Navigate to YourHome/Library/Fonts - drag this folder to the desktop.
         • Restart and test your applications.
         • If they work start adding the fonts back few at a time.
    ( A likely suspects are Time RO & Helvetica Fractions, also if you do not use Classic you can trash the classic fonts.)
    2. Check Preferences Thoroughly;
         • Navigate to YourHome/Library/Preferences drag this folder to the desktop.
         • Restart and test your applications.
         • If this works, save the old preferences folder somewhere else or on disk, name it "old prefs" .
    ** Note: A very important file is the "com.apple.Mail.plist" preference file located in the Preferences folder which contains all email account settings and general mail preferences (hold this one and replace if your problem is not with Mail).
    You'll have to go through some of your System Preferences and apps to set the preferences back to how you like them. (Or if you have the time and inclination, "cherry pick" through until you find the problem one or two.)
    3. Check Permissions Inside Home Folder
       • Navigate to yourhome/library.
       • Get Info (Command + i) on the "Applications Support" folder.
       • Open the "Ownership & permissions" disclosure triangle.
       • Make sure you are the owner, with "read and write" access.
    • Click on "apply to all"
       • If this is correct, open the "Applications Support" folder and do the same      procedure (Command+I) for the folders with the names of the applications you are      having trouble with.
    Note:
    The reason to check this is because repairing permissions with Disk Utility doesn't touch permissions inside your home folder.
    If the isssue persists navigate to yourhome/library/caches and drag this folder to the trash, then log out and back or restart. There is no need to replace this folder.
    Let us know.

  • +ASM spfile default location of  Oracle 11g RAC Linux

    Is anybody now the default location of +ASM spfile at Oracle 11g RAC Linux.                                                                                                                                                                                       

    ITs there if you dont have the Database installed yet ! +DATA/asm/asmparameterfile/registry.253.725983597                                                                                                                                                                                                                       

Maybe you are looking for

  • HDD Noise.

    Hey guys. I was wondering about the noise my HDD makes when I use it. It only makes these noise when I open up Speccy, refresh drive list on something like System Mechanic Pro or anything to do with system utilities and hard drive optimizations. It m

  • How to create Profit and loss account using report painter

    Dear All, Can some one guide me as to how to create Profit and loss account using report painter. If some one can share the document having steps to be done,would be of great help. Thanks in advance. Regards, Gokul

  • When I click on ping, I can't do anything? Help

    My ping doesn't do anything. It just says to download ITunes 10. Then when I try it says I already have it?

  • The best export codec

    Hi all, I am using FCP7. I have edited footage which I filmed on the JVC GY-HM100U. I brought it into FCP with the following info: Dimensions: 1440 x 1080 Codecs: XDCAM HD 108i50 (35 Mb/s VBR), Integer (Big Endian), Timecode I want to do two differen

  • PC Business process  Manual

    Hello Everyone, Could you please guide me in finding out "AS IS and TO BE" process of any industry in SDN or SAPHELP.com. along with it's path. I would like to gain knowledge about different scenario's in production costing like Make to Order, Make t