12.0.4 Migration from RedHat Linux 4.0 (32-bit) to RedHat Linux 5.0 (64-Bit

Hi,
1) I have migrated our E-bus Environment (Test Instance) from RHEL 4.0 32-bit to RHEL 5.0 (64-bit) as per the Note IDs 416301.1 and 471566.1.
2) The Application has been tested by the test team after migration and it is working fine.
3) I did not upgrade the JDK 1.5 from 32-bit to 64-bit.
Is it a must to upgrade the JDK from 32-bit to 64-bit after the migration or will the application work fine if the JDK is left untouched?
We also plan to upgrade to 12.1.1 and then to 12.1.3 on RHEL 5.0 64-bit which I think requires JDK 6.0 as per the note 752619.1.
AS a part of JDK upgrade, Do I have to have JDK 6.0 64-bit for the application to work properly or JDK 6.0 32-bit is good enough?
Thanks a lot in advance.

3) I did not upgrade the JDK 1.5 from 32-bit to 64-bit.
Is it a must to upgrade the JDK from 32-bit to 64-bit after the migration or will the application work fine if the JDK is left untouched?Keep the 32-bit version -- Using Latest Update of JDK 5.0 with Oracle E-Business Suite Release 12 [ID 384249.1], “Step 1 Download Latest Update of JDK 5.0”
We also plan to upgrade to 12.1.1 and then to 12.1.3 on RHEL 5.0 64-bit which I think requires JDK 6.0 as per the note 752619.1.
AS a part of JDK upgrade, Do I have to have JDK 6.0 64-bit for the application to work properly or JDK 6.0 32-bit is good enough?The 32-bit is good enough -- Using Latest Java 6.0 Update With Oracle E-Business Suite Release 12 [ID 455492.1], "Step 2.1: Download Latest JDK 6.0 Update" section.
Thanks,
Hussein

Similar Messages

  • DB2 Migration from Windows - Linux supported with Backup/Restore ?

    Hi folks,
    we have to do a DB2 V9.1 migration from Windows -> Linux. Both servers are Intel based. Is it official supported by SAP to do this without SAP migration tools? E.g. with a backup/restore or redirected restore? I heard about it, but i'm not sure.
    Thanks a lot
    Jochen
    Edited by: Jochen Raab on Mar 1, 2010 5:40 PM

    Hi Jochen,
    Please have a look at the DB2 docu.
    http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/topic/com.ibm.db2.luw.admin.ha.doc/doc/c0005960.html
    It clearly stats that Linux and Windows are not compatible.
    DB2® database systems support some backup and restore operations between different operating systems and hardware platforms.
    The supported platforms for DB2 backup and restore operations can be grouped into one of three families:
    Big-endian Linux® and UNIX®
    Little-endian Linux and UNIX
    Windows®
    A database backup from one platform family can only be restored on any system within the same platform family. For Windows operating systems, you can restore a database created on DB2 Universal Database (UDB) V8 on a DB2 Version 9 database system. For Linux and UNIX operating systems, as long as the endianness (big endian or little endian) of the backup and restore platforms is the same, you can restore backups that were produced on DB2 UDB V8 on DB2 Version 9.
    So you need to do an eport/import.
    Regards,
      Joachim

  • Migrate from sas spds to oracle 11gr2

    One of my customer wants to move sas spds database to oracle database. What is the best way to migrate the spds data to oracle when data size is in TB.

    2838712 wrote:
    Is it possible to migrate from Redhat Linux to Oracle Linux on servers in a Data Center that don't have an internet connection? If so, what is the process?
    In my case, tunnel.
    Have ssh. Can travel.
    Can you ssh into the server? Even via multiple hops? Then you can hook that server up to your Internet connection.
    Simple example. Your desktop have Internet connectivity via web proxy 10.1.2.3 on port 8080. Your desktop can reach the server via ssh.
    From your desktop, ssh into the server and reverse tunnel Internet connectivity
    ssh -R 7777:10.1.2.3:8080 root@server
    This creates a tunnel on port 7777 on server - and tunnel traffic on that port to your desktop. Arriving at your desktop, that tunneled traffic is send to the web proxy server 10.1.2.3 on port 8080.
    On server, set the proxy variable so that yum, wget and other Internet usage/dependent commands know how to reach the Internet. And the proxy on the sever is the tunnel on port 7777. Thus:
    export http_proxy=http://127.0.0.1:7777
    export https_proxy=https://127.0.0.1:7777
    Use wget google.com to test tunneled access to the Internet. And Bob is not only your uncle, but gives you slack.

  • Errors on procedures migrating from 9.2.0.2 to 11.2.0.1.0

    Hi folks!
    I'm migrating from 9.2.0.2 (32 bits) to 11.2.0.1.0 (32 bits).
    In myl old database I've several procedures that calls another one who uses <schema>.SEND_MAIL
    When I try to compile the above mention procedure, I get the following error.
    103/22 PL/SQL: Item ignored
    103/22 PLS-00201: identifier 'UTL_SMTP' must be declared
    113/22 PL/SQL: Item ignored
    113/22 PLS-00201: identifier 'UTL_FILE' must be declared
    143/4 PL/SQL: Statement ignored
    143/4 PLS-00320: the declaration of the type of this expression is
    incomplete or malformed
    148/4 PL/SQL: Statement ignored
    148/19 PLS-00320: the declaration of the type of this expression is
    incomplete or malformed
    149/4 PL/SQL: Statement ignored
    149/19 PLS-00320: the declaration of the type of this expression is
    incomplete or malformed
    159/5 PL/SQL: Statement ignored
    159/20 PLS-00320: the declaration of the type of this expression is
    incomplete or malformed
    163/4 PL/SQL: Statement ignored
    163/25 PLS-00320: the declaration of the type of this expression is
    incomplete or malformed
    195/4 PL/SQL: Statement ignored
    195/26 PLS-00320: the declaration of the type of this expression is
    incomplete or malformed
    227/14 PL/SQL: Statement ignored
    227/14 PLS-00320: the declaration of the type of this expression is
    incomplete or malformed
    238/14 PL/SQL: Statement ignored
    238/36 PLS-00320: the declaration of the type of this expression is
    incomplete or malformed
    My question is: Is possible that this procedure becomes invalid from oracle 9.2 to oracle 11.2?
    Sorry if the question / answer is stupid or simply, but I'm at my customer's office and, belive or not, I haven't access to metalink...
    Thanks in advance.

    As a security enhancement, a number of UTL_% packages are not granted to public any longer. You need to login as sysdba and grant execute on those packages to the schemas that need to use them. They recompile and the errors should go away.

  • How to migrate from 3GS to 4GS

    I bought the new iPhone 4GS and it is scheduled to arrive tomorrow. I currently have the 3GS and I want to make sure I migrate properly to my new phone.
    Do I have to deauthorize the old iPhone before synching for the first time my 4GS?
    FYI, I have:
    1) Updated my iMac to the latest firmware 10.7.2
    2) Updated iTunes to the latest firmware 10.5
    3) I understand that the 4GS will arrive with IOS 5
    4) Done regular backups on my 3GS and will do the last one when my 4GS arrives
    I read that iTunes does take care of all the guess work... meaning, all I have to do is connect my new phone when arrives and, other than clicking on a few "accept", "yes", etc, nothing else needs to be done. Since I recently migrated from PC environment, I am a bit hesitant to believe that everything will be trouble free...
    Comments, instructions...?

    "...I've done this few times now..."
    Great; however, I thought I ask since *technically* no one has done this specific migration yet.
    I hope apple techs that have work on it chime in with some tips

  • Oracle E-business suite database migrate from AIX to Linux

    Oracle 11i application database migration from single Aix instance to oracle Linux cluster RAC.
    What is the easy way to migrate?
    Migrate single instance from aix to linux cluster.
    OR
    Migrate single instance from aix to linux cluster RAC.
    We have installed oracle Linux cluster.
    Please help me which way I can go with RAC.
    Thanks
    Prince

    Migrating to a single instance will be the simplest. The migration itself will not be much different between the two because you're migrating from one platform to another. The options you have available are, the traditional IMP/EXP, datapump, and RMAN to migrate to either a standalone or RAC environment. The difficulty will be in creating a RAC environment and a little a few extra steps in the RMAN restore. Working with RAC will make things harder, but the actual migration is similar. The steps to IMP/EXP, whether it's traditional or Datapump will be no different. However, standing up a RAC database will be.

  • Migration from HP-UX to Linux 64 bit on SAP XI 3.0 environment

    Hi All,
    Can you please provide the requirements steps/documents for migration from HP-UX to Linux 64 bit on SAP XI 3.0 environment
    Thanks
    Sateesh

    Hi Sateesh,
    This migration which you refer here is a heterogenous system copy. you may refer the system copy guide for the same.
    you can get the system copy guide from the below link
    Database and Operating Systems - System Copy [original link is broken]
    Also refer the SMP link
    http://service.sap.com/osdbmigration
    The migration should only be performed by SAP certified OS/DB migration consultant.
    Regards,
    Chandru

  • Retain SAMBA permissions while migrating from linux to solaris 10 x86

    Hello,
    We are migrating a system from Redhat to Solaris 10 x86 and this has brought up a question on how we can restore our SAMBA files and retain our permissions that are associated by the users name rather then their numeric ID(UID/GID). So far my research hasnt produced anything that gives a solid answer to how we do this and is it even possible.
    The problem is that Windows user and group accounts are mapped locally per host by default. That mapping is defined as the accounts are referenced, so unless there is a way to guarantee the order of accounts being referenced, the mappings from Windows SIDs to Unix UIDs will be different between old and new.
    If the data restoration option we choose for the new server is naive and restores only by UID and GID, the permissions in the ACLs will not map to the correct Windows accounts. We either must find a restoration option which restores permissions by name rather than ID or we must create a script which can automate pushing the ACLs into the restored filesystem correctly by name.
    Initially I thought ufsdump could handle this but we are on ext3 filesystem going to vxfs. I have read a little on star but havent heard about it before. Has anyone used star for backup/restore for the purpose of retaining ACL ownership/permissions? It seems like its an old utility, maybe not used much anymore. Does anyone have a utility they have used for this purpose?
    Your help is much appreciated!!
    LR

    The problem is that Windows user and group accounts are mapped locally per host by default. That mapping is defined as the accounts are referenced, so unless there is a way to guarantee the order of accounts being referenced, the mappings from Windows SIDs to Unix UIDs will be different between old and new.Is there anyway that you can sanitize and post a small snippet of what's going on with the mapping files? I think I can follow this but I'm a bit confused by the username/UID thing since usually if a username is defined in /etc/passwd than the files will display the username. If a username is not defined in /etc/passwd then the ls command will revert to just showing the numbers which I take it is what you don't want to happen.
    If you could also sanitize and post even one of the acl's that might help clear up that portion of the problem as well.
    alan

  • 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.

  • Migrating from NT MS SQL to Linux O8

    I know I can export all my sql server data and scripts and such
    and then import them into O8, but I was wondering if anyone has
    seen any kind of migration tool that will just allow me to
    transfer all my users, tables, dbs, sp's, etc..., to O8 on Linux
    in one shot.
    I d/l'd the Oracle migration tool, but it looks like it only
    works with migrating from Oracle to Oracle. I haven't seen much
    for this and was thinking it would definitely be something that
    people will run into in the future since I'm sure I'm not the
    only one who's trying/tried this. Right now I'm just transferring
    everything via a small custom Java app. It would be nice to have
    a gui java app for all of this :-) hmmm..
    null

    Jason Lee (guest) wrote:
    : Unfortunately, I've only found migrations tools (Migration
    : Workbench) that will migrate from SQL NT to Oracle NT. No
    Linux..
    : Sigh. Guess I gotta do it the hard way...
    : D.Bee (guest) wrote:
    : : Jason,
    : : as I know, there that migration product should be freely
    : : available from Oracle, as well as tools to convert data from
    : : other databases. It is possible that it runs on Windows only,
    : but
    : : that is required just to complete conversion.
    : : DBee
    : : Jason Lee (guest) wrote:
    : : : I know I can export all my sql server data and scripts and
    : such
    : : : and then import them into O8, but I was wondering if anyone
    : has
    : : : seen any kind of migration tool that will just allow me to
    : : : transfer all my users, tables, dbs, sp's, etc..., to O8 on
    : : Linux
    : : : in one shot.
    : : : I d/l'd the Oracle migration tool, but it looks like it
    only
    : : : works with migrating from Oracle to Oracle. I haven't seen
    : much
    : : : for this and was thinking it would definitely be something
    : that
    : : : people will run into in the future since I'm sure I'm not
    the
    : : : only one who's trying/tried this. Right now I'm just
    : : transferring
    : : : everything via a small custom Java app. It would be nice to
    : : have
    : : : a gui java app for all of this :-) hmmm..
    You are half way there. What you can do is exporting your
    database on NT and import it back in on Linux.
    Hope this help.
    null

  • Upgrade 11.5.10.2 to R12 and migrate from linux 32-bit to linux 64-bit

    Dear all ,
    I have two servers :
    1. OS . Redhat 4 32-bit have the EBS 11.5.10.2 .
    2. OS . Oracle Linux 5.3 64-Bit have the DB 10.2.0.5 .
    i want to upgrade the EBS to R12 and migrate it on another server 64-Bit .
    Can you provide me please with the steps for this with the notes number.
    and should i run the upgrade first or migrate first.
    should i download R12 32-bit or 64-bit for linux .
    where should i run the rapidwiz .
    Note : the DB will stay on the same server and wont change anything on it.
    Thanks. waiting your reply.

    965322 wrote:
    Dear all ,
    I have two servers :
    1. OS . Redhat 4 32-bit have the EBS 11.5.10.2 .
    2. OS . Oracle Linux 5.3 64-Bit have the DB 10.2.0.5 .
    i want to upgrade the EBS to R12 and migrate it on another server 64-Bit .
    Can you provide me please with the steps for this with the notes number.
    and should i run the upgrade first or migrate first.
    should i download R12 32-bit or 64-bit for linux .
    where should i run the rapidwiz .
    Note : the DB will stay on the same server and wont change anything on it.
    Thanks. waiting your reply.I would suggest the following:
    1) Upgrade the database to 11.2.0.3
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0) [ID 881505.1]
    Database Preparation Guidelines for an E-Business Suite Release 12.1.1 Upgrade [ID 761570.1]
    2) Install R12 (64-bit) and upgrade to 12.1.1 on Node 1 after you install a 64-bit OS
    Oracle E-Business Suite Installation Guide Using Rapid Install
    http://docs.oracle.com/cd/E18727_01/doc.121/e12842/toc.htm
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    3) Upgrade to 12.1.3
    Oracle E-Business Suite Release 12.1.3 Now Available
    https://blogs.oracle.com/stevenChan/entry/ebs_1213_available
    Note: Please make sure you back up your 11i Apps tier files before you install 64-bit OS on Node 1. In case you have CUSTOM_TOPs you need to copy them to Apps R12 Apps tier (APPL_TOP) which can done before or after the upgrade.
    Thanks,
    Hussein

  • Upgrade and migration from Netware to Linux best practice

    Hi folks,
    We've been running NSM 2.5 for a few years on Netware and have been very satisfied with the product and performance. We are planning to migrating to SLES11 with OES11 very soon to finally move away from Netware and I have some issues I can't seem to find answers to. Of course I want to use NSM to move my home directories from my Netware to my SLES so I want this working well when we migrate.
    I've searched but not found a good resource to show how to move the NSM engine from a Netware server to a Linux server with best practices. Anyone have experience with this and any gottchas?
    The other question is of course is to upgrade NSM to a new version before or after the move to Linux/OES11? We are at Ver 2.5.0.43 and want to move to the latest version. Upgrade procedure and best practices would be handy.
    The last of course is NSM compatible with SLES/OES11? I presume it is and certainly hope so because we want to move all of our users to SLES11 NSS.

    On 5/9/2012 11:06 AM, jlauzon wrote:
    >
    > Hi folks,
    > We've been running NSM 2.5 for a few years on Netware and have been
    > very satisfied with the product and performance. We are planning to
    > migrating to SLES11 with OES11 very soon to finally move away from
    > Netware and I have some issues I can't seem to find answers to. Of
    > course I want to use NSM to move my home directories from my Netware to
    > my SLES so I want this working well when we migrate.
    > I've searched but not found a good resource to show how to move the NSM
    > engine from a Netware server to a Linux server with best practices.
    > Anyone have experience with this and any gottchas?
    The NSM 3.0.x Engine setup process actually handles the migration from
    NSM 2.5 fairly easily. Our 3.0 Installation Guide (available at
    http://www.novell.com/documentation/storagemanager3 ) includes all the
    information you should need regarding migration, including the
    suggestions I'll list here.
    You'll want to leave NSM 2.5 running during the migration so that the
    NSM 3.0 setup wizard can connect to that Engine and import its policies
    and pending events. You'll also want to have as few pending events as
    possible in NSM 2.5 -- deferred deletes are fine, but all pending events
    will slow down the migration process, since they'll have to be
    transferred over.
    > The other question is of course is to upgrade NSM to a new version
    > before or after the move to Linux/OES11? We are at Ver 2.5.0.43 and want
    > to move to the latest version. Upgrade procedure and best practices
    > would be handy.
    Again, this information is available in the 3.0 Installation Guide. To
    migrate from 2.5 to 3.0.x, you'll have to have at least one OES11 server
    in your tree to install it on; but you'll also have to leave the NSM 2.5
    Engine running on its Netware host long enough to migrate from it.
    > The last of course is NSM compatible with SLES/OES11? I presume it is
    > and certainly hope so because we want to move all of our users to SLES11
    > NSS.
    We are about to release version 3.0.4 of NSM, which provides full
    support for OES11 on SLES11. The NFMS Support Team can also provide you
    with builds of NSM 3.0.3 which support OES11; if you need those for
    early testing, please send an email to storagemanager[at]novell[dot]com.
    Hope this helps!
    - NFMS Support Team

  • Migrating from Netware to Linux - faster "sync" ?

    Hey all,
    Planning on doing a TransferID migration from netware 6.5 to linux this weekend and have done some trial data copies.. Main copy is already done, but the "sync" is still taking a large number of hours that I need to try and fit into a smaller window. Any tips on getting sync to go faster? I'm currently using the miggui but wondering if you do the commands manually, leaving things out like displaying progress bar, etc.. if it'll get to it quicker.

    Originally Posted by joebrug
    Hey all,
    Planning on doing a TransferID migration from netware 6.5 to linux this weekend and have done some trial data copies.. Main copy is already done, but the "sync" is still taking a large number of hours that I need to try and fit into a smaller window. Any tips on getting sync to go faster? I'm currently using the miggui but wondering if you do the commands manually, leaving things out like displaying progress bar, etc.. if it'll get to it quicker.
    So, we have 6-year old HP DL-385 (no G, that's old they are) that are slower than you know what.
    We're migrating to HP DL385 G6 or G7, but we're using VMware ESXi, so the target OES11 server is a Guest VM.
    Both servers are on a gigabit switch.
    We average approx. 15-20 GB/hour (it's not the AMOUNT of data, it's how many small files that affects things).
    We're able to get the sync to fit in a small window (even our large ones, maybe 2-4 hours).
    Is that not fast enough (although you may have LOTS more small files that change daily).
    Basically we cart the server down, run the sync during the day until it finishes. Obviously it skips things that were in use. Then we kick everyone off the server at 3:00 and start the sync.
    Since you're on NetWare to OES, I would NOT recommend rsync. The rsync on NetWare is very touchy/finicky and I don't think you can migrate trustees either.
    From OES2 to OES11, you could use rsync, although I'm having mixed results with the trustees at the moment.
    One thing we DO have is a "static" set of read-only data on the server, that we do NOT migrate over. We have a central office server that contains the "master" data and the clients run rsync to pull the data. So we don't even back it up either (other than the main office).
    I can't remember the EXACT numbers we got when we did NetWare to OES2, but I still think we were averaging somewhere around 12-17GB/hour depending on. The key point was to make sure you were gigabit and didn't have a mis-match because someone in your datacom unit set the **** switch to 100-full or something other than auto-auto.
    Oh, and if you have disk quotas, make sure that you either clear them or keep compression enabled. THAT will slow things down because if it tries to copy something, and there's not enough space, it'll retry like X times and then continue on and you find out like 10 hours later it was slow because you didn't have enough directory quota space.

  • Migrating from Linux Mail to Exchange 2013

    Is there any official documents of the Best Practices of migrating Linux Mail (Exim) to Exchange 2013?
    I appreciate any help that I can receive. Thanks in advance.
    My best regards.

    Hi,
    Basic on my research, I’m afraid that there is no tool for this kind of migration, we may need to start from PST file.
    We can use Microsoft Exchange PST Capture to search for PST files on computers in your organization and then import those files to mailboxes in your organization, for your reference:
    https://technet.microsoft.com/en-us/library/hh781036(v=exchg.141).aspx
    Besides, I find an similar thread about Migrate Exim to Exchange:
    https://social.technet.microsoft.com/Forums/office/en-US/0ff095c4-2334-4dd6-8d08-bbee1c98867e/migrating-from-linux-to-exchange-server-2010-question?forum=exchangesvradminlegacy
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Allen Wang
    TechNet Community Support

  • Newbie consulting about migration to Arch Linux from Ubuntu

    I am using Ubuntu until I find Arch Linux, and I feel I quite agree with its principle of simplicity. I am considering a migration to Arch Linux.
    The two major aspects I am thinking over are NTFS support and Chinese support.
    As for NTFS, I need a system which has the capability to both read and write NTFS partitions, and stability is quite important for me. I cannot afford any data loss! With Ubuntu, I have never suffered a data loss from NTFS partitions.
    As for Chinese, I do not care about the UI language. Usually I use US English. But I need the system to display Chinese and allow me to input Chinese.
    Does Arch Linux meet my requirements? Or is it possible to configure it to have those capabilities?
    Thank you! And sorry for my poor English.

    Runiq wrote:
    ntfs-3g takes care of NTFS support. It's quite stable here, and I reckon Ubuntu uses it as well.
    From my experiences with writing Japanese, I'd say that Arch is definitely able display Chinese as well. Writing chinese Characters shouldn't be that difficult either, given the fact that all Linux packages are basically the same. It's also possible to display and write Chinese characters in a console.
    As for stability, I never had any problems, though it's in rare cases necessary to refer to the homepage before updating system-critical packages. I'd also update at least once a week if I were you.
    Thank you!
    The stability I stated mainly refers to the stability of ntfs-3g.

Maybe you are looking for

  • How to stream movies from hard drive to apple tv

    I have an external hard drive connected to my Airport Extreme, which works for my Time Capsule and saving files wirelessly; however, I do not know how to access the movies I have on it via my Apple TV or iPhones without having my laptop open using Ho

  • CS4 Resizing in InDesign to odd %'s

    Since I need to resize 4 ads into 27 mostly different sizes ... is there something like there was Resize It (if that is the right name) for Quark ... only for InDesign? So that things size correctly without having to go in and tweek photos and re-mov

  • Multiple Firewire Drives Do Not Load to Desktop

    Hi all, I have been using several Firewire External drives with Avid Express Pro editing system. Over the past months several firewire drives have broken down on me, increasingly loosing functionality over a period of several weeks. I have now damage

  • Change Primary Disk. Now Bootcamp won't boot.

    I had an original 1TB disk, partitioned for Bootcamp. All good. Instaled a Thunderbolt conected SDD as primary disk. Left the 1TB With Bootcamp and added a new partition to clone the SDD. Now it does not boot from Bootcamp neither VMWare recognizes t

  • Problems Installing Designer 6.0 over Oracle 8i (Linux SUSE 8.0)

    I have problems installing Designer 6.0 over Oracle 8i (Linux SUSE 8.0). When I try to create the repository the installation hang up. I try over Oracle 8i (WIndows 2000) and the problems remain. Please any body can help? Is it possible to install De