Content engine fan gone bad? How to check health?

We deployed a CE-511 to a remote site.
The site contact told me one of the fans may have gone bad cause it sounds like "someone getting a tatoo".
"show power" or "show environment" doesn't work on the content engine.
I can't find anything in the syslog either.
Could someone please tell me how I can check the health / status of the system fans?
thanks.

Apple->About This Mac->More Info->System Report->Network->Wi-Fi
Look under INTERFACES which should give you information about your AirPort card.
You might also run Apple Hardware Test:
http://support.apple.com/kb/ht1509

Similar Messages

  • Proximity Sensor Gone Wild; How to Check?

    On the iPhone 4S, the proximity sensor is constantly on by default to support Siri. Turning off Raise to Speak is supposed to turn off the proximity sensor, and usually it does. But for some reason, sometimes the proximity sensor will come back on even when Raise to Speak is still off.
    This is a problem because the proximity sensor being on means the difference between a 4-hour and 8-hour battery life for me. I can fix it temporarily by turn off Siri, then doing a hard reset. It always comes back on again eventually though.
    On my iMac8,1, I can see if the proximity sensor is on with the iSight camera, which conveniently captures the IR signal from the sensor, so I can figure out if the sensor is causing problems and do the hard reset. On newer FaceTime HD cameras, this is no longer visible, which means I now have a problem and I don't know when it's actually manifesting itself. Is the proximity sensor a known issue? What can I use to detect if it's on? Better yet, is there a fix for the problem?

    @piyush123 
    If you suspect that it is a damaged or defective sensor, I believe that it would require a board replacement. I do not think it is a separate part. But I would recommend you call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assis​t.html
    That way you can check on your options.
    Malygris1
    I work on behalf of HP
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • How to check file is exists  in specified path in content server or not

    i m using JDevloper 11.1.1.6.0
    I want to upload file using RIDC functions,but before uploading it i have to check wheather it is already present on specified path in content server or not.
    How i check it.

    I tried to write a (simpler) version of my own code:
        public static Results CheckInToFolder(File f) {
            // create the binder
            DataBinder checkinDoc = idcClient.createBinder();
            // populate the binder with the parameters
            checkinDoc.putLocal("IdcService", "CHECKIN_UNIVERSAL");
            checkinDoc.putLocal("dDocTitle",
                                "Document checked in through RIDC at " +
                                new Date());
            checkinDoc.putLocal("dDocType", "Document");
            checkinDoc.putLocal("dDocAccount", "");
            checkinDoc.putLocal("dSecurityGroup", "Public");
            checkinDoc.putLocal("dCollectionID", "909964822906001607");
            // add a file
            // execute the request
            try {
                checkinDoc.addFile("primaryFile", f);
            } catch (IOException e) {
                myExecutable.logEvent("File" + f.getName() + " not found.");
                return null;
            ServiceResponse checkinResponse;
            try {
                checkinResponse = idcClient.sendRequest(userContext, checkinDoc);
                myExecutable.logEvent("Check-in successful. Size:" + f.length() + " bytes");
            catch (oracle.stellent.ridc.protocol.ServiceException e) {
                            myExecutable.logEvent("ServiceException");
                            e.printStackTrace();
                            return null;   
            catch (IdcClientException e) {
                myExecutable.logEvent("Check-in failed.");
                e.printStackTrace();
                return null;
            DataBinder checkinData;
            try {
                checkinData = checkinResponse.getResponseAsBinder();
                Results res =
                    new Results(checkinData.getLocal("dID"), checkinData.getLocal("dDocName"));
                myExecutable.logEvent("Successfully got response - dID is " +
                                      res.getDID() + ", dDocName is " +
                                      res.getDDocName());
                return res;
            catch (oracle.stellent.ridc.protocol.ServiceException e) {
                            myExecutable.logEvent("ServiceException2");
                            //e.printStackTrace();
                            return null;   
            catch (IdcClientException e) {
                myExecutable.logEvent("Unable to get response.");
                e.printStackTrace();
            return null;
        }What I'm getting is this:
    Mon Aug 13 14:51:29 CEST 2012 0ms: Started
    Mon Aug 13 14:51:29 CEST 2012 57ms: Connection to idc://192.168.44.129:4444 successfully established.
    Mon Aug 13 14:51:29 CEST 2012 102ms: Check-in successful. Size:702 bytes
    Mon Aug 13 14:51:29 CEST 2012 5ms: ServiceException2
    Mon Aug 13 14:51:29 CEST 2012 0ms: Finished
    This means:
    a) it does, indeed, return the exception (oracle.stellent.ridc.protocol.ServiceException)
    b) you could use this mechanism for your code
    c) it is, indeed, primaryFile.name what's being checked
    I will also take a look at the other service to perform the check prior to check-in service call.

  • After downloading Namoroka 64 bit for windows 7 all my search engines are gone. What happened and how do I get them back?

    After downloading Namoroka 64 bit for windows 7 all my search engines are gone. What happened and how do I get them back?
    == This happened ==
    Every time Firefox opened
    == This week ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; FunWebProducts; GTB6.5; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTB5.6)

    Do they appear if you start Firefox in Safe Mode? See [[Safe Mode]]

  • How to check RBS maintainer is running or not and how to stop the RBS maintainer for a specific content db.

    HI
    how to check RBS maintainer is running after deleting orphan blobs and  while deleting the blobs from rbs storage,
    and also how to stop the RBS maintainer for a specific content db.
    when I run below query  I found the orphancleanup value true
    SELECT [config_key],[config_value] FROM [mssqlrbs_resources].[rbs_internal_config]
    where config_key='orphan_cleanup_in_progress'
    adil

    HI
    the  RBS maintainer was run from one of web front end server  And for one content database , that fine
    but I  now know this information only this did by other administrators.
    Now I did not found this Maintainer running in windows task scheduler, but blobs are decreasing from content database RBS storage folder, and  also I found this maintainer running I checked from  when  run sql queriy in  sql
    server
    SELECT
    [config_key],[config_value]
    FROM
    [mssqlrbs_resources].[rbs_internal_config]
    where
    config_key='orphan_cleanup_in_progress’
    it  given me true
    here now  I want to stop this orphan cleane up , what settings and script I will run?
    adil

  • How To check in Ironport log which is server is giving bad response to SMTP connection?

    How To check in Ironport log which is server is giving bad response to SMTP connection?

    You probably want to create a new log subscription for "SMTP Logs"
    Go to System Administration/Log Subcriptions.
    Click Add Log Subscription
    Pick SMTP Conversation Logs.
    Pick a log name (will be the folder name that gets created for the log files)
    The defaults for the rest should be fine... maybe tweak rollover...
    Make sure to remove it after you're done, its going to eat space and probably a little proc... its VERY verbose, but it should show you what you need.

  • How to Check out  standard business content in BI Machine???

    Hi Guyz
    Please let me know
    How to Check out  standard business content in BI Machine???
    Regards
    Jawed

    Hi Jawed,
    Hope this helps - http://help.sap.com/saphelp_nw04/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c1/ea683cc5e8ca68e10000000a114084/frameset.htm
    Can you please tell us what do you mean by Checking?
    Bye...
    Message was edited by:
            Naga Timmaraju
    Message was edited by:
            Naga Timmaraju

  • I have an iPhone 3GS and when I go on safari and press the bookmark icon at the bottom of the screen all the search engine have gone such as google, yahoo, bing can someone explain how I've made them go and how do I get them back :-(

    Hello
    I got an iPhone 3GS and in safari the bookmark icon when pressed use to reveal a listing of different search engines (google, yahoo, bing etc) with a users guide at the bottom of the listings but now they've gone .
    How has this happen?
    How to I restore them?

    How do I find out if someone has taken the time to answer my question. This is my first time on this site.

  • How to check A document library that has document publishing enabled and content approval

    HI
    1) how to check A document library that has document publishing enabled
    2)A document library or a list that has content approval enabled
    adil

    For both question, check version settings of that library
    >>1)Document Version History "Create
    a version each time you edit a file in this document library?" should set to either create major versions or Create
    major and minor (draft) versions.
    http://office.microsoft.com/en-us/sharepoint-server-help/publish-or-unpublish-a-version-of-a-file-HA101862529.aspx
    >>2)Content Approval  "Require
    content approval for submitted items?" should be set to Yes
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • HELP! my emails disappeared after I modified the pop incoming and outgoing server settings in my apple mail email account. I have checked all my mailboxes--gone. How could they have disappeared? I am talking about 200 plus business emails

    I have checked all my mailboxes--gone. How could they have disappeared? I am talking about 200 plus business emails. I am using Lion X.0

    Thomas,
    "Note that you were warned that this would happen and approved it.  When you delete an e-mail account in Mail, you are shown a message like the following:"
    You didn't read my problem - I said I deleted a POP email account.  I always read the messages that pop up and in Mail when you delete a POP account - IT DOESN'T TELL YOU NUTHIN!  It just deletes it - which *** for me.  Fortunately, I had an iPhone and on that device I had about a 1000 messages that I could recover but on all my POP accounts I download them from the server onto my Mac so they were only on Mail (the really old ones that I wanted to keep.)  I had to move them into another directory one by one basically because when I would move 50 some of them would move and some wouldn't and I never did figure out that problem.  Basically the ones that would not move are the ones that were associated with my domain changes with GoDaddy, and there were a lot of those.  Have no idea as to why only those were resistant to moving but I can get all that data from GoDaddy anyway.
    This thread is now moot seeing as how I've recovered everything I can and am going to just move on - and back up more often.  ;-)
    Apple and Mail need to rewrite that program to include a WARNING MESSAGE when deleting an Account in Mail that says ALL YOUR MESSAGES ARE GOING TO DISAPPEAR NEVER TO RETURN IF YOU DELETE THIS ACCOUNT, SO YOU DANG WELL BETTER HAVE A BACK UP IF YOU WANT TO KEEP ANYTHING BEFORE PRESSING THAT MINUS SYMBOL!  ;-)

  • How to check JNDI contents after 9iAs startup?

    Dear all:
    How to check JNDI contens after 9iAs server startup ?
    Does the 9iAs have JNDI tree can show all JNDI contents.

    Hi,
    define ValueChange listeners on the component and when the user hits the command link or button to navigate off t he page, check if it has been changed (the listeners would set a bloolean variable). For this to work, the navigation action needs to be handled by the bean too.
    Frank

  • Re: Question: How to check in content with WebService

    Hi,
    I am trying to check-in using 'SOAP with Attachments', and am getting this error message
    "Content item 'SoapUpload4' was not successfully checked in. The content item must have a primary file"...
    In the soap request i am using
    <idc:file name="primaryFile" href="c:/temp/test.txt"></idc:file>
    if i send content through 'filecontent', i am able to check-in successfully.
    But my requirement is to send a file as an attachment toCHECKIN_UNIVERSAL as the file i have to send is huge.
    did any one came across this problem?

    This is exactly the same issue I am seeing when I try to use SOAP with attachments(CHECKIN_UNIVERSAL) to check-in an item to the content server.
    Did you find any solution for this? Please share.

  • How to check if classpath of J2EE Engine refers to library(jar) ?

    I have access to SDM Manager tools, how to check using this tools if library is in classpath.
    Because during deployment of EAR file containing websevice I receive exception about absent of library com.sap.mdm.tech.mdm4j.

    Dear rkandy,
    Thank you for your comment.
    Now our browser expiring info doesn't count
    number. Maybe it remain enough days .
    Do you know what number the counter starts with ??
    Best Regards
    MASAKI

  • How to Check System Preference Settings with Time Machine

    I just found and fixed a problem caused by a bad System Preference/Universal Access
    setting and would like to go back in my Time Machine backup to see where the
    error was made. I may have been too quick to blame the 10.5.3 update on the
    problem so wanted to look back in time.
    The problem is i don't know how to check System Preferences using the Time Machine.
    Any suggestion?

    If you're looking for specific settings, the short answer is you cannot. You can open the .plist files and try to find the specific option you're looking for, though it might not be too easy to decipher some of the contents of the .plist file. For the most part they're just lists of attributes and settings. For instance, here's a very small chunk of my Finder .plist file:
    <key>All Images.cannedSearch</key>
    <dict>
         <key>SidebarWidth</key>
         <integer>162</integer>
         <key>ToolbarVisible</key>
         <true/>
         <key>ViewHeight</key>
         <integer>1116</integer>
         <key>ViewStyle</key>
         <string>icnv</string>
         <key>WindowBounds</key>
         <dict>
              <key>bottom</key>
              <integer>1200</integer>
              <key>left</key>
              <integer>56</integer>
              <key>right</key>
              <integer>1920</integer>
              <key>top</key>
              <integer>84</integer>
         </dict>
    </dict>
    <key>AnimateInfoPanes</key>
    <true/>
    <key>AnimateSnapToGrid</key>
    <string>true</string>
    <key>AnimateWindowZoom</key>
    <true/>
    Each "key" is followed by an attribute, so for instance the "SideBar Width" key is given the "Width" integer attribute of 162. However, some keys have multiple entries, such as the "WindowBounds" key having sub-keys of "bottom", "left", "right", and "top".
    These values are finder preferences, though are not accessible via the finder's preference settings. However, buried deep in the Finder's .plist file are some of the user-editable settings:
    <key>ShowHardDrivesOnDesktop</key>
    <true/>
    <key>ShowMountedServersOnDesktop</key>
    <true/>
    <key>SidebarSearchesSectionDisclosedState</key>
    <false/>
    If you can find the attribute you're looking for, then that may help you narrow down which version of a .plist file to restore, though not all of them are straightforward legible text. Some have bizarre strings of seemingly random characters that only the application can interpret.
    Message was edited by: Topher Kessler

  • I clicked on the 'block' tab that came up under a video, and the video is gone. How do I get it to come back?

    The little button that lets you block adds came up at the corner of a video I was watching, and I clicked on it by accident. Now all videos from that website are gone. How do I get them to not be blocked?

    If you use extensions (Tools > Add-ons > Extensions) like <i>Adblock Plus</i> or <i>NoScript</i> or <i>Flash Block</i> that can block content then check the settings for that site.

Maybe you are looking for

  • No Mail Badge on icon in iOS5?

    I have a 4S when my emails come in the badge does not show a count. Also when I open my mail it will show all the emails but the blue dot is missing indicating I have already opened the email. Yesterday I had 28 emails and no indication. I've checked

  • Changing the port in iChat

    Long ago I captured the following from this discussion board: Open iChat. Go to Preferences > Accounts. After selecting the AIM Login account in the left hand list go to Server Settings tab. With iChat logged out of AIm change the port from 5190 to 4

  • Routine to convert the date into month/year

    Hi friends, I have requirement like I have 0billdate, but i want only month and year in that.  So i have created a z object  for that taking reference as 0calmonth.  I think the format is yyyymm. So now I want to write a routine which converts the da

  • Need Help, iTunes not reading iPod.

    I have had this 160GB iPod since October of 07 and it has worked perfectly...until last night...it just stopped playing any of my songs and just kept on changing to the next song looking for one that would play. I tried restoring it but I guess somet

  • PS Elements Update fails.  Suggestions?

    Adobe Photoshop Elements 9.0.3 Update Patch cannot be applied. Please contact product support. Error Code: U44M1P2003