Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
Cisco::UCS::FEX(3)    User Contributed Perl Documentation   Cisco::UCS::FEX(3)

NAME
       Cisco::UCS::FEX - Class for operations with a Cisco UCS FEX.

SYNOPSIS
	   my @fexs = $ucs->chassis(2)->get_fexs;

	   print $fexs[0]->thermal;

	   print $ucs->chassis(1)->fex(1)->model;

DECRIPTION
       Cisco::UCS::FEX is a class providing operations with a Cisco UCS	FEX.

       Note that you are not supposed to call the constructor yourself,	rather
       a Cisco::UCS::FEX object	is created automatically by method calls to a
       Cisco::UCS::Chassis object.

METHODS
       id

       Returns the id of the FEX.

       dn

       Returns the distinguished name of the FEX.

       model

       returns the model number	of the FEX.

       vendor

       Returns the vendor name of the FEX.

       revision

       returns the revision number of the FEX.

       discovery

       Returns the discovery status of the FEX.

       operability

       Returns the operability state of	the FEX.

       perf

       Returns the performance status of the FEX.

       power

       Returns the power status	of the FEX.

       presence

       Returns the presence status of the FEX.

       serial

       returns the serial number of the	FEX.

       side

       Returns the side	(right or left)	of the FEX's physical location in the
       chassis.

       thermal

       Returns the thermal status of the FEX.

       voltage

       Returns the voltage status of the FEX.

       chassis_id

       Returns the ID of the chassis in	which the FEX is installed.

       config_state

       Returns the configuration state of the FEX.

       oper_state

       Returns the operational state of	the FEX.

       peer_status

       Returns the peer	communication status of	the FEX.

       switch_id

       Returns the ID (A or B) of the Fabric Interconnect to which the FEX is
       physically attached.

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

BUGS
       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-fex	at
       rt.cpan.org", or	through	the web	interface at
       <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Cisco-UCS-FEX>.	I will
       be notified, and	then you'll automatically be notified of progress on
       your bug	as I make changes.

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

	   perldoc Cisco::UCS::FEX

       You can also look for information at:

          RT: CPAN's request tracker

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

          AnnoCPAN: Annotated CPAN documentation

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

          CPAN	Ratings

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

          Search CPAN

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

LICENSE	AND COPYRIGHT
       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.

perl v5.36.3			  2016-05-25		    Cisco::UCS::FEX(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Cisco::UCS::FEX&sektion=3&manpath=FreeBSD+14.2-RELEASE+and+Ports>

home | help