When to upgrade boot code 1.3.5.x

Hi,
Some questions:
1. Do we need to upgrade the boot code every time the firmware we need to load is 1.3.5 and above?
2. What do we need to load first boot code or firmware? or any order will do?
3. From the notes below. Do we only need to update the boot code if we want hybrid stacking to work?
Will I be able to update to a 1.3.5.x firmware without the boot code?

1 - Generally if you are going to use recent firmware, use the correct boot code.
2 - We update both, then reboot.  (Boot code only updates via tftp).  the update may take 10-15 minutes go get a cup of coffee :).
3- hybrid stacking, also stacking over 4 units with manual selection.  there may be other bugs fixed that are documented in the SRN.
We've seen boot code fix dhcp issues, weird port status on boot, and a couple other issues I cannot remember. 
You can update the firmware without the boot code, but if you have any issues whatsoever, go ahead and do the boot.  if you want support from the SBSC, that will be one of the first thing checked.
Dan

Similar Messages

  • I recently upgraded to 10.6.7 and Safari 5.05. Safari now has a long load time when you initially boot it up and when selecting a new tab. Other than that it works fine. What can I do ?

    I recently upgraded to 10.6.7 and Safari 5.05. Safari now has a long load time when you initially boot it up and when selecting a new tab. Other than that it works fine. What can I do ?

    Check Safari / Preferences - Extensions. If you have any installed, turn that off, relaunch Safari.
    If it's not Extensions, check for third party Safari add ons.
    http://support.apple.com/kb/TS3230?viewlocale=en_US

  • I just downloaded bootcamp 3.1 to upgrade from 3.0.  I am using Snow Leopard.  is there anything special I have to do run the upgrade version when I open Boot Camp Assistant?? Thank you

    Hi everyone
    I am running Snow Leopard on my early 2006 MBP.  I just downloaded Boot Camp 3.1 so I can upgrade 3.0.  Is there anything special I need to do to "install" 3.1 so that when I run Boot Camp Assistant it uses 3.1 instead of 3.0?  Thank You.

    The Boot Camp 3.1 drivers you downloaded have to be installed in Windows after running Boot Camp Assistant. That update does not apply to Boot Camp Assistant, and as you are using Mac OS X 10.6.8, you are using the most recent Boot Camp Assistant version for Snow Leopard.
    Once you have installed Windows with Boot Camp, insert the Snow Leopard DVD in Windows and install the Boot Camp 3.0 drivers. Then, install the Boot Camp 3.1 drivers

  • Why is there is an error code A12E3 when i upgrade? [was: ?]

    Hi Why is there is an error code A12E3 when i upgrade?

    Hi kghila,
    You can try the steps mentioned in this document under the section download products and updates
    http://helpx.adobe.com/creative-cloud/kb/troubleshoot-cc-installation-download.html
    Thanks
    Kapil

  • Whenever my iPod is turned off or goes into sleep mode, it hard boots everytime I turn it back on.  This seems to have started only when I upgraded to OS6.

    My iPod hard boots everytime I turn it on.  I get the Apple logo and 5 minutes later it starts up. This seems to have started when I upgraded to OS6.

    Try:
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • What are developers​' opinions on how best to handle upgrading large code libraries with multiple apps to new a labview version?

    I have a large set of code that I've painstakingly migrated from one labview version to another over the years.  I have lots of deployed applications that I need to continue to support.  From experience and interaction with other developers, I don't think I can continue to migrate every application to a new labview version when I upgrade going forward.  Every application seems to break in one way or another, the builds don't work right and need to be re-done, and its too much time to get all my applications working and tested again.  That opinion is solidified by NI's policies that make it impossible to install old toolkit versions on new labview versions, for example.  Compatibility is often being sacrificed so NI can develop labview in the direction they choose.  So I have to take the position that whatever version I write an application in will probably need to be maintained in that labview version throughout it's life.
    In light of this, how are other developers managing older applicatiosn written in older versions of labview.  Right now I have a virtual PC on my system with 7.1, 8.0, 8.2, and 8.5 all running on different virtual PC's so I can keep each installation separate.  I strongly recommend this approach.  But keeping my large libraries of code separate is tough.  They are many GB, they all link to each other, and I always get worried even when I separate them in different directories that somehow labview will search in the wrong place and find the wrong version of a sub-vi.  Are other people also trying to maintain separate copies of all their code in different labview versions?  How are other people managing this problem?
    -Devin
    I got 99 problems but 8.6 ain't one.
    Solved!
    Go to Solution.

    Hi,
    The following directory hierarchy, coupled with a "hierarchical" VI naming strategy, have been effective (for me) at preventing "cross-linking" across projects and LV versions. The storage hierarchy was designed for use within an SCC environment, but works fine independently. Hierarchical-naming insures unique names for application-specific files. Use of Project Libraries (in LabVIEW 8.x) addresses the problem of having different VIs with the same name, still, it gives me warm-fuzzies to have app-specific files named uniquely, and I can't imagine not using Hierarchical-naming anymore - it's described at-length in section 2.1 of attached .doc..
    Note: It's been my experience that companies identify resources as supporting specific "Programs", where a Program is related to a product or "family" of products, so, under <Programs> (below) each "Program" subdirectory encapsulates product-specific (or product-family-specific) applications. Also, assuming no SCC tool is being employed the <Production> directory (below) exists as a repository for distributables.  All distributables required to reproduce a test-station should be located under <Production>.
    <Software_Root>
    <Development>
    | <Common>
    | | <LabVIEW_61>
    | | | <Drivers>
    | | | | <DMM>
    | | | | <OS>
    | | | | <PS>
    | | | <Utilities>
    | | |   <File>
    | | |   <Error>
    | | |   <String>
    | | <LabVIEW_711>
    | | <LabVIEW_82>
    | | <LabVIEW_851>
    <Programs>
    * Program-specific applications that (probably) have distributables
    | <Program_#1>
    | | <Application_#1>
    | |   <Docs>
    | |   <Source>
    *       Individual, application-specific, VIs go here
    | | <Application_#2>
    | | <Application_#3>
    | <Program_2>
    | | <Program_3>
    | <Tools>
    *   Tools are NOT "program"-specific, and, may have distributables
    |   <SomeTool>
    |   <SomeOtherTool>
    <Production>
    | <COTS&Freeware>
    | <Programs>
    | | <Program_1>
    | | | <Application_#1>
    | | | | <Application_#1_Rev#1>
    | | | |   Application_#1.bld>
    | | | |   <EXE>
    | | | |   <Installer>
    | | | |   <Source>
    | | | |     Application_#1.llb>
    *           Distributable is created from LLB "snapshot", not directly from development tree
    | | | <Application_#2>
    | | | | <Application_#2_Rev#1>
    | | | |    Application_#2.lvproj>
    | | | |   <EXE>
    | | | |   <Installer>
    | | | |   <Source>
    | | | |     Application_#2.llb>
    | <Tools>
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
    Attachments:
    StyleGuide.doc ‏941 KB

  • When I upgraded to ios6 I can no longer send pictures in a text message as I once was able too? this is for my iphone3GS This is a real inconveinance.

    When I upgraded my daughters i-phone 3GS to the ios 6 , She was no longer able to send picture messages as a text . I have been on this phone for over 7 hours trrying to figure something. I see I'm not the only one with the problem so I dont feel too bad but this is a real inconveinance for me and my daughter . What is the solution to this?

    I use a free SMS texting app called Pinger. You can even make calls with it.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101
     In Memory of Steve Jobs 

  • Why is it that when i upgraded to ios 6, my ipad 2 no longer connects to known networks automatically

    why is it that when i upgraded to ios 6, my ipad 2 no longer connects to known networks automatically?

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Will my prior profile, theme, & settings be retained when I upgrade to FF 22.0?

    Hi,
    I am relatively new to Firefox and have delayed updating from ver. 21.0 to 22.0 before asking this important question:
    I am using XP (sp3). When I upgrade to FF ver. 22.0 from 21.0, will all of my profiles, settings, theme, etc. be retained and migrated to the new version automatically or will I have to redo everything?
    Can you please let me know what will be retained and what won't?
    I read that the add-ons upgrade will be automatic (if possible), but I wasn't sure about the rest of it.
    Thanks!

    As jscher2000 posted in the other thread, there is always a possibility that security software is causing problems.<br />
    Most of the time it should work fine.<br />
    So in the case that there are problems then check that first and if necessary boot the computer in Safe Mode (press F8 on the boot screen) to disable such software temporarily.
    If there are problems with hardware acceleration in Firefox then hold down the Shift key when starting Firefox to start in Safe Mode.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    See also:
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating

  • JDeveloper 11g - exception when trying to set Code Style in Preferences

    Hi forum
    I have just installed the new JDeveloper 11g and have upgraded my projects, and would now like to define my code style. But when I open Preferences -> Code Editor -> Code Style, I get the following error. Is this a known issue? Not being able to set my coding style like I'm used to is pretty annoying...
    Thanks in advance,
    Jacob
    "Internal error when trying to create this panel: "
    java.lang.NullPointerException
         at oracle.jdevimpl.style.profile.ProfileModel$ProfileComparator.compare(ProfileModel.java:409)
         at java.util.Arrays.mergeSort(Arrays.java:1270)
         at java.util.Arrays.sort(Arrays.java:1210)
         at java.util.Collections.sort(Collections.java:159)
         at oracle.jdevimpl.style.profile.ProfileModel.<init>(ProfileModel.java:72)
         at oracle.jdevimpl.style.preferences.CodingStylePreferencesPanel.<init>(CodingStylePreferencesPanel.java:144)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:315)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:219)
         at oracle.ide.panels.MDDPanel.getTraversable(MDDPanel.java:1347)
         at oracle.ide.panels.MDDPanel.mav$getTraversable(MDDPanel.java:128)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1610)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1518)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1512)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177)
         at java.awt.Dialog$1.run(Dialog.java:1045)
         at java.awt.Dialog$3.run(Dialog.java:1097)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:1095)
         at java.awt.Component.show(Component.java:1422)
         at java.awt.Component.setVisible(Component.java:1375)
         at java.awt.Window.setVisible(Window.java:806)
         at java.awt.Dialog.setVisible(Dialog.java:985)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:808)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.jdevimpl.vcs.cvs.CVSPreferencesCommand.doit(CVSPreferencesCommand.java:46)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:547)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:866)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1220)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1261)
         at java.awt.Component.processMouseEvent(Component.java:6041)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5806)
         at java.awt.Container.processEvent(Container.java:2058)
         at java.awt.Component.dispatchEventImpl(Component.java:4413)
         at java.awt.Container.dispatchEventImpl(Container.java:2116)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
         at java.awt.Container.dispatchEventImpl(Container.java:2102)
         at java.awt.Window.dispatchEventImpl(Window.java:2440)
         at java.awt.Component.dispatchEvent(Component.java:4243)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)"

    To anyone else encountering this:
    I would just like to report, that Oracle Development has managed to reproduce this problem from scratch by following a similar upgrade path 10.1.3.0->10.1.3.4->11.1.1.0. The problem is NOT OS-related, but related to migrating the user settings from 10.1.3.3. So Jan you were right about that. Credits go to you :)
    The only workaround for me has so far been to take a backup of my old SYSTEM directory causing the problem, and I have been forced to carefully recreate all my settings to get around this problem, since I already removed my old 10.1.3.3 installation, assuming the migration went OK - which it didn't... So, I will keep my old backup, in the hope that Development finds a fix to this issue, so I can go back to the settings I used to have, even though I THINK I have recreated them all for 11g - not completely sure though... time will tell.
    Until then, I will track the bug, that Didier has logged for me, which he mentioned in his post.
    Regards,
    Jacob

  • When i upgrade to Lion will my office 2008 work?

    I want to upgrade my Mac to Lion and Apple support is telling me that my MS Office 2008 may not work and/or I need a patch from Microsoft.  I then talk to Microsoft and they say there is not an issue with MS Office 2008 when upgrading to Lion.  Who do I believe?  Will all my data files and entourage data remain intact when I upgrade to Lion?

    Office maintains a central datafile in your /Home/Documents/ folder. Each new version of Office simply imports that file. So all your Office data such as mail should remain intact after you upgrade. Here's how to make a bootable backup:
    Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    Clone using Restore Option of Disk Utility
    Select the destination volume from the left side list.
    Click on the Restore tab in the DU main window.
    Select the destination volume from the left side list and drag it to the Destination entry field.
    Select the source volume from the left side list and drag it to the Source entry field.
    Double-check you got it right, then click on the Restore button.
    Destination means the backup volume. Source means the internal startup volume.

  • IMac will only safe boot (blue screen when not safe booting).

    A buddy asked me to help with his Intel based iMac. It was giving a blue screen when trying to boot up (and an odd cursor along with the blue screen). The cursor moves around the blue screen but looks like two cursors. One cursor is a normal arrow pointer, the second is a rectangle about .25 inch wide and 1 inch tall made up of about 10 horizontal lines.
    I'm very familiar with Macs and OS X and was sure it was probably a messed up preference file (most likely login preference). It wasn't.
    Here's the odd circumstances:
    I have an intel macbook that if I use firewire target disk mode I can boot just fine off his iMac.
    His computer will not boot off my Macbook that is in firewire target disk mode.
    We cloned his hard drive to an external firewire hard drive (using Carbon Copy Cloner), my Macbook boots off it just fine, his iMac will not.
    He's been wanting to go to Leopard so we upgraded his computer (did basic upgrade), but it still blue screened (with odd cursor).
    Then we did an erase and install. Still no difference in behavior.
    I would almost be convinced that it's a hardware failure, but it will safe boot every time.
    Here's what happened when it died. His son was playing a Star Wars game (I'm not sure which one). The kid was in the middle of the game and paused it when it was time for dinner. When the kid went back to play, the computer was frozen. They tried everything to unfreeze it and ended up powering it down. Started the blue screen ever since.
    He's going to contact Apple (it's barely still under it's warranty) but I was hoping someone here has another idea what it could be.

    I found this topic while trying to find an answer to my problem. It seems we have a similar thing going on with our imacs (although mine is a much older crt imac). I'll copy and paste my original post from the imac board :
    Hi
    I received a free imac snow (G3 500mhz) from someone. He told me it was broke, and someone told him the logic board needed to be replaced.
    I brought it home and tried to start it up. It gave the '?' folder icon. I started up from an OS 9.1 cd - Success! Except there was no HD. I opened it up and discovered that the HD wasn't connect to the ATA cable. I was able to start up to a previously installed Tiger. Except once it booted it would quickly freeze - the mouse pointer would turn into a scrambled beach ball (very strange) and wouldn't move.
    I did some research and found about the potential problem with OS X and the imac's firmware. I restarted from the 9.1 CD and installed that OS. Everything seemed fine and was running ok (from my limited time on it). I then DL'd the latest firmware for the imac (4.1.9.) and tried to run it. Except the message came up that the latest firmware had already been installed. So i guess thats a good thing. I don't have to worry about firmware being a problem.
    So i did a zero out wipe on the HD and installed tiger from the dvd. But on the first restart after installation (where i should go to the set up assistant) I get the scrambled beach ball and it freezes.
    I thought perhaps the HD is faulty and ran disk utility on it - it came back as fine. I doubled checked to make sure it was set to 'master'. it sure was. I decided to swap out the HD anyways since i can't see what else could be the problem and put in a different 30gb IDE drive. I once again zeroed out the drive and did a fresh install of tiger. On restart i get the same scrambled beach ball and the freeze.
    I guess i should describe the scrambled beach ball. It's seems like the beach ball icon, except the bits that make it up are out of order and glitched out.. perhaps a video problem?
    Could this really be a logic board problem? It was working in OS 9.1 fine. It starts up from system CDs and DVDs fine. Wouldn't a logic board exhibit the same problems on those systems?
    Anyone have any idea?
    Update - starting in Safe mode (restart with shift held down) works, and i was able to update to the latest version of Tiger, but once i restart with the full system i get the same problem.
    This seems to me that it ISN'T a logic board problem, but more of a system software problem. Now my question is how do i isolate and fix the problem in Tiger?
    I guess i'll post this question in the Tiger forum, but if anyone has any ideas please let me know.
    Thanks

  • WS-X6816-GBIC became PwrDown when IOS upgrade to 12.2(18)SXD7

    When IOS upgraded from 12.1(13)E8 to 12.2(18)SXD7, one of WS-X6816-GBIC module (in slot5) become PwrDown in show module output but another one (in slot 4) is ok. The only difference I can find is DFC hardware version. Is there any limitation about this ?
    IOS 12.2(18)SXD7
    ------------------ show module ------------------
    Mod Ports Card Type Model Serial No.
    1 2 Catalyst 6000 supervisor 2 (Active) WS-X6K-SUP2-2GE SAL0752RJBZ
    4 16 Pure SFM-mode 16 port 1000mb GBIC WS-X6816-GBIC SAD05050HGC
    5 16 Pure SFM-mode 16 port 1000mb GBIC WS-X6816-GBIC SAL08186B80
    6 0 Switching Fabric Module-136 (Active) WS-X6500-SFM2 SAL0708DF8W
    8 0 2 port adapter FlexWAN WS-X6182-2PA SAD073900JL
    Mod MAC addresses Hw Fw Sw Status
    1 0009.1246.eba8 to 0009.1246.eba9 5.0 7.1(1) 12.2(18)SXD7 Ok
    4 0030.f271.1972 to 0030.f271.1981 1.7 12.1(11r)E2 12.2(18)SXD7 Ok
    5 000f.f780.2420 to 000f.f780.242f 1.7 Unknown Unknown PwrDown
    6 0001.0002.0003 to 0001.0002.0003 1.4 6.1(3) 8.3(0.156)RO Ok
    8 000d.650a.15c0 to 000d.650a.15ff 1.6 12.2(18)SXD7 12.2(18)SXD7 Ok
    Mod Sub-Module Model Serial Hw Status
    1 Policy Feature Card 2 WS-F6K-PFC2 SAL0752RKWF 3.4 Ok
    1 Cat6k MSFC 2 daughterboard WS-F6K-MSFC2 SAL0752RB28 2.6 Ok
    4 Distributed Forwarding Card WS-F6K-DFC SAL08249SUD 2.5 Ok
    5 Distributed Forwarding Card WS-F6K-DFC SAL081971W0 2.7 PwrDown
    Mod Online Diag Status
    1 Pass
    4 Pass
    5 Unknown
    6 Pass
    8 Pass
    The early show module output;
    IOS 12.1(13)E8
    TANET_PTC_R6K#sh module
    Mod Ports Card Type Model Serial No.
    1 2 Catalyst 6000 supervisor 2 (Active) WS-X6K-SUP2-2GE SAL0752RJBZ
    4 16 Pure SFM-mode 16 port 1000mb GBIC WS-X6816-GBIC SAD05050HGC
    5 16 Pure SFM-mode 16 port 1000mb GBIC WS-X6816-GBIC SAL08186B80
    6 0 Switching Fabric Module-136 (Active) WS-X6500-SFM2 SAL0708DF8W
    8 0 2 port adapter FlexWAN WS-X6182-2PA SAD073900JL
    Mod MAC addresses Hw Fw Sw Status
    1 0009.1246.eba8 to 0009.1246.eba9 5.0 6.1(3) 7.5(0.6)HUB1 Ok
    4 0030.f271.1972 to 0030.f271.1981 1.7 12.1(11r)E2 12.1(13)E8, Ok
    5 000f.f780.2420 to 000f.f780.242f 1.7 12.1(11r)E2 12.1(13)E8, Ok
    6 0001.0002.0003 to 0001.0002.0003 1.4 6.1(3) 7.5(0.6)HUB1 Ok
    8 000d.650a.15c0 to 000d.650a.15ff 1.6 12.1(13)E8 12.1(13)E8 Other
    Mod Sub-Module Model Serial Hw Status
    1 Policy Feature Card 2 WS-F6K-PFC2 SAL0752RKWF 3.4 Ok
    1 Cat6k MSFC 2 daughterboard WS-F6K-MSFC2 SAL0752RB28 2.6 Ok
    4 Distributed Forwarding Card WS-F6K-DFC SAL08249SUD 2.5 Ok
    5 Distributed Forwarding Card WS-F6K-DFC SAL081971W0 2.7 Ok

    Watch the logs as it boots up , my guess there is a problem with the board . We had a brand new card for a 6500 with a problem and the box will power it off if it see's a problem. Ended up RMA'ing the card . Does it show anything when you do a "show diagnostic result all" command ?

  • Windows Server 2012R2 Fatal Error C0000034 when trying to boot

    Hi.
    We patched our Server 2012R2 DC today to fix against CVE-2014-6324 using Windows update. After rebooting, we are now unable to boot and receive the error stated in the title when trying to boot.
    Our primary DC however had no issues applying the update and rebooted perfectly fine.
    I can only seem to find articles relating to Windows 7 SP1 regarding this error code. Is there a method for recovering this with Server 2012R2?
    Thanks.

    Hi,
    I think we could check if other update installed correctly.
    Did you try to remaing pending.xml file to check the result?
    http://blogs.technet.com/b/joscon/archive/2011/03/16/new-information-on-error-code-0xc0000034.aspx
    Regards.
    Vivian Wang

  • SG500X Boot Code Update fails (Boot Code too old)

    Hi,
    I wanted to add an SG500X to an existing stack (Native stacked pure SG500X-Stack) and it always fails, all LEDs on, System LED blinking Amber (according to the Admin Guide this is Hardware failure).
    The eventlog on the Switch says, that boot code upgrade failed to deploy on the new stack unit.
    I tried manually to upgrade the boot Code to the version of the Stack, but it always fails with the error "Boot Code too old".
    Current Version is 1.2.0 and I want to upgrade to 1.3.0.03, in the download portal there are no versions between that.
    How can I get this Switch working with the stack?
    Regards,
    Chris

    Managed to get this working: Switched back over to image 1 (1.2.9) and updated the boot code, worked like a charm.
    Then switched back to image 2 (1.3.5).
    Didn't try to add this unit to stack for now, but I think it'll work for now

Maybe you are looking for

  • ITunes will not open in windows 8 64bit when connecting an iDevice

    When I connect any iDevice such as my iPhone 5s, ipod touch, etc. It will not cause iTunes to start. All I hear is like 2 tones and nothing. I can open iTunes manually and I the the device it just will not open when connecting. I've removed and reins

  • How many Hard Drives ?

    I've been fortunate to receive a PowerMac G4 733mhz (Digital Audio) along with a Sony 20" CRT monitor at no cost and I'm looking to get all the performance that I can out of it. So far I've maxed out the RAM and added an iogear USB 2.0 card along wit

  • Can you Skype a wedding to be seen on an iMac? Tha...

    Need info on how to Skype a wedding to an iMac

  • Finding floating objects

    Is there someway to find floating objects in a Pages 09 document? I am trying to export to an epub and Pages 09 tells me that floating objects cannot be exported and to convert them to inline. I have many figures in the document most with captions wh

  • Fans and thermostats in the IBook G4

    My IBook G4 (2004) freezes after about 10 minutes of operation. A computer repair person diagnosed it as a faulty CPU cooling fan, but didn´t have a replacement fan to put in for me. I cracked open the back of the computer and watched the fan go on d