Xserve problem... and what's this code mean?

I have an original Xserve (Dual G4 1GHz) that's suddenly started shutting down and rebooting randomly... can't figure it out.
Just located the Hardware Test disk and it throws a bnet/2/4 error - but I can't find any place to translate this error code to something meaningful so that I can determine if it's the issue or a red herring and I need to dig deeper.
Any help is appreciated.

Replacing the power supply took care of the main problem for me... I also ended up replacing the CPU blower because it suddenly started reporting 0rpm even though spinning at full speed.
Everything is good as new now.

Similar Messages

  • I have just tried to sync my iphone. Error message saying it cannot be synced has popped up quoting error code (-50). I have just removed old iphone backups from itunes but was very careful to not delete the current one. What does this code mean?

    Hi there,
    I have just tried to sync my iphone.
    Worryingly an error message saying it cannot be synced has popped up quoting error code (-50)
    I have just removed old iphone backups from itunes but was very careful to not delete the current one
    What does this code mean?

    http://support.apple.com/kb/TS1583

  • What is this code mean, ( 14 slow blinking lights and 5 fast blinking lights) mean

    need to know what this means please, 14 slow blinking lights and 5 fast blinking lights) mean

    thank you thank you for taking an interest. this is so frustrating.
    i only have apple keyboard, mighty mouse, and 20 inch cinema display connected. this morning took out memory and tried to boot up with individual pairs in the first bank. first the (2)256, the (2) 1g, and then the other (2) 1g modules. everytime I get the weird fuzzy wheel under the logo after a while, black screen flashes, then grey apple logo fuzzy screen then black forever.
    I ran tiger updates this morn. still will only boot to safe mode. then tried to run leopard disk to install it
    will not boot from leopard disk.
    tried safe boot, then doulble click install leopard, restart, then the saga repeats with the pixely red square around the wheel.
    these are fresh drives with only what came on instll disk loaded.
    thanks again for taking an interest.
    i love this system(well at least i did). I want to install leopard on my powerbook too but am terrified to do so right now since it is working and I have work to do. Can't afford to have no computer to do my work on...self employment is great?!
    This is making me crazy. I anxiously await your words of wisdom.

  • Getting 8010 errors from iTunes when trying to download app updates.  What does this code mean and how do I fix this?

    I have a 2009 iMac running Yosemite.  I was having no problems at all until I had some router issues and since I resolved those connection problems, iTunes has been giving me these 8010 errors.  My internet connection is good because I can get email and surf the web.

    Hi there I've just installed CS4 Pro on Windows 7 64bit and got exactly the same result as you. Did you manage to find anything out, because the thing that bothered me was the limited functionality (what ever that is). Is it just a case of Windows 7 having a newer version of ActiveX already installed?

  • What does this code mean?

    private static ThreadLocal serialNum = new ThreadLocal() {
             protected synchronized Object initialValue() {
                 return new Integer(nextSerialNum++);
         };

    That code appears to be cut from this sample code found in the LocalThread javadoc:public class SerialNum
        // The next serial number to be assigned
        private static int nextSerialNum = 0;
        private static ThreadLocal serialNum = new
            ThreadLocal()
                protected synchronized Object initialValue()
                    return new Integer(nextSerialNum++);
        public static int get()
            return ((Integer) (serialNum.get())).intValue();
    }The lines you're asking about declare a static ThreadLocal by the name of "serialNum". They assign to it an inline definition (extension) of LocalThread which specifies a custom initialValue() method. That initialValue() method is designed to get its value from the nextSerialNum variable (static, and incremented each time).
    The neat thing that happens with the ThreadLocal instance is in the get() and set() methods. Here you see the get() method being called:return ((Integer) (serialNum.get())).intValue();That get method returns a different object for each thread which calls it. When a new thread comes into the get() method, the initialValue() method is called, creating for that thread a new serial number. When THAT thread calls get() again later, it is given that same serial number.
    This one (static) instance of ThreadLocal can be accessed by any number of threads, but each thread will get()/set() a different variable, specific to that thread. This serial number implementation sets up a very simple counter for the Integer object the various threads will receive. When calling get(), the first thread will always receive an (int)0, the second thread will always receive an (int)1, the third an (int)2, and so on.

  • What do this code means

    select distinct ra.rowid row_id,
    row_number() over (partition by ra.file_name, ra.pol_no, ra.ben_type, ra.reinsurer, ra.fac_indi, ra.yearpd order by ra.yearpd
    i dunno how to use partition .
    tks in advance.

    Maybe this example helps:
      1  select empno
      2       , deptno
      3       , row_number() over (partition by deptno order by empno)
      4*   from emp
    SQL> /
                                     EMPNO                                 DEPTNO ROW_NUMBER()OVER(PARTITIONBYDEPTNOORDERBYEMPNO)
                                      7782                                     10                                               1
                                      7839                                     10                                               2
                                      7934                                     10                                               3
                                      7369                                     20                                               1
                                      7566                                     20                                               2
                                      7788                                     20                                               3
                                      7876                                     20                                               4
                                      7902                                     20                                               5
                                      7499                                     30                                               1
                                      7521                                     30                                               2
                                      7654                                     30                                               3
                                      7698                                     30                                               4
                                      7844                                     30                                               5
                                      7900                                     30                                               6
    14 rijen zijn geselecteerd.And you could read about it in the [url http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/functions137.htm#SQLRF06100]documentation of course.
    Regards,
    Rob.
    Message was edited by:
    Rob van Wijk
    And you can safely remove the distinct

  • What does " this code must be redeemed in the Australian storefront " mean? And how can I fix it?

    What does " this code must be redeemed in the Australian storefront " mean? And can I fix it?

    All iTunes gifts and gift cards are country-specific, they can only be redeemed and used in their country of issue. Are you in Australia with an Australian billing address on your account ? If you are then try going to the bottom of the Featured tab in the App Store app on your iPad and tap on your account id, tap on 'View Apple ID' on the popup and log into your account, and then select the Country/Region section and select Australia.
    If you are not in Australia then you won't be able to use it.

  • I bought a used iphone 4 and it is locked. When I try to recover it shows code 1671. What does the code mean?

    How do I do factory reset on an iphone 4? I bought it used and it has a password and when I tried to reset the phone it shows error code 1671. What does that code mean? Thanks

    Hello tresacg,
    Thank you for using Apple Support Communities. 
    It sounds like the previous owner has enabled a password on it. The first thing you can try is in this article:
    Forgot passcode for your iPhone, iPad, or iPod touch, or your device is disabled - Apple Support
    Regards,
    Jeff D. 

  • What does this message mean? "Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired"

    What does this message mean? "Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired"  I get this when I try to repair permissions in disk utility.

    It's an innocuous error you can ignore. It was introduced with previous updates for ARD and/or Java before Lion. These are messages, not errors. They will cause no harm, and they will be repeated each time you repair permissions.

  • While importing a CD into my iTunes library I kept getting the following error message- iTunes library cannot be saved- An unknown error occurred (-54).  What does this error mean and what can I do about it??

    While importing a CD into my iTunes library I kept getting the following error message- iTunes cannot be saved- An unknown error occurred (-54).  what does this error mean and what can I do about it??

    The CD I imported (in the above post) is now not in my iTunes library. Any help would be appreciated .

  • What is causing this problem and what are you doing to fix it? Should I just go back to Internet Explorer?

    Every single day, Firefox crashes and sometimes in the most inopertune time. This is very frustrating as some of the times I can not go back in and correct what I was not able to do due to your site crashing. What is causing this problem and what are you doing to fix it? Should I just go back to Internet Explorer?

    First, you must use a specific [[Managing profiles|profile]] for Firefox 4.0 Beta and keep your current one for Firefox 3.6 to prevent interferences between the two versions.
    For your problem:
    # [[Troubleshooting extensions and themes]] could be a cause.
    # If not 1. and if it does not happen in [[Safe Mode]], you must disable HW acceleration in Options > Advanced > General. If it solves your issue, your graphic driver is out-of-date and must be updated. Go to your computer manufacturer support site.

  • What does this error2 mean and how do I fix it?

    What does this error mean and how do I fix it?  I am trying to reinstall CS4 on my Windows 8.1 machine. 
    Adobe Flash Player 10 ActiveX
    Error:
    Error 2.
    Here is the initial error: http://s29.postimg.org/wqy2ju8iv/Untitled.png
    Here is a screenshot when I click the "More Information" button: http://s27.postimg.org/bugb7rx7n/Untitled2.png
    And here is the screenshot when I click the "Get Support" button: http://s4.postimg.org/c2ynvhmvx/Untitled3.png
    I'm stumped.

    Hi there I've just installed CS4 Pro on Windows 7 64bit and got exactly the same result as you. Did you manage to find anything out, because the thing that bothered me was the limited functionality (what ever that is). Is it just a case of Windows 7 having a newer version of ActiveX already installed?

  • HT4623 I have an iPhone 5. I've downloaded the iOS 7 update but it won't let me install it. Is anyone ells having this problem and what can I do?

    I have an iPhone 5. I've downloaded the iOS 7 update but it won't let me install it. Is anyone ells having this problem and what can I do??

    I imagine a ton of people are attempting to download it right now. Simple patience, maybe keep trying, and if possible, try a little later. Think of it as all those people lining up at Apple Stores + about a million more.

  • HT201514 What does this message mean and how do I correct it?

    What does this message mean?
    "The backup disk image “/Volumes/Nicholas' Time C-1/nicholas--MacBook Pro.sparsebundle” is already in use"
    How do i correct it?

    What does this message mean?
    It means that there are bugs in Mountain Lion.
    How do i correct it?
    Make sure that no other Macs are backing up at the current time
    Pull the power cord from the back of the Time Capsule
    Wait 10 seconds
    Plug the power cord back into the back of the Time Capsule
    This simple reset will fix this issue 98% of the time. If you happen to be in the unlucky 2% category, post back and we'll provide more information.

  • HT5313 I have been trying for weeks to download update 10.7.5 and cannot do so.  I do get a message at the end - "connection reset by peer".  Can anyone shed any light on why I cannot download this update and what the message may mean?  Thanks.

    I have been trying for weeks to download update 10.7.5 and cannot do so.  I do get a message at the end - "connection reset by peer".  Can anyone shed any light on why I cannot download this update and what the message may mean?  Thanks.

    Take a look at this discussion and the ones listed under "more like this" in the right column:
    https://discussions.apple.com/thread/4166820?start=0&tstart=0

Maybe you are looking for