Description: HUGO is a Linux based CL tool used to update drive firmware, collect drive logs or run a drive self test. Any of the HUGO commands may be executed as a one time command from the terminal or from within the interactive session. Root authority is required to execute the HUGO CL tool. Hugo now supports log dumps, firmware upgrades and drive self-tests on all HGST SAS and SATA products!! Hugo supports over 8 years of Linux kernels and runs on the following OS’s: OpenSUSE 10.3, SUSE 10, OpenSUSE 11.4, SUSE 11, OpenSUSE 12.2, SUSE 12, OpenSUSE 13.1, SUSE 13, CentOS 5.10 , RHEL 5, CentOS 5, RHEL 5, CentOS 6.5, RHEL 6, CentOS 6, CentOS 6.5, RHEL 6, CentOS 6, CentOS 7, RHEL 7 Ubuntu 8.04, Ubuntu 9.10, Ubuntu 10.04, Ubuntu 10.04, Ubuntu 12.04, Ubuntu 14.04, Fedora 16, Fedora 20 x86_64 Install Instructions: RPM rpm -ivh .rpm Debian sudo dpkg -i .deb Local install option (no files written outside of the install directory) tar xzvf .tar.gz Usage: With root authority, start the application by running one of the following: hugo <--- launch interactive session hugo [command options] <--- run command Commands: f, format Format a device. Format Command Usage: format {-m |-s } [--fastformat] [--merge] [-n ] [-b ] [-h] -m , --model (OR required) Format all devices of specified model number -s , --serial (OR required) Format device specified by serial number --fastformat Set Fast Format flag --merge Set Merge G-List and P-List flag -n , --numblocks Specify number of blocks to Format. Default: Current size. Specifying 'max' will format to maximum number of blocks supported by the device. -b , --blocksize Format the device to a specified Block size (512, 4096). -h, --help Displays usage information and exits. Example Format a device to max size: Interactive: format --serial -n max Command line: hugo format --serial -n max Format a device to dedicated size (e.g. 585937500 blocks): Interactive: format --serial -n 585937500 Command line: hugo format --serial -n 585937500 Format a device to max size, setting block size to 4k: Interactive: format --serial -n max -b 4096 Command line: hugo format --serial -n max -b 4096 Exit the application: q quit exit 1 V