Shoul I upgrade MDS 9222i and MDS 9124 both have SANOS 3.3.2 to 3.3.5?

Hi guys,
I have 2 MDS 9222i, 2 MDS 9124 and 10 MDS Blades Switches (IBM Blades) all have SANOS 3.3.2.
All those swicthes are attached to external drives (IBM DS4800) IBM requested to upgrade this DS4800 firmware level but in order to do that they told me that I need a new SANOS I plan to upgrade it to SANOS 3.3.5 can someone tell me if this SANOS works alright? or What SANOS do yoy recommend me?
Thanks in advance

The Cisco TAC will always defer to your Original Storage provided when asked which
image to run, as they (the Original Storage providers) qualify our images for use with their
devices.
Regards,
Ken

Similar Messages

  • Configuring MDS 9222i and portchannels

    Trying to wrap my head around how a MDS 9222i is configured.  We have 2 of them and will be implementing FCIP.  I found a great document on FCIP and all of that and feel comfortable there.  However, connecting the MDS 9222i slightly confuses me.  I am assuming I can use all 4 of the 1Gbps copper ports.  Is this a correct assumption?  Can I use a portchannel/etherchannel configuration for this on the MDS?
    Any help would surely be appreciated.  Thank you.

    Ok, you guys were on the right track but anyone else who comes across this issue there are some things that were not clearly noted (or maybe I read over them) posted here:
    http://www.cisco.com/en/US/docs/switches/datacenter/mds9000/sw/4_1/configuration/guides/cli_4_1/clibook.html
    Basically, MGMT port is required to get access to the device.  From there, I set up the gig ports which require separate IPs for each one that I want to uplink and for each FCIP configuration.
    interface GigabitEthernet1/1
      ip address 10.123.10.201 255.255.255.0
      switchport description Core Link connection
      no shutdown
    interface GigabitEthernet1/2
      ip address 10.123.10.202 255.255.255.0
      switchport description Core Link connection
      no shutdown
    interface GigabitEthernet1/3
      no shutdown
    interface GigabitEthernet1/4
      no shutdown
    interface mgmt0
      ip address 10.111.2.200 255.255.0.0
    From there, had to configure the FCIP connection:
    fcip profile 1
      ip address 10.123.10.201
      tcp max-bandwidth-mbps 30 min-available-bandwidth-mbps 20  round-trip-time-ms 5
    fcip profile 2
      ip address 10.123.10.202
      tcp max-bandwidth-mbps 30 min-available-bandwidth-mbps 20  round-trip-time-ms 5
    interface fcip1
      use-profile 1
      peer-info ipaddr 10.198.10.201
      channel-group 1 force
      no shutdown
    interface fcip2
      use-profile 2
      peer-info ipaddr 10.198.10.202
      channel-group 1 force
      no shutdown
    Thats really it.  The default gateway needed to be on the same subnet/VLAN as the Gigabit interfaces NOT the mgmt interface.  Found that out the hard way but that wasnt a big deal to figure out.
    From there, do the following command:
    sho fcip sum
    Tun prof    Eth-if    peer-ip       Status T W T Enc Comp  Bandwidth   rtt
                                               E A A            max/min    (us)
    1   1    GE1/1      10.198.10.201    TRNK  Y N N  N   N       30M/20M  5000
    2   2    GE1/2      10.198.10.202    TRNK  Y N N  N   N       30M/20M  5000
    But that was it.  Thanks for the help.

  • Mds-soa and mds-owsm

    Dear all,
    I apologize for this basic question.
    I just finished the installation of the SOA suite, and when I try to access the mds-soa and mds-owsm metadata repositories from the EM, I get an ORA-00942 error, which I get as well when I start the soa_server1 server.
    I executed RCU and the soa installation produced no errors.
    Any help of pointers will be greatly appreciated.
    Regards

    for me this is the error :
    [2009-10-26T04:55:19.703-04:30] [AdminServer] [ERROR] [] [RepositoryPartitionsModel.class] [tid: [ACTIVE].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IIGAVORFKA05zzXBiW1AsO7X0000H0,0] [APP: em] Getting partitions
    [2009-10-26T04:55:22.125-04:30] [AdminServer] [ERROR] [] [oracle.mds] [tid: [ACTIVE].ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IIGAVORFKA05zzXBiW1AsO7X0000H0,0] [[
    oracle.mds.internal.persistence.db.fcf.MDSDBIOException: ORA-00942: Table ou vue inexistante
         at oracle.mds.internal.persistence.db.fcf.FailoverUtils.executeQuery(FailoverUtils.java:159)
         at oracle.mds.persistence.stores.db.AbstractDBMetadataRepository.getAllPartitionNames(AbstractDBMetadataRepository.java:323)
         at oracle.mds.internal.lcm.domain.MDSRepository.getPartitions(MDSRepository.java:181)
         at oracle.mds.internal.lcm.domain.MDSRepository.getPartitions(MDSRepository.java:159)
         at oracle.mds.internal.lcm.mbean.MDSDomainRuntimeMBeanImpl.listPartitions(MDSDomainRuntimeMBeanImpl.java:289)
         at sun.reflect.GeneratedMethodAccessor2493.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.doInvoke(OracleStandardEmitterMBean.java:876)
         at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalInvoke(ContextClassLoaderMBeanInterceptor.java:94)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:245)
         at oracle.as.jmx.framework.generic.spi.interceptors.MBeanRestartInterceptor.internalInvoke(MBeanRestartInterceptor.java:116)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:245)
         at oracle.as.jmx.framework.generic.spi.security.AbstractMBeanSecurityInterceptor.internalInvoke(AbstractMBeanSecurityInterceptor.java:174)
         at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doInvoke(AbstractMBeanInterceptor.java:245)
         at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.invoke(OracleStandardEmitterMBean.java:790)
         at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836)
         at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761)
         at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.invoke(FederatedMBeanServerInterceptor.java:349)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:268)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityMBeanMgmtOpsInterceptor.invoke(SecurityMBeanMgmtOpsInterceptor.java:65)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$16.run(WLSMBeanServerInterceptorBase.java:449)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447)
         at weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:443)
         at weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:314)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11$1.run(JMXConnectorSubjectForwarder.java:663)
         at java.security.AccessController.doPrivileged(Native Method)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$11.run(JMXConnectorSubjectForwarder.java:661)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654)
         at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1426)
         at javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
         at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1264)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1366)
         at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788)
         at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
         at javax.management.remote.rmi.RMIConnectionImpl_1031_WLStub.invoke(Unknown Source)
         at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.invoke(RMIConnector.java:978)
         at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
         at weblogic.management.remote.wlx.ClientProvider$WLXMBeanServerConnectionWrapper.invoke(ClientProvider.java:291)
         at oracle.sysman.emai.model.mds.util.WLSTopologyHelper.getPartitionsList(WLSTopologyHelper.java:133)
         at oracle.sysman.emai.model.mds.util.WLSTopologyHelper.getPartitionsList(WLSTopologyHelper.java:101)
         at oracle.sysman.emai.model.mds.RepositoryPartitionsModel.getPartitions(RepositoryPartitionsModel.java:231)
         at oracle.sysman.emai.model.mds.RepositoryPartitionsModel.initializeData(RepositoryPartitionsModel.java:207)
         at oracle.sysman.core.model.util.ModelUtil.initializeMBEMObjects(ModelUtil.java:245)
         at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:120)
         at oracle.sysman.core.model.util.ModelUtil.initializeAllEMObjects(ModelUtil.java:93)
         at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.detectContextChange(EMPagePhaseListener.java:579)
         at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.doPostInvokeApplication(EMPagePhaseListener.java:544)
         at oracle.sysman.emSDK.adfext.ctlr.EMPagePhaseListener.afterPhase(EMPagePhaseListener.java:243)
         at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.afterPhase(ADFLifecycleImpl.java:531)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchAfterEvent(LifecycleImpl.java:120)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchAfterPagePhaseEvent(LifecycleImpl.java:168)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchAfterPagePhaseEvent(ADFPhaseListener.java:124)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:70)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:352)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.sysman.emSDK.license.LicenseFilter.doFilter(LicenseFilter.java:101)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.sysman.emas.fwk.MASConnectionFilter.doFilter(MASConnectionFilter.java:41)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.sysman.eml.app.AuditServletFilter.doFilter(AuditServletFilter.java:179)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java:203)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.sysman.core.app.perf.PerfFilter.doFilter(PerfFilter.java:141)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:527)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.sql.SQLSyntaxErrorException: ORA-00942: Table ou vue inexistante
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:91)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:206)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1034)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:194)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:791)
         at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:866)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1187)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3386)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3430)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491)
         at weblogic.jdbc.wrapper.PreparedStatement.executeQuery(PreparedStatement.java:128)
         at oracle.mds.internal.persistence.db.fcf.FailoverUtils.executeQuery(FailoverUtils.java:357)
         at oracle.mds.internal.persistence.db.fcf.FailoverUtils.executeQuery(FailoverUtils.java:123)
         ... 111 more
    Edited by: farouk on 26 oct. 2009 02:31

  • I recently upgraded to Mavericks and now don't have access to iphoto.  I cannot find my iphoto library to back the photos up before upgrading the iphoto but see the photos when I try to change screensaver?  Where are my photos so I can back them up?

    I recently upgraded to Mavericks and now don't have access to iphoto.  I cannot find my iphoto library to back the photos up before upgrading the iphoto but see the photos when I try to change screensaver?  Where are my photos so I can back them up?

    The iPhoto library should be in your user folder/Pictures unless it was moved.

  • Me and my wife both have iPhone for iTunes I use same laptop now our contacts are all mixed up. I want to delete our old synchronize a/c. To start up freshly. How can I do that?

    Me and my wife both have iPhone for iTunes I use same laptop now our contacts are all mixed up. I want to delete our old synchronize a/c. To start up freshly. How can I do that?

    Anyone at all can advise- still not sorted :-(

  • Volume up and standby button both have double purposes

    Hello,
    I got a problem with my iPod Touch 2G 32GB. It worked perfectly all the time, until yesterday. The buttons look like the got a second purpose. When I push the volume up button, my volume indeed goes up, BUT... after I release the button, I hear the click and my screen goes to standby (and if I push my volume button long enough, I even get to see the red "power off" slide). Some goes for the power button, when I push it, it indeed powers off the screen, but it also turns up the volume.
    In other words; The volume up and power button both have their own fuction, but also the function of the other. Can someone please tell me how to fix this?
    Things I already tried;
    -Restore the settings via iTunes.
    -Go to settings-->regular settings (the button above the music button)-->restore all settings.
    -Go to settings-->regular settings-->Delete all content and settings.
    I really hope you guys can help me, because I really need this thing. I can't just bike 70 minutes a day without an iPod...
    Regards,
    Donny
    P.S. I am from the Netherlands, so pardon me for my lack of English knowledge.

    Hi, once again,
    I bought this one used, so didn't buy it new at the store (well, it was, I traded my first hand iPod Touch 2G 16GB for the 32GB with someone :P ). So I don't even have prove I even bought it.
    Well, guess I am out of luck. Thanks for answering my question .

  • I am thinking of purchasing and iPad 2. Me and my wife both have iPhones and separate iTunes accounts. Is it possible to access both of our iTunes accounts on one iPad?

    I have been toying with the idea of purchasing an iPad 2. Me and my wife both have separate  iTunes accounts as we both have iPhones. I just wondered if it's possible to log into more than one iTunes account on one iPad, or if not would we have to set up a joint iTunes account?

    What you could do is have one of you with the main iTunes account and use home sharing to get access to your wife's iTunes music, etc.  my wife and I do this, but we each have our own iPads.

  • HT201317 Myself and my wife both have iphones and would like to have each iphones photo stream onto 1 pc.  Is this possible

    Myself and my wife both have iphones. Is it possible for the photo streams from each iphone to stream to 1 pc?

    No. You need to buy it for your Apple ID and for the other. You will have problems with updates

  • Upgraded to ios5 and I no longer have the clock app

    I upgraded my iPad 1 to iOS 5.1.1 and I no longer have the clock app and some of the other
    standard apps

    Fair enough. Have a look around the App Store fore decent replacements, often better.

  • Please help.. me and my hubby both have the iphone 4 and use the same email address and itunes account. I got mine yesterday and activated it to find all my husbands contacts on my phone. I deleted them and he lost all his contacts. How can we stop this !

    Hy please help...
    My husband purchased  an iphone at xmas and evrything was fine until i purchased 1 yesterday . We both use the same email address which is linked to our itunes account (ithink) I registered mine yesterday and all my husbands contacts came on to my phone, so i deleted them and he lost them all on his phone :-( now if he adds or deletes anything i get it or the other way round please please help

    If you are saying that you both have iCloud accounts and use the same icloud ID, then yes, the contacts will be deleted.  The idea is that all devices using the same icloud ID are kept in sync.  You need to use different IDs.  You can keep the same iTunes ID so you can share the songs and apps.  But use different icloud IDs.

  • My Mum and my Dad both have Apple ID's but only my Mum will let me buy something but my iTouch is currently on my Dad's ID. How can I change my iPod's ID to a different Apple ID?

    My parents both have Apple ID's but my Dad wont let me buy anything but I'm on his Apple ID on my iTouch and I'm unsure how to switch the Apple ID I'm using on my iTouch to my mum's. Any help? NOTE: The thing I'm trying to buy is not an App, but it's an add-on thing for a game called Snoopy's Fair.

    Tracy, see this article:  iOS: Changing the signed-in iTunes Store account
    Before you change it, read that article carefully and make sure you really want to do it. 
    Also, note that if you are using Auto Downloading, the Terms and Conditions state that "You may switch an Associated Device to a different Account only once every 90 days." 

  • HT1689 me and my husband both have iphones 4 on the same itunes account but he cannot purchase anything cuz it keeps sayin its a new device and he needs to answer security questions.the questions are not what we set up the acct with. help!

    My husband and I both have i phone 4 on the same itune acct but his phone is saying its a new device and will not let him buy anything off of our acct without answering security questions.  these questions are not the ones we set up the acct with. my iphone device is not having this problem. Help!

    I don't know if I'm asking this all in a way that can be understood? Thanks ED3K, however that part I do understand (in the link you provided!)
    What I need to know is "how" I can separate or rather create another Apple ID for my son-who is currently using "my Apple ID?" If there is a way to let him keep "all" his info on his phone (eg-contacts, music, app's, etc.) without doing a "reset?') Somehow I need to go into his phone's setting-create a new Apple ID and possibly a new password so he can still use our combined iCloud & Itunes account?
    Also then letting me take back my Apple ID & password, but again allowing us (my son and I) to use the same iCloud & Itunes account? Does that make more sense??? I'm sincerely trying to get this cleared up once and for all----just need guidance from someone who has a true understanding of the whole Apple iCloud/Itunes system!
    Thanks again for "anyone" that can help me!!!

  • How do I get my new cs6 upgrade from cs3 and i don't have my old serial number from cs3 but the pro

    How do I get my new up grade cs6 to register, I have cs3 installed on my computer for the last four or more years. the problem I am having is the new cs6 tell me there insn't a copy on my computer as I'm installing cs6 on it. I have been using cs3 for years. what do I do? cant find my old packaging so i can't find my old serial number.

    No serial, no upgrade. It's as easy as that. Get in touch with support, maybe they can help in some way....
    Mylenium

  • Me and my wife both have seperate itunes accounts but have only one desktop. How can we bth use seperate accounts on the one pc as I have just bought an album but because she has done in the last week i get an error message saying this pc has been used

    and i can't transfer my purchases for 86 days. surely we can use two seperate accounts on the one pc. the only other pc's we have are ipads and we cant sync our ipods using them. thanks in advance

    Set up a seperate PC user account on your PC and use that for yourself or your wife. The iTunes library is associated with the PC user account.

  • HT1386 i have an ipod and an iphone, both have music from different times and accounts.  I cannot sync my ipod to my newest account without losing all my music.. i have purchased icloud and itunes match hoping one of these options could help..

    Can someone direct me in how to take music from an old ipod and not lose the music because there is no computer to support it and i have a new account with more music and i just want to take the music from the ipod and add it to the new account????? can i do this??

    Try this previous discussion:
    Recovering your iTunes library from your iPod or iOS device: Apple Support Communities

Maybe you are looking for

  • I cannot see the Source List in iTunes. How do I get it back? Thanks!

    I cannot see the Source List in iTunes. How do I get it back? I am trying to eject my ipod classic, and there is no option to do so, because I cannot see the ipod, let alone the source list in itunes. I'm also unable to restore my ipod, and I get a m

  • Can't find Wordsearch.as

    Where is the file WordSearch.as from the example Mouseinput from Wordsearch? Not in the map Samples/Wordsearch at the Adobe website. I downloaded that map: there are two files in: dictionary.txt and WordSearch.mxml

  • AE 12.0 -[NSMenu menuID]: unrecognized selector...

    I think this is an old problem, but I'm wondering why it hasn't been fixed yet. While running AE, the Mac OS console is absolutely flooded with this error message: After Effects: -[NSMenu menuID]: unrecognized selector sent to instance 0x116915050 No

  • Internet Explorer 11 doesn't allow downloads and intermittantly crashes when I try.

    Hello, I have Windows 7, 32 bit on a Dell laptop with 4Gb of RAM.  I've been primarily an IE user all along but I am now using Chrome and Firefox due to problems with IE 10 and 11.  Around the first of the year IE stopped letting me download anything

  • Workbooks with more than 12 queries

    Hi, I have a workbook with 11 queries. In each query, there is only one variable (same technical name). As a consequence, the whole workbook is refreshed automatically by filling only one variable screen. When I add 1 more query in this workbook, the