Dell PowerVault 220S/221S SES Firmware, v.1.0.0.1, A00
InstalledThis file was automatically installed as part of a recent update. If you are experiencing any issues, you can manually download and reinstall.
This file was automatically installed as part of a recent update. If you are experiencing any issues, you can manually download and reinstall.
This stand-alone Command Line Interface (CLI) utility provides minimal management function for the PowerVault 220S/221S. These functions include enclosure firmware download and inventory information retrieval.
Recommended
Check compatibility
Enter your Dell Service Tag or model
Want to look up your product? Enter a product identifier.Show me how
No results found.We couldn't find anything for your search. Please modify your search to enter a service tag (B959FS3) or model (Latitude 5540) and try again.
This driver is not compatible
This driver is not applicable for the selected product. Choose another product to re-enter your product details for this driver or visit the Product Support page to view all drivers for a different product.
Sign in to Windows as an admin to use automatic scan. If your're already signed in as an admin and seeing this message, please reboot.Your system is managed by your IT admin and features might be limited.
Find more updates. Use SupportAssist to find all the latest driver updates for your device.
Dell Technologies recommends reviewing this update to determine if it applies to your system. The update contains changes that impact only certain configurations or provides new features that may or may not apply to your environment.
This is a large file. Depending on your connection speed, it may take some time to download.
Format Description:
This file format consists of an archive of files that may be decompressed to a directory on the hard drive. The installation can then be done from that directory.
1. Before upgrading the EMM firmware, ensure that all I/O activity is suspended.
Note: Before you continue to step 2 you must be logged in as a user with super user permissions.
2. Create a directory on your local Linux file system called /usr/local/pv2xx. Type the following command to create the directory: Command: mkdir -p /usr/local/pv2xx
3. Download the latest firmware file to the directory you just created on your hard drive. The file downloaded is a self-extracting executable, named FUPG_E??.exe, where ??=release number of the firmware. To unzip in Linux use the unzip command. Example Command: unzip FUPG_E17.exe Example of files contained in download are: ReadmeE17.txt - ASCII Text file: Description and download instructions pv22xs_E17.bin - Binary file: EMM firmware
4. After the files have been unpacked, you may delete the self-extracting file downloaded in step 3.
5. To update the Enclosure Management Module (EMM) firmware: a. Download the pv2XX utility and copy it into the directory that you created in step 2. b. Uncompress the PV2XXA00.gz file. Use the tar command as follows: Example command: tar -zxvf PV2XXA00.gz c. Change the permissions to "execute" on the binary by typing in the following commands: Commands: cd /usr/local/pv22xx chmod +x pv2XX