DB migration from HP-UX to Solaris

This is my assignment , what would be the good option to accomplish this?
Move DBs From HP-UX To Solaris , Replicate the HP-UX directory structure: /db1, /db2 and create on Solaris,Move databases from HP-UX (db1, db2) to Solaris

On 10.2, you can use RMAN and CONVERT DATABASE (in 10.1, you'd need to use CONVERT TABLESPACE for each tablespace), since your systems are both big endian (assuming Solaris on SPARC):
PLATFORM_ID PLATFORM_NAME                            ENDIAN_FORMAT
          1 Solaris[tm] OE (32-bit)                  Big
          2 Solaris[tm] OE (64-bit)                  Big
          3 HP-UX (64-bit)                           Big
          4 HP-UX IA (64-bit)                        Bighttp://download.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_2172.htm
http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/dbxptrn.htm#sthref1379

Similar Messages

  • Migration from AIX Oracle8i to Solaris Oracle8i?

    Hi,
    I wonder how to migrate Oracle 8i (8.1.7) on AIX to Oracle
    8i (8.1.7) on Solaris?
    The Oracle version is the same, but only the O.S platform is
    different. I have found the migration information from Oracle
    web site but it only talks about migration between different
    database.
    Thanks.

    > In our organisation, we are planning to migrate from AIX6.1 to Solaris x64. The processor which we'll be using is UltraSPARC+IV processor.
    Well - I think you're mixing a few things up here.
    Solaris x64 refers to Solaris on the Intel or the AMD processor (x64 == x86_64 == AMD64)
    UltraSPARC IV+ refers to a CPU developed by Sun (now Oracle).
    > 1. Which guide to refer for moving the SAP System from AIX6.1 to Solaris
    There are no specific guides for OS migrations. You use the heterogeneous system copy approach. However, migrating a database and/or operating system requires a certified migration consultant on-site doing the migration. If you do it yourself you'll loose support from SAP for problems during the migration and for the target system (see http://service.sap.com/osdbmigration).
    > 2. Is UltraSPARC+IV processor is supported for Oracle 10g
    Yes. Solaris 10 on SPARC Is supported.
    Markus

  • Migration from AIX6.1 to Solaris x64

    Hi,
    In our organisation, we are planning to migrate from AIX6.1 to Solaris x64. The processor which we'll be using is UltraSPARC+IV processor. I need clarification for below mentioned points.
    1. Which guide to refer for moving the SAP System from AIX6.1 to Solaris
    2. Is UltraSPARC+IV processor is supported for Oracle 10g
    Also, please let me know the steps to be followed for the activity mentioned above.
    Regards,
    Ranjith

    > In our organisation, we are planning to migrate from AIX6.1 to Solaris x64. The processor which we'll be using is UltraSPARC+IV processor.
    Well - I think you're mixing a few things up here.
    Solaris x64 refers to Solaris on the Intel or the AMD processor (x64 == x86_64 == AMD64)
    UltraSPARC IV+ refers to a CPU developed by Sun (now Oracle).
    > 1. Which guide to refer for moving the SAP System from AIX6.1 to Solaris
    There are no specific guides for OS migrations. You use the heterogeneous system copy approach. However, migrating a database and/or operating system requires a certified migration consultant on-site doing the migration. If you do it yourself you'll loose support from SAP for problems during the migration and for the target system (see http://service.sap.com/osdbmigration).
    > 2. Is UltraSPARC+IV processor is supported for Oracle 10g
    Yes. Solaris 10 on SPARC Is supported.
    Markus

  • DB migration from RHEL 5 to Solaris x86(64bit)

    DB version : 11.1.0.7
    Platform : RHEL 5 (64bit)
    We would like to move our non-ASM 11.1 DB which is currently in Linux (RHEL 5) to Solaris 10 x86 (64bit).
    Both RHEL 5 (64bit) and Solaris x86 (64bit) are of LITTLE ENDIAN format.
    1. I gather that I have to use RMAN's CONVERT DATABASE for this. Any Metalink note or URLs relevant to this migration ?
    2. Would the migration be easier if my DB was in 11.2 ? I could upgrade my DB to 11.2 if there are any advangtages from migration point of view?

    You can use transportable tablespace option to move database accross platforms.
    First, you must check tablespace dependecies.
    Check whether your tablespace can transfer or not?
    SQL> exec dbms_tts.transport_set_check('TEST_TS',TRUE);
    SQL> select * from transport_set_violations;
    set status of tablespace which you want to move to Read-only.
    SQL>alter tablespace test_ts read only;
    Convert datafiles of tablespace
    RMAN> convert tablespace test_ts to platform 'HP-UX (64-bit)' format='/tmp/test01.dbf';
    Export tablespace metadata using data pump export
    expdp talip/talip directory=dump_dir dumpfile=test_ts.dmp transport_tablespaces=test_ts
    copy datafile of tablespace to another db.
    Import metadata to another db.
    impdp talip/talip directory=dump_dir dumpfile=test_ts.dmp transport_datafiles=/data1/testts01.dbf
    Talip Hakan Ozturk
    http://taliphakanozturken.wordpress.com/

  • How can i migrate from oracle 10gR2 Linux x68 to SPARC Solaris 10?

    Hi friends...
    I have a 30GB database and need to migrate from Linux x86 to Solaris 10 SPARC.
    Solaris 10 SPACR come this monday, then it's clean.
    How i proceed?
    Rod.

    Hi, good article Citrus, also you can read the next documentation for some detail and technical information about Transportable Tablespaces.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tspaces.htm#sthref1322
    Regards.

  • Migration from Solaris Sparc server to Solaris  x86

    Hi ,
    I would like to know.
    Migration from SAP ECC6 , Oracle , Solaris Sparc to Ecc6, Oracle, Solaris x86 , Is this consider Heterogeneous or Homogeneous system copy?
    Thanks.
    Best Regards,
    ck chai

    Solaris on SPARC is a BIgEndian platform, Solaris on X86 is LittleEndian - so it's heterogeneous --> you need to use R3load to performa a migration - and you need to have a certified migration consultant on-site to do that migration (http://service.sap.com/osdbmigration --> FAQ).
    Markus

  • Migrating from Solaris 2.6 to 8.0

    We are migrating from Solaris 2.6 to 8.0, and my concern is all code and application which are on 2.6 is portable or not ?. Also we are using oracle 8.1.7 as out database. All code are written in C.
    Can anyone help me in this "porting"?
    Thanks in advance
    KP

    Does someone can tell me where i can find information about
    migration from solaris 2.6 to 8.0 concerning C and C++ programs and shell scripts
    Thanks you in advance
    sunsifac

  • Migration from Sun solaris 8 to Solaris 10

    Hi,
    We are migrating from Solaris 8 to Solaris 10 with the compiler migration also earlier we are using Sun Studio 6 and now it is Sun Studio 11.
    When we are compiling the code on Solaris 10 which has been running on the Solaris 8, we are facing some error. So could you help me on this
    "ResourceManager.h", line 98: Warning (Anachronism): Type names qualified by template parameters require "typename".
    "ConnectionMgr.h", line 62: Where: While specializing "ResourceManager<T>".
    "ConnectionMgr.h", line 62: Where: Specialized in non-template code.
    "ResourceManager.h", line 100: Warning (Anachronism): Type names qualified by template parameters require "typename".
    "ConnectionMgr.h", line 62: Where: While specializing "ResourceManager<T>".
    "ConnectionMgr.h", line 62: Where: Specialized in non-template code.
    2 Warning(s) detected.
    make[1]: *** [obj/ConnectionMgr.o] Error 2
    Not sure of the warning , am not able to see these error on the compilation on Sun Studio 6.Below is the bit of the header file code, where the error is occurring.
    98 typedef map<ResourceID, ResElement *>::iterator ResMapIterator;
    100 typedef list<ResElement *>::iterator ResListIterator;
    We are using a /opt/SUNWspro/bin/CC compiler and the verison is CC: Sun C++ 5.8
    Please help me out about the issue

    Since you are jumping several compiler releases and two Solaris releases, you should migrate in two steps.
    1. Get your application working with Sun Studio 11 on Solaris 8.
    2. You can now run that application on Solaris 10, or you can rebuild it on Solaris 10 and then run it.
    An application built on Solaris 8 will run on Solaris 9 and 10.
    An application built on Solaris 10 cannot be run on Solaris 8 or 9.
    We promise upward binary compatibility, allowing an old binary to be used with a newer compiler or on a newer Solaris. But we can't promise source code compatibility because we don't want to have to duplicate old bugs in old compilers.
    C++ 5.8 in Sun Studio 11 detects errors that older compilers might have missed. The rules about where to use "typename" are one example.
    I would not expect the warning about typename to be generated by either of the source code lines that you show, but I can't really tell without seeing a compilable example.
    You need to use typename when you use a type that depends on a template parameter. Example:
    template <class T> class C1 {
    public:
        typedef T Type;
    template <class T> class C2 {
    public:
        typename T::Type a;
    C2< C1<int> > c2i;If in C2 you do not specify typename, the compiler does not know whether T::Type is intended to be the name of a type. If it is not a type, the code is always invalid. The C++ rule is that if an an identifier is not known to be a type, it is not a type. You use typename to tell the compiler that T::Type is supposed to be the name of a type.

  • Migrating from Solaris to AIX

    Hi
    We are planning to migrate from Solaris to AIX. What document will help me to follow?
    If possible send me exact link.
    Our current environment is R/3 4.6c, Oracle 9.2.3 and Solaris 5.9
    Please let me know as quickly as possible.
    Thank-you

    > We are planning to migrate from Solaris to AIX. What document will help me to follow?
    Start with
    http://service.sap.com/osdbmigration
    --> FAQ
    where you will see, that you need a certified migration consultant on-site to do that migration.
    > Our current environment is R/3 4.6c, Oracle 9.2.3 and Solaris 5.9
    since that version is out of support for a long time there are no more official migration guides available, that must be covered by consulting. Technically it will be done by R3SETUP with DBMIG.R3S as parameter file.
    Markus

  • Application Migration from HP-UNIX to SUN Solaris

    Hi Gurus,
    Need help on the application migration from HP-UNIX to Sun Solaris . Copied the filesystems APPL_TOP, OA_HTML, OA_JAVA, COMMON_TOP/util and COMMON_TOP/_pages from SOURCE( HP) to TARGET SUN-solaris as per 238276.1
    Now trying to clone Autoconfig XML context file on the TARGET System
    perl adclonectx.pl migrate java=\opt\java1.4 \
    contextfile=\ul01\app\applmgr\lasrx\admin\LASRX_fiapd4.xml
    Error: source context file ul01appapplmgrlasrxadminLASRX_fiapd4.xml does not exist.
    Questions:
    ======
    1. we still need to install jdk in the TARGET or copy the file system from source(HP) to target( Solaris) bring the JDK and how to check jdk on Solaris?
    2. In clone autoconfig XML, contextfile=? Is the location of SOURCE or TARGER?
    3. I think running above with root permission.
    Please help somebody on this issue.
    Thank You.

    Hi Hussein,
    I need your help on the Application migration from HP-UNIX to SUN Solaris. As per the note 238276.1 we dont copy $806_ORACLE_HOME for cross platform migration, Copied all the filesystem from SOURCE to TARGET but rename it because it suppose to create while installing Middle tier.
    Issue:1
    =====
    When i start to set environment like below, i get the error and
    . /ul01/app/applmgr/lasrx/APPSORA.env
    ksh: /ul02/app/oracle/lasrx/8.0.6_new/LASRX_fiapd4.env: not found
    I am trying to install Middle Tier Technology Stack on SUN server ( Migrating from HP-UNIX to SUN solaris)
    Issue 2: ( Display error) while install Tech Stack
    =====
    ./rapidwiz -techstack
    Rapid Install Wizard is validating your file system......
    >> Wizard requires the DISPLAY variable to be set.
    >> Please set your DISPLAY variable and restart Rapid Install Wizard.
    even i can not see
    echo $DISPLAY because not set the environment.
    Need your help and suggetions on this.
    Thank You.

  • Db migration from Solaris 8i to windows 10g

    There is requirement to move db from solaris8(dbversion8170 to window Server 2003 (10204 already installed)
    DB is about 80gb big, what would be the best approach ?
    I am thinking to create new db on windows, and export and import data.....any concerns/suggestion?
    Source System
    SQL> select * from v$version;
    BANNER
    Oracle8i Enterprise Edition Release 8.1.7.4.0 - 64bit Production
    PL/SQL Release 8.1.7.4.0 - Production
    CORE 8.1.7.0.0 Production
    TNS for Solaris: Version 8.1.7.4.0 - Production
    NLSRTL Version 3.4.1.0.0 - Production
    Target System
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Release 10.2.0.4.0 - Production
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for 32-bit Windows: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production

    what are other options i can try ?I only mention this approach because you asked. I wouldn't recommend it as a general strategy. exp/imp is the most straight-forward.
    We are in the process of migrating from 9.2.0.6 to 11.1.0.7 (11.2 is not an approved standard yet in our enterprise), moving from Solaris to Linux, and consolidating two related instances into one.
    We had to handle some unique situations due to our consolidation, so we did a lot of the steps manually that exp/imp does for you. A side benefit of this extra work is the actual down time is can be less than exp/imp itself, and avoids the need to dump all the data to disk and read it all again. We have about 500GB to migrate. It is a lot more work than a simple exp/imp, and is probably not be worth the effort for a single 80GB instance.
    Our steps (oversimplified, there are more details than this) :
    Set up the new instance and configure storage
    Create users and roles in new DB
    export structure only (using 9i exp)
    import structure only (using 11g imp), without indexes or constraints
    copy data (insert /*+APPEND*/ into.. select * from ... over a database link)
    create indexes and constraints
    Handling LONG data, materialized views, interdependencies between schemas each presented their own special circumstances I had to deal with.
    The other path to get from 8i to 10g (mentioned only for academic reasons) is do a series of upgrades-in-place to get from 8i to 10.2.0.4 then use cross-platform transportable tablespaces to go from Solaris to Windows.

  • Migrating from ECXpert for NT to iPlanet for Solaris

    When migrating from ECXpert for NT to iPlanet for Solaris, is their a way to reuse our compiled Mercator maps (.mmc files)? Our ECXpert environment was created in 1998 and we no longer have the source for the map (.mms file) and we are looking are migrating to Solaris. Is their a converstion utility or do they run without recompiling in Solaris?

    I don't recall ever hearing that you could run a compiled map for windows (mmc) on another platform... If the windows machines is still going to be around, you could probably setup something so that translate runs on the windows box and then ECX can keep processing...
    Which account is this for???

  • Migration from Solaris 9 to Solaris 10: Memory fault problem

    We are facing to migrate appication from Solaris 9 to Solaris 10,
    Compilation was not a problem, but while running the application it is raising the following fault,
    tail of truss
    Incurred fault #5, FLTACCESS %pc = 0x100025CA8
    siginfo: SIGBUS BUS_ADRALN addr=0x101394CC
    Received signal #10, SIGBUS [default]
    siginfo: SIGBUS BUS_ADRALN addr=0x101394CC
    core analysis show that the fault occurs at different points for different runs.
    Please let us know if there is a patch to solve the same.
    Thanks & Regards

    Sorry i should have mentioned it as migration from Solaris 8 to Solaris 10.
    Other info: In solaris 8 we compiled using -m32 and on Solaris 10 we are using -m64.
    We had never tried on Solaris 9.
    i just tried compiling on Solaris 9, i got the same error as in Solaris 10.
    I tried to find using dbx but it crashes at different points for different runs.
    First Run by pointing connection string - schema 1
    dbx m2 core
    detected a multithreaded program
    program terminated by signal BUS (invalid address alignment)
    (/Teamware/bin/../WS5.0/bin/sparcv9/dbx) where
    current thread: t@1
    =>[1] AddClient(0xffffffff7ffff0c0, 0xffffffff7ffff2f0, 0xffffffff7ffff1d4, 0x373300, 0xff0000000000, 0x8080808080808080), at
    0x100025ca8
    [2] DBSERV_RadReadProxyClients(0x1, 0x10002599c, 0x0, 0x0, 0x0, 0x0), at 0x10006106c
    [3] ClientInitialise(0x1, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x1000263e8
    [4] InitialiseDetails(0x1, 0x1, 0x0, 0xffffffff7ffff600, 0xffffffff7ffff5f8, 0xffffffff7ffff5f0), at 0x10002bd4c
    [5] ReadDatabaseIntoSharedMem(0x1000a9dd8, 0x2aa5, 0x10cf000, 0x20000000, 0x1, 0x8), at 0x10000c5d0
    Second run by pointing Connect-string to Schema 2:
    detected a multithreaded program
    program terminated by signal BUS (invalid address alignment)
    (/Teamware/bin/../WS5.0/bin/sparcv9/dbx) where
    current thread: t@1
    =>[1] AddReplyMessage(0xffffffff7ffff1d8, 0x6564006d69732d63, 0xffffffff7ffff200, 0x656400, 0xff0000000000,
    0x8080808080808080), at 0x10002e458
    [2] DBSERV_RadReadRadiusReplyMessages(0x10002e348, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x1000700a4
    [3] RadiusReplyMessageInitialise(0x1000b0538, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x10002e2dc
    [4] InitialiseDetails(0x1, 0x1, 0x0, 0xffffffff7ffff5f0, 0xffffffff7ffff5e8, 0xffffffff7ffff5e0), at 0x10002bc3c
    [5] ReadDatabaseIntoSharedMem(0x1000a9dd8, 0x2c29, 0x1be400, 0x20000000, 0x1, 0x8), at 0x10000c5d0

  • Migration from physical server to zone (solaris 10)

    Hello all,
    I found an old thread about the subject Migrate Solaris 10 Physical Server to Solaris 10 Zone but i have a question.
    Using the flarcreare command, will add to the flar archive all the zpools i have in the server?. Right now we have 14 zpools.
    If i execute this command "flarcreate -n "Migration File" > -S -R / -x /flash /flash/Migration_File-`date '+%m-%d-%y'`.flar" will take all the zpools?
    This is for migrating from a E25k Server to a M9k Server
    The E25k (Physical Server) have this release "Solaris 10 10/08 s10s_u6wos_07b SPARC" and the zone server (M9k) have this release "Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC" this could be an issue?
    Thanks for any help.
    Edited by: 875571 on Dec 9, 2011 7:38 AM

    flarcreate will only include data from the root pool (typically called rpool). The odds are that this is what you actually want.
    Presumably, on a 25k you would have one pool for storing the OS and perhaps home directories, etc. This is probably from some sort of a disk tray. The other pools are likely SAN-attached and are probably quite large (terabytes, perhaps). It is quite likely that instead of creating a multi-terabyte archive, you would instead want an archive of the root pool (10's to 100's of megabytes) and would use SAN features to make the other pools visible to the M9000.
    One thing that you need to do that probably isn't obvious from the documentation is that you will need to add dataset resources to the solaris10 zone's configuration to make the other zpools visible in the solaris10 zone. Assuming that these other pools are on a SAN, the zpools are no longer imported on the 25k, and the SAN is configured to allow the M9000 to access the LUNs, you will do something like the following for each zpool:
    # zpool import -N -o zoned=on +poolname+
    # zonecfg -z +zonename+ "add dataset; set name=+poolname+; end"In the event that you really do need to copy all of the zpools to the M9000, you can do that as well. However, I would recommend doing that using a procedure like the one described at http://docs.oracle.com/cd/E23824_01/html/821-1448/gbchx.html#gbinz. (zfs send and zfs recv can be used to send incremental streams as well. Thus, you could do the majority of the transfer ahead of time, then do an incremental transfer when you are in your cut-over window.)
    If you are going the zfs send | zfs recv route and you want to consolidate the zpools into a single zpool, you can do so, then use dataset aliasing to make the zone still see the data that exists in multiple pools as though nothing changed. See http://docs.oracle.com/cd/E23824_01/html/821-1448/gayov.html#gbbst and http://docs.oracle.com/cd/E23824_01/html/821-1460/z.admin.task-11.html#z.admin.task-12.

  • Migration of JAVA code(JDK 1.2) from Windows NT to Solaris 8.0

    What are the issues while porting the code in JAVA code JDK 1.1.7 and JDK 1.2 from Windows NT to Solaris 8.0
    What are the considerations while porting the scripts of installshield from windows NT to solaris 8.0

    There is no special issues about running Java code created on NT on Solaris.
    I have met only one issue in JDK 1.2, when the original code was compiled using IBM Java Compiler and it was fixed by recompile with original Java Compiler from JDK.

Maybe you are looking for

  • My code not give me result and error for move to next record please see

    hi master sir i import this file also import javax.faces.event.ValueChangeEvent; then my error remove i am use this code in button event getMfatableDataProvider().cursorNext(); form1.discardSubmittedValues("virtualForm1"); and my textField is bounded

  • How to see PEP status

    Hi everyone, I have a small question. How do I see if a PEP is closed or open in ABAP? Is there a standard function to do this validation? If no then what tables and validations do I need to do? Thanks in advance.

  • What NAS will work with Lion

    Anyone know what NAS will work with Lion?  DocFred answered my previous post saying with my LG Nas that there no updates coming soon lol.  So there is no way to map a network drive? I took the leap into Apple ........... and I can't do a simple thing

  • Mass maintenance of  Internal Order

    Hi all, We have to maintain "User responsible" & "Responsible cost center" in all Internal Orders of a given co code. Do we have a better way to maintain these in  a mass rather than opening each internal order one by one through Ko02 & maintaining t

  • Odd and even years with Time Windows?

    Hi All, Does anybody know how to implement a time window for even years / ode years? For example, a script A that needs to be executed every 1st January of even years and a script B that needs to be executed every 1st January of odd years. At last, i