-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdrobom.8
More file actions
103 lines (100 loc) · 2.71 KB
/
drobom.8
File metadata and controls
103 lines (100 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.TH DROBOM 16 October 2009 "drobo manager" System Administration Utilities
.SH NAME
drobom \- CLI for managing data robotics (drobo) storage units
.SH SYNOPSIS
.B drobom
[ \fIoptions\fR ] \fI<command> \fR[ \fIarguments\fR... ]
.SH DESCRIPTION
.SS options is one of:
.TP
\-c, \-\-command
the command to execute.
.TP
\-d, \-\-device
the device to operate on (default searches all devices and picks first one found.)
.TP
\-h, \-\-help
print a usage message
.TP
\-n, \-\-no
answer all questions no (generally does not do any damage)
.TP
\-s, \-\-string \<string\>
sometimes new models are not recognized by drobom. See documentation.
.TP
\-v, \-\-verbose
verbosity, a bit-field to trigger increased output as needed, mostly for debugging.
1 - General, 2 - Hardware Dialog, 4 - Initiation, 8 - Raw returns, 16- Detection
64 will print everything... (default: 0, as terse as possible.)
128 enables simulation mode (for testing when no Drobo is available. Dangerous!)
.TP
\-V, \-\-version
print the version id.
.TP
\-y, \-\-yes
answer all questions yes (generally overwrites stuff)
.SS command is one of:
.TP
blink
identify the drobo by making the lights blink
.TP
diag
dump diagnostics file into /tmp directory
.TP
diagprint \<diagdumpfile\>
print diagnostics file to standard output
.sp
.br
\<diagdumpfile\>
the diagnostic dump file to read.
.TP
fwcheck query drobo.com for updates to firmware for the given Drobo
.TP
fwload \<fwimage\>
load a specific firmware for the given Drobo. Arguments:
.sp
.br
<fwimage>
the firmware file to load.
.TP
fwupgrade
upgrade the firmware to the latest and greatest, recommended by DRI
.TP
help
print this text
.TP
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, scsi
.TP
list
show device files for all Drobos found.
.TP
set \<options\> \<value\>
set firmware options, such as ipaddress, etc... use 'info settings'
.TP
set name <newname>
Set the name of the Drobo to the given value ( only firmware > 1.3.0 supports this command )
.TP
set lunsize Set the size of LUNS on device. Arguments:
.sp
\<sz\>
integer number of TiB to set the lunsize to
.sp
Note: After execution, Drobo reboots, wait a few minutes before accessing again
.TP
set time - sets various Drobo's clock to UTC
.TP
shutdown
shutdown drobo (DRI calls this 'standby')
.TP
status
report how is the Drobo doing
.SS
device
raw block device of a drobo (i.e. /dev/sdz) . If not given, assumes all attached drobos.
.TP
view
Start up the graphical user interface.
.SH AUTHOR
This manual page was written by Chris AtLee <chris@atlee.ca> for the Debian
project (but may be used by others).