Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

drobom(8) [debian man page]

DROBOM(8)							      droboa								 DROBOM(8)

NAME
drobom - CLI for managing drobo units SYNOPSIS
drobom [ options ] <command> [ arguments... ] DESCRIPTION
options is one of: -c, --command the command to execute. -d, --device the device to operate on (default searches all devices and picks first one found.) -h, --help print a usage message -v, --verbose verbosity, a bit-field to trigger increased output as needed, mostly for debugging. 1 - General, 2 - Hardware Dialog, 4 - Initia- tion, 8 - DMP layer, 16- Detection 64 will print everything... (default: 0, as terse as possible.) 128 enables simulation mode (for testing when no Drobo is available. Dangerous!) -V, --version print the version id. command is one of: blink identify the drobo by making the lights blink diag dump diagnostics file into /tmp directory diagprint <diagdumpfile> print diagnostics file to standard output <diagdumpfile> the diagnostic dump file to print. fwcheck query drobo.com for updates to firmware for the given Drobo fwload load a specific firmware for the given Drobo. Arguments: <fwimage> the firmware file to load. fwupgrade upgrade the firmware to the latest and greatest, recommended by DRI help print this text info <toprint> print information on a Drobo. The <toprint> argument is a comma separated list of the values below (default is to print all of them): config, capacity, protocol, settings, slots, firmware, status, options, luns list show device files for all Drobos found. name <newname> Set the name of the Drobo to the given value ( only firmware > 1.3.0 supports this command ) settime sync Drobo's clock to UTC setlunsize Set the size of LUNS on device. Arguments: <sz> integer number of TiB to set the lunsize to <confirmation> Specify 'PleaseEraseMyData' if you really mean it Note: After execution, Drobo reboots, wait a few minutes before accessing again shutdown shutdown drobo (DRI calls this 'standby') status report how is the Drobo doing device raw block device of a drobo (i.e. /dev/sdz) . If not given, assumes all attached drobos. AUTHOR
This manual page was written by Chris AtLee <chris@atlee.ca> for the Debian project (but may be used by others). 2008 October DROBOM(8)

Check Out this Related Man Page

ASTRIBANK_HEXLOAD(8)													      ASTRIBANK_HEXLOAD(8)

NAME
astribank_tool - Xorcom Astribank (xpp) firmware loader SYNOPSIS
astribank_tool -D device-path -F [options] hexfile astribank_tool -D device-path -p [options] hexfile1 .. hexfile4 astribank_tool -D device-path -O [-A] [options] imagefile astribank_tool -D device-path -o [options] astribank_tool -D device-path -E [options] hexfile astribank_tool -h DESCRIPTION
astribank_hexload is a second-stage firmware loader for Xorcom Astribanks. Note that some older models use fpga_load(8) instead. It is used to load a file in the Intel HEX format into a Xorcom Astribank. It can be used to load either an FPGA firmware or a PIC firmware. It is normally run by the script xpp_fxloader. OPTIONS
-D device-path Required. The device to read from/write to. This is bus_num/device_num, where bus_num and device_num are the first two numbers in the output of lsusb(8) or dahdi_hardware(8). On older versions of this toolyou needed a complete path to the device, which would be /dev/bus/usb/bus_num/device_num, or /proc/bus/usb/bus_num/device_num. One of the following is required: -F The firmware to load is a FPGA firmware. -p The firmwares to load is are PIC firmwares. All (typically 4) should be on the command-line. -O The firmware to load is an Octasic echo canceller firmware image file. -o Don't load firmware. Just print the version number of the currently-loaded Octasic echo canceller firmware. -E The firmware to load is a special EEPROM burning one. Other options: -v Increase verbosity. May be used multiple times. -d mask Set debug mask to mask. Default is 0, 0xFF is "everything". -h Displays usage message. -A When loading a Octasic echo canceller firmware, set the channels of the first Astribank module to use aLaw (G.711a). This is what you'd normally use for BRI and E1. If not set, the default mu-Law (G.711u), which is what you'd normally use for FXS, FXO and T1. SEE ALSO
fxload(8), lsusb(8), astribank_tool(8), fpga_load(8) AUTHOR
This manual page was written by Tzafrir Cohen <tzafrir.cohen@xorcom.com> . Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. 30 May 2011 ASTRIBANK_HEXLOAD(8)
Man Page