SNMP requests returns the number "36" PERC H700 battery. What it means?

SNMP OID

Text: iso.org.dod.internet.private.enterprises.dell.storage.software.storageManagement.physicalDevices.batteryTable.batteryEntry.batteryState.1

In the numeric form: 1.3.6.1.4.1.674.10893.1.20.130.15.1.4.1

Possible States:

 0: Unknown  1: OK  2: Failed  7: Reconditioning  9: High  10: Low  12: Charging  21: Missing
But from time to time we receive value "36".Oops, but number 36 is not exist in Dell oficial mib-files.

Can anybody explain me what is it?What does that mean?

Thanks.

Crazy,

The reason that I was leaning towards the cycle of the battery, it is that although there is a loading error code, there is an alert information sent to the BONES and OMSA to the start of the Cycle to learn. This is not an error, but is an alert.

Tags: Dell Servers

Similar Questions

  • Script for counting both Yes and no in a column and returning the number of Yes on the Total

    (Acrobat Pro)

    I have 5 fields (DRDropdown1-5), who have 3 options (Y, N, NA). I only
    want to count the number of Y and N, then return the number of Y on the
    total of Y + N

    Any help is appreciated. I tell myself that if I see enough code, I'll get
    It is up.

    Thank you

    We are usually complete solutions, given a description or example of how to make the more difficult part, you should be able to take your knowledge of JavaScript and add the missing pieces. If you are not familiar with JavaScript, treat yourself and watch an introductory part (I like this for JavaScript in Acrobat: Beginning JavaScript for Adobe Acrobat ).

    Looking at your script, you already have most of the features in place. You should be able to edit the output (assuming that your domain may take a string and is not just a numeric field), by simply changing the last line:

    Change "event.value = total / total;" to the following:

    event.value = totalY + " of " + total;
    

    For easier reading, you can reformat the last two lines like this:

    if (total==0)
        event.value = "";
    else
        event.value = totalY + " of " + total;
    
  • Returns the number of records

    IM under the sub query, it returns the number of records, but how can I count the number of records is reurning?

    I use version 12.0.0.61 (toad for oracle)

    Thank you

    Select * from object

    where owner = 'FIRST '.

    AND OBJECT_TYPE = 'FUNCTION '.

    AND OBJECT_NAME LIKE '% FDR_ % '.

    If you want just the County

    select count(*)
      from all_objects
     where owner='PREMIER'
      AND OBJECT_TYPE='FUNCTION'
      AND OBJECT_NAME LIKE'%FDR_%'
    

    If you want the number on each line in addition to the line-level data

    select a.*, count(*) over () cnt
      from all_objects a
     where owner='PREMIER'
      AND OBJECT_TYPE='FUNCTION'
      AND OBJECT_NAME LIKE'%FDR_%'
    

    Justin

  • Coding - returns the number of characters in a text box.

    I am trying to create an animation/simulation of cellular phone on board animate CC for use in a course of Captivate. In fact, when a user clicks on the number keys on the virtual keyboard, it displays the numbers in a text box, just as a real cell phone will display the phone number on the screen as a caller to connect. Thus, the user must click seven buttons and a seven-digit phone number is displayed on the screen of the virtual phone.  This part of my animation works fine and all seven digits appear, but I want to change the code so that a hyphen appears after that the third button clicked. In this way, the output looks like better a phone number instead of just a string of seven digits.

    Here is an example of the code that I currently assigned to the #2 in the virtual keyboard button:

    var text = sym.$("PhoneNum").html ();

    text = text + 2;

    SYM.$("PhoneNum").html (Text);

    PhoneNum is the name of my text box on the stage where the numbers appear as a click is performed on every key on the keyboard.

    To incorporate the hyphen after the third button clicked, I need to return the number of characters in the text PhoneNum sort box, then create an if/else scenario that applies the hyphen after the third button clicked.

    Anyone know how I can use JavaScript or jQuery to return the number of characters currently in the text box PhoneNum ?

    SYM. $("PhoneNum") .text () .length;

  • Is it good to keep my macbook on charge all the time? This reduces the number of cycles of battery I would have otherwise?

    I have a 2015 13-inch macbook pro Retina display. What is the best way to keep the battery in good conditions? In particular: When should I charge it? Only when the power is low)<20%) or="" anytime="" that="" i="" can?="" more="" in="" particular:="" if="" i="" keep="" it="" in="" charge="" all="" the="" time,="" will="" this="" be="" good="" or="" bad="" for="" the="" battery?="" will="" it="" reduce="" the="" number="" of="" battery="" cycles="" that="" i="" would="" otherwise="" have?="" many="">

    Keep the computer plugged in whenever possible.

    If you keep the computer always connected, make sure that at least twice a month

    Run it on battery until battery charge level falls to about 40-50%.

    Please don't completely discharge the battery. Discharge the battery completely will reduce wear and tear on the battery.

    Trying to keep the number of Cycles of battery low does ' t help.

    For more information:

    Section: To optimize the battery life

    http://support.Apple.com/en-us/HT204054

    Best.

  • Hi, I am trying to confirm my new adobe first cc membership and something is not on the agenda, he know: and he know: "confirm by submitting your order, you agree to pay the total price as indicated." what this means and how can I do? Thank you

    Hi, I am trying to confirm my new adobe first cc membership and something is not on the agenda, know it: and he know: "confirm by submitting your order, you agree to pay the total price as indicated." what this means and how can I do?

    Thanks, Noa

    Hello

    This message is just to make sure of the price charged.

    Kind regards

    Sheena

  • stored procedure to return the number of rows

    Hello. How can I create a stored procedure that returns a number of lines such as select count (*) of the emp. I only know how to return a result set, but how to a single value. Need help please.

    Easy:

    CREATE OR REPLACE PROCEDURE get_count (p_count OUT NUMBER) IS
    BEGIN
       SELECT COUNT(*)
       INTO   p_count
       FROM   a_table;
    END get_count;
    
  • backgroundColor value returns the number?

    I want to know the background color of a component in hexadecimal, which is 0xFFFFFF. When I use myComp.getStyle ("backgroundColor"), a number is returned instead of the hexagon.

    Anyone know how I can return the hexagon instead of a number? Thanks in advance.

    ToString (16)

  • Query should return the number of records that do not match the values of the DB

    I have the SQL query in the IN clause that I have certain values to verify each year against DB. I need a query that should tell the number 1 for existing records and 0 to not exist records. I get only matched lines from now account. Help is very appreciated.

    sample

    number of values
    SAM 1
    CAT 0
    POOL 1
    JACK 1
    FUN 0


    Concerning
    Prakash.
    with search_for_values as (
    select 'SAM' name from dual
    union all select 'CAT' from dual
    union all select 'HEN' from dual
    union all select 'JACK' from dual
    union all select 'FUN' from dual
    )
    , search_in_tab as (
    select 'SAM' name from dual
    union all select 'HEN' from dual
    union all select 'JACK' from dual
    union all select 'HEN' from dual
    union all select 'JACK' from dual
    union all select 'HEN' from dual
    union all select 'JACK' from dual
    )
    select sfv.name
         , case when exists ( select null from search_in_tab sit where sit.name = sfv.name  ) then 1 else 0 end   cnt
    from search_for_values sfv
    

    Anton

  • Function to return the number of days in a month?

    In one of my rules, I need to allocate an amount of benefits based on the number of days remaining in the calendar month.

    OPM does have a function that can provide me with the number of days in a calendar month?

    Thank you very much
    Isamu

    It is not a direct function to do this, however, it can be done with a bit of messing around. The following rules you will get the number of days of the month of the date of the date

    Basically, you get the first day of the month, add a month to the first day of the following month and then get the number of days between them, which will give you the number of days of the month of the date

    the month = ExtractMonth(the date)
    the year = ExtractYear(the date)
    the start of the month =MakeDate(the year, the month, 1)
    the start of the next month = AddMonths(the start of the month, 1)
    The number of days in the month = DayDifference(the start of the month, the start of the next month)
    

    These rules can be a little more compact, but it is basically how to do it.

  • Firefox shortcut on the desktop displays a padlock. -What this means and how do I get rid of him?

    The Firefox shortcut on my desktop displays a padlock. He didn't have this earlier today and I have no idea where it came from or what it means. When Firefox is opened with this shortcut to the page is then framed in red. Does anyone know what caused this and how get rid of?

    This has happened

    Just once or twice

    Today is about 30 minutes ago

    Maybe your security software (antivirus, firewall) blocking Firefox.
    Have you looked into the settings there?

    See also Configure the firewall so that Firefox can access the Internet and http://kb.mozillazine.org/Firewalls

  • function should return the number of rows in a table

    Hello world

    I wrote an entry function is the name of the table and the function should return how many line in the table.
    the table name can change.

    It is possible

    Published by: Balajiraam on March 18, 2011 05:33

    Hello

    Try this

    CREATE OR REPLACE FUNCTION GETCOUNT(TABLE_NAME IN VARCHAR2) RETURN NUMBER
    IS
        TMPCOUNT NUMBER;
        TMPSQL VARCHAR2(1000);
    BEGIN
        TMPSQL := 'SELECT COUNT(*) FROM ' || TABLE_NAME;
        EXECUTE IMMEDIATE TMPSQL INTO TMPCOUNT;
        RETURN TMPCOUNT;
    END;
    

    see you soon

    VT

  • DELL perc h700 battery replacement, please help

    1. where to buy, and what exact model battery... is there a link please if you :)

    2. how to replace it? a guide to how to do it.
    Needs a power Server? Or can you replace it while the server is running?

    3. If I replace it, do I lose my config, configuration raid and other things, as if you take the bios battery, you lose all the config...?

    Thank you, hoping that someone will help me out here, its my first time changing battery...

    BrownGhostDK,

    You can go to Dell.com site and search for the part number 312-0448. This is the same kit for the Perc 5.6. and h700.

    To replace it, you will need to turn off the server and unplug the power cord, then hold the power button to drain flea power. After that then just remove and replace the battery. Power back up normally. The configuration is stored in the controller and will not be lost by replacing the battery. The main role of batteries is to provide the power required to save the data from the cache when the server goes down.

    I would like to know if that helps...

  • Why can't I open my PSD files? There is a pop-up message stating "could not complete your request because the disk is not available." what does that mean?

    I recently deleted things from my computer and I don't think the thing for photoshop mattered who was mute. I don't know what it was either.

    You must open a document first and then go in Edition > purge > all

  • Error message at the start of "RunDLL" entry missing what it means and how do I solve this problem? Please notify.

    my computer gives me an error at the start of Windows\system32\spool\drivers\W32X86\DLCJtime.dll "entry missing RunDLL" in addition, my Windows XP screen changed on its own after this message began to appear. Instead of getting the original Windows XP sign - on, it gives me a black screen with a box for the username and password.

    Please help.

    Bonita

    Dell printer?  See http://support.dell.com/support/topics/global.aspx/support/kcs/document?c=jm&l=en&s=gen&docid=DSN_28E393B4B4A5ADEEE040A68F5B2849AA&isLegacy=true

Maybe you are looking for