How to determine actual amps power of sun v20z

Hello,
I want to co-locate my sun v20z server and the company wants to know how much amps power I would be using.
Sun v20z spec says 'Maximum current 7.0 amps'. How can I find out the actual amps power being used?
I.e. what shall I say to the company?
Any help will be greatly appreciated.
Many Thanks!

In general, peak amperage occurs during POST and initial bootup.
Your V20z system can have a wide range of how its hardware is configured and so there is no way to guarantee it would use a certain amount of power.
Let's pretend you had two of them, side by side, each configured differently.
One configured with the slowest cpu, absolute minimum RAM, one hard drive, no optical drive, and no add-on cards. When you turn it on it boots, starts the OS and then sits there waiting for you to do something. That one might pull perhaps 4 amps
The other system has the fastest qualified cpu, maximum RAM, two large disks, an optical drive, both PCI-x slots filled and the OS and software configured to lauch a boatload of daemons and services at bootup. There you have a box that might pull a peak of 7 amps.
Tell the Co-Lo site that "it will use 7 amps or less". Let them decide which rack has the ampacity to accept it without impacting whatever else is in that rack. Unless they are going to charge you for a fixed amount of electrical availability it's their problem, not yours.

Similar Messages

  • How to determine actual colors in a black and white photo?

    I'm not sure if I'm in the right section, but I'm wondering if it's possible to use an Adobe program to restore actual colors in a black and white photo? I don't want add color by imagining or guessing; I need to determine the real colors. This might not even be possible, but if it is, please tell me what I can use.
    Thank you.

    That's where the artistry comes into play when they colorize old movies.
    A lady wears a nice dress:  is it greeen or purple?  It looks gray.
    A baby comes home from the hospital cute new baby clothes: pink or blue?  They look light gray.
    That's a nice school tie that guy's wearing: use the wrong colors on the stripes, and he's at a different school.  But they're nothing more than varying shades of gray.
    If there's one thing missing in a B&W photograph, it's any vestige of color information.   All you have is gray scale.   You may NEED to determine the real colors, but without a color photograph to use as a reference image, you're out of luck.

  • How to determine actual device activiation date?

    My Verizon plan has five phone lines.  Often we will grab an available two year renewals from one line and use it for another line.  My son noticed that his line line has a renewal coming up this fall and he wants to get a new phone.  I mentioned to him that I thought he just got a new phone last summer.  (Taking another family member's renewal.)
    I would like to confirm this.  Is there a way to look at the actual date that a phone was added to a given phone number in the plan?  (Or even a device history per phone line would be great.)  Due to renewal borrowing, the renewal date listed is not always accurate.

    I am aware of the next upgrade date on the web site.  What clouds the issue in my case is that a line (or lines) has borrowed the upgrade of another line on the plan.  For example:
    Line 1: Next upgrade is 1-1-15
    Line 2: Next upgrade is 5-1-13
    On 6-1-13 the user of line1 breaks his phone.  We see there is an available upgrade for line 2.  We use (or borrow) the upgrade for line 2 to get a new phone for line 1.  The new upgrade dates are now:
    Line 1: 1-1-15
    Line 2: 5-1-15
    When I look at these dates it does not tell me the date a new device was added to a given line.  I can't just subtract two years and get that answer (since I borrowed from one line to give to another.)
    I was hoping to find a way online to determine when a device was changed for a given phone line.  The closest thing available is what rcschnoor mentioned, the online receipts.

  • How to determine actual path/location of Outlook Public Folder favorite?

    I have several end users that use the Public Folder favorite system in Outlook. Our Public Folder structure is very large and messy which makes finding these favorites difficult to find. When I go to the properties of the favorited folder, it does not find
    the actual path.
    Is there a PowerShell command or some tool that will allow me to determine the path?
    Thanks in advance,

    Hi,
    Public Folders can be set as a Favorite Folder at 2 levels in Outlook. one within the Public Folder structure and one within the Navigation Pane:
    http://www.msoutlook.info/question/281
    Seems you are using the favorite in the Public Folder structure. We can find the folder path by right-clicking and select Properties, and then select
    Summary tab. Now you can see the path from the Folder Path field:
    Hope this helps.
    Best Regards,
    Steve Fan
    TechNet Community Support

  • How to determine actual table control line

    Hi experts,
    How can I determine the table control line in case of scrollable table control.
    I tried this one, but did not worked correctly:
        GET CURSOR LINE l_line_fc2.
        l_line = l_line_fc2 + ctrl_mod-top_line - 1.
    Everytime I try to catch the top_line of the table control its value is always 1. Is it possible?

    Hi,
    Current table control line will be found in SY-STEPL.
    Regards
    Mohammad Shaik.

  • In app store some applications are of very small size like 15-20 Mb and after installing them they become more than 100 mb. how to determine their actual size???

    in app store some applications are of very small size like 15-20 Mb and after installing them they become more than 100 mb. how to determine their actual size???

    The app store size is probably just the software, while the size on your iPhone includes data.
    You can determine the size on your iPhone by looking at Settings > General > Usage.

  • How to determine whether a recordset is Empty or not ?

    Please see my snippet code below :
    <%     
         String sql="";
         String username="CDS";
         try
                Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                Connection con = DriverManager.getConnection("jdbc:odbc:Employees","","");
                Statement stmt = con.createStatement();
                ResultSet rs=null;
                   sql = "Select * from Employee where code='" + username + "'";
                   rs = stmt.executeQuery(sql);
                   rs.next();
                   if (rs==null)
                   %>
                        <jsp:forward page="Login.jsp?msg=Username not recognized"></jsp:forward>     
                   <%     
                else
                   %>
                        <jsp:forward page="Login.jsp?msg=Halo"></jsp:forward>
                   <%
              catch(ClassNotFoundException e)
                   out.println("Driver not found");
                    catch(SQLException e2)
                            out.println(e2.getMessage());
                            out.println("<BR>");
                            out.println("Wrong SQL Statement");
                            out.println("<BR>");
                            out.println(sql);
                            out.println("<BR>");
         %>How to determine whether a recordset has no result ?
    From the above code, i use if (rs==null) and that's not worked.
    Help me, guys.

    ResultSet rs = stmt.executeQuery(sql);
    if (rs.next()) {
    %>
        <jsp:forward page="Login.jsp?msg=Halo"/>
    <%
    } else {
    %>
        <jsp:forward page="Login.jsp?msg=Username not > recognized"/>
    <%
    }

  • How to determine most recent date from the date column of internal table

    Dear friends
    would you like to tell me. how i determine the most recently changed record by looking at date and time from internal table i am not supposed to sort the table by date and time... I must check date and time with other records date and time to determine which record is most recently changed...
    here the scenario is.
    id idnumber chdate chtime
    1 123456 20060606 135312
    2 123456 20060606 135900
    3 123456 20060606 132300
    4 123457 20060606 140000
    5 123457 20060606 142500
    in the above scenario i must keep in my mind that the most recently changed record is identical to its idnumber i can say that:
    the record should be fetched this way
    id idnumber chdate chtime
    3 123456 20060606 132300
    5 123457 20060606 142500
    because here the id 3 is the most recently changed in the idnumber 123456
    where id 5 is the most recently changed in the idnumber 123457
    please help me to determin how i am supposed to carry out this task any suggestion, code will be great help of mine.
    regards
    Naim

    After testing my suggestion above, I realized that it doesn't work because the delete adjacent actually will keep the first one and delete the rest.  I'm working with Srinivas's code a bit now,  I think it is almost what you want.  I am under the impression that you dont' want to HIGHest date/time, but just the last record of the sequence, if this is the case, then this code will help.  Here we will assign an index to each record per the idnumber, that way we can sort it and get the lastest record.
    report zrich_0001.
    types: begin of itab_type,
            id       type i,
            idnumber type i,
            chdate   like sy-datum,
            chtime   like sy-uzeit.
    types: end of itab_type.
    types: begin of itab_type2,
            id       type i,
            idnumber type i,
            index    type i,
            chdate   like sy-datum,
            chtime   like sy-uzeit.
    types: end of itab_type2.
    data: itab     type table of itab_type with header line,
          itab2    type table of itab_type2 with header line,
          prev_rec type itab_type.
    data: v_id type i.
    start-of-selection.
      itab-id       = 1.
      itab-idnumber = 123456.
      itab-chdate   = '20060606'.
      itab-chtime   = '135312'.
      append itab. clear itab.
      itab-id       = 2.
      itab-idnumber = 123456.
      itab-chdate   = '20060606'.
      itab-chtime   = '135900'.
      append itab. clear itab.
      itab-id       = 3.
      itab-idnumber = 123456.
      itab-chdate   = '20060606'.
      itab-chtime   = '142500'.
      append itab. clear itab.
      itab-id       = 4.
      itab-idnumber = 123457.
      itab-chdate   = '20060606'.
      itab-chtime   = '140000'.
      append itab. clear itab.
      itab-id       = 5.
      itab-idnumber = 123457.
      itab-chdate   = '20060606'.
      itab-chtime   = '120000'.
      append itab.
      clear itab.
    <b>  data: counter type i.
    * Assign an index to each row per idnumber
      loop at itab.
        on change of itab-idnumber.
        if sy-tabix > 1.
          clear counter.
          endif.
        endon.
        clear itab2.
        move-corresponding itab to itab2.
        counter = counter + 1.
        itab2-index = counter.
        append itab2.
      endloop.
    * Sort it and get rid of older records.
      sort itab2  by idnumber ascending
                     index descending.
      delete adjacent duplicates from itab2 comparing idnumber.</b>
      read table itab2 with key idnumber = '123456'.
      write:/ itab2-chdate, itab2-chtime.
      read table itab2 with key idnumber = '123457'.
      write:/ itab2-chdate, itab2-chtime.
    Regards,
    Rich Heilman

  • How to determine IE type(32 bit or 64 bit) in a task sequence while updating Java

    How to determine IE type(32 bit or 64 bit) in a task sequence
    Hi,
    Currently i have to update new version of Java after removing all the previous existing version of Java by using TS in SCCM 2007.
    we have both 32 bit and 64 bit browser in the environment. I am stucked in determining whether the browser is of 32 bit or 64 bit.
    How to determine IE type(32 bit or 64 bit) in a task sequence so that respective java can be installed for that IE browser.
    will highly appreciate quick response.
    Thanks in advance.
    Daya

    But you also need to install JRE x86 on x64 systems, since most people actually use the 32bit browsers on x64 systems.
    The detection logic is actually pretty simple -- just check the right registry hive to find the installation location of the BIN\JAVA.DLL. Both pathnames are stored in HKLM\Software\JavaSoft\Java Runtime Environment\1.7 in the registry value "JavaHome",
    but the x86 path is stored in the 32-bit hive and the x64 path is stored in the 64-bit hive.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • How to determine the target system during runtime of a Generic DS?

    Hi Experts, good afternoon.
    I am coding a Generic Extractor using Function Module. I have to select the field TIMESTAMP on table ROOSPRMSC. To do so, I need the value of RLOGSYS that is the BW system that is calling the Extractor.
    Do anybody knows how to determine via ABAP the RLOGSYS (Remote Logical System) during the runtime of the Generic DataSource Function Module?
    The table ROOSPRMSC keep the TIMESTAMPs values of the last delta upload for each DataSource and for each BW target system. As I have 2 BW's loading data from the same SAP ECC system, I need to know, during runtime of my Generic DataSource, the actual system that is requesting the delta. That's the reason why I need to know the BW's logical system name that is "runnig" the delta InfoPackage.
    Plese, help!!!
    Thanks in advance!
    Leandro Vani

    Leandro,
    The calling program of your FM should have a local variable I_RLOGSYS which is populated with the BW server ID.
    If you don't know how to access a variable in a program that is in call stack using field symbols, search SDN.
    I haven't tested this, so you may have to explore a little.
    Good luck.

  • How to determine the mount point for directory /tmp ?

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 Virtual Machines (rac1 and rac2 whose OS are Oracle Linux 5.6) in VMPlayer and according to the tutorial
    http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    I am installing Grid infrastructure. I am on step 7 of 10 (verify Grid installation enviroment) and get this error:
    "Free Space: Rac2: /tmp"
    Cause: Could not determine mount point for location specified.
    Action: Ensure location specified is available.
    Expected value: n/a
    Actual value: n/a
    I have checked the free space using the command:
    [root@Rac2 /]# df -k /tmp
    Output:
    Filesystem     1k-blocks     used     Available     Use%     Mounted on
    /dev/sda1     30470144     7826952     21070432     28%     /
    As you see above, the free space is enough, but could not determine mount point for /tmp.
    Do any folk understand how to determine the mount point for directory /tmp ?
    Thanks.

    I have just checked "/home/oracle/.bash_profile". But in my computer, there is no "oracle" under /home directory.Is this your first time Linux and Oracle installation? I had a brief look at your referenced link. The reason why you do not find a "oracle" user is because the instructions use "ora11g" instead, which, btw, is not standard. The directories of your installation and your installation source can be somewhat different from known standards and you will have to adjust it to your system.
    My best guess is that you have either missed something in the instructions or you need to ask the author of the blog what is wrong. The chance to find someone here who has experience with these custom instructions is probably unlikely.
    I suggest you try to locate the cluster verification tool, which should be in the bin directory of your grid installation. Alternatively you might want to check the RAC, ASM & Clusterware Installation forum: RAC, ASM & Clusterware Installation

  • How to test if MDD power supply is bad or it's Something Else

    Ok,
    I've had a MDD for 4 years. Dec 2007 the PSU died. I had it replaced under my renter's policy (yeah..) the new rev. part was $870!. I Didn't care... insurance paid for the repair.
    Now, after 1.5 years, I was having disk corruption issues which led to numerous forced shutdowns (no reset button on the MD) finally, after about 5 of these in one day, the power on light lit when pressed, and I heard a crackle & smelled a a bit of smoke. I pulled the power cord immediately.
    btw pressing the power button now did nothing at all, no "fan attempts" no crackle.. nothing.
    Same deal, I called the ins co, took MDD to the authorized techs, who checked & said the PSU was dead... again.
    The Ins Co. is "totaling" the MDD and I'm looking for a used G5.
    BUT! I'd love to get the MDD working again. Just to have it as a second machine.
    I've read a bunch of threads here on this issue & testing the PSU.
    I'm not a super geek, but I can follow instructions... which I did. There's a great online instruction set with pics and all, about how a guy found a bad solder by disassembling the PSU.
    I followed it step by step. Saw nothing remarkable.
    Then I came here looking for steps to test the PSU (I'm starting to wonder if it's more than that).
    I found a diagram of the pins and voltages.
    Connected the PSU the the juice and started testing the connector, where it plugs into the motherboard.
    Here's what I found (connected to power but obviously still not starting the computer):
    Pin 1 (says +5volts sb, which I assume means stand by?) with the black lead from the tester inserted into pin 2 (gnd). It read 5 Volts.
    No other pins showed ANY voltage EXCEPT pin 14 (which says +25Vsb). That read +24.8V when tested.
    What I DON'T know is...
    If disconnected from the MDD, should all the pins read voltage as the pinout diagram says? I'm brand new to this level of diagnosis.
    I'm wondering if maybe the CPU fried etc.
    Also, while trying to determine if the power button might be faulty I broke the switch off (duhh). Shorting across the two stubs that were left there didn't produce any powerup either (it's just a 2 pin contact switch right?)
    So I need to know if I have accurately found the PSU to be bad. I can get one on ebay for $150-ish.
    But I'm worried, since this was a +*new super better PSU*+ and it (possibly) has died, maybe something on the motherboard etc. isn't right.
    The machine hasn't been connected to power for 3 weeks & yes, the battery is now dead. I swapped it out, and reconnected the PSU... nothing.
    +*So first, did I correctly test the psu?*+
    there was a dead link to a MDD repair manual on another thread. First I have to figure out IF the psu is dead, and then decide if something else KILLED it.
    Help? I'm using wife's G4 and she's getting real PO'd after 3 weeks!
    Thanks to anyone in advance.
    Tom

    Hi,
    Thanks. By power button board, Do you mean the unit that has the power button on it? On the case front?
    If so, I mentioned the switch broke while I was testing. I guess to continue I have to get a new switch.
    I will pull the mini-board for the power button though to look for signs of damage.
    Can I get a new switch to solder on to the board, if the board looks good. The orig. switch physically broke off the board. It's a standard contact switch correct? i.e. press and there should be continuity between the two pins? I'll pull the board as well.
    I've already checked the PSU interior. No burnt wires visible anywhere. There's a lot of grey goo glue used so it's hard to see, but since the PSU passed the two passive power tests you mentioned, are we for now assuming it is a good PSU?
    Other discussions I've read, describe continuing to test different pins and look for appropriate voltages. That doesn't make sense to me with the computer not starting up.
    Aren't the rest of the voltages supposed to show ONLY after the command to supply startup power is given (by the power switch)?
    Processor "looks" good too, no signs of burnt anything after pulling the heat sink, but I haven't removed the logic board or the mother board yet to look underneath.

  • How to determine the maximum allowable length of a filename for Window ?

    Hi all,
    Could I know how to determine the allowable file length (the length of the absolute path) for a file in Window environment?
    Due to some reason, I generated a zip file with a very long filename ( > 170) and put in a folder(the length of the folder path around 90). The length of the absolute path is around 260.
    I used FileOutputStream with the ZipOutputStream to write out the zip file. Everything is working fine while i generating the zip file.
    However, while i try to extract some files from the zip file i just created, i encountered the error
    java.util.zip.ZipException The filename is too long.
    I am using the class ZipFile to extract the files from the zip file like the following
    String absPath = "A very long filepath which exceed 260";
    ZipFile zipF = new ZipFile(absPath);  //<-- here is the root causeIs it possible to pre-determine the maximum allowable filepath length prior i generate the zip file ? This is weird since i got no error while i created the zip file, but have problem in extracting the zip file ......
    Thanks

    Assuming you could determine the max, what would you do about it? I'd say you should just assume it will be successful, but accommodate (handle) the possible exception gracefully. Either way you're going to have to handle it as an "exception", whether you "catch" an actual "Exception" object and deal with that, or manually deal with the length exceeding the max.

  • How to determine the size of the JVM process?

    Hi,
    How to determine the total process size of the JVM process (that includes Heap, Non Heap and Native memory)?
    Is there any command to obtain this value on Solaris (for Sun JVM)?
    I refer the process size to http://middlewaremagic.com/weblogic/wp-content/uploads/2010/11/Java_Heap_Diagram_12.jpg) here.
    Many thanks for your help in advance!

    Hi,
    Make sure that Total Heap + Native memory will be consider as total Memory.
    That means in 32 bit you will have only at most 4 GB for process + additional 2 GB for OS.
    So let assume if you have 4GM RAM then out of the 4GB you can allocate 2GB as Heap and 512m as Perm in case of Hot spot and remaining will be consider as Native memory.
    But in case of 64 bit will change you will have good amount of the memory so you can use plenty of Heap and Perm size.
    Still if you have query let me know.
    Regards,
    Kal

  • How to determine the address of the server whence the application through W

    The application is loaded from the server taking place in Intranet networks. How to determine from this application the address of the server with which it it is loaded?
    KSV

    Use could use the javax.jnlp BasicService.getCodeBase(). See http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/examples.html and http://java.sun.com/j2se/1.5.0/docs/guide/javaws/jnlp/javax/jnlp/BasicService.html

Maybe you are looking for