HP-UX Itanium running?

I know that PA-RISC is the documented solution for HP-UX client software but I'm curious if anyone has tried it on the Itanium platform. I have a client who is migrating his platform and wants to run in this configuration.
1. Will it install using the ALLOWFORWARDVERSION option despite architecture differences?
2. Is anyone using it in Production?
3. Have you gotten support on this implementation?
Thanks

hi,
Please check metalink note 169706.1 fro OS requirements

Similar Messages

  • "needs media recovery" after a successful recovery ???

    RMAN novice here....
    Oracle 9.2.0.1.0 on Redhat Linux (Itanium)
    Running in NOarchivelog mode
    In RMAN, I backed up a set of datafiles in read only mode taking this approach....
    sql "alter tablespace foo read only";
    configure channel 1 device type disk format 'backupdisk/mybackuparea/foo.dbf.bck';
    backup datafile 'dbdisk/mydb/foo.dbf';
    sql "alter tablespace foo read write;
    Everything seemed to go fine.
    After some time, I wanted to restore/recover. This is what I did (again, in RMAN"...
    sql "alter fablespace foo offline";
    restore datafile 'dbdisk/mydb/foo.dbf';
    recover datafile 'dbdisk/mydb/foo.dbf' noredo;
    sql "alter tablespace foo online";
    My first stab at it, without the "noredo" failed. But with the "noredo" I got
    "Starting recover at ...."
    A set of channel assignment statements
    "Finished recover at ..."
    Looks to have run OK.
    But then, when I try to put the tablesopace back online...
    "failure of sql command on default channel at...."
    "failure during parse/execution of SQL statement: alter tablespace foo online"
    "file 1 needs media recovery"
    "data file 1: 'dbdisk/mydb/foo.dbf'"
    What gives?
    Thanks for any help

    I've read the books and googled this to death.
    Looks like I'm screwed.
    At this point, I don't even care about the datafile or the tablespace it contained. I just want my database back.
    I dropped the tablespace and it's datafile (and it's data too). I'll have to repopulate from scratch.
    Lesson learned
    This is what I want to do.....
    I want to do a 1x/wk backup of a schema (not the whole DB, I don't have enough disk space for that, just 1 of the schemas). I've designed the thing such that each schema has it;s own tablespaces (no overlap) and each tablespace maps to a single datafile.
    I would have liked to do some sort of online backup of the schema (read/write while backup is happening), but I'll settle for read only. If Oracle can't hack that, then I'll take the tablespaces offline.
    The schema contains hundreds of millions of records, and the load preocess involves several times that number of data manipulation statements (deletes, updates, inserts). I'd rather not use archivelog mode because I don't have the disk space for it. And, given the volume and nature of the data I'm loading (hundreds of millions of records, created from the data in large raw data files), and how it's being loaded (precompiled C/SQL programs), I would never have need to "rerun" the enormous archives for any reason.
    So...
    1) backup a single schema (an exclusive set of tablespaces/datafiles)
    2) as "online" as possible
    3) in noarchivelog mode.
    The only thing that I've seen that can do this is EXPORT/IMPORT. I tried that, but extrapolating IMPORT performance, even with all the streamlining recommendations, would take over 3 days. For this reason, IMPORT is not a viable option.
    -dave

  • Oracle 10g Universal Installer not running in HP-UX itanium

    <span class="MsgBodyText">I am installing Oracle 10.2 to HP-UX itanium 11i (11.23).
    I followed all the necessary steps mentioned in oracle installation guide.
    I update kernel parameter, oracle home directory creation, permission, oracle user and dba,oinstall group creation.
    But when i run the runinstaller i got some error so that i cant go forward to database installation. here are the errors
    <span class="MsgBodyText">bash-3.2$ uname -a
    HP-UX incbk B.11.23 U ia64 0831792644 unlimited-user license
    bash-3.2$ /test_archive/10g_HP-UX/database/runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be B.11.23. Actual B.11.23
    Passed
    Checking swap space: must be greater than 250 MB. Actual 4095 MB Passed
    Checking Temp space: must be greater than 250 MB. Actual 1955 MB Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from
    /tmp/OraInstall2009-02-10_10-42-00AM. Please wait ...bash-3.2$
    Unhandled signal occurred at 0x60000000c8366780
    SIGSEGV 11* segmentation violation
    si_signo [11]: SIGSEGV 11* segmentation violation
    si_errno [0]: Error 0
    si_code [2]: SEGV_ACCERR [addr: 0x0]
    Aborting...
    Another exception has been detected while we were handling last error.
    Dumping information about last error:
    ERROR REPORT FILE = (N/A)
    PC = c8366780
    SIGNAL = 11
    FUNCTION NAME = (N/A)
    OFFSET = 0xFFFFFFFF
    LIBRARY NAME = (N/A)
    Please check ERROR REPORT FILE for further information, if there is any.
    Good bye.
    <span class="MsgBodyText">Please help me...
    Is the problem in OS level or any patch problem??
    I have no idea. Please give some idea.
    Shafiul
    Novotel-bd

    hi,
    Please check metalink note 169706.1 fro OS requirements

  • Running VB6 on Itanium Server to Connect Oracle 10g workaround

    Hello, It might help someother in the future, so I am writting it here. It took our one week to find that walkaround solution.
    Platform:
    Windows 2003 Server Enterprise Itanium + Oracle 10g R2 Itanium Server
    Code written in Visual Basic 6.0 + VC++6.0 (MFC, heavily ATL)
    Database access are done thru OLE DB.
    Problem:
    32 bit applications are not able to connect to Oracle 10g. A vbs test application can connect to 64 bit oracle itanium server, but the same code in vb6 cannot connect to oracle.
    Error message is -> 'Provider cannot be found. It may not be properly installed.'
    We found that means an 32 bit application cannot access to 64 bit oracle data providers for ole db!
    Solution:
    We have installed 32 bit Oracle 8.1.7 client on Itanium server. And We have created TNS definitions within Oracle 8.1.7 oracle\network\admin directory manually (you have to do that by hand) when we run TNSPING <OUR-TNS> it started to work.
    Out vb6 test application started to run correctly after these.
    I hope this will help somebody, since nobody helped us to save time.

    The essbase server name is ts119licalnn, it is shown under essbase servers in EAS.
    By not using the default Essbase node 'EssbaseCluster-1', it has revealed the port number EAS uses to connect to essbase, in this instance, 1443.
    The problem was that I did not have the correct port number, is there an easier way of finding the correct port number?
    Cheers,

  • JCO over HP-UX running Itanium 64 bits not working

    Hi,
    I´ve downloaded sapjco-hpia64-2.1.4.tgz, and installed it in a Itanium machine, running HPUX B.11.23. The problem comes when I try to connect with SAP using JCO. The virtual machine throws an execption with this message:
    Exception in thread "main" java.lang.ExceptionInInitializerError: JCO.classInitialize():
                       Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
                       JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc
                       /opt/sap/connector/2_1_4/libsapjcorfc.so: specified handle or index is not valid..
                       java.library.path /opt/java1.4/jre/lib/IA64N/server:/opt/java1.4/jre/lib/IA64N:/opt/java1.4/jre/../lib/IA64N:/opt/java1.4/jre/lib/IA64N:/opt/java1.4/jre/lib/IA64N/server:/opt/java1.4/jre/../lib/IA64N:/opt/java1.4/jre/lib/PA_RISC/server:/opt/java1.4/jre/lib/PA_RISC:/opt/java1.4/jre/../lib/PA_RISC:/opt/sap/connector/2_1_4::/usr/lib
         at com.sap.mw.jco.JCO.(JCO.java:735)
         at com.wurth.broker.sap.conexion.ClienteSAP.conectar(ClienteSAP.java:86)
         at com.wurth.broker.sap.consulta.morosidad.test.TestMain.test1(TestMain.java:78)
         at com.wurth.broker.sap.consulta.morosidad.test.TestMain.main(TestMain.java:36)
    I think that the problem with the initialization is because i execute JVM with the -d64 modifier, but version of JCO is 64bit-compatible.
    Can anyone help me?
    Thanks in advance

    Hi llja,
    These are the outputs of the 'file' command that you request:
    file libsapjcorfc.so
    libsapjcorfc.so:        ELF-64 shared object file - IA64
    file librfccm.so
    librfccm.so:    ELF-64 shared object file - IA64
    Thanks for you reply
    Jose

  • Clusterware install on HPUX 11.23 on 2node cluster (HP Integrity itanium)

    We are trying to configure a two node cluster to host Oracle 10gR2 RAC environment. The servers are HP-Integrity BL-86C servers, each with two Itanium CPUs and HP-UX 11.23. There are two four network ports available, which are connected to a Gigabit virtual connect. One of them is used as the public interface for RAC and second one is used as private interconnect for RAC.
    We have EVA3000 SAN. We configured two 1GB LUNs and presented both of them to both the servers. These will be used as shared raw storage for Oracle Clusterware files. On each server, we can see these raw devices under /dev/rdsk/c*. We assigned root as owner for first LUN (which is used for Cluster registry), and oracle as owner on the second LUN (which is used for voting disk). We did this on both the servers.
    We set up the ssh user equivalency on both machines so that they can talk to each other using SSH and oracle userid without prompting for password, as per oracle install manual.
    When we start the install, it apparently finishes successfully on the first server, but it fails on the second one saying ‘WARNING: clssnmDiskPMT: long disk latency (25031 ms) to voting disk (2//dev/rdsk/c1t1d0)”
    Oracle is pointing to this error, and saying that is the disk issue. We are stuck at this point where we need to figure out if the way we are trying to use the sharing of LUNs is correct? Can we present a LUN as raw disk to two servers at the same time as shared raw device?
    Also, how can we test the disk latency? I suspect that it is probably not a disk issue but shared storage issue, where first server holds the raw disks and second one can not see them.
    Our unix adminstrator talked to the HP EVA specialist to figure out the 'disk latency' problem, and HP doesn't think it is an issue. But if there is anything Oracle wants to check from o/s or hw side, I can check it.
    My question is, if it is voting disk issue, why does first node successfully starts all the daemons and formats Crs and voting disks successfully? We can see that in the root.sh output , and in the ocssd.log file on the first node
    Is there any utility from oracle, which can check if the shared disks for ocr and vote disks are configured/accessible all right? The runcluvfy.sh which was distributed with the software DVD is buggy and doesn’t work. Oracle tech support was not able to provide any suggestions to make it work.
    Please let me know if there is anybody who has done similar install successfully who can shed some light on this problem.
    Your help will be greatly appreciated.
    Thanks

    I should add that the root.sh finishes successfully on the first node.
    It fails on the second node.
    Following is the output of root.sh on the first node.
    WARNING: directory '/u01/oracle10/product/10gR2' is not owned by root
    WARNING: directory '/u01/oracle10/product' is not owned by root
    WARNING: directory '/u01/oracle10' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    WARNING: directory '/u01/oracle10/product/10gR2' is not owned by root
    WARNING: directory '/u01/oracle10/product' is not owned by root
    WARNING: directory '/u01/oracle10' is not owned by root
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: dhiehr08 dhiehr08-priv dhiehr08
    node 2: dhiehr14 dhiehr14-priv dhiehr14
    Creating OCR keys for user 'root', privgrp 'sys'..
    Operation successful.
    Now formatting voting device: /dev/rdsk/c5t0d4
    Format of 1 voting devices complete.
    Startup will be queued to init within 30 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    CSS is active on these nodes.
    dhiehr14
    CSS is inactive on these nodes.
    dhiehr08
    Local node checking complete.
    Run root.sh on remaining nodes to start CRS daemons.
    On the second node, the output is as follows...
    WARNING: directory '/u01/oracle10/product/10gR2' is not owned by root
    WARNING: directory '/u01/oracle10/product' is not owned by root
    WARNING: directory '/u01/oracle10' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    WARNING: directory '/u01/oracle10/product/10gR2' is not owned by root
    WARNING: directory '/u01/oracle10/product' is not owned by root
    WARNING: directory '/u01/oracle10' is not owned by root
    clscfg: EXISTING configuration version 3 detected.
    clscfg: version 3 is 10G Release 2.
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: dhiehr08 dhiehr08-priv dhiehr08
    node 2: dhiehr14 dhiehr14-priv dhiehr14
    clscfg: Arguments check out successfully.
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Oracle Cluster Registry for cluster has already been initialized
    Startup will be queued to init within 30 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    10
    The error message I mentioned in my previous post is from ocssd.log on the failed node.
    Your help will be greately appreciated. Thanks

  • Failed root.sh on 1st Node of 11.2.0.2.0 RAC on HP-UX 11.31 Itanium 64

    Started with 11.2.0.2.0 Grid Installation for 2 Node RAC on HP-UX 11.31 Itanium 64.
    Copying Software to remote node & linking libraries were successfully without any issue (upto 76%). But got issue while executing root.sh on Node1
    sph1erp:/oracle/11.2.0/grid #sh root.sh
    Running Oracle 11g root script...
    The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /oracle/11.2.0/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    Copying dbhome to /usr/local/bin ...
    Copying oraenv to /usr/local/bin ...
    Copying coraenv to /usr/local/bin ...
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root script.
    Now product-specific root actions will be performed.
    Using configuration parameter file: /oracle/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'sys'..
    Operation successful.
    OLR initialization - successful
    root wallet
    root wallet cert
    root cert export
    peer wallet
    profile reader wallet
    pa wallet
    peer wallet keys
    pa wallet keys
    peer cert request
    pa cert request
    peer cert
    pa cert
    peer root cert TP
    profile reader root cert TP
    pa root cert TP
    peer pa cert TP
    pa peer cert TP
    profile reader pa cert TP
    profile reader peer cert TP
    peer user cert
    pa user cert
    Adding daemon to inittab
    CRS-2672: Attempting to start 'ora.mdnsd' on 'sph1erp'
    CRS-2676: Start of 'ora.mdnsd' on 'sph1erp' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'sph1erp'
    CRS-2676: Start of 'ora.gpnpd' on 'sph1erp' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'sph1erp'
    CRS-2672: Attempting to start 'ora.gipcd' on 'sph1erp'
    CRS-2676: Start of 'ora.gipcd' on 'sph1erp' succeeded
    CRS-2676: Start of 'ora.cssdmonitor' on 'sph1erp' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'sph1erp'
    CRS-2672: Attempting to start 'ora.diskmon' on 'sph1erp'
    CRS-2676: Start of 'ora.diskmon' on 'sph1erp' succeeded
    CRS-2676: Start of 'ora.cssd' on 'sph1erp' succeeded
    ASM created and started successfully.
    Disk Group OCRVOTE created successfully.
    clscfg: -install mode specified
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'sys'..
    Operation successful.
    CRS-4256: Updating the profile
    Successful addition of voting disk ab847ed2b4f04f2dbfb875226d2bb194.
    Successful addition of voting disk 85c05a5b30384f8dbff48cc069de7a7c.
    Successful addition of voting disk 649196fbdd614f9cbf26a9a0e6670a6e.
    Successful addition of voting disk 8815dfcee2e64f64bf00b9c76626ab41.
    Successful addition of voting disk 8ce55fe5534f4f77bfa9f54187592707.
    Successfully replaced voting disk group with +OCRVOTE.
    CRS-4256: Updating the profile
    CRS-4266: Voting file(s) successfully replaced
    ## STATE File Universal Id File Name Disk group
    1. ONLINE ab847ed2b4f04f2dbfb875226d2bb194 (/dev/oracle/ocrvote1) [OCRVOTE]
    2. ONLINE 85c05a5b30384f8dbff48cc069de7a7c (/dev/oracle/ocrvote2) [OCRVOTE]
    3. ONLINE 649196fbdd614f9cbf26a9a0e6670a6e (/dev/oracle/ocrvote3) [OCRVOTE]
    4. ONLINE 8815dfcee2e64f64bf00b9c76626ab41 (/dev/oracle/ocrvote4) [OCRVOTE]
    5. ONLINE 8ce55fe5534f4f77bfa9f54187592707 (/dev/oracle/ocrvote5) [OCRVOTE]
    Located 5 voting disk(s).
    Start of resource "ora.cluster_interconnect.haip" failed
    CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'sph1erp'
    CRS-5017: The resource action "ora.cluster_interconnect.haip start" encountered the following error:
    Start action for HAIP aborted
    CRS-2674: Start of 'ora.cluster_interconnect.haip' on 'sph1erp' failed
    CRS-2679: Attempting to clean 'ora.cluster_interconnect.haip' on 'sph1erp'
    CRS-2681: Clean of 'ora.cluster_interconnect.haip' on 'sph1erp' succeeded
    CRS-4000: Command Start failed, or completed with errors.
    Failed to start Oracle Clusterware stack
    Failed to start High Availability IP at /oracle/11.2.0/grid/crs/install/crsconfig_lib.pm line 1046.
    */oracle/11.2.0/grid/perl/bin/perl -I/oracle/11.2.0/grid/perl/lib -I/oracle/11.2.0/grid/crs/install /oracle/11.2.0/grid/crs/install/rootcrs.pl execution failed*
    sph1erp:/oracle/11.2.0/grid #
    Last few lines from CRS Log for node 1, where error came
    [ctssd(6467)]CRS-2401:The Cluster Time Synchronization Service started on host sph1erp.
    2011-02-25 23:04:16.491
    [oracle/11.2.0/grid/bin/orarootagent.bin(6423)]CRS-5818:Aborted command 'start for resource: ora.cluster_interconnect.haip 1 1' for resource 'ora.cluster_int
    erconnect.haip'. Details at (:CRSAGF00113:) {0:0:178} in */oracle/11.2.0/grid/log/sph1erp/agent/ohasd/orarootagent_root/orarootagent_root.log.*
    2011-02-25 23:04:20.521
    [ohasd(5513)]CRS-2757:Command 'Start' timed out waiting for response from the resource 'ora.cluster_interconnect.haip'. Details at (:CRSPE00111:) {0:0:178} in
    */oracle/11.2.0/grid/log/sph1erp/ohasd/ohasd.log.*
    Few lines from */oracle/11.2.0/grid/log/sph1erp/agent/ohasd/orarootagent_root/orarootagent_root.log.*
    =====================================================================================================
    2011-02-25 23:04:16.823: [ USRTHRD][16] {0:0:178} Starting Probe for ip 169.254.74.54
    2011-02-25 23:04:16.823: [ USRTHRD][16] {0:0:178} Transitioning to Probe State
    2011-02-25 23:04:17.177: [ USRTHRD][15] {0:0:178} [NetHAMain] thread stopping
    2011-02-25 23:04:17.177: [ USRTHRD][15] {0:0:178} Thread:[NetHAMain]isRunning is reset to false here
    2011-02-25 23:04:17.178: [ USRTHRD][12] {0:0:178} Thread:[NetHAMain]stop }
    2011-02-25 23:04:17.178: [ USRTHRD][12] {0:0:178} thread cleaning up
    2011-02-25 23:04:17.178: [ USRTHRD][12] {0:0:178} pausing thread
    2011-02-25 23:04:17.178: [ USRTHRD][12] {0:0:178} posting thread
    2011-02-25 23:04:17.178: [ USRTHRD][12] {0:0:178} Thread:[NetHAWork]stop {
    2011-02-25 23:04:17.645: [ USRTHRD][16] {0:0:178} [NetHAWork] thread stopping
    2011-02-25 23:04:17.645: [ USRTHRD][16] {0:0:178} Thread:[NetHAWork]isRunning is reset to false here
    2011-02-25 23:04:17.645: [ USRTHRD][12] {0:0:178} Thread:[NetHAWork]stop }
    2011-02-25 23:04:17.645: [ USRTHRD][12] {0:0:178} Thread:[NetHAWork]stop {
    2011-02-25 23:04:17.645: [ USRTHRD][12] {0:0:178} Thread:[NetHAWork]stop }
    2011-02-25 23:04:17.891: [ora.cluster_interconnect.haip][12] {0:0:178} [start] Start of HAIP aborted
    2011-02-25 23:04:17.892: [ AGENT][12] {0:0:178} UserErrorException: Locale is
    2011-02-25 23:04:17.893: [ora.cluster_interconnect.haip][12] {0:0:178} [start] clsnUtils::error Exception type=2 string=
    CRS-5017: The resource action "ora.cluster_interconnect.haip start" encountered the following error:
    Start action for HAIP aborted
    2011-02-25 23:04:17.893: [ AGFW][12] {0:0:178} sending status msg [CRS-5017: The resource action "ora.cluster_interconnect.haip start" encountered the foll
    owing error:
    Start action for HAIP aborted
    ] for start for resource: ora.cluster_interconnect.haip 1 1
    2011-02-25 23:04:17.893: [ora.cluster_interconnect.haip][12] {0:0:178} [start] clsn_agent::start }
    2011-02-25 23:04:17.894: [ AGFW][10] {0:0:178} Agent sending reply for: RESOURCE_START[ora.cluster_interconnect.haip 1 1] ID 4098:661
    2011-02-25 23:04:18.552: [ora.diskmon][12] {0:0:154} [check] DiskmonAgent::check {
    2011-02-25 23:04:18.552: [ora.diskmon][12] {0:0:154} [check] DiskmonAgent::check } - 0
    2011-02-25 23:04:19.573: [ AGFW][10] {0:0:154} Agent received the message: AGENT_HB[Engine] ID 12293:669
    2011-02-25 23:04:20.510: [ora.cluster_interconnect.haip][18] {0:0:178} [start] got lock
    2011-02-25 23:04:20.511: [ora.cluster_interconnect.haip][18] {0:0:178} [start] tryActionLock }
    2011-02-25 23:04:20.511: [ora.cluster_interconnect.haip][18] {0:0:178} [start] abort }
    2011-02-25 23:04:20.511: [ora.cluster_interconnect.haip][18] {0:0:178} [start] clsn_agent::abort }
    2011-02-25 23:04:20.511: [ AGFW][18] {0:0:178} Command: start for resource: ora.cluster_interconnect.haip 1 1 completed with status: TIMEDOUT
    2011-02-25 23:04:20.512: [ora.cluster_interconnect.haip][8] {0:0:178} [check] NetworkAgent::init enter {
    2011-02-25 23:04:20.513: [ora.cluster_interconnect.haip][8] {0:0:178} [check] NetworkAgent::init exit }
    2011-02-25 23:04:20.517: [ AGFW][10] {0:0:178} Agent sending reply for: RESOURCE_START[ora.cluster_interconnect.haip 1 1] ID 4098:661
    2011-02-25 23:04:20.519: [ USRTHRD][8] {0:0:178} Ocr Context init default level 23886304
    2011-02-25 23:04:20.519: [ default][8]clsvactversion:4: Retrieving Active Version from local storage.
    [ CLWAL][8]clsw_Initialize: OLR initlevel [70000]
    Few lines from */oracle/11.2.0/grid/log/sph1erp/ohasd/ohasd.log.*
    =====================================================================================================
    2011-02-25 23:04:21.627: [UiServer][30] {0:0:180} Done for ctx=6000000002604ce0
    2011-02-25 23:04:21.642: [UiServer][31] Closed: remote end failed/disc.
    2011-02-25 23:04:26.139: [ CLSINET][33]Returning NETDATA: 1 interfaces
    2011-02-25 23:04:26.139: [ CLSINET][33]# 0 Interface 'lan2',ip='10.10.16.50',mac='3c-4a-92-48-71-be',mask='255.255.255.240',net='10.10.16.48',use='cluster_int
    erconnect'
    2011-02-25 23:04:26.973: [UiServer][31] CS(60000000014b0790)set Properties ( root,60000000012e0260)
    2011-02-25 23:04:26.973: [UiServer][31] SS(6000000001372270)Accepted client connection: saddr =(ADDRESS=(PROTOCOL=ipc)(DEV=92)(KEY=OHASD_UI_SOCKET))daddr = (A
    DDRESS=(PROTOCOL=ipc)(KEY=OHASD_UI_SOCKET))
    2011-02-25 23:04:26.992: [UiServer][30] {0:0:181} processMessage called
    2011-02-25 23:04:26.993: [UiServer][30] {0:0:181} Sending message to PE. ctx= 6000000001b440f0
    2011-02-25 23:04:26.993: [UiServer][30] {0:0:181} Sending command to PE: 67
    2011-02-25 23:04:26.994: [ CRSPE][29] {0:0:181} Processing PE command id=173. Description: [Stat Resource : 600000000135f760]
    2011-02-25 23:04:26.997: [UiServer][30] {0:0:181} Done for ctx=6000000001b440f0
    2011-02-25 23:04:27.012: [UiServer][31] Closed: remote end failed/disc.
    2011-02-25 23:04:31.135: [ CLSINET][33]Returning NETDATA: 1 interfaces
    2011-02-25 23:04:31.135: [ CLSINET][33]# 0 Interface 'lan2',ip='10.10.16.50',mac='3c-4a-92-48-71-be',mask='255.255.255.240',net='10.10.16.48',use='cluster_int
    erconnect'
    2011-02-25 23:04:32.318: [UiServer][31] CS(60000000014b0790)set Properties ( root,60000000012e0260)
    2011-02-25 23:04:32.318: [UiServer][31] SS(6000000001372270)Accepted client connection: saddr =(ADDRESS=(PROTOCOL=ipc)(DEV=92)(KEY=OHASD_UI_SOCKET))daddr = (A
    DDRESS=(PROTOCOL=ipc)(KEY=OHASD_UI_SOCKET))
    2011-02-25 23:04:32.332: [UiServer][30] {0:0:182} processMessage called
    2011-02-25 23:04:32.333: [UiServer][30] {0:0:182} Sending message to PE. ctx= 6000000001b45ef0
    2011-02-25 23:04:32.333: [UiServer][30] {0:0:182} Sending command to PE: 68
    2011-02-25 23:04:32.334: [ CRSPE][29] {0:0:182} Processing PE command id=174. Description: [Stat Resource : 600000000135f760]
    2011-02-25 23:04:32.338: [UiServer][30] {0:0:182} Done for ctx=6000000001b45ef0
    2011-02-25 23:04:32.352: [UiServer][31] Closed: remote end failed/disc.
    2011-02-25 23:04:36.155: [ CLSINET][33]Returning NETDATA: 1 interfaces
    2011-02-25 23:04:36.155: [ CLSINET][33]# 0 Interface 'lan2',ip='10.10.16.50',mac='3c-4a-92-48-71-be',mask='255.255.255.240',net='10.10.16.48',use='cluster_int
    erconnect'
    2011-02-25 23:04:37.683: [UiServer][31] CS(60000000014b0790)set Properties ( root,60000000012e0260)
    2011-02-25 23:04:37.683: [UiServer][31] SS(6000000001372270)Accepted client connection: saddr =(ADDRESS=(PROTOCOL=ipc)(DEV=92)(KEY=OHASD_UI_SOCKET))daddr = (A
    DDRESS=(PROTOCOL=ipc)(KEY=OHASD_UI_SOCKET))
    2011-02-25 23:04:37.702: [UiServer][30] {0:0:183} processMessage called
    2011-02-25 23:04:37.703: [UiServer][30] {0:0:183} Sending message to PE. ctx= 6000000002604ce0
    2011-02-25 23:04:37.703: [UiServer][30] {0:0:183} Sending command to PE: 69
    2011-02-25 23:04:37.704: [ CRSPE][29] {0:0:183} Processing PE command id=175. Description: [Stat Resource : 600000000135f760]
    2011-02-25 23:04:37.708: [UiServer][30] {0:0:183} Done for ctx=6000000002604ce0
    2011-02-25 23:04:37.722: [UiServer][31] Closed: remote end failed/disc.
    2011-02-25 23:04:41.156: [ CLSINET][33]Returning NETDATA: 1 interfaces
    2011-02-25 23:04:41.156: [ CLSINET][33]# 0 Interface 'lan2',ip='10.10.16.50',mac='3c-4a-92-48-71-be',mask='255.255.255.240',net='10.10.16.48',use='cluster_int
    erconnect'
    What could be the issue ????
    Experts Please help me. Doing setup for the PRoduction Env...
    Do response ASAP...... Thanks
    Regards,
    Manish

    Thanks Sebastian for your input.
    yes. my lan2 is used for Cluster_interconnect which is having subnet 255.255.255.240.
    Below are IPs used for RAC
    Public
    Node1: 10.10.1.173/255.255.240.0
    Node2: 10.10.1.174/255.255.240.0
    Private
    Node1: 10.10.16.50/255.255.255.240
    Node2: 10.10.16.51/255.255.255.240
    Virtual
    Node1: 10.10.1.191/255.255.240.0
    Node2: 10.10.1.192/255.255.240.0
    SCAN (Defined in DNS)
    10.10.1.193/255.255.240.0
    10.10.1.194/255.255.240.0
    10.10.1.195/255.255.240.0
    As you said, I will scrap GI Software again & will try with 255.255.255.0.
    I Believe this Redundant Interconnect and ora.cluster_interconnect.haip present in 11.2.0.2.0 Version.
    Oracle says:
    Redundant Interconnect without any 3rd-party IP failover technology (bond, IPMP or similar) is supported natively by Grid Infrastructure starting from 11.2.0.2. Multiple private network adapters can be defined either during the installation phase or afterward using the oifcfg. Oracle Database, CSS, OCR, CRS, CTSS, and EVM components in 11.2.0.2 employ it automatically.
    Grid Infrastructure can activate a maximum of four private network adapters at a time even if more are defined. The ora.cluster_interconnect.haip resource will start one to four link local HAIP on private network adapters for interconnect communication for Oracle RAC, Oracle ASM, and Oracle ACFS etc.
    Grid automatically picks link local addresses from reserved 169.254.*.* subnet for HAIP, and it will not attempt to use any 169.254.*.* address if it's already in use for another purpose. With HAIP, by default, interconnect traffic will be load balanced across all active interconnect interfaces, and corresponding HAIP address will be failed over transparently to other adapters if one fails or becomes non-communicative. .
    The number of HAIP addresses is decided by how many private network adapters are active when Grid comes up on the first node in the cluster . If there's only one active private network, Grid will create one; if two, Grid will create two; and if more than two, Grid will create four HAIPs. The number of HAIPs won't change even if more private network adapters are activated later, a restart of clusterware on all nodes is required for new adapters to become effective.
    In my Setup, I am having Teaming for NIC's for Public & Private Interface. So I am thinking to break teaming of NICs because HAIP internally searching for next available NIC & not getting as all 4 are already in used with OS level NIC teaming.
    My only Concern is, as I am going to change subnet for the Private IPs, should I change Private IP address ????
    Thanks for the Support...
    Regards,
    Manish

  • Error in "Run Java migration toolkit", doing a SAP system copy.

    Hi all,
    Migration to new hardware with system copy, get an error in CI installation on "Run Java Migration Toolkit".
    From the sapinst.log:
    ERROR 2009-05-13 12:46:47.188
    FJS-00003  TypeError: ci.getInstanceDir() has no properties (in script NW_Doublestack_CI|ind|ind|ind|ind, line 120276: ???)
    ERROR 2009-05-13 12:46:48.318
    FCO-00011  The step InitPrivateContext with step key |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|12|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|4|0|NW_RUN_MIGRATION_CONTROLLER|ind|ind|ind|ind|2|0|InitPrivateContext was executed with status ERROR .
    From the sapinst_dev.log:
    ERROR      2009-05-13 12:46:47.188 [iaxxejsbas.cpp:204]
    FJS-00003  TypeError: ci.getInstanceDir() has no properties (in script NW_Doublestack_CI|ind|ind|ind|ind, line 120276: ???)
    TRACE      2009-05-13 12:46:48.038 [syuxctask.cpp:1382]
               CSyTaskImpl::start(bool)
    A child process has been started. Pid = 23620
    ERROR      2009-05-13 12:46:48.318 [sixxcstepexecute.cpp:951]
    FCO-00011  The step InitPrivateContext with step key |NW_Doublestack_CI|ind|ind|ind|ind|0|0|NW_CI_Instance|ind|ind|ind|ind|12|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|4|0|NW_RUN_MIGRATION_CONTROLLER|ind|ind|ind|ind|2|0|InitPrivateContext was executed with status ERROR .
    TRACE      2009-05-13 12:46:48.368 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing service SAP NetWeaver 7.0 Support Release 3 > Software Life-Cycle Options > System Copy > Oracle > Target System Installation > High-Availability System > Based on AS ABAP and AS Java > Central Instance . You may now </p> <ul> <li> choose <i>Retry</i> to repeat the current step. </li> <li> choose <i>View Log</i> to get more information about the error. </li> <li> stop the task and continue with it later. </li> </ul> <p> Log files are written to /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/HA/AS/CI. </p> </body></html>
    TRACE      2009-05-13 12:46:48.368 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    I had checked the INSTANCE_NAME parameter, in every profile, and is ok.
    I tried a new instalation, after importing the profiles, and checking the INSTANCE_NAME, but got the same error.
    Please, advice.
    Thanks in advance.
    Best Regards.
    Jorge

    Thanks Manoj for your advice.
    We had already checked the procedures, we are working based on the System Copy Guide: "System Copy for SAP Systems Based on SAP NetWeaver 7.0 SR3 ABAP+Java".
    I had to mention that source and target systems are HP-UX, 11.23, Itanium and the DataBase is Oracle 10.2.02.
    The copy was made from a Central System (ABAP + Java) to a High-Availability System (ABAP + Java), and the problem appeared when copying the Central Instance.
    Thanks in adavance.
    Regards.
    Jorge

  • How to run a JRockit process in the background(Linux ia64)

    Hello,
    I am trying to start a JRockit process 1.4.2 (with a Java app) from an SSH console and make it keep running after I log out. This is on Redhat Enterprise Linux WS 4 with Itanium II processor (ia64).
    The obvious thing such as
    java <options> <class> &
    or even
    nohup java <options> <class> &
    Do not work and the process terminates when I log out.
    Is there a recommended method or a facility to run JRockit in the background as a service/daemon? Does JRockit has switch similar to –Xrs of Sun’s JVM?
    Starting the process on system boot and having to reboot the system to restart it are not acceptable.
    Any help will be greatly appreciated.
    Thanks,
    Zapta

    Zapta did get an answer. You may have missed it if you're using nntp to access the forums, since many newsreaders don't track threads that change the subject. I recommende the using the web UI at dev2dev.bea.com.
    Anyway - Use "-Xnohup" with older versions of JRockit. In recent JRockit versions, "-Xrs" works as well, since we seen problems with people hardcoding that flag into various applications launchers (Tomcat for one).
    Cheers!

  • Crystal Reports 2008 runtime error while running on Windows Server X64

    I have a .NET web application compiled as X86 in Visual Studio 2008 invoking Crystal Reports 2008 SP2 that's running fine at a number of sites running Windows Server 2003 X86.</br>
    </br>
    When deploying this app to Windows Server 2008 X64 I get the error message below. </br>
    </br>
    I'm aware that there is an unanswered question similar to this already in the forum but my application is compiled for X86 and I've tryed installing a variety of run times including "crruntime_12_2_mlb.msi" and "crredist2008_x86.msi".</br>
    </br>
    What combination of compile and run time is needed to get around this issue?</br>
    </br>
    Thanks.</br>
    </br>
    </br>
    ERROR MESSAGE **.</br>
    </br>
    An error has occurred while attempting to load the Crystal Reports run time..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. .</br>
    </br>
    Exception Details: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information..</br>
    </br>
    Source Error: .</br>
    </br>
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  .</br>
    </br>
    Stack Trace: .</br>
    </br>
    [LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime..</br>
    </br>
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly..</br>
    </br>
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64, or Itanium)  that is required.  Please go to http://www.businessobjects.com/support for more information.]
       CrystalDecisions.CrystalReports.Engine.ReportDocument.CheckForCrystalReportsRuntime() +399.</br>
       CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +218.</br>
    </br>
    [TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.].</br>
       CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +0.</br>
       ChartsEnterprise.UI.GenReport.CreateReport(String reportname) +42.</br>
       System.EventHandler.Invoke(Object sender, EventArgs e) +0.</br>
       System.Web.UI.Control.OnLoad(EventArgs e) +132.</br>
       System.Web.UI.Control.LoadRecursive() +66.</br>
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean .</br>includeStagesAfterAsyncPoint) +2428.</br>
    Edited by: PSernz on Mar 25, 2010 3:58 AM

    What combination of compile and run time is needed to get around this issue?
    See [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki. I think I may not have that wiki updated up to FP2.5, so the FP2.5 msm is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100002975182010E/cr2008fp25_mm.zip
    msi is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100002975312010E/cr2008fp25_redist.zip
    Check the version of the CR assemblies referenced in your project. The use the wiki above to deploy the correct runtime.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Cannot install 10.2.0.1 ia64 on win2003 itanium-based

    i want to install 10.2.0.1(windows Itanium version) on windows server 2003 sp2 itanium-based,but meet problem:
    when run setup.exe
    In the dos window:
    Starting Oracle Universal Installer...
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks wi
    ll be executed.
    Preparing to launch Oracle Universal Installer from C:\user\OraInstall2009-08-11-21043pm. Please wait ...
    There is a 5 seconds wait and then the window close?
    So i search metalink find this is a bug about jdk version,need setup patch 5391050(includ sun java jdk 1.4.2_11)
    so i download patch from metalink,but ,when i run setup.exe ,a question display same as when i install 10.2.0.1
    "No pre-requisite checks found in oraparam.ini, no system pre-requisite checks wi
    ll be executed.
    Preparing to launch Oracle Universal Installer from C:\user\OraInstall2009-08-11-21043pm. Please wait ... "
    then oui gui interface display,and have a error
    similar:
    "unkown errors,pls provide follow messages to oracle tech
    unkown
    unkown
    unkown"
    then press enter return windows interface
    why cannot i install this patch and 10.2.0.1?
    is it oracle’s problem or windows problem?
    remark:
    i have reinstall windows server 2003 ia-64 many times?
    this is a new server of hp rx2660
    oracle 10.2.0.3 X86 can be installed on windows server 2003 ia64
    oracle 10.2.0.4 x64 cannot be installed on windows server 2003 ia64(prompt:version compatibility )
    what can i do?

    user2879151 wrote:
    I am also facing the same problem, I am installing Oracle 10g R2 10.2.0.1 on Windows Server 2008 R2 Itanium, I also tried all the method but unfortunately none of them worked for me, I also found two of the following article on HP, Linux and Oracle sites but these links are inaccessible due to change in Oracle Support authentication and authorization process to get access the support site as I also have a Customer Support ID but its not working on Oracle site and I don't know the reason I'd be finding out the reason. You (or your company) are paying good money for access to MOS. I guarantee that if your cell phone or tv cable or internet connection didn't work you'd be finding out why.
    but currently I am fed-up with the support of Oracle installation present over the web, Because you can't access it and haven't tried to find out why?
    Did you click the 'Need Help? Contact Support' link on the MOS sign on page? That will give you a toll-free number to call.
    can any one please help me to install Oracle 10g R2 on Windows Server 2008 R2 Itanium64 but please simple and workable only :)
    Oracle patch needed for 10gR2 is documented in bug 5391050.
    Read this metalink note: Subject: How To Install Oracle RDBMS Software On Itanium Servers With Montecito Processors, Doc ID: Note:400227.1
    These two links/article which is not accessible onto Oracle Support :(
    What do you mean "not accessible onto Oracle Support"? I found them with two keystrokes and a mouse click.
    My email address is [email protected]
    Post to the forum, read from the forum.

  • Installing and running a Crystal 2008 application on a Windows 7 64 bit box

    I am building a small application in Visual Studio 2005 SP2 that runs Crystal Reports 2008 SP2 rpts.   I create an msi file, using the Visual Studio setup project, with the CRRuntime_12_2.msm.  The application installs and runs fine on an XP machine.  I can install it on a WIN 7 64 bit machine, but when I try to run it from its Program Files (x86) location, I get the following error:
    [beginning of quote]
    An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) that contains the version of the Crystal Reports runtime (x86, x64 or Itanium) this is required.  [Here I'm paraphasing] Please go to CR support for more information.
    [end of quote]
    What am I doing wrong?   I should not have to install a second msi file; those files should be contained in the msm file.  Right?
    Thanks.

    Hi, Jeff;
    Make sure you have compiled your application as 32 bit, and not "any cpu".
    See this document for some more info: [64|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e&overridelayout=true]
    Regards,
    Jonathan
    Follow us on Twitter u2013 http://twitter.com/SAPCRNetSup

  • Unable to install oracle weblogic 10.3.5.0 in HP-UX 11.31 itanium server

    Hi friends,
    I am trying to install "oracle weblogic 10.3.5.0 in HP-UX 11.31(itanium server). But it didnot show any inbuild(sofftware kit itself) java package and it take from operating system inbuild java. Atlast i got the error like below. Please go through my console installtion steps and the error.
    Please help me to solve this problem.
    Thanks to all.
    # java -jar installer.jar -mode=console
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Welcome:
    This installer will guide you through the installation of WebLogic 10.3.5.0.
    Type "Next" or enter to proceed to the next prompt. If you want to change data entered previously, type "Previous". You may quit the installer at any time by typing "Exit".
    Enter [Exit][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Choose Middleware Home Directory:
    "Middleware Home" = [Enter new value or use default
    "/usr/local/Oracle/Middleware"]
    Enter new Middleware Home OR [Exit][Previous][Next]> /app/oracle/product/Middleware/
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Choose Middleware Home Directory:
    "Middleware Home" = [app/oracle/product/Middleware]
    Use above value or select another option:
    1 - Enter new Middleware Home
    2 - Change to default [usr/local/Oracle/Middleware]
    Enter option number to select OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[Yes]
    Enter index number to select OR [Exit][Previous][Next]> 1
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    "Email:" = [Enter new value or use default ""]
    Enter new Email: OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[Yes]
    Enter index number to select OR [Exit][Previous][Next]> 2
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    "Support Password:" = [Enter new value or use default ""]
    Enter new Support Password: OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[Yes]
    Enter index number to select OR [Exit][Previous][Next]> 3
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    "Receive Security Update:" = [Enter new value or use default "Yes"]
    Enter [Yes][No]? No
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    "Receive Security Update:" = [Enter new value or use default "Yes"]
    ** Do you wish to bypass initiation of the configuration manager and
    ** remain uninformed of critical security issues in your configuration?
    Enter [Yes][No]? Yes
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[No]
    Enter index number to select OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[No]
    Enter index number to select OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[No]
    ** Invalid My Oracle Support credentials. Specify the correct email
    ** address and password that you use to log in to My Oracle
    ** Support.After two more incorrect attempts, the product will be
    ** registered anonymously with the specfied email address.
    Enter index number to select OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Register for Security Updates:
    Provide your email address for security updates and to initiate configuration manager.
    1|Email:[]
    2|Support Password:[]
    3|Receive Security Update:[No]
    ** Invalid My Oracle Support credentials. Specify the correct email
    ** address and password that you use to log in to My Oracle Support.
    ** After one more incorrect attempt, the product will be registered
    ** anonymously with the specfied email address.
    Enter index number to select OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Choose Install Type:
    Select the type of installation you wish to perform.
    ->1|Typical
    | Install the following product(s) and component(s):
    | - WebLogic Server
    | - Oracle Coherence
    2|Custom
    | Choose software products and components to install and perform optional
    |configuration.
    Enter index number to select OR [Exit][Previous][Next]> 2
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Choose Products and Components:
    Release 10.3.5.0
    |_____WebLogic Server [1] x
    | |_____Core Application Server [1.1] x
    | |_____Administration Console [1.2] x
    | |_____Configuration Wizard and Upgrade Framework [1.3] x
    | |_____Web 2.0 HTTP Pub-Sub Server [1.4] x
    | |_____WebLogic SCA [1.5] x
    | |_____WebLogic JDBC Drivers [1.6] x
    | |_____Third Party JDBC Drivers [1.7] x
    | |_____WebLogic Server Clients [1.8] x
    | |_____WebLogic Web Server Plugins [1.9] x
    | |_____UDDI and Xquery Support [1.10] x
    | |_____Server Examples [1.11]
    | |_____Evaluation Database [1.12] x
    |_____Oracle Coherence [2] x
    |_____Coherence Product Files [2.1] x
    |_____Coherence Examples [2.2]
    *Estimated size of installation: 653.8 MB
    Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]> 2
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Choose Products and Components:
    Release 10.3.5.0
    |_____WebLogic Server [1] x
    | |_____Core Application Server [1.1] x
    | |_____Administration Console [1.2] x
    | |_____Configuration Wizard and Upgrade Framework [1.3] x
    | |_____Web 2.0 HTTP Pub-Sub Server [1.4] x
    | |_____WebLogic SCA [1.5] x
    | |_____WebLogic JDBC Drivers [1.6] x
    | |_____Third Party JDBC Drivers [1.7] x
    | |_____WebLogic Server Clients [1.8] x
    | |_____WebLogic Web Server Plugins [1.9] x
    | |_____UDDI and Xquery Support [1.10] x
    | |_____Server Examples [1.11]
    | |_____Evaluation Database [1.12] x
    |_____Oracle Coherence [2]
    |_____Coherence Product Files [2.1]
    |_____Coherence Examples [2.2]
    *Estimated size of installation: 646.7 MB
    Enter number exactly as it appears in brackets to toggle selection OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    JDK Selection (Any * indicates Oracle Supplied VM):
    JDK(s) chosen will be installed. Defaults will be used in script string-substitution if installed.
    1|Add Local Jdk
    2|/opt/java6[x]
    *Estimated size of installation: 646.7 MB
    Enter 1 to add or >= 2 to toggle selection OR [Exit][Previous][Next]>
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    Choose Product Installation Directories:
    Middleware Home Directory: [app/oracle/product/Middleware]
    Product Installation Directories:
    "WebLogic Server" = [Enter new value or use default
    "/app/oracle/product/Middleware/wlserver_10.3"]
    **Enter new WebLogic Server OR [Exit][Previous][Next]>**
    **java.lang.reflect.InvocationTargetException**
    **at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)**
    **at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)**
    **at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)**
    **at java.lang.reflect.Method.invoke(Method.java:597)**
    **at com.bea.plateng.common.ui.console.DelegateConsoleWidget.invokeWidgetCallback(DelegateConsoleWidget.java:200)**
    **at com.bea.plateng.wizard.console.tasks.ConsoleInteractTask2.onLeave(ConsoleInteractTask2.java:439)**
    **at com.bea.plateng.wizard.console.tasks.ConsoleInteractTask2.okNext(ConsoleInteractTask2.java:361)**
    **at com.bea.plateng.wizard.WizardController.nextTask(WizardController.java:642)**
    **at com.bea.plateng.wizard.WizardController.run(WizardController.java:519)**
    **at java.lang.Thread.run(Thread.java:662)**
    **Caused by: java.lang.NullPointerException**
    **at java.io.File.<init>(File.java:231)**
    **at com.bea.plateng.wizard.installer.diskspace.TempDir.<init>(TempDir.java:55)**
    **at com.bea.plateng.wizard.installer.diskspace.TempDir.getInstance(TempDir.java:41)**
    **at com.bea.plateng.wizard.installer.helpers.DiskSpaceHelper.checkDiscSpaceForProductInstallation(DiskSpaceHelper.java:255)**
    **at com.bea.plateng.wizard.installer.helpers.ProductDirHelper.setStoreKeysAndValidateDiskSpace(ProductDirHelper.java:476)**
    **at com.bea.plateng.wizard.installer.helpers.ProductDirHelper.validateAndSet(ProductDirHelper.java:278)**
    **at com.bea.plateng.wizard.installer.console.tasks.ProductDirChooserConsoleTask.onLeave(ProductDirChooserConsoleTask.java:236)**
    **... 10 more**
    <-------------------- Oracle Installer - WebLogic 10.3.5.0 ------------------->
    The following Products and JDKs will be installed:
    WebLogic Platform 10.3.5.0
    |_____WebLogic Server
    |_____Core Application Server
    |_____Administration Console
    |_____Configuration Wizard and Upgrade Framework
    |_____Web 2.0 HTTP Pub-Sub Server
    |_____WebLogic SCA
    |_____WebLogic JDBC Drivers
    |_____Third Party JDBC Drivers
    |_____WebLogic Server Clients
    |_____WebLogic Web Server Plugins
    |_____UDDI and Xquery Support
    |_____Evaluation Database
    *Estimated size of installation: 646.7 MB
    Enter [Exit][Previous][Next]>

    Hi Mike,
    Thanks for your reply. Please can you tell me the compatiable version of ODSI for Oracle Weblogic 10.3.5.0?
    Regards,
    Ven.

  • Installing ArcSDE on a 32-bit server to connect to a Oracle DB on Itanium

    I am looking for a resolution to have ArcSDE installed to work on a HP Intanium Server with Oracle 9i.
    The present option is can I install ArcSDE on a 32-bit server and use the Net8 /Oracle Client connection to access the Oracle 9i Database on a seperate server that is running Itanium 64-bit.
    Is this supported method

    I'm not sure if it is fully supported, but is "should" work. I have used the 32-bit ArcSDE on a Win2000 server (also client win 2000 boxes with direct connect) to access a Solaris 9-64 Oracle 9iR2 server.
    Bryan

  • Crystal Report XI R2 version 11.5 not run on Windows Vista 64 bit OS

    We have created the Windows Vista 64 bit Development Environment with u201CCrystal Report XI R2u201D version 11.5 .  When we try to run report it gives following error
    "An error has ocured while attempting to load Crystal Reports runtime.
    Either the Crystal Report Registery key permissions are insufficient or the Crystal Reports runtime not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or itanium) required. Please go to http://www.bisinessobjects.com/support for more information"
    Then we Installed Crystal Reports redistributable from u201CC:\Program Files\Microsoft Visual Studio 8\Crystal Reports\CRRedist\X64\CRRedist2005_X64.msiu201D
    and run the report we got same error.
    Its working properly on Windows XP 32 bit Development Environment.
    Please advice.
    Thanks in advance

    Couple of things to consider;
    1) CR XI r2 is not 64 bit
    2) The MSI you installed is for CR 10.2 which ships with .NET 2005, not CR XI r2.
    3) To use CR XI r2 on Vista, you must have applied at least SP 4
    For more information see the following;
    [Crystal Reports support of 64 bit Operating Systems|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e]
    [What versions of Crystal Reports are supported on Windows Vista in VS .NET?|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=64259646]
    [Crystal Reports v. 9.1 to 12.x  VS .NET Runtime Distribution  & Supported Operating Systems|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567]
    Ludek

Maybe you are looking for

  • PO without material number

    Hi All, I want to understand one thing in procurement of an item without a material master record. When an item is purchased without a material master record using the material grp and account assignment in the PO does it make any difference to the i

  • Problem with Fixed/Dyna​mic switchable graphics

    Hello! I have a problem (or not) with my switchale graphics. I allways used Fixed mode in BIOS for my graphics, but a few days ago i realized that in Windows setting of switchable graphics i have Dynamic mode options, i can select what graphic chipse

  • Report in Unix

    I am with problems when passing a report developed in windows for the Unix. It loses all the text font configuration modifying the lay-out of the report. Somebody already had this problem?

  • Java error when using Query Builder

    Hi Everyone, I'm new to Publisher and I have an issue when I build a SQL Query Data Set. I have tried both the Default and Oracle OBIEE data sources. I am able to select my fields, etc but when I got to test results I get the following error: java.io

  • How to install the jms bundle with netbeans IDE

    hello friends, i am feeling a lots of problem since i am having the package of jms but don't know how to install it with NetBeans 3.6 IDE. i am unable to mount it on the j2sdk1.4_02 . please tell me how to install it, so that i can use this using net