Bit 4 scripts to get the status of Power Supply

Hi all

Uses script xml ILO via cpqlocfg.exe and hponcfg.exe tools to retrieve state information to a server running the ILO 4.

If I use the web interface, I can get information on the blocks of power and their status of redundancy as shown below - but I can't seem to get this information by using the scripting system. No one knows how to do?

Thank you

DAZ

I found it!  In case anyone is wondering, a lot of information on the server is available by querying with the ILO "GET_EMBEDDED_HEALTH" xml tag

This refers, buried way down in the results, information on power supply (section POWER_SUPPLIES).

Although he does not seem to ask some information about power supplies, it works!

Tags: Notebooks

Similar Questions

  • Get the status of power system with labview 8.6

    can I get the status of the system power from my laptop with labview 8.6? I have a system that can send the alarm when the percentage of battery power and tha system loss is 30% lower.

    my system is windows XP sp3 from the tank you

  • How can I get the status bar on my web page

    I want to get the status bar at the bottom of the web page so that I can slide from left to right, if an article is too large for my monitor. I got it this morning 05/01/15. After Thunderbird as an option for my email, the bar disappeared after uninstalling Thunderbird. I know hovering on the web pages I have on my menu bar, but I'd rather have the bar all at the bottom of the page.

    The gray bar appears in my email only. I would like to have it on all my sites.

    Thank you.

    I guess what you mean in the bar of horizontal scrolling if you want to be able to scroll horizontally.
    Firefox will normally only show the bar if content extends outside the browser window.

    You can have zoomed pages by accident.
    Reset the zoom of page on pages that are causing problems.

    • View > Zoom > reset (Ctrl / command + 0 (zero))
  • Failed to get the status of printer/bizhub Konica Minolta C654e

    Failed to get the status of printer/bizhub Konica Minolta C654e

    Cannot print from my Mac.

    With the limited information you supplied I would check the configuration of the print queue. If you open information system (located under Applications > utilities), you will see a column on the left and if you select printers the right pane displays the print queue information. Note If you have multiple printers, you can select in the right upper pane to view its information in the bottom right pane. Can you copy this information and paste it here.

  • while trying to install sketches of painter Corel on 32-bit Windows Vista, I get the message of the CXML File() - > could not IID_iXMLDocument2 instance. .

    while trying to install sketches of painter Corel on 32-bit Windows Vista, I get the message of the CXML File() - > could not IID_iXMLDocument2 instance. After the closure of this msg several times I get the message .xml configuration could not be loaded. This may indicate that the file is corrupted. I tried downloading the software and the software disc and get the exact same message. Does anyone have any ideas as to what is happening and how to fix it?

    Hello

    ·          You have an earlier version (trial version) of Corel painter, installed on the computer?

    Step 1: If you need to uninstall the trial version and then try to install the full version of Corel painter.

    See: http://www.corel.com/servlet/Satellite/us/en/Content/1248977106333

    Step 2: I also recommend you contact Support Corel to this topic and see if they have a solution - http://www.corel.com/contactus

  • LaserJet 2100TN: Laserjet 2100n - failed to get the status of the printer

    You just bought a few new computers Mac - one is a Macbook Air running Yosemite and one is a trash Pro Mac also running Yosemite. I installed the printer laserjet 2100 on the Macbook Air with no problems.

    BUT, when I installed the same printer on my garbage can, it will not be printed. Says: "unable to get the status of the printer.

    I noticed a couplde things: on the Macbook Air, the selection of the pilot was MUCH greater than on the trash even if the OS is exactly the same thing. So then I tried to download the drivers from HP, but apparently they are old. Now on the Macbook Air, the driver software is something like v19.11. On the trash, it is of the 4.3.1.094. So maybe I've screwed something up there.

    But in any case, I'll need to get the updated driver. Where is it stored? I tried to move the entire HP folder in my Macbook Air trash who lies here: car/library/printers. It does not work.

    any help would be appreciated! It's an old printer bought in 2000, but she such a great printer!

    Hello.

    Printers, Scanners &, select the printer and click on the sign - off.

    Then download and install the package away:

    https://support.Apple.com/kb/DL907?locale=en_US

    Once installation is complete, click on the sign more and re - add the printer, be sure to select the pritner model in the menu drop-down use while adding.

  • Can write us "PowerCLI Script" to get the details of card RAID HP (Firmware & Driver)?

    Can write us "PowerCLI Script" to get the details of card RAID HP (Firmware & Driver)

    For example: native ESX command below shows desired output for me.

    But we needed equality PowerCLI ESX command below script

    # cat/proc/driver/cciss/cciss0

    cciss0: HP Smart Array P400i controller

    Board ID: 0x3235103c

    Firmware version: 7.22# cat/proc/driver/hpsa/hpsa0

    hpsa0: HP Smart Array P410i controller

    Board ID: 0x3245103c

    Firmware version: 5,70

    Driver version: HP HPSA driver (v 5.0.0 - 17vmw)

    The extracted following PowerCLI you will get server and type of controller, firmware version and the hpsa/Smart Storage Array controllers driver version based of:

    Get-VMhost | Sort | Select Name, Model,@{N='Controller Type'; E={(Get-VMHostHba -VMHost $_ | ? {$_.Model -imatch '.*(hpsa|smart).*'}).Model}},@{N='Controller Firmware'; E={($_.ExtensionData.Runtime.HealthSystemRuntime.SystemHealthInfo.NumericSensorInfo | ? {$_.Name -like '*hpsa*firmware*'}).Name}},@{N='hpsa Driver Version'; E={($_.ExtensionData.Runtime.HealthSystemRuntime.SystemHealthInfo.NumericSensorInfo | ? {$_.Name -like '*scsi-hpsa*'}).Name}} | Format-Table -Autosize
    

    The sample output:

    
    Name                     Model                Controller Type   Controller Firmware                           hpsa Driver Version----                     -----                ---------------   -------------------                           -------------------esxihost1022.local    ProLiant DL380 G6    Smart Array P410i    HP Smart Array Controller HPSA1 Firmware 6.40    Hewlett-Packard scsi-hpsa 5.0.0.60-1OEM.500.0.0.472560 2014-05-15 15:32:23.000esxihost1023.local    ProLiant DL380 G6    Smart Array P410i    HP Smart Array Controller HPSA1 Firmware 6.40    Hewlett-Packard scsi-hpsa 5.0.0.60-1OEM.500.0.0.472560 2014-05-15 15:32:23.000esxihost1024.local    ProLiant DL380 G6    Smart Array P410i    HP Smart Array Controller HPSA1 Firmware 6.40    Hewlett-Packard scsi-hpsa 5.0.0.60-1OEM.500.0.0.472560 2014-05-15 15:32:23.000esxihost1033.local    ProLiant DL360p Gen8    Smart Array P420i    HP Smart Array Controller HPSA1 Firmware 5.42    Hewlett-Packard scsi-hpsa 5.0.0.60-1OEM.500.0.0.472560 2014-05-15 15:32:23.000esxihost1034.local    ProLiant DL360p Gen8    Smart Array P420i    HP Smart Array Controller HPSA1 Firmware 5.42    Hewlett-Packard scsi-hpsa 5.0.0.60-1OEM.500.0.0.472560 2014-05-15 15:32:23.000esxihost1041.local    ProLiant DL380 G5    Smart Array P400    HP Smart Array Controller HPSA1 Firmware 7.24    VMware scsi-hpsa 5.0.0-17vmw.500.0.0.469512 2011-08-19 01:58:59.000esxihost1042.local    ProLiant DL380 G5    Smart Array P400    HP Smart Array Controller HPSA1 Firmware 7.24    VMware scsi-hpsa 5.0.0-17vmw.500.0.0.469512 2011-08-19 01:58:59.000esxihost1160.local    ProLiant BL460c Gen8    Smart Array P220i    HP Smart Array Controller HPSA1 Firmware 5.22    Hewlett-Packard scsi-hpsa 5.0.0-40OEM.500.0.0.472560 2012-08-24 21:04:51.000esxihost1161.local    ProLiant BL460c Gen8    Smart Array P220i    HP Smart Array Controller HPSA1 Firmware 5.22    Hewlett-Packard scsi-hpsa 5.0.0-40OEM.500.0.0.472560 2012-08-24 21:04:51.000
    
  • need a script to get the news of VMs who believed map

    Hi guys

    I need a script to get the info of VMs who believed the data center map...

    Like this

    name of the virtual machine

    name of the cluster

    ESXi host ip

    name of the disk... (if it is disk 1 or 2)

    name of the data store

    NNA

    I used the script below, but I am unable to store data name, cluster and host Info

    Get-VM| Get-HardDisk-DiskType "RawPhysical","RawVirtual"| SelectParent,Name,DiskType,ScsiCanonicalName,DeviceName | fl

    Please suggest any modified script to get above information..

    Try like this

    Get-VM | Get-HardDisk -DiskType "RawPhysical","RawVirtual" |Select Parent,Name,DiskType,ScsiCanonicalName,DeviceName,  @{N="Datastore";E={$_.Filename.Split(']')[0].TrimStart('[')}},  @{N="VMHost";E={$_.Parent.Host.Name}},  @{N="Cluster";E={Get-Cluster -VM $_.Parent | Select -ExpandProperty Name}}
    
  • Script to get the name of VMhost among a list of VM?

    Hi people,

    Can anyone here help me scripting by getting the ESXi host name or $vmhost name in the list of the VM?

    Thank you.

    You mean this

    Get-VM | Select Name,@{N="Host";E={$_.Host.Name}}
    
  • I'm new in indesign scripting, please tell me how to write a script to get the contents of an XML element and then sort all the content

    I'm new in indesign scripting, please tell me how to write a script to get the contents of an XML element and then sort all the content

    Hello

    Can the code below is useful for you, but I do not know how to sort.

    Change the tag based on your employment application.

  • script to get the csv vm disk usage and export to csv format

    Hi all

    I am trying to create a script to get the use of disk for vm - space - free space and total disk space.

    I used this script that allows me to get the required result.

    but I need to edit the script for each cluster, VM he should get computers virtual cluster and check the vm disuage. and export of csv file

    $vms = import-CSV "C:\Cluster.csv".

    $outputfile = "c:\Diskusage.csv".

    SE connect-viserver VC-vcadmin username-password

    {foreach ($vm to $vms)

    Get - VM $vm.name | Where {$_.} PowerState - eq "Receptor"} | Get-VMGuest | Select the ExpandProperty - VMName disks | Select VMName, path, @{Name = "DiskCapacityGB"; Expression = {[math]: Round ((($_.))} {{((Ability) / 1 GB), 2)}}, @{Name = "DiskUsedMB"; Expression = {[math]: Round ((($_.))} Capacity - $_. {{((FreeSpace) / 1 MB), 2)}}, @{Name = "DiskFreeMB"; Expression = {[math]: Round ((($_.))} {{((FreeSpace) / 1 MB), 2)}} | Export-Csv - NoTypeInformation $outputfile}

    Viserver disconnect

    Joint the output file

    Veuileez help me in creating the script

    You can try like this?

    Connect-viserver VC -user vcadmin -password
    foreach($cluster in Get-CLuster){
        $outputfile = "c:\" + $cluster.Name + "-Diskusage.csv"    Get-VM -Location $cluster |
        Where { $_.PowerState -eq "PoweredOn" } |
        Get-VMGuest |
        Select VMName -ExpandProperty Disks |
        Select VMName, Path,
            @{Name="DiskCapacityGB";Expression={[math]::Round((($_.Capacity)/1GB),2)}},
            @{Name="DiskUsedMB";Expression={[math]::Round((($_.Capacity - $_.FreeSpace)/1MB),2)}},
            @{Name="DiskFreeMB";Expression={[math]::Round((($_.FreeSpace)/1MB),2)}} |
        Export-Csv -NoTypeInformation $outputfile}
    
    Disconnect-viserver
    

    The script creates a CSV file for each cluster.

  • Can someone please tell me the "see correct / more effective to get the 'status' XML ' attributes

    Can someone please tell me the "see correct / more effective to get the 'status' XML ' attributes (ID, CssClass, Description and IsActive to the XML code below):

    Implementation will be the standalone .swf file

    (XML)

    <ArrayOfLineStatus>
    <LineStatus ID="0" StatusDetails="">
        <BranchDisruptions/><Line ID="1" Name="Bakerloo"/>
        <Status ID="GS" CssClass="GoodService" Description="Good Service" IsActive="true">         
             <StatusType ID="1" Description="Line"/></Status></LineStatus>
    </ArrayOfLineStatus>

    < ArrayOfLineStatus >

    < LineStatus ID = "0" StatusDetails = "" >

    < BranchDisruptions / >

    < line ID = "1" Name = "Bakerloo" / >

    < State ID = 'GS' CssClass = "GoodService" Description = "Good Service" IsActive = "true" >

    < StatusType ID = '1' Description = 'Line' / > < / status >

    < / LineStatus >

    < / ArrayOfLineStatus >

    There is no good way with as2:

    trace(this.firstChild.childNodes[1].childNodes[4].) Attributes ['ID']);

    trace(this.firstChild.childNodes[1].childNodes[4].) Attributes ['CssClass']);

    etc.

  • IOM sql Query to get the status of the failed task

    Hello world

    We have an obligation as we need to get the status of a particular task (say Create User in OID - Completed\Rejected status resource) for the particular user. We are able to get the status of the provisioed of resources to the user but not the status of the special mission which is trigerred for the user.can someone put some light on it. We must have the SQL query to do this.

    Thanks in advance.

    Kind regards
    MKN

    Hello
    Use this query to get the status of the task, also check the cooments

    SELECT USR. USR_LOGIN, OSI. SCH_KEY, ANN. SCH_STATUS, STA. STA_BUCKET OF
    OSI, CHS, STA, MIL, TOS, PKG, OUEDRAOGO, USR, OBJ, OST
    WHERE OSI.MIL_KEY = MIL.MIL_KEY
    AND ANN. SCH_KEY = OSI. SCH_KEY
    AND STA. STA_STATUS = SCH. SCH_STATUS
    AND TOS. PKG_KEY = PKG. PKG_KEY
    AND MIL. TOS_KEY = TOS. TOS_KEY
    AND OUÉDRAOGO. USR_KEY = USR. USR_KEY
    AND OUÉDRAOGO. OST_KEY = OST. OST_KEY
    AND OST. OBJ_KEY = OBJ. OBJ_KEY
    AND OSI. ORC_KEY = OUEDRAOGO. ORC_KEY
    AND OBJ. OBJ_NAME = "User AD".
    AND OST. OST_STATUS = "Provisioning" - filter accordinglly
    AND STA. STA_BUCKET = 'pending' - filter accordinglly
    AND PKG. PKG_NAME = "AD User" - filter accordinglly
    AND MIL.MIL_NAME = 'System' - filter accordinglly Validation
    ;
    Thank you
    Kuldeep

  • Equium A200-1VO - what could be done to improve the situation of power supply?

    I recently bought an Equium A200 1VO as one second laptop - my other (an Aspire) is excellent, but a bit heavy in the basket to autour. Anyway, it seemed fabulous value and has worked very well so far - but I just discovered a catch today, the low battery life. I understand that this gap is shared with most of the other laptops of a comparable weight.

    In any case, I wonder what could possibly be done about (I often use my laptop while on the move, in locations without power outlet available, and less than 1 hour of power is very restrictive (I know powersave and others)-especially compared to my other laptop which is about 3 hours on battery)?

    Is there a portable power charger (the type with which you can load to the top of their rechargeable batteries on the sector, then take them and be able to charge mobile phones, iPods, etc. several times without needing an external power supply), as the Proporta one, who could charge a laptop as well (well, this laptop)? And how about the 9 cell Li-ion battery that sell Toshiba (or for that matter, one 6 cells)?

    How long will pretty much those give me? Are there other types of batteries that can be purchased for an extra life?

    Any suggestions on how I could get more autonomy would be most appreciated.

    Hi guys

    > what could be done to improve the situation of power supply
    You could buy a stronger battery which delivers more power for a long time
    You should take a look at the value of mA; more better ;)

    Also please don t forget that the Vista operating system needs more power as an early OS like XP.
    Vista needs more power because it wastes more computing resources.
    I read that a same notebook would run 2 times longer on battery with preinstalled W2K or XP.

  • The upgrade and the amount of power supply is recommended

    Hello, well if the subject says everything I want to toally upgrade my computer I thought to upgrade my CPU and RAM, motherboard also the graphics card and possibly the Pan too.

    Here is what I am planning get.

    Black edition AMD FX-8150 FX 8 strands

    Use the versatile ASUS Power Supply calculator power.

Maybe you are looking for

  • KB977185 & KB981852 security update repeated successful Installation loop / KB954430 & KB973688 failure

    After weeks of searching, I finally decided to seek professional help here... As an important aside, the resolution of this problem is necessary for me to install iTunes (10.0.1) which systematically fails "dissemination of product information. Based

  • command unrecognized ping

    "ping is not recongisze to an internal or external command or batch file." could this problem prevented me from playing games on the net, but still alow me to download and surfing on the web pages. because my dawn of war disconecting.

  • I forgot my password changed how I can change it

    I forgot my password to adminisratior, for my user account cannot go in a change of any provision of the user account need help Can I change my password for the user account a password administrator

  • C6180

    I installed the full software from HP for my C6180 including through all the patches and finally got the machine to sweep it.  The next time I turn on the computer I get the message "device is not complete.  Try to download again the software gets a

  • update failed, error code is 8024402f

    What did you do if you have lost the update for windows vista Ultimate edition 32 file (error code is 8024402f).