I686 -- x86_64 upgrade - steps i took to keep packages/settings/data

So i successfully upgraded from i686 to x86_64 over the weekend; took me two tries but once i stopped making stupid mistakes it was actually pretty easy.  i'd like to document what i did (and some easy places to go wrong) here in this forum post, then maybe if i get the time, look into where and how to post a wiki entry.  [anyone who would like to put forth the effort is more than welcome to convert this to a wiki themselves]
My Scenario:
i had a working 686 install on a 250G drive with 2GB memory.  i bought a new 500G drive and 4GB memory to use in this ugrade.  i also had a 320G drive to store backup data for use in the transition.
The Steps:
first, backup /etc and /home/username to another drive that'll be accessible in your new system. 
cp -a /etc /home/username /backup_dir/
[sidenote]i used tar the first time but that was a pain.  when i finally went to restore, i got /etc/etc then i got /etc/* directly in / and then i had /home/username/home/username.  meh, my fault mostly but annoying nonetheless.  go with cp -a, it maintains the permissions and mod times and it's recursive by default including dot-files.  much easier if you've got the space.[/sidenote] 
second, create a list of installed packages to be reinstalled into the new system.
pacman -Qqe | grep -vx "$(pacman -Qqm)" > /backup_dir/pacman.lst
pacman -Qqm > /backup_dir/aur.lst
next, swap out your drives and install arch64 onto your new drive using whatever method you're comfortable with from the install cd.
note: with a clean out-of-the-box HDD i couldn't get the first [pata] boot live cd option to work, so i had to use legacy IDE.  this could be an isolated incident, i dunno; on my second attempt however (after the drive had already been formatted twice) i could use the first [recommended] option and these instructions continue from there.
now assuming all went well (i had to reformat/install a few times due to grub errors ), you should be rebooted into your new working 64bit system at this point.
the first thing i did was [-Syu then...] make a directory to mount my backup drive, add it's entry to fstab and mount it; if this were an ubuntu64 transition, i'd spell that out for you...
now, back up a few key /etc files that we don't want to modify during the restore (all of these are probably not needed, but on my second attempt at this i wasn't taking any chances...)
cp -a /etc/{fstab,pacman.conf,pacman.d,makepkg.conf} /backup_dir/
note: you _could_ just copy these files directly into /backup_dir/etc (overwriting your 686 backups) then they'll come over when you restore, but i like to separate steps sometimes to prevent errors, do whatever you feel comfortable with.
next, reinstall all of your packages.  thanks to the beauty that is pacman, this is a trivial (albeit timeconsuming) step.  aur.lst won't be used in this post but will come in handy later when you want to manually reinstall any foreign packages you had in your 32 bit system.  also, check the announcements forum about the klibc error(s), it will probably be required for you.
note: if you're comfortable editing pacman.conf and pacman.d/mirrorlist, do so now to maximize your download speed in the next step (don't forget to [re-]back them up to /backup_dir)
cat /backup_dir/pacman.lst | xargs pacman -S --noconfirm --needed
this will take forever.  go get dinner and come back to see how it went.
once that's all done we can restore /etc and /home then put back the files we didn't want modified
cp -a /backup_dir/etc /
cp -a /backup_dir/username /home/
cp -a /backup_dir/{fstab,pacman.conf,pacman.d,makepkg.conf} /etc/
now... gingerly... carefully... reboot.  hopefully, if you've been diligent, all should be well and it should look like your 686 system. 
go ahead and re install any packages you got from AUR at this point. 
Things to Note:
as i just did this yesterday, i'm still finding the little things that didn't get restored with this method, i'll list them below as i find them.
1. crontabs, dunno where they're stored but i had to recreate mine
2. firefox... error, "can't find GRE between version..."
fixed with:
sudo xulrunner --register-global
3. mySQL db's (my amarok db) is stored in /var/lib by default.  backup/restore it or recreate it after your upgrade.
4. some programs store config/theme files in /usr/share (slim, some kde icons...) it's nothing important but keep it in mind if you've modified things in there.
5. backing up /usr or /opt might be a good idea; backing up /var is _not_ a good idea as it contains all your 32 bit packages
good luck!
pat
Last edited by brisbin33 (2009-08-24 14:21:52)

fukawi2 wrote:
Could you boot the 64-bit LiveCD and mount your existing installation to /mnt/sda1, then:
pacman -Sy
pacman -Qqe --dbpath /mnt/sda1/var/lib/pacman > /tmp/packages.txt
for PKG in `cat /tmp/packages.txt` ; do
pacman -S --root /mnt/sda1 --logfile /mnt/sda1/var/log/pacman.log --noconfirm $PKG
done
I decided to give this a shot on my laptop this evening, mostly out of boredom.
I had to make a few tweaks to your commands to get it to reinstall the packages.  When you use --root with pacman it will look for the the log file and database relative to that root (unless it is specified in pacman.conf which it isn't atleast in the usb install image I used), so you need to specify the dbpath back to the installer's filesystem.  Alternatively you could do pacman -Syu --dbpath /mnt/var/lib/pacman and update the one in the existing install. Pacman will also freak out about existing files so giving it the -f option is needed too.
for PKG in `cat /tmp/packages.txt` ; do
pacman -Sf --root /mnt/ --dbpath /mnt/var/lib/pacman --logfile /mnt/var/log/pacman.log --noconfirm $PKG
done
That will get it to reinstall everything.
I didn't bother to update my i686 install before I did this and ldconfig was yelling about some modules with the same soname but are a different type, older vesions that didn't get overwritten.  I'm thinking bringing the system up to date first would have prevented this, and it may have been the root of the problem I was having next.
After that I booted from the hard drive and it would hang with a few messages stating "runaway loop modprobe binfmt-464c".  Tried reinstalling grub and some other tricks I found with google but nothing got it going.  This probably had something to do with some 32bit leftovers some where, and ldconfig not running cleanly.  I wasn't about to go through and try to delete all of the offending modules, so I cut my losses and did a fresh install.  Good thing I had the sense to back up first.  Now I just have to wait for all of the packages to download again.
Andy
Last edited by phydeaux (2009-02-16 02:23:29)

Similar Messages

  • How can I automate the firefox upgrade for 1000+ computers and keep user settings

    During our network scans we see various versions of Firefox, which show some type of security issue. We would like all users to be on the same version of Firefox, we also have turned off the update feature in FIrefox and we want to manage it has part of our desktop support

    Can you use a login script (or other script) to download and execute a full installer from an internal drive? The user normally will see a prompt during this process, but you can set a command-line switch or use an .ini file for a silent install.
    Full installers: https://www.mozilla.org/firefox/all/
    Command line switches: https://wiki.mozilla.org/Installer:Command_Line_Arguments

  • 11i upgrade - Step: Apply latest product patches (required)

    Hi,
    I am in the process of upgrading 11.5.9 (DB 9.2.0.4) to 12.1.1 (DB 10.2.0.5).
    As part of the upgrade steps in document titled *"Oracle® E-Business Suite Upgrade Guide Release 11i to 12.1.1 Part No. / E16342-04 / August 2010"*, I was directed to apply the latest product patche. Chapter 3, section 5.
    I downloaded the latest copy of the patchsets.sh from Oracle and ran it with the following parameters:
    patchsets.sh connect=apps/<apps_password> available=metalink
    This tool generated a bunch of reports including one called "Report.txt" and "Report_R12.txt"
    Which one of these patches am I supposed to download and apply to be able to continue with the upgrade?
    An excerpt From "Report.txt":
    =============================================================================
            Report Generated: Fri Sep 16 15:34:12 EDT 2011               Tool Version:  4.52
      Patchsets List Updated: Sep 15 22:30
                  Machine/OS: Linux xxxxxxxxxxxxxxxxxxxx 2.6.9-101.ELlargesmp #1 SMP Fri May 27 19:07:07 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
                      Domain:
             applptch Source: Patch.csv
       Version from APPLPTCH: 12.1.1
                    Database: PROD
           Limited Report to: APPLFULL and APPLSHAR products
                    APPLFULL: AK ALR AP AR AS AX AZ BNE CE CHV EC ECX EDR FA FND FRM FV GHR GL GMS HZ IBY ICX IGI IGW ITG JTF JTM PA PER PN PO PQH PSA PSB PSP RG SSP
                    APPLSHAR: AD AMV ASO AU BEN BOM CRP CS CUA DT ENG FF INV MFG MRP ONT PAY QA QP SHT WIP XLA
             Pseudo Products:  ADO AHL AME AML AMS AMW ASF ASG ASL ASN ASP AST BIC BIL BIM BIS BIV BIX BPA BSC CAC CCT CDR CLA CLE CLJ CLL CLN CN CSC CSD CSE CSF CSI CSK CSL CSM CSP CSR CSZ CTB CUG CZ DDD DDR DNA DOM DPP EAM EDW EGO ENI EWS FEM FII FLM FPA FTE FTP FUN FWK GCS GHG GMA GMD GME GMF GMI GML GMO GMP GR HCP HCT HRI HXT IA IBC IBE IBU IBW IEB IEC IEM IEO IES IEU IEX IGP IGR IGS IMC INL IPA IPM IRC ISC ITA ITM IZU JA JAI JE JG JL JMF JTA JTH JTO JTT JTY LNS MSC MSD MSE MSO MSR MST MTH MWA OAM OCM OE OIE OIR OKC OKE OKI OKL OKS OKX OPI OTA OWF OZF PFT PJB PJC PJF PJI PJL PJM PJR PJT PMI POA POM PON POS PQP PRP PV QOT QPR QRM RCI RLM RRS TXK UMX VEA WMS WPS WSH WSM XDO XDP XLE XNB XNP XTR ZPB ZX
                  Written By: Oracle Support, SSANDREW
                     WARNING: DOWNLOAD CHANGING NOVEMBER 3rd, 2006
             Program Updates: ftp://ftp.oracle.com/support/outgoing/PATCHSET_COMPARE_TOOL
          Download Patchsets: Go to link below or click on Patches
         http://metalink.oracle.com/metalink/plsql/dis_download.startup
    =============================================================================
    Applied Patchsets that Match ARU:
    FAMILY PACKS
    Prod      Patchset             Bug     RELEASED Release Status      Distribution
    =======================================================================================
    atg_pf    R12.ATG_PF.A.1      5907545 07/04/15 23:44:46 Checkin Released     Not_Distributed                           
    atg_pf    R12.ATG_PF.A.2      5917344 07/07/13 05:48:57 Checkin Released     Not_Distributed                           
    atg_pf    R12.ATG_PF.A.3      6077669 07/10/14 21:48:17 Checkin Released     Not_Distributed                           
    atg_pf    R12.ATG_PF.A        4461237 07/01/18 17:08:25 Checkin Released     Not_Distributed                           
    atg_pf    R12.ATG_PF.A.4      6272680 08/01/13 09:10:12 Checkin Released     By_Metalink                               
    atg_pf    R12.ATG_PF.B.1      7307198 09/04/07 22:45:29 Checkin Released     Not_Distributed                           
    APPLIED PATCHSETS
    Prod      Patchset             Bug     RELEASED Release Status      Distribution
    =======================================================================================
    ado       R12.ADO.B.1         7460276 09/04/07 22:19:25 Checkin Released     Not_Distributed                           
    ado       R12.ADO.B           6867824 08/08/11 22:59:18 Checkin Released     Not_Distributed                           
    ad        R12.AD.A.1          5905728 07/04/13 13:11:10 Checkin Released     Not_Distributed                           
    ad        R12.AD.A.2          6014659 07/07/13 05:30:06 Checkin Released     Not_Distributed                           
    ad        R12.AD.A.3          6272715 07/10/14 17:33:24 Checkin Released     Not_Distributed                           
    ad        R12.AD.A            4502962 07/01/18 17:08:25 Checkin Released     By_Metalink                               
    ad        R12.AD.A.4          6510214 08/01/13 07:38:00 Checkin Released     By_Metalink                               
    The Most Recent Release Family Packs on Metalink(Not Included Above) are:
    =======================================================================================
    atg_pf    R12.ATG_PF.A.6      7237006 08/11/05 20:30:52 Checkin Released     By_Metalink                               
    atg_pf    R12.ATG_PF.B.2      7651091 09/12/16 08:03:30 Checkin Released     By_Metalink                               
    atg_pf    R12.ATG_PF.B.3      8919491 10/07/08 01:40:33 Checkin Released     By_Metalink                               
    cc_pf     R12.CC_PF.A.6       7291073 08/11/06 03:57:36 Checkin Released     By_Metalink                               
    cc_pf     R12.CC_PF.B.2       8522000 09/12/17 01:08:48 Checkin Released     By_Metalink                               
    The Most Recent Release Patchsets on Metalink(Not Included Above) are:
    =======================================================================================
    ad        R12.AD.A.6          7305220 08/11/05 11:14:22 Checkin Released     By_Metalink                               
    ad        R12.AD.B.2          8502056 09/12/16 06:44:40 Checkin Released     By_Metalink                               
    ad        R12.AD.B.3          9239089 10/07/07 14:22:15 Checkin Released     By_Metalink                               
    cdr       R12.CDR.A          10161040 11/05/11 08:39:23 Checkin Released     By_Metalink                               
    cla       R12.CLA.B           8506229 09/06/30 23:13:11 Checkin Released     By_Metalink                               
    Base Patchset List for 12.1.1 included below:
    =============================================================================
    7461070 - R12.AD.B.1 ad 10-APR-09 Checkin Released By_Metalink
    6665350 - R12.AD.B ad 13-AUG-08 Checkin Released Not_Distributed
    7458155 - R12.AD.B.1 ad 08-APR-09 Checkin Released Not_Distributed Thanks,
    Sinan

    Hi,
    In your above output it will be
    The Most Recent Release Patchsets on Metalink(Not Included Above) are:
    =======================================================================================
    ad        R12.AD.A.6          7305220 08/11/05 11:14:22 Checkin Released     By_Metalink                               
    ad        R12.AD.B.2          8502056 09/12/16 06:44:40 Checkin Released     By_Metalink                               
    ad        R12.AD.B.3          9239089 10/07/07 14:22:15 Checkin Released     By_Metalink                               
    cdr       R12.CDR.A          10161040 11/05/11 08:39:23 Checkin Released     By_Metalink                               
    cla       R12.CLA.B           8506229 09/06/30 23:13:11 Checkin Released     By_Metalink                               
    Thanks

  • I just upgraded my phone. I keep getting duplicate texts. Please help.

    I just upgraded my phone. I keep getting duplicate texts. Please help. Thanks!

    Toggle iMessage Off then On
    Turning iMessage off then on again worked for my particular issue. You can do this by following these steps:
    From the Home screen, open “Settings“.
    Select “Messages“
    Slide “iMessages” to off for about 3 minutes, then turn it back on.
    Your iPhone will be re-registered and may clear up the duplicate text message notification problem.
    Repeat Alerts Setting
    There is a setting that repeats notifications which could cause this issue. Check it with these steps:
    From the Home screen, open “Settings“.
    Select “Notification Center“.
    Choose “Messages“.
    Ensure that the “Repeat Alerts” setting is set to “Once“.
    Send & Receive Setting
    Another setting that involves sending notifications to multiple numbers could be the issue as well. Check the following:
    From the Home screen, open “Settings“.
    Select “Messages“.
    Choose “Send & Receive“.
    Ensure that only your phone number is listed in the “You can be reached by iMessage at” area. If you have an email address or anything else listed, it could cause duplicate text messages.

  • ASU-process POST Upgrade Step on SQL database

    Hi All,
    To check this message in the right format kindly click on reply first then click on quote original icon ("").
    I am performing an upgrade from R/3 4.7 to ERP 6.0 SR3, while doing upgrade sapup asking me To perform the manual application specific post upgrade step.
    This phase says to run ASU toolbox by using tx /n/asu/upgrade. when i run this tx is show the below list of steps to be performed with showing severity level of some as optional and many as obligatory.
    Task List                                                                                Severity     SAP R/3 release frm     SAP R/3 release to
    IS-OIL Application Test 600                                                 Optional          
    KP06xx: Termination SYNTAX_ERROR                                                 Obligatory     470                           500
    CGPL: Entries are blank after upgrade                                                Obligatory          
    Error handling of task group execution                                Optional          
    Mobile device cannot confirm TO after release upgrade     Obligatory     470                         600
    Mobile device doesn't find transfer orders after upgrade     Obligatory     470                          600
    Grantee Management - Upgrade from EA-PS 2.00 to ECC 600     Obligatory          
    Convert customizing for warehouse funds ctr scenarios     Optional          
    Various problems classification commitment items (class type     Obligatory          
    Unauthorized error messages udring fiscal year change/reassi     Obligatory          
    RFFMUDX1 migrates incomplete budgeting tables                          Obligatory          
    Non-7bit-ASCII character used for BCS key figures             Obligatory          
    Changes in TKEDR for /ISDFPS/RFFMDISTDERIVALE          Obligatory          
    BCS - Tool for Deleting Obsolete Derivation Strategies     Obligatory          
    BCS Syntax Error on Upgrade from EA-PS 2.00 to ECC 600     Obligatory          
    Migration to ERP 6.0 (EA-PS 6.00)                                         Obligatory          
    Migration EA-PS 2.00 to ERP 5.0 (EA-PS 5.00)                      Obligatory          
    Missing initialization of new fields in table ANLZ                  Obligatory     46C                       470
    Activating VMC for the Internet Pricing and Configurator     Obligatory          
    Customer specific BSEG-fields not transferred                  Optional          
    Conversion of report headers in drilldown-reporting            Optional                                   600
    IBase: Upgrade to Release 4.6C and higher                         Optional     46C                         600
    ZSAPRCKML_COGS: Upgrade to release 4.7 or higher     Optional     46C                      470
    Conversion of CO-Total-Tables                                              Obligatory     46C                      500
    Conversion of CO-line-item table COEP                                Obligatory     46C                       600
    New General Ledger, problems in CO-documents                 Obligatory                               500
    No receivers found in allocations                                          Obligatory     46C                        470
    Conversion Of New Process Parameter Long Texts For Search     Optional     110                       600
    Migration of process parameters in recipe management     Optional     110                        600
    FAQ new depreciation calculation                                        Optional                                600
    Upgrading to SAP R/3 47x200 and SAP ECC 500 with RMGMT     Obligatory     100                       500
    Reloading Table T512W                                                        Optional          
    Converting Short Texts                                                         Obligatory          
    Migrating Data                                                                         Optional     4.7     
    Activating SAP ECC Extensions                                          Optional          
    I am not sure about which steps I have to perform, I am a bit confused.. because some are optional and some are not relevant to my release (as target or source release is different from mine). and also few things are not applied in my envirnoment hence those steps are also not relevant.
    Please suggest me, how to proceed and what to do. please guide if i skip this step now and later  on I apply latest SP than still I need to do all this.
    Regards
    Vinay

    Hi All,
    I also faced a similar issue during upgrade. Some useful findings.
    1. Only super user can access this /n/ASU/START
    2. All the obligatory executable tasks are automatically performed by the system automatically during upgrade.      SAPADM. Only errors (if any) are to be corrected.
    3. Some of the tasks are only to go through some SAP notes as a precaution before upgrade.
    4.  Execute all the checks /n/ASU/UPGRADE
    5. This surely can be skipped, but not advisable.
    regards,
    Amit

  • Upgrade step ASU-process post upgrade step

    Hi All,
    To check this message in the right format kindly click on reply first then click on quote original icon ("").
    I am performing an upgrade from R/3 4.7 to ERP 6.0 SR3, while doing upgrade sapup asking me To perform the manual application specific post upgrade step.
    This phase says to run ASU toolbox by using tx /n/asu/upgrade. when i run this tx is show the below list of steps to be performed with showing severity level of some as optional and many as obligatory.
    Task List                                                                                Severity     SAP R/3 release frm     SAP R/3 release to
    IS-OIL Application Test 600                                                 Optional          
    KP06xx: Termination SYNTAX_ERROR                                                 Obligatory     470                           500
    CGPL: Entries are blank after upgrade                                                Obligatory          
    Error handling of task group execution                                Optional          
    Mobile device cannot confirm TO after release upgrade     Obligatory     470                         600
    Mobile device doesn't find transfer orders after upgrade     Obligatory     470                          600
    Grantee Management - Upgrade from EA-PS 2.00 to ECC 600     Obligatory          
    Convert customizing for warehouse funds ctr scenarios     Optional          
    Various problems classification commitment items (class type     Obligatory          
    Unauthorized error messages udring fiscal year change/reassi     Obligatory          
    RFFMUDX1 migrates incomplete budgeting tables                          Obligatory          
    Non-7bit-ASCII character used for BCS key figures             Obligatory          
    Changes in TKEDR for /ISDFPS/RFFMDISTDERIVALE          Obligatory          
    BCS - Tool for Deleting Obsolete Derivation Strategies     Obligatory          
    BCS Syntax Error on Upgrade from EA-PS 2.00 to ECC 600     Obligatory          
    Migration to ERP 6.0 (EA-PS 6.00)                                         Obligatory          
    Migration EA-PS 2.00 to ERP 5.0 (EA-PS 5.00)                      Obligatory          
    Missing initialization of new fields in table ANLZ                  Obligatory     46C                       470
    Activating VMC for the Internet Pricing and Configurator     Obligatory          
    Customer specific BSEG-fields not transferred                  Optional          
    Conversion of report headers in drilldown-reporting            Optional                                   600
    IBase: Upgrade to Release 4.6C and higher                         Optional     46C                         600
    ZSAPRCKML_COGS: Upgrade to release 4.7 or higher     Optional     46C                      470
    Conversion of CO-Total-Tables                                              Obligatory     46C                      500
    Conversion of CO-line-item table COEP                                Obligatory     46C                       600
    New General Ledger, problems in CO-documents                 Obligatory                               500
    No receivers found in allocations                                          Obligatory     46C                        470
    Conversion Of New Process Parameter Long Texts For Search     Optional     110                       600
    Migration of process parameters in recipe management     Optional     110                        600
    FAQ new depreciation calculation                                        Optional                                600
    Upgrading to SAP R/3 47x200 and SAP ECC 500 with RMGMT     Obligatory     100                       500
    Reloading Table T512W                                                        Optional          
    Converting Short Texts                                                         Obligatory          
    Migrating Data                                                                         Optional     4.7     
    Activating SAP ECC Extensions                                          Optional          
    I am not sure about which steps I have to perform, I am a bit confused.. because some are optional and some are not relevant to my release (as target or source release is different from mine). and also few things are not applied in my envirnoment hence those steps are also not relevant.
    Please suggest me, how to proceed and what to do. please guide if i skip this step now and later  on I apply latest SP than still I need to do all this.
    Regards
    Vinay
    Edited by: Vinay Paul on Sep 11, 2009 10:11 PM

    Hi All,
    I also faced a similar issue during upgrade. Some useful findings.
    1. Only super user can access this /n/ASU/START
    2. All the obligatory executable tasks are automatically performed by the system automatically during upgrade.      SAPADM. Only errors (if any) are to be corrected.
    3. Some of the tasks are only to go through some SAP notes as a precaution before upgrade.
    4.  Execute all the checks /n/ASU/UPGRADE
    5. This surely can be skipped, but not advisable.
    regards,
    Amit

  • Upgrade steps Details for 9.2.0.8 to 11.2.0.3 Database

    Support,
    We have one requirement from our client like "Upgrade the Database from 9.2.0.8 to 11.2.0.3". They are asking only the DB upgrade except Application.
    Our Current Database is running in Solaris OS and DB is an 9.2.0.8 and Application is an 11.5.10.2.
    I am going to follow the below documents for the Database Upgrade process using DBUA for First Iteration,
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0.3) (Doc ID 1585577.1)
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0) (Doc ID 881505.1)
    In the above documents they mentioned the steps related to the 11g new home installation and upgrade process but before starting the process what are all the things i have to check it in my current Database and Applications.
    Because i have clear idea on what we have to do in the new Oracle Home 11g and the Upgrade process but still have some confusion on the Pre-Upgrade Steps in current database.
    Kindly suggest me what are the details i have to collect and check in my Current Database or provide any proper Oracle documents for the Database Pre-Upgrade Process.
    Thanks in advance,
    Vijay.

    Vijay,
    We would suggest you advice your customer to upgrade to 11.2.0.4 instead on 11.2.0.3
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0) (Doc ID 881505.1)
    https://blogs.oracle.com/stevenChan/entry/11_2_0_4_database
    Preparing to Upgrade Oracle Database can be found at http://docs.oracle.com/cd/E11882_01/server.112/e23633/toc.htm
    You would also need to refer to:
    How To Get The Proper Environment Set To Run Adbldxml.pl When Upgrading To 11g/11gR2? (Doc ID 1310854.1)
    11i: ad_parallel_compile: Ora-01031: Insufficient Privileges in adadmin / re-create grants and synonyms for APPS schema after upgrade from 10gR2 to 11gR2 (Doc ID 1148264.1)
    Note: Please note that we have a dedicated forum for EBS questions -- https://forums.oracle.com/community/developer/english/e-business_suite
    Thanks,
    Hussein

  • After upgrade to mavericks: time machine keeps asking for my back up disk and won't open unless i plug in the disk. any solutions?

    after upgrade to mavericks: time machine keeps asking for my back up disk and won't open unless i plug in the disk. any solutions?
    before the upgrade, i could open time machine without the need for having the back up disk plugged in.

    Ok. I got it to work, sort of....
    As I mentioned before I tried the "disk password" and the "Time capsule Password" options to see if I can start the back up again or start a new backup. Neither worked. So I tried the firmware down grade, but like you said that did not work. I then decided to try the "Account password" option and I have never used this option before becasue it states that if there is data on the drive it would not be acessable after creating an account. Since I wiped out the disk that was nno problem. When I created the new account and choose the drive it asked for the user name and password. I entered the info for the new account I just created(FYI this has nothing to do with your login username and password), bingo! It worked!
    Now I have two partitions on the TC disk. The old one and now the new account. I am guessing this is to be used if I have multiple computers, which I don't.
    I any case, I am going to wipe out everything again and try again to do a backup the way I had it before.

  • After upgrading to mountain lion i keep getting an error message saying my startup disc is full. it shouldnt be full because there is barely anything on there and i was running windows with bootcamp prior to this with no issues

    after upgrading to mountain lion i keep getting an error message saying my startup disc is full. it shouldnt be full because there is barely anything on there and i was running windows with bootcamp prior to this with no issues. my computer now freezes and programs close randomly. The usual command for opening windows with bootcamp doesnt work. once in restarted my computer after it froze and it rebooted in windows automatically. i really just want to know if there is a way to take the upgrade off my laptop because it is very annoying.

    Hi Memalyn
    Essentially, the bare issue is that you have a 500GB hard drive with only 10GB free. That is not sufficient to run the system properly. The two options you have are to move/remove files to another location, or to install a larger hard drive (eg 2TB). Drive space has nothing to do with SMC firmware, and usually large media files are to blame.
    My first recommendation is this: download and run the free OmniDiskSweeper. This will identify the exact size of all your folders - you can drill down into the subfolders and figure out where your largest culprits are. For example, you might find that your Pictures folder contains both an iPhoto Library and copies that you've brought in from a camera but are outside the iPhoto Library structure. Or perhaps you have a lot of purchased video content in iTunes.
    If you find files that you KNOW you do not need, you can delete them. Don't delete them just because you have a backup, since if the backup fails, you will lose all your copies.
    Don't worry about "cleaners" for now - they don't save much space and can actually cause problems. Deal with the large file situation first and see how you get on.
    Let us know what you find out, and if you manage to get your space back.
    Matt

  • Upgrade to iphone 5 and keep unlimited data from an old blackberry?

    To Whom this may concern,
    I currently have a family plan with 5 lines (1 basic phone, 2 iphone 4s, and 1 blackberry bold). Both iphone 4s phones have 2gb of Internet data a month and the blackberry has unlimited internet data. I have 2 upgrades on my family plan, the iphone 4s and blackberry. If I transfer the upgrade from the 4s to the basic phone and then get the new iphone 5 from the basic phone upgrade (I would have to get the 2gb data plan when i purchase iphone 5 for the contract price), can I then put the iphone 5 on the blackberry line (basically just switch phones) to keep my unlimited data, then put the basic phone back where it was and cancel the 2gb data plan (not get charged the $30 for the month)? I have read and heard that this can happen and was wondering if I could do it.
    Any help and if would be greatly appreciated. Sorry if this has already been posted.
    Thanks Guys

    phild9590 wrote:
    To Whom this may concern,
    I currently have a family plan with 5 lines (1 basic phone, 2 iphone 4s, and 1 blackberry bold). Both iphone 4s phones have 2gb of Internet data a month and the blackberry has unlimited internet data. I have 2 upgrades on my family plan, the iphone 4s and blackberry. If I transfer the upgrade from the 4s to the basic phone and then get the new iphone 5 from the basic phone upgrade (I would have to get the 2gb data plan when i purchase iphone 5 for the contract price), can I then put the iphone 5 on the blackberry line (basically just switch phones) to keep my unlimited data, then put the basic phone back where it was and cancel the 2gb data plan (not get charged the $30 for the month)? I have read and heard that this can happen and was wondering if I could do it.
    Any help and if would be greatly appreciated. Sorry if this has already been posted.
    Thanks Guys
    If the iPhone 4S, already has the 2GB data plan and it is eligible for an upgrade, why don't you order the iPhone 5 on that line?  You would extend the contract on the iPhone 4S line and then you can use the iPhone 5 on the BlackBerry line.

  • Can I keep my Unlimited Data if I use my husbands upgrade?

    The last phone I bought was the iPhone 5s and at that time I was able to use my husbands upgrade and keep my unlimited data...then he used my upgrade...I am wanting to do the same thing. Do I still have that option and will I be able to preorder over the phone at 12:01am to do it?

        That's a good question and the new iPhones are nice hl7272! If you and your husband are on separate accounts, you will be able to activate the new phone on your line, (account), and keep your unlimited data. However, if you're on the same account, you won't be able to do the Alternate Upgrade and keep unlimited data. Even if you're using your husband's upgrade, when the phone is activated on your line, you will need to choose from a current data plan.
    Thank you,
    VanessaS_VZW
    Follow us on Twitter @VZWSupport 

  • Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16

    Hello,
    I've encountered issue during installation of SP1 to SQL Server 2012. After upgrade I'm getting this error in Event Log:
    Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16. This is a serious error condition which might interfere with regular operation and the database will be taken offline.
    If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective actions and re-start the database so that the script
    upgrade steps run to completion.
    Can someone point me direction how I can fix it? This is a production server and currently only way to make it working is to use T902 flag in SQL Server startup params. I've found some suggestions to check Data path if it exists but it does so this is not
    the issue here. Any ideas?
    I've found also here
    http://www.sqlservercentral.com/Forums/Topic1377073-1550-1.aspx#bm1378279
    suggestions for similar issue with SQL Server 2008 which that I should do:
    Via ssms:
    From msdb:
    Delete:
    dc_admin role
    Dc_operator role
    Dc_proxy role
    UlitityCMRReader role
    UtilityIMRReader role
    UtilityIMRWriter role
    but for not I didn't tried it yet. This is standalone SQL Server instance.
    Any help really appreciated.
    Regards

    Script returns the same error.
    System databases:
    1    1    760    -1    10    1048578    0    1    master        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf
    2    0    12768    -1    10    1048642    0    1    mastlog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
    1    1    1024    -1    10    1048578    0    2    tempdev        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\tempdb.mdf
    2    0    64    -1    10    1048642    0    2    templog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\templog.ldf
    1    1    288    -1    128    2    0    3    modeldev    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\model.mdf
    2    0    4464    -1    10    1048642    0    3    modellog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\modellog.ldf
    1    1    28936    -1    10    1048578    0    4    MSDBData    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBData.mdf
    2    0    3352    268435456    10    1048642    0    4    MSDBLog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBLog.ldf
    are all in place where path shows.
    Before sending my message I've searched update script for "FROM master.sys.master_files" and I found script which you are showing me. I've made some digging and when I runned:
           SELECT physical_name
           FROM master.sys.master_files
           WHERE (name = N'master')
    it returned also path to one my customers database name which has filename set correctly but it's Logical DB name is master and mastlog. I'm running shared hosting company and I allow my customers to restore their DBs from .bak files but I have no idea why
    this customers logical name is set to master and mastlog. Probably when I change this names update script will work as it should. On the other hand in my opinion there should be some kind of fail safe mechanism for situations like this one.
    EDIT: After changing logical name for DB and log for mentioned DB your script runned fine so probably now when I remove T902 flag and restart my SQL Server update will run correctly. Big thanks for resolving this issue.

  • SCM5 - SCM7 Upgrade Error during LiveCache upgrade Step C4

    We are in the process of upgrading our SCM5 system to SCM7 release level. During livecache upgrade step C4 to load transaction data, we are getting error CONNE_IMPORT_WRONG_COMP_TYPE. The dump says that "when importing the object 'OT_ORDERS", the component no. 5 in the dataset has a different type from the corresponding component of the target object in the program "/SAPAPO/SAPLOM_UPGR_PARALLEL". The data type is "P" in the dataset, but "C in the program".
    Our source livecache version is 7.6.03.12 and target livecache version we are upgrading to is 7.7.04.29. We used BS 7 SR1 liveCache 7.7.04 DVD from service marketplace. We did not use the update DVD since the guide mentioned that customers on SCM5.1 or higher need to run livecache upgrade from update DVD.
    All steps in A, B have already been completed.
    More details from the ST22 dump -
    Error analysis | | An exception occurred that is explained in detail below. | | The exception, which is assigned to class 'CX_SY_IMPORT_MISMATCH_ERROR', was | | not caught in | | procedure "GET_DB" "(METHOD)", nor was it propagated by a RAISING clause. | | Since the caller of the procedure could not have anticipated that the | | exception would occur, the current program is terminated. | | The reason for the exception is: | | When importing the object "OT_ORDERS", the component no. 5 in the | | dataset has a different type from the corresponding component | | of the target object in the program "/SAPAPO/SAPLOM_UPGR_PARALLEL". | | | | The data type is "P" in the dataset, but "C" in the program. Information on where terminated | | Termination occurred in the ABAP program "/SAPAPO/SAPLOM_UPGR_PARALLEL" - in | | "GET_DB". | | The main program was "SAPMSSY1 ". | | | | In the source code you have the termination point in line 3222 | | of the (Include) program "/SAPAPO/OM_UPG_CLASS_IMPCLUT". | | The termination is caused because exception "CX_SY_IMPORT_MISMATCH_ERROR" | | occurred in | | procedure "GET_DB" "(METHOD)", but it was neither handled locally nor declared | | in the RAISING clause of its signature. | | | | The procedure is in program "/SAPAPO/SAPLOM_UPGR_PARALLEL "; its source code | | begins in line | | 3221 of the (Include program "/SAPAPO/OM_UPG_CLASS_IMPCLUT ".
    We are running AIX5.3 and Oracle 10.2.0.2.0.
    Any help here will be greatly appreciated.

    This is exactly the same with OSS 305147 2010. It will be answered in BC-DB-LCA area.

  • SU25 Upgrade Step

    Hello Experts -  We just upgrade BW sytem from NW Enhancement Pack 7.0, SP-7 to NW EHP 7.1, SP Stack 7.
    1)My question is do we need to do SU25- Upgrade step? I was in a impression that we do this step only for release upgrades.
    2) Last time when we did R/3 4.6 to ECC 6.0 upgrade, I saw Yellow lights turned on many of our business and IS roles. Is this normal ?
    I performed all steps per SU25, and had to fix all roles to turn off yellow lights.
    Anyways back to my question 1, will you please let me know your thoughts?
    Thanks Much.

    Roles generally only add authorizations for objects in checks.
    SU24 (with upgrade and SP data via step 3) generally only add documentation (check indicators) and proposals (check/maintain) so the development system is "leading" in that respect and you have already done this in the step 2 tasks.
    But... there is a special case for collisions: namely when SAP proposes a "no check" indicator for an object.
    My advise: Create a transport request and collect the proposals in them until a "no check" appears. Have one central transport for it and release it after correcting the roles which are impacted by the context specific check. Good luck with that in your custom developments...
    In the rare case that you want to activate the check again for that transaction or SAP did, you must ensure that the role transports go through first.
    For other scenarios of accepting all SAP's proposals it makes no difference so you can send the transports through afterwards, as long as you are not opening roles in PROD etc and have not maintained SU22 (a big "no no") nor SU24 in PROD directly.
    Your friends here are the USOB_CD* tables and another obscure one - the name of which I cannot remember at the moment.
    Cheers and good luck with the upgrade,
    Julius

  • Error on Oracle 11gR2 RAC database Post upgrade step

    [Upgrade the Oracle Clusterware Configuration|http://docs.oracle.com/cd/E11882_01/server.112/e23633/afterup.htm] Problem Description:
    O.S Version: HP-UX B.11.31 U ia64
    It is upgrading of Oracle RAC 2 node database from 11.1.0.7.0 to 11.2.0.3.0
    I receive following error while perfoming the post upgrade step
    indba1 racdb&gt; srvctl upgrade database -d racdb -o /app/oracle/product/11.2.0.3/db
    PRCD-1231 : Failed to upgrade configuration of database racdb to version 11.2.0.3.0 in new Oracle home /app/oracle/product/11.2.0.3/db
    PRKC-1136 : Unable to find version for database with name racdb
    Actually I am performing the step "Upgrade the Oracle Clusterware Configuration" whill getting the error.
    When I tried on below;
    indba1 racdbp> srvctl upgrade database -d racdb -o /app/oracle/product/11.2.0.3/db
    PRCD-1231 : Failed to upgrade configuration of database racdb to version 11.2.0.3.0 in new Oracle home /app/oracle/product/11.2.0.3/db
    PRKC-1136 : Unable to find version for database with name racdb

    Output from Oracle 11.1.0.7 Home:
    oracle@indba1:/app/oracle/product/11g/db_1 $ srvctl config database -d racdb
    PRKR-1001 : cluster database racdb does not exist
    PRKO-2005 : Application error: Failure in getting Cluster Database Configuration for: racdb
    Output from Oracle 11.2.0.3 Home:
    oracle@usfsdba1:/app/oracle/product/11.2.0.3/db $ srvctl config database -d racdb
    PRKR-1001 : cluster database racdb does not exist
    PRKO-2005 : Application error: Failure in getting Cluster Database Configuration for: racdb

Maybe you are looking for