GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Cisco::UCS::Chassis::PSU(3) User Contributed Perl Documentation Cisco::UCS::Chassis::PSU(3)

Cisco::UCS::Common::PSU - Class for operations with a Cisco UCS PSU.

    foreach my $psu (sort $ucs->chassis(1)->get_psus) {
      print 'PSU ' . $psu->id . ' voltage: ' . $psu->voltage . "\n" 
    }

    # PSU 1 voltage: ok
    # PSU 2 voltage: ok
    # PSU 3 voltage: ok
    # PSU 4 voltage: ok

Cisco::UCS::Common::PSU is a class providing common operations with a Cisco UCS PSU.

Note that you are not supposed to call the constructor yourself, rather a Cisco::UCS::Common::PSU object is created for you automatically by query methods in other classes like Cisco::UCS::Chassis.

id

Returns the ID of the PSU.

dn

Returns the distinguished name of the PSU.

serial

Returns the serial number of the PSU.

model

Returns the model number of the PSU.

revision

Returns the hardware revision number of the PSU.

vendor

Returns the vendor name of the PSU.

presence

Returns the presence status of the PSU.

operability

Returns the operability status of the PSU.

voltage

Returns the voltage status of the PSU.

power

Returns the power status of the PSU.

thermal

Returns the thermal status of the PSU.

operational

Returns the operational status of the PSU.

performance

Returns the performance status of the PSU.

Luke Poskitt, "<ltp at cpan.org>"

Some methods may return undefined, empty or not yet implemented values. This is dependent on the software and firmware revision level of UCSM and components of the UCS cluster. This is not a bug but is a limitation of UCSM.

Please report any bugs or feature requests to "bug-cisco-ucs-common-psu at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Cisco-UCS-Common-PSU>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.

    perldoc Cisco::UCS::Common::PSU

You can also look for information at:

  • RT: CPAN's request tracker

    <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Cisco-UCS-Common-PSU>

  • AnnoCPAN: Annotated CPAN documentation

    <http://annocpan.org/dist/Cisco-UCS-Common-PSU>

  • CPAN Ratings

    <http://cpanratings.perl.org/d/Cisco-UCS-Common-PSU>

  • Search CPAN

    <http://search.cpan.org/dist/Cisco-UCS-Common-PSU/>

Copyright 2012 Luke Poskitt.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

2016-05-25 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.