Omitir para ir al contenido principal
  • Hacer pedidos rápida y fácilmente
  • Ver pedidos y realizar seguimiento al estado del envío
  • Cree y acceda a una lista de sus productos
  • Administre sus sitios, productos y contactos de nivel de producto de Dell EMC con Administración de la empresa.

Dell Chassis Management Controller Version 3.0 for PowerEdge VRTX RACADM CLI Guide

PDF

getversion

Table 1. getversionThe following table contains the description, synopsis, and input for the getversion command.
Description
Displays the current firmware version of various modules in the chassis, iDRAC version on the attached servers, and whether the target device can be updated.
NOTE To use this subcommand, you must have CMC Login User privilege.
Synopsis
  • racadm getversion
  • racadm getversion [-b | -c] [-m <module>]
  • racadm getversion -l [-m <module>] [-f <filter>]
Input
NOTE The -b, -c and -l options are not available for CMC modules.
NOTE The -l option requires that the Lifecycle Controller service is enabled on the servers. For version information, see the RACADM Readme available at dell.com/support/manuals.
  • (none) — Displays the version information for all targets or devices.
    <Server>    <iDRAC Version>        <Blade Type>           <Gen>   <Updatable>
    server-3    				2.20.20.20 (41)        PowerEdge M630 (VRTX)  				iDRAC8       			Y
    <Switch>    <Model Name>     				<HW Version>      <FW Version>       
    switch-1    			R1-PT VRTX 1Gb Pass-through        A00              		1.0.0.8
    <CMC>    <CMC Version>              <Updatable>
    cmc-1        		3.00.000.201609223282       						 Y
    cmc-2        		3.00.000.201609223282  									 Y
    <Chassis Infrastructure>    <FW Version>                <FQDD>
    Main Board                       2.21.A00.201510302495        System.Chassis.1#Infrastructure.1
    
    <Storage Controller>    <FW Version>                <FQDD>
    Shared PERC8         						 23.13.06.0011                 RAID.ChassisIntegrated.1-1
    
    <Storage Enclosure>    <FW Version>                <FQDD>
    VRTX2.5x25 0:0                      1.02                     Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    
    <Physical Disk>         <FW Version>            <FQDD>
    Physical Disk 0:0:0              AS09                     Disk.Bay.0:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:1              AS09                     Disk.Bay.1:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:10             AS09                     Disk.Bay.10:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:11             AS09                     Disk.Bay.11:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:12             AS09                     Disk.Bay.12:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:13             AS09                     Disk.Bay.13:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:14             AS09                     Disk.Bay.14:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:18             AS09                     Disk.Bay.18:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:19             AS09                     Disk.Bay.19:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:2              AS09                     Disk.Bay.2:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:3              AS09                     Disk.Bay.3:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:4              AS09                     Disk.Bay.4:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:5              AS09                     Disk.Bay.5:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:6              AS09                     Disk.Bay.6:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:7              AS09                     Disk.Bay.7:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:8              AS09                     Disk.Bay.8:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
    Physical Disk 0:0:9              AS09                     Disk.Bay.9:Enclosure.Internal.0-0:RAID.ChassisIntegrated.1-1
  • -b - Displays the server's current BIOS version (default is iDRAC version).
  • -c - Displays the server's current CPLD version.
  • -l - Displays the firmware versions Lifecycle Controller components.
  • -f <filter> - Filters the components. Must be used with -1 and be one of the following values:
    • bios: BIOS
    • idrac: iDRAC
    • usc: Unified Server Configurator (Lifecycle Controller)
    • diag: 32-bit Diagnostics
    • drivers: OS Driver Package
    • nic-x: Network Interface card. See -l output for possible values of x.
    • raid-x: RIAD Controller. See -l output for possible values of x.
  • -m <module> - Specifies the module or device for which you must retrieve the version information.
    <module> is one of the following:
    • server-n, where n = 1 to 4. For example, cmc-2.
    • switch-n, where n = 1
    • CMC-n, where n = 1 or 2
    • mainboard
    • perc
    • expander
    • hdd
    • perc-fqdd, where fqdd is FQDD of the PERC.
    • expander-fqdd, where fqdd is FQDD of the Storage Expander.
    • hdd-fqdd, where fqdd is FQDD of the HDD.
Example
  • Retrieve the version for a server 4
    racadm getversion -m server-4
  • Retrieve the Lifecycle Controller component versions for servers 1 and 3:
    racadm getversion -l -m server-1 -m server-3
  • Retrieve the Lifecycle Controller BIOS versions for servers 1 and 3:
    racadm getversion -l -m server-1 -m server-3 -f bios
  • Retrieve the version for all modules:
    racadm getversion
  • Retrieve the iDRAC version in all the servers that are attached to the chassis:
    racadm getversion -f idrac

Califique este contenido

Preciso
Útil
Fácil de comprender
¿Este artículo fue útil?
0/3000 characters
  Proporcione calificaciones (1 a 5 estrellas).
  Proporcione calificaciones (1 a 5 estrellas).
  Proporcione calificaciones (1 a 5 estrellas).
  Seleccione si el artículo fue útil o no.
  Los comentarios no pueden contener estos caracteres especiales: <>"(", ")", "\"