aboutsummaryrefslogtreecommitdiff
path: root/sg_rdac.8
diff options
context:
space:
mode:
Diffstat (limited to 'sg_rdac.8')
-rw-r--r--sg_rdac.838
1 files changed, 38 insertions, 0 deletions
diff --git a/sg_rdac.8 b/sg_rdac.8
new file mode 100644
index 00000000..5c6fb215
--- /dev/null
+++ b/sg_rdac.8
@@ -0,0 +1,38 @@
+.TH SG_RDAC "4" "June 2006" "sg3_utils-1.21" SG3_UTILS
+.SH NAME
+sg_rdac \- Display or Modify RDAC Redundant Controller Page
+.SH SYNOPSIS
+.B sg_rdac
+[\fI-a\fR] [\fI-f=<lun>\fR] [\fI-v\fR] [\fI-V\fR] \fI<sg_device>\fR
+.SH DESCRIPTION
+.\" Add any additional description here
+.PP
+sg_rdac displays or modifies the RDAC controller settings via the
+Redundant Controller Page (0x2C). When modifying the settings it
+allows to transfer the ownership of individual drives to the
+controller the command was received on.
+.TP
+-a
+Transfer all (visible) devices
+.TP
+-f=<lun>
+Transfer the device with LUN <lun>. This command will only work if
+the controller supports 'Dual Active Mode' (aka active/active mode).
+.TP
+-v
+be verbose
+.TP
+-V
+print version string then exit
+.SH EXIT STATUS
+The exit status of sg_rdac is 0 when it is successful. Otherwise see
+the sg3_utils(8) man page.
+.SH AUTHOR
+Written by Hannes Reinecke <hare at suse dot com>, based on sg_emc_trespass.
+.SH "REPORTING BUGS"
+Report bugs to <dgilbert at interlog dot com>.
+.SH COPYRIGHT
+Copyright \(co 2006 Hannes Reinecke, Douglas Gilbert.
+.br
+This software is distributed under the GPL version 2. There is NO
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.