fanmuxes

This command retrieves inventory data about all fan logic modules (called fan muxes) in managed chassis, all fan muxes in a specific chassis, or a specific fan mux.

Syntax

fanmuxes  -h

fanmuxes  [-u <fan_mux_UUID>] [-c <chassis_UUID>] [-v <filter>]

Options

{-h | --help}
Displays the syntax and brief usage information for this command.
{-c | --chassis} <chassis_UUID>
Specifies the UUID of a managed chassis. This command returns inventory data for all fan muxes in the chassis.
{-u | --uuid} <fan_mux_UUID>
Specifies the UUID of a fan mux. If a UUID is not specified, this command returns inventory data for all fan muxes.
{-v | --view} <filter>
Identifies the view to use for the returned data. If a filter is not specified, the default view is used.

You can also create custom views (see Creating custom views).

Examples

The following example returns inventory data for all fan muxes in specific chassis.

connect --url https://192.0.2.0 --user ADMIN --noverify
fanmuxes -c AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

Related links