11g Upgrade Issues and Questions

Hi,
I am upgrading database from 9.2.0.6 to 11g in EBS, Apps version is 11.5.10.2.
I have performed 11.1.0.7 patch set installation tasks & Apply additional 11.1.0.7 RDBMS patches
Now my query is that I have to copy InitSID.ora from 9i to 11g before or after database Upgrade(using DBUA)?
When I have to set Database Initialization Parameters for Oracle Applications Release 11i before or after database Upgrade(using DBUA)?
Regard's
GSM

Hi,
The output of utlu111i.sql script is as below before upgrade.We have to make any modification before upgrade.If yes where I have to do the changes.
SQL> @utlu111i.sql
Oracle Database 11.1 Pre-Upgrade Information Tool 04-09-2010 12:55:26
Database:
--> name: PROD
--> version: 9.2.0.8.0
--> compatible: 9.2.0
--> blocksize: 8192
--> timezone file: V4
Logfiles: [make adjustments in the current environment]
--> The existing log files are adequate. No changes are required.
Tablespaces: [make adjustments in the current environment]
--> SYSTEM tablespace is adequate for the upgrade.
.... minimum required size: 8052 MB
--> ODM tablespace is adequate for the upgrade.
.... minimum required size: 10 MB
--> APPS_UNDOTS1 tablespace is adequate for the upgrade.
.... minimum required size: 299 MB
--> APPS_TS_TX_DATA tablespace is adequate for the upgrade.
.... minimum required size: 2322 MB
--> APPS_TS_QUEUES tablespace is adequate for the upgrade.
.... minimum required size: 70 MB
--> OLAP tablespace is adequate for the upgrade.
.... minimum required size: 16 MB
Update Parameters: [Update Oracle Database 11.1 init.ora or spfile]
WARNING: --> "compatible" must be set to at least 10.1.0
Renamed Parameters: [Update Oracle Database 11.1 init.ora or spfile]
-- No renamed parameters found. No changes are required.
Obsolete/Deprecated Parameters: [Update Oracle Database 11.1 init.ora or spfile]
--> "optimizer_max_permutations"
--> "row_locking"
--> "undo_suppress_errors"
--> "max_enabled_roles"
--> "enqueue_resources"
--> "sql_trace"
--> "background_dump_dest" replaced by "diagnostic_dest"
--> "user_dump_dest" replaced by "diagnostic_dest"
--> "core_dump_dest" replaced by "diagnostic_dest"
Components: [The following database components will be upgraded or installed]
--> Oracle Catalog Views [upgrade] VALID
--> Oracle Packages and Types [upgrade] VALID
--> JServer JAVA Virtual Machine [upgrade] VALID
--> Oracle XDK for Java [upgrade] VALID
--> Real Application Clusters [upgrade] INVALID
--> OLAP Analytic Workspace [upgrade] UPGRADED
--> OLAP Catalog [upgrade] VALID
--> Oracle Text [upgrade] VALID
--> Oracle XML Database [install]
--> Oracle Java Packages [upgrade] VALID
--> Oracle interMedia [upgrade] VALID
--> Spatial [upgrade] VALID
--> Data Mining [upgrade] VALID
--> Oracle OLAP API [upgrade] UPGRADED
Miscellaneous Warnings
WARNING: --> Passwords exist in some database links.
.... Passwords will be encrypted during the upgrade.
.... Downgrade of database links with passwords is not supported.
WARNING: --> Deprecated CONNECT role granted to some user/roles.
.... CONNECT role after upgrade has only CREATE SESSION privilege.
WARNING: --> Database contains stale optimizer statistics.
.... Refer to the 11g Upgrade Guide for instructions to update
.... statistics prior to upgrading the database.
.... Component Schemas with stale statistics:
.... SYS
.... OLAPSYS
.... MDSYS
.... ODM
WARNING: --> Database contains INVALID objects prior to upgrade.
.... The list of invalid SYS/SYSTEM objects was written to
.... registry$sys_inv_objs.
.... The list of non-SYS/SYSTEM objects was written to
.... registry$nonsys_inv_objs.
.... Use utluiobj.sql after the upgrade to identify any new invalid
.... objects due to the upgrade.
.... USER APPS has 3 INVALID objects.
WARNING: --> Database contains schemas with objects dependent on network
packages.
.... Refer to the 11g Upgrade Guide for instructions to configure Network ACLs.
.... USER APPS has dependent objects.
.... USER MDSYS has dependent objects.
SYSAUX Tablespace:
[Create tablespace in the Oracle Database 11.1 environment]
--> New "SYSAUX" tablespace
.... minimum required size for database upgrade: 500 MB
PL/SQL procedure successfully completed.
SQL> spool off
Thank's
Regards
GSM

Similar Messages

  • 11g upgrade issue!

    Hi,
    We had upgraded Oracle 9i to Oracle 11g successfully but then during latest July 12 patchset installation, the binary got corrupted. Since we had the complete database up and running without any issue. We took the backup (os copy command) of all DBFs, CTLs, Redo logs, password file and spfile after that we deinstalled the software from the server and reinstalled Oracle 11g on the server. Once the DB was started with new controlfile and spfile, we shutdown the db and copied back the files in the same location where it was earlier. Now, the db can started using pfile but we are facing two problem.
    1. DB was started with compatible parameter set as 11.1.0.0.0. Can we downgrade it? I mean can we set it back to 10.2.0.0.0 and start the DB? (I doubt)
    2. while opening the DB, it says that db MUST be started in UPGRADE mode. When I use that option, DB comes up but then how should I upgrade it? There is nothing to be upgraded.
    SQL> startup pfile='C:\app\oracle\product\11.2.0\dbhome_1\database\pfile_devoltpa.ora' ;
    ORACLE instance started.
    Total System Global Area 1448054784 bytes
    Fixed Size                  1376940 bytes
    Variable Size             268438868 bytes
    Database Buffers         1149239296 bytes
    Redo Buffers               28999680 bytes
    Database mounted.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Process ID: 1672
    Session ID: 9 Serial number: 3
    SQL> connect / as sysdba
    Connected to an idle instance.
    SQL> startup pfile='C:\app\oracle\product\11.2.0\dbhome_1\database\pfile_devoltpa.ora'  upgrade;
    ORACLE instance started.
    Total System Global Area 1448054784 bytes
    Fixed Size                  1376940 bytes
    Variable Size             268438868 bytes
    Database Buffers         1149239296 bytes
    Redo Buffers               28999680 bytes
    Database mounted.
    Database opened.
    SQL>

    Kuljeet,
    thanks for the reply. Our DB was in 9i first then upgraded to 11g (11.2.0.1) and on the top of that 11.2.0.3 patch was being applied. After which many of the DBMS_* packages were invalid and we were not able to run any of the utility from the server machine but could connect from remote. As the packages were invalid, we had to do this exercise. This backup is done after the patch and not before. I started the DB in upgrade mode and then tried to run DBUA but its erroring out with internal error.
    ora-00600 internal error code arguments qcissetplsqlctx tzi initmetalink says that it timezone issue and we should run
    select version from v$timezone_file;I ran this but it does not return anything which says that it could be timezone issue. As I can start the DB in upgrade mode, can I upgrade it to 11.2.0.3 from 11.2.0.1 (this is current version)?
    -Onkar

  • 11g upgrade pros and cons

    Folks,
    If there's already a similar thread, apologies in advance.
    I wanted to gather some information on the pros and cons of upgrading to 11g from 9i and from 10g (Enterprise Editio) rdbms on Solaris.
    What are the challenges you have faced (especially if you have tweak SQLs/optimizer etc.) post upgrade?
    Any issues DURING the upgrade?
    If I missed anything obvious that worth bringing up, please do so.
    Thanks for your time!
    Regards..

    Pros/cons depends on the database type and activities ( no. of user/ data/ transaction etc).
    but i would suggest upgrade your database (9i is history).
    you will get many new features in database which are not available in 9i.
    1. upgrade on test server
    2. check the performance
    3. everything goes well
    4. upgrade on live server

  • Toshiba Satellite a505-6005 hard drive issue and questions regarding options I may have

    Issue: start up computer and windows does not start. It eventually goes to a startup repair screen and eventually says "resolving disk errors...", and that's if it even gets to that screen. Unfortunately I never made a recovery disk or system image discs (I know that was not smart). I did however kept my files backed up so that was good.
    Steps I took: Took it to Best Buy and the tech advised me that the Black Tie 2 year protection had expired on Jan 30th 2012, and so it could not be repaired for free. I asked the tech there how much it would cost to fix and they had advised me that it was most likely a hard drive issue and that it would cost nearly $400 to replace/fix it. So I decided to buy a new Asus K53E-BBR14 laptop since it was not much more. When I got home and loaded everything up and got the computer to how I want, I went ahead and made a recovery disc and system image disc's. I tried using the recovery disc that I had made with my Asus in the Toshiba laptop and boot it from the dvd drive and it did not get anywhere. So I ASSUME that it really is a hard drive error because the RAM worked just fine in my new laptop and "repairing disk errors.." means something is wrong with the hard drive:
    Now that you know the background of what has happened my questions are as followed:
    1. Can I buy a new hard drive for the Toshiba and use the recovery and system image disc's i created on the new hard drive that i install in the toshiba? and just removed the bloatware from Asus (or does that not even get added to the disc's I created)?
    2. If so, will it prompt me to enter the Windows 7 product key? and therefore using the product key located on the bottom of the toshiba?
    3. What other steps could I take to make this toshiba laptop salvageable? This way i can turn around and sell it.
    Thanks,
    Russell States

    Also,
    I noticed that i can purchase (well pay the shipping anyways) recovery media from Toshiba. Can I use that on a new hard drive installed in the toshiba?
    BTW ran the Windows Memory Diagnostics Tool and no problems were found with the memory. and i do not care about the old hard drive as I have MY files backed up. I just want to try to get this toshiba laptop back to being "like new".
    Thanks,
    Russell

  • OS 10.3.1 Update - issues and question on how to uninstall / rollback

    Hi.
    Up front, I'm trying to remain calm, professional, objective. Pretty sure I've missed the mark, but, then, read on...
    I'm having some issues with OS 10.3.1 update. Before anyone says search the boards, I have. For hours. On various websites. I'd appreciate (but am not hopeful for) an official response from BlackBerry.
    1. I am using a Z30. Carrier is Rogers Wireless (Canada) Updates are set to off. Yet, unbelievably, the update came down anyway, when I was driving, didn't know until I got home. Device rebooted and now 10.3.1xxxx is on my smartphone.
    ISSUES:
    1. The screen blacks out. EVERY TIME I wake it, the display is zoomed in. I have to gesture and gesture and gesture to get the display to fit the screen so I can unlock the phone.
    2. The home screen is not customisable, and is the default. Now I have to swipe to get to either the hub or my applications. Twice the work = 1/2 the productivity.
    3. The much-vaunted Assistant does what, exactly? All I know is when I did voice dialing via Bluetooth earpiece, the call would (75% of the time) be made. The other 25% of the time, I have to tell it "Call Mom Home" is not the same as "search battery charge". Yeah, my bluetooth is a very expensive, highly-rated one that has no issues in recognition with any other device. Now, the Voice part (Assistant?) doesn't make ANY calls. At best, it offers me suggestions, usually not related (Linda <> Tom) and wastes my time reading out multiple PHONE NUMBERS. Good grief, If I knew the darn phone number, I'd just tell it, Call (phone number). It'd be faster than sitting through all that. Otherwise, Voice Assistant whatever doesn't do much of anything for me. I have it set, as far as I can tell, to do the minimum, not interact with everything on my phone.
    4. Although the new Camera app now (finally!) renders colours more-or-less correctly, whereas before everything was tinted blue, I'm not a fan of the new positioning of the controls. Putting the video button beside the "Take picture" button is ridiculous. The touch sensitivity is so off, that I find myself recording video rather than taking a wanted picture --- and the moment is lost. I really miss being able to tap the screen to take a picture. Now I have to aim for a small dot at the bottom. If I wanted an iPhone, I would have bought an iPhone!
    5. More on the Camera front, it's now difficult to get to photos. As in, I touch the icon to bring up the list of photos, and the latest shot never appears. I have to swipe to find it. And in a different direction now.
    6. In the Hub, especially, the "select multiple" used to be right in the middle of the menu. Now I have to scroll down to find and activate it.
    7. What's with the honking battery drain? More tinkering required on my part to get it back to the 4-day standby I used to enjoy?
    MISSED FEATURES UPDATES:
    1. I was really hoping this latest update with display the NUMBER of the phone entry. Such as Work 1, Work 2, etc. I find it useful to assign direct number always as Work 1, then toll free as Work 2, Main reception as Work 3, Home as Work 4, and so on. Then it's easy to use (or used to be) voice dialling to call the number I want without knowing what the number actually is. I was also hoping the update would eliminate that so offensive message "next time, just say call xxxxx Mobile 2" or whatever. Which I darn well would, if there was anything in the contacts to display the sequence of numbers.
    2. Calendar. Seriously, why can't I set a reminder for somewhere between 3 and 7 days???? I'm so tired of setting one for (7-3) days, doing the calculation in my head to bypass weekends or other events) then having to update the reminder when I get to the BlackBerry-approved 3 day range. Other smart phones allow any custom setting. Allow me to also ask, put the custom reminder FIRST. Don't make us scroll all the way to the bottom to find it!
    3. Allow me to put my most-used icons on the fricking HOME SCREEN! I don't care about the cutesy pictures. I care about getting my job done as quickly and conveniently as possible.
    4. Fix the darn voice control mechanism. I bought expensive Bluetooth pieces. All I want to do is do voice dialling. That's it.
    5. Give me some control over the spell check. There's no way to edit the words that are "learnt" through monitoring usage.
    6. Enough with the US-marketing. Mountain Time is Mountain Time. Not US-Mountain Time. I'm not picking something like that, I don't care who that offends. It's as dumb as as settting time zones (as Apple used to) to "Calgary, Alberta." I don't live in Calgary. I do live in the GENERIC Mountain time Zone.
    7. Speaking of, I also speak English. Not US-English with US-spelling. How about giving Canada some love
    8. Give me the option to rollback the update. Or at least choose which parts I want.
    9. Expand support for file formats. At this point, I can only load documents onto my smartphone if they're Adobe or Microsoft Office. Here's the thing - I operate in the Corel WordPerfect universe. So the Z30 is limited in what I can / can't do with it. Why on earth can't I just copy my FILES to my phone? Even if I can't edit them, I can use the whopping 64 GB memory chip as a flash drive to take my files with me when I travel. I don't always take a computer ...sometimes I use what's at destination. Plus having them on the phone SHOULD allow me to email them or send in other ways...whether or nor BlackBerry can read them.
    ===================
    REQUEST FOR ASSISTANCE:
    Better - release an immediate UPDATE to fix these problems and add the features I've noted above. Surely I'm not the only one struggling with the built-in limitations of the interface and info-displays.
    Please tell me how I can rollback / uninstall / whatever this "update".
    I shudder to think the only solution is to backup, restore, then reload the Z30. Others have tried and have not been successful.
    MORE VENTING;
    The only reason I'm still on BlackBerry is that the issues and to an extent a difference in perspective regarding phone layout / features are still less problematic on BB Z30 than they are on ios or android platforms. Absolutely in my opinion. But then, I'm the one with a frustration level well into the redline.
    Thanks for reading. I'll be even more grateful for some resolution.
    Cinereo

    Also:
    #2) You can turn off the blank home screen by going to Settings >Display and turning off "Show Wallpaper When All Apps Are Closed."
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Oracle 11g upgrade issue

    Dear Friends,
    We are running oracle 10.2.0.4 and HP-UX 11i v3. We have upgraded oracle 11g. Upgrade has completed successfully and after that We have installed the Oracle 11g client.
    Now we are trying to execute command  sqlplus "/ as sysdba" but it is giving the error message as below.
    jkepdvr:oraepd 1> sqlplus "/ as sysdba"
    /usr/lib/hpux64/dld.so: Unable to find library 'libsqlplus.so'.
    Killed
    Regards
    Ganesh Datt Tiwari

    Hi Ganesh,
    Are you able to execute the same command with the ora<sid> user . If
    yes then could you please check if the environment variables for the
    <sid> adm has been set properly .
    Please refer the below notes -:
    Note 96858: Environment variables (UNIX)
    Note 602843 :  Environment settings for R/3/Oracle on UNIX
    If the issue is not solved please provide these outputs
    Log in as <SID>adm user and please provide me the output of the
    following -:
    whoami
    env > environment_var_SID_ADM.txt
    Again log in as ORA<SID> user and do the same -:
    whoami
    env > environment_var_ORA_SID.txt
    Please upload both the files to the message-:
    environment_var_SID_ADM.txt
    environment_var_ORA_SID.txt
    These files would be located in the present working directory from
    where the env command was executed.
    The permission of sqlplus -:
    ls -lrt  $ORACLE_HOME/bin/sqlplus
    With the <SID>adm user , check the following command -:
    ls -alt $ORACLE_HOME/lib
    Do you encounter any permission issue ?
    Please upload the output of the following commands executed as <sid>adm
    to this message:
      - cat /etc/group
      - cat /etc/passwd
      - ls -ltr $ORACLE_HOME/bin/oracle
      - ldd /usr/sap/PRD/SYS/exe/run/dboraslib.so
    I hope it helps.
    Regards,
    Naveen.

  • Oracle Database 11g Upgrade Issue

    Hi All,
    We recently upgraded from Oracle 10g to 11g, and since that we have noticed that we have an issue with a particular query.
    The query selects the sum of a column based on the group by of two date columns. The query is returning rows when run in 10g based databases, but we are having to add trunc(date_column) in the 11g based databases to get the output.
    Does anyone have a clue what could be happening?
    Thanks
    Anish.

    The new DB Vesion is 11.2.0.2
    OS - Solaris 10
    It takes the same time in sqlplus also.
    The DBA also mentions that he explain plan and the costs looks very different across both the versions.

  • Remote app upgrade issues..question. help!!!

    I have been using my iPad with the remote app to control my iTunes music that is on my Mac mini in my living room. I have had the same app on my iPod and Iphone where all 3 units could request, communicate and interact with iTunes dj...and we could all promote songs by using the vote feature..which would put the hearts next to a song if folks voted to move the song up the list....well with the Remote app upgrade ..the interface is totally different on the iPad now...than it is on the iPod or phone...much more robust...but what has changed ...or maybe I just can't find it.... Is the ability to vote for songs on my iPad to move the, up the list in iTunes dj...all I can do is delete or play it immediately... Abiltiy to vote is enabled in iTunes... Anybody know how to do this in remote app upgrade?
    Any help?

    Ok, problem not solved.  I don't understand why my ATV3 disappears when sleeping.  I wonder if it has to do with the ethernet only.  I am going to try wi-fi only again and see if this resolves the issue.  Other thoughts are that whenever my iMac is doing a back-up ill behavior occurs - which is the only activity I see that has transpired since all was well.

  • Problems installing windows on a clean Mac Pro internal drive - issues and questions

    Hey,
    I have a Mac Pro mid 2010 with the following drive configurations:
    3x120GB SSD in a RAID-0 as Boot (OS X 10.8.6) and SSD Scratch (working files)
    3x4TB HDD in a RAID-0 as Master (data) and HDD Scratch (downloads)
    1x100GB SSD (Spare...to install windows on)
    I have literally tried every possible way of installing Windows 8 on that single SSD...both using bootcamp and without.
    I can get it installed and working, install all the drivers/updates/software...involving multiple reboots into windows. Everything seems fine, and i shut down and boot into OS X, which works perfectly as expected. BUT, when i try and boot into Windows again (using <option> key at startupand selecting the windows volume, called "EFI Boot" which i did not name) I can log in and start using apps and then 20-40 seconds later i get the BSOD.
    I can't for the life of me figure out why.
    It's the easiest thing in the world to partition a single OSX drive to boot windows ON THE SAME DRIVE, but i can't seem to boot stably into a standaloe internal drive.
    NOTE: I prepare the Windows drive by formatting the entire thing to "Free Space" using disk utility in Mac OS X, and can see that there are no partitions (EFI or otherwise) on the drive. Then I pull all the other drives except the target drive, reboot with a Windows 8 USB drive (created by BootCamp Assistant on my macbook air, because apparently some genius thought that task was too complicated for a Mac Pro...jks) and install from there.  The funny part is that i can pick out the target drive in the windows setup, it's registering as 1 disk/partition of UNALLOCATED SPACE, as expected, but there is a warming that windows cannot be installed on this drive because my computer does not support booting to this disk, and that i should check that it's controller is enabled in the BIOS.....which to the best of my knowledge is not used by intel-macs, which use UEFI. But i can still click "Next", so I do and install Windows and boot to this drive, restarting and installing software updates and drivers as mentioned above.
    The BSOD seems to pop up only after i've rebooted to Mac OS X and then try to go BACK to Windows 8.
    The version of windows 8 and install USB were checked using my macbook air, and they work flawlessly. ASLO that warning about not being able to boot to the drive during windows setup isn't present.
    I'm wondering if the fact the the RAID volumes are a software RAID, using Disk Utility in OSX is causing windows some issues...which makes no sense.
    I'll keep playing, but I'm not confident I'm ever going to find a solution.
    Somebody be my hero...

    Hey Hatter,
    Another question for you:
    I can't seem to use system preferences>>startup disk to boot into windows. When I select windows and then restart i get a black "BIOS-like" screen which then cuts out and a message is displayed that says "there is no bootable disc"
    This stumped me, because I know i can boot into windows from the boot screen (holding down option and selecting "EFI Boot" which apparently is what my windows drive is called.
    because of my Mac OSX Raid arrays, i had to install windows by formatting a drive to HFS+ (GUID) pratition table, then repartition to "Free Space" then using an install usb that i made with my macbook air, pull all my other drives and install by selecting the usb drive to boot from.
    I went into disk utility to see if I can repair the disk, and disk utility says that the disk has to EFI partition and that we won;t be able to boot from it....which is very confusing because i can boot from it.
    Windows 8 apparentl;y uses UEFI from my research....so i'm utterly stumped.
    I beleive this is also the cause of my newly purchased graphics card Mac Edition HD 7950, throwing me a BSOD when i select to boot in windows from the boot menu...
    Any advice would be greatly appreciated.

  • 11g Upgrade - removal and new parameter list queries

    Hi All,
    We are planning to upgrade the 10.2.0.4 E Business suite (11.5.10.2. ) database to 11.2.0.1.
    We have few removal and new parameter list in 11g database based on the note 216205.1
    We will be having the compatible mode as 10.2.0 before and after the upgrade until the system gets stable. So until we change the compatible to 11.2.0, do we need to have the parameters in the removal list or we can remove that even if we have the compatible as 10.2.0 during the upgrade.
    There are also two new parameters optimizerautostats_job=false and sec_case_sensitive_logon = FALSE.
    Please let us know if we can have these new /removal parameter changes when we have the compatible as 10.2.0 in 11g database.
    Thanks & Regards,
    Rakesh

    Rakesh,
    Please let us know if we can have these new /removal parameter changes when we have the compatible as 10.2.0 in 11g database.You can have those parameters, and you can remove it later once you are done with the upgrade.
    Note: 881505.1 - Oracle Applications Release 11i with Oracle 11g Release 2
    Adjust the Initialization Parameter File for the New Release
    http://download.oracle.com/docs/cd/E11882_01/server.112/e10819/afterup.htm#CEGHAAFH
    Thanks,
    Hussein

  • Obiee 11g upgrade issue for date format

    Hi,
    I am facing a date format issue with obiee 11g report. This statement cast(cast(current_date as char) as timestamp) is failing with "not a valid month" error in obiee 11g. This worked fine with obiee 10g.
    I am basically trying to set the date to 12:00:00 am of the sysdate. Below is what I am trying to achieve:
    timestampadd(sql_tsi_hour, 1, cast(cast(current_date as char) as timestamp)))
    the above statement fails in obiee 11g.
    Thanks for your help,
    AP

    I dont think you need any functions to get the required output, try to set the date format as below
    [FMT:timeStampShort]
    If helps mark
    Thanks
    Edited by: Srini VEERAVALLI on Apr 23, 2013 4:18 PM
    I think with format and then the below should work with no issues.
    timestampadd(sql_tsi_hour, 1,current_date)
    I think you are wasting time by posting here, just do it. You no need any ones permissions to do it ;)
    Edited by: Srini VEERAVALLI on Apr 24, 2013 8:55 AM

  • Recent Migration Assistant issue and question

    Just purchased a MacBook Pro and DID NOT utilize the MIGRATION ASSISTANT at startup and initial set-up. Wish I would have. I did not have FIREWIRE with me to accomplish.
    Anyhow - went ahead and initialized start-up and registration ect.
    Just did a complete MIGRATION from my older eMac that is updated with OSX Leopard via FIREWIRE tonight - two days later. Had to rename my USER FOLDER to be different as the name I have established on the new MBP.
    It MIGRATED the entire HD off the eMAC as expected quickly and easily I might add.
    I assumed it merged the new APPLICATIONS such as SAFARI - iTUNES ect... and simply updated them on the MBP Hard drive.
    Not the case - it seems that I have two different versions of each application file - new and old - and for example iTunes using old LOG IN file transferred my iTunes Library - but when I LOG OFF and log back on using the new USER NAME - my iTunes does not show my old Music Library ect...
    Same thing with SAFARI - the old application has all the previous bookmarks ect...but not the newer version.
    I even have two different DESKTOP BACKGROUNDS with my two different USER Files folder ID's. The DOCKS are different with both USER files also - different shortcut icons showing up in each.
    WEIRD?!?
    I have my PALM PILOT application that transferred as well and I had previously installed the software this morning so now I have two different PALM applications.
    QUESTION: - What or How do I merge these two into one single DESKTOP or am I forced to toggle back and forth by logging on and off under two different user names ect.?
    What about iTunes and Safari - is there anyway to merge them into one functioning application instead of two. Any way to DISCARD or TRASH one and still leave the other intact?
    Do I actually have two program applications now installed on the HD? I looked in the Application on HD and only one Safari, iTunes, Palm Pilot ect...show up there.
    Need help!
    Chris Kaiser

    Not weird at all. You migrated a PPC system to an Intel system. A perfect situation for disaster. You have but one viable option.
    Boot from the OS X Installer Disc One that came with your MBP. Do an Erase and Install which will wipe the disk clean and reinstall the proper version of OS X for the computer.
    When this is completed reinstall all your third-party software from scratch. If you have PPC only versions then upgrade them to Intel versions if you can. All third-party contextual menu items, preference panes, startup items, internet plug-ins, and the like must be replaced with universal binaries as the PPC versions will not work and may crash OS X.
    You can reinstall pre-bundled software from the Install Pre-bundled Software installer located on the OS X Installer Disc One.
    A Basic Guide for Migrating to Intel-Macs
    If you are migrating a PowerPC system (G3, G4, or G5) to an Intel-Mac be careful what you migrate. Keep in mind that some items that may get transferred will not work on Intel machines and may end up causing your computer's operating system to malfunction.
    Rosetta supports "software that runs on the PowerPC G3 or G4 processor that are built for Mac OS X". This excludes the items that are not universal binaries or simply will not work in Rosetta:
    Classic Environment, and subsequently any Mac OS 9 or earlier applications
    Screensavers written for the PowerPC
    System Preference add-ons
    All Unsanity Haxies
    Browser and other plug-ins
    Contextual Menu Items
    Applications which specifically require the PowerPC G5
    Kernel extensions
    Java applications with JNI (PowerPC) libraries
    See also What Can Be Translated by Rosetta.
    In addition to the above you could also have problems with migrated cache files and/or cache files containing code that is incompatible.
    If you migrate a user folder that contains any of these items, you may find that your Intel-Mac is malfunctioning. It would be wise to take care when migrating your systems from a PowerPC platform to an Intel-Mac platform to assure that you do not migrate these incompatible items.
    If you have problems with applications not working, then completely uninstall said application and reinstall it from scratch. Take great care with Java applications and Java-based Peer-to-Peer applications. Many Java apps will not work on Intel-Macs as they are currently compiled. As of this time Limewire, Cabos, and Acquisition are available as universal binaries. Do not install browser plug-ins such as Flash or Shockwave from downloaded installers unless they are universal binaries. The version of OS X installed on your Intel-Mac comes with special compatible versions of Flash and Shockwave plug-ins for use with your browser.
    The same problem will exist for any hardware drivers such as mouse software unless the drivers have been compiled as universal binaries. For third-party mice the current choices are USB Overdrive or SteerMouse. Contact the developer or manufacturer of your third-party mouse software to find out when a universal binary version will be available.
    Also be careful with some backup utilities and third-party disk repair utilities. Disk Warrior 4.1, TechTool Pro 4.6.1, SuperDuper 2.5, and Drive Genius 2.0.2 work properly on Intel-Macs with Leopard. The same caution may apply to the many "maintenance" utilities that have not yet been converted to universal binaries. Leopard Cache Cleaner, Onyx, TinkerTool System, and Cocktail are now compatible with Leopard.
    Before migrating or installing software on your Intel-Mac check MacFixit's Rosetta Compatibility Index.
    Additional links that will be helpful to new Intel-Mac users:
    Intel In Macs
    Apple Guide to Universal Applications
    MacInTouch List of Compatible Universal Binaries
    MacInTouch List of Rosetta Compatible Applications
    MacUpdate List of Intel-Compatible Software
    Transferring data with Setup Assistant - Migration Assistant FAQ
    Because Migration Assistant isn't the ideal way to migrate from PowerPC to Intel Macs, using Target Disk Mode or copying the critical contents to CD and DVD or an external hard drive will work better when moving from PowerPC to Intel Macs.
    Basically the instructions you should follow are:
    1. Backup your data first. This is vitally important in case you make a mistake or there's some other problem.
    2. Connect a Firewire cable between your old Mac and your new Intel Mac.
    3. Startup your old Mac in Target Disk Mode.
    4. Startup your new Mac for the first time, go through the setup and registration screens, but do NOT migrate data over. Get to your desktop on the new Mac without migrating any new data over.
    4. Copy the following items from your old Mac to the new Mac:
    In your /Home/ folder: Documents, Movies, Music, Pictures, and Sites folders.
    In your /Home/Library/ folder:
    /Home/Library/Application Support/AddressBook (copy the whole folder)
    /Home/Library/Application Support/iCal (copy the whole folder)
    Also in /Home/Library/Application Support (copy whatever else you need including folders for any third-party applications)
    /Home/Library/Keychains (copy the whole folder)
    /Home/Library/Mail (copy the whole folder)
    /Home/Library/Preferences/ (copy the whole folder)
    /Home /Library/iTunes (copy the whole folder)
    /Home /Library/Safari (copy the whole folder)
    If you want cookies:
    /Home/Library/Cookies/Cookies.plist
    /Home/Library/Application Support/WebFoundation/HTTPCookies.plist
    For Entourage users:
    Entourage is in /Home/Documents/Microsoft User Data
    Also in /Home/Library/Preferences/Microsoft
    Credit goes to another forum user for this information.
    If you need to transfer data for other applications please ask the vendor or ask in the Discussions where specific applications store their data.
    5. Once you have transferred what you need restart the new Mac and test to make sure the contents are there for each of the applications.
    Written by Kappy with additional contributions from a brody.
    Revised 3/12/2008
    In the future you should post questions about the MBP in the MacBook Pro forum. This is the Mac Pro forum.
    Message was edited by: Kappy

  • 8.3.1 SVM DR - issues and questions

    Hi everybody, I know that the SVM DR feature is just our with 8.3.1 RC1 but we need to test it in advance because one of our customer we're transitioning to cDOT from a consolidate and 10 years of 7Mode history! A very smart customer deeply customizing solutions, a pioneer in WFA and SnapCreator features and so on! We've tested the SVM DR feature and it roughly do what is declared on doc. But... We’re still experiencing a lot of issues related to porting what they have now to what they exptect to have... As reported it seems that it does the work that someone could expect as…basic way. But at this customer the world is a little bit more complicated (does it is the only one using that DR way with 7Mode? I don’t think so!) We need to understand how to proceed to set up this DR. Or we (better NetApp!) must officially communicate to customers that they can wast their –perfectly working for test and troubles- DR approach for it’s not possible in cDOT! Let me resume the issue.This customer, since years, doesn’t use the vFiler DR direct approach but, at the snapmirrored destination flexclone volumes are created and on this run vfiler with –d option that start from the root volume of the vfiler. I.e. (the ✓ stands for running, the X  for stopped/offlined/mirrored)    ✓                   ✓             X                                                               ✓                                                         ✓     Production        ----sm--->          DR         ---flexclone--->                DR_clone            –vfilercreate  -->              vfiler in dr This permit to have a point in time instance with all the initial configurations (share/exports/MSAD domain join, users, security ecc).This also let have the choice to choose the snapshot used as starting point and, overall, this let to maintain the source-destination replicas active and updated. All of those is automated using WFA, so it’s enough a click and everything go! We’ve seen that SVM DR more ore less work as vfiler dr worked.   ✓                   ✓             XProduction        ----sm--->          DR       < break of mirror relationship – a MUST >          X                             X                    ✓Production        ----sm--->          DR We’ve also seen with some trick and maintaining the production and test network separated in different IP spaces (and ports, switches, vlan…) that we can have both running the source and the destination, but we must also break the sm relationship!          ✓                           X                    ✓Production        ----sm--->          DR These releationships unfortunately are essential prerequisites for this customer. Let me say vols (in SVMs) must continue to replicate for the DR test SVM could be up also for 10 and more days! And customer cannot permit the risk to loose its replicated/updated copies…  The questions are: is there something like vfiler create –d? (documentation does not report anything else than “normal” usage)Something that let us create an SVM with all configurations inside but starting from cloned vols  at destination snapmirrored site? We’re really in trouble for customer is starting to suspect that this cDot could be a boomerang and, except for VSAN and VVOL support for VMware 6, the things they’ve loosed are more than the one they’ve gained! Any help will be appreciated!   

    We have been part of the beta program for SVM-DR for a while and are now still testing it in RC1. We are huge vfiler-dr shop. If you have any need to flexclone off the DR, then svm-dr will NOT work for you since you cannot flexclone off an SVM-DR.  We aren't even considering SVM-DR because identity discard/preserve methods just don't fit the bill.  

  • Msi gt70 with some issues and questions answer asap thanks

    my first issue is my ssd it is just too small how do I increase it probably a step by step link to where I can purchase and learn how to install it second of all I really need my msi burn recovery so my f3 does not work anymore, I have my drivers cd but that doesn't have it, the next issue is softwares I use when the render the use my ssd and that makes them seriously slow the need more memory space I wish I could make them use the bigger harddrive at least for the main time till I get a new one, my soft keys work except eject and wireless off all others work

    Wow.....
    Well, first off, try and use some periods here and there. Or a list. Something to atleast break things up in a coherent manner.
    So, you want a guide on how to install another SSD. That's a pretty complex matter, judging by what I can get out of your post, your technical prowess may not be where it needs to be in order to do that.
    Also, without knowing what you currently have, other than it is a GT70, it really makes it difficult to tell you what to get.
    As far as your software, I'm sorry, but there really isn't any way to help you since you seem to have not made the recovery disks like you were supposed to. I would contact MSI for more information on how to proceed at this point.
    After we get the above sorted, we can work on your other questions.

  • A Few Issues and Questions I Have (GRUB, pacman, XBMC)

    Hi everyone. (Skip to the third paragraph for where my questions start, I got a little carried away in the first two, sorry!)
    I installed Arch Linux for the first time around a week ago. I am now on my third install. The first time I  reinstalled because I was experimenting too much with window managers, xfce4 and other desktop environments. I tried to tweak too much and couldn't boot into a graphical environment. I know I could of removed everything using pacman and re-installing the programs I liked but I wanted to start a fresh completely, had no real other reason really. All went well and my system was up and running again with GNOME (previously my go to desktop environment). However now and again my laptop wouldn't boot GRUB. It would just stop after my BIOS screen with the Acer logo.
    Eventually I started tinkering with window managers and installing just the bare minimum. I really liked what I ended with and so wanted to reinstall again. This time because I was going for the bare minimum approach, had a lot of installed bloat, wanted to move to btrfs and wanted to learn a lot more about how the system works. Previously I had followed a guide and taken very little in, if I was going to be working without a desktop environment I knew I would need to be in the command line a lot and so this time I had my longest install yet, as I read everything slowly and tried to learn what I was doing. Evidently this was my only problem free install. This time I still have my GRUB problem however.
    So for my first install GRUB worked fine, however on my second and third it randomly doesn't load (Picture included at the end). After having to power off by holding the power button and restarting it will then load fine. It's unresponsive to just pressing the power button and waiting or CTRL+ALT+Delete. This can happen on a reboot or when turning on after a period of down time. AFAIK I installed GRUB the same way both times. I have tried reinstalling GRUB and the problem remains.
    My second question is in regards to my many installs. Is there any easy way to see programmes I have installed so I can remove what I don't need? I have tried pacman -Qe but I still get a lot of programmes that I haven't installed, I assume they are in the base, or base-devel group, so is there anyway I can not have these showing in my list of installed packages? I don't believe an --ignoregroup option exists when running a query with pacman like it does when installing and updating.
    Lastly XBMC doesn't recognise my second screen, a projector, after I have enabled it with xrandr. Now I have found a workaround by looking on google, with wmctrl and have embedded the command in my open-box menu. This makes my XBMC believe it is windowed however instead of being true full screen. I was wondering whether anybody knows of an explicit solution instead of working around the problem.
    Heres the link to the picture for GRUB, this is all I get after the BIOS: http://imgur.com/a/uhVgp
    Please ignore the second picture, I thought my system wasn't updating but turns out the application I thought wasn't updating was in fact in Community-Testing, not Community, oops.
    I'm sorry if these solutions can be found elsewhere, I really have tried looking around but don't believe I'm finding what I need. Maybe I'm searching for the wrong terms, I'm not too sure.
    Thank you for any help.
    EDIT: Minor edit, but wow I've been running Arch now for 2 weeks, not 1, time flies sometimes eh?
    EDIT2: FINALLY got Arch to listen to my line-in, my Wii-U audio goes through my external sound card and I have never got it to work under Linux. Been trying for over a year for this to work, had to use Windows to listen to line in. That's one less reason to keep Windows. I love Arch, guess it's time for some Smash Bros and Monster Hunter 3U tonight!
    Last edited by BradPJ (2013-06-05 15:34:28)

    With regard to 'pacman -Qe' output: http://allanmcrae.com/2011/07/secondary … th-pacman/ or you can exclude some packages from that listing by using grep.
    Sidenote: JFC, Allan, what have you done with your blog template??

Maybe you are looking for

  • ABAP Proxy authorization issue when sending message.

    Hi We have an interface which uses ABAP proxies. This is used to send a message with attachment, but when i send the message I am getting a 401 error message which says unauthorized. I checked all the configs on the sending side and i cant fine anyth

  • HT1721 computer does not respond when connect to HDMI TV monitor

    macbook air does not reconize monitor from HDMI TV

  • Upgrade a 333 Mz G3 iMac?

    For my computerfriend I am trying to get an answer to the following question: "Is it possible or advisable to upgrade to OS X a 333 Mz G3 iMac with 384 Mb of RAM and running OS 9.1? What are the drawbacks? (Am I much better off purchasing an eMac or

  • Satellite L300 PSLB8C: printer driver error - NT 4.0 blocked

    I have recently just brought a new Satellite L300 - PSLB8C 04P01X with vista home premium 64bit installed. I am trying to install a driver for a printer (ML-2010). In the process, I have encountered these two errors: 'the printer driver is not compat

  • Building a new PC - transferring CS6

    Hi, I have been in a world of PC pain for several months. I am about to build a new PC. I will be starting from scratch to ensure I dont transfer any gremlins from the old box. What do I need to do in advance to ensure I have no problems using PS CS6