* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: multipath.xml
@ 2008-09-11 8:09 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 3+ messages in thread
From: Joshua Saddler (nightmorph) @ 2008-09-11 8:09 UTC (permalink / raw
To: gentoo-commits
nightmorph 08/09/11 08:09:05
Log:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: multipath.xml
@ 2011-02-07 21:26 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 3+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-02-07 21:26 UTC (permalink / raw
To: gentoo-commits
nightmorph 11/02/07 21:26:52
Modified: multipath.xml
Log:
fix sg_utils/multipath commands, from a suggestion sent by email
Revision Changes Path
1.3 xml/htdocs/doc/en/multipath.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/multipath.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/multipath.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/multipath.xml?r1=1.2&r2=1.3
Index: multipath.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/multipath.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- multipath.xml 11 Sep 2008 08:09:05 -0000 1.2
+++ multipath.xml 7 Feb 2011 21:26:52 -0000 1.3
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/multipath.xml,v 1.2 2008/09/11 08:09:05 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/multipath.xml,v 1.3 2011/02/07 21:26:52 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide>
@@ -29,8 +29,8 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>1</version>
-<date>2008-09-10</date>
+<version>2</version>
+<date>2011-02-07</date>
<chapter>
<title>Introduction</title>
@@ -113,7 +113,7 @@
<pre caption="Installing multipath-tools and initial configuration">
# <i>emerge multipath-tools sg3_utils</i>
<comment>(Replace /dev/DEVICE with your disk to find its wwid)</comment>
-# <i>/usr/bin/sq_vpd ?page=di /dev/DEVICE</i>
+# <i>/usr/bin/sg_vpd --page=di /dev/DEVICE</i>
</pre>
<p>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo commit in xml/htdocs/doc/en: multipath.xml
@ 2011-02-07 23:43 Joshua Saddler (nightmorph)
0 siblings, 0 replies; 3+ messages in thread
From: Joshua Saddler (nightmorph) @ 2011-02-07 23:43 UTC (permalink / raw
To: gentoo-commits
nightmorph 11/02/07 23:43:27
Modified: multipath.xml
Log:
a few more sg_vpd fixes for the multipath guide; thanks to chiguire for spotting 'em
Revision Changes Path
1.4 xml/htdocs/doc/en/multipath.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/multipath.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/multipath.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/multipath.xml?r1=1.3&r2=1.4
Index: multipath.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/multipath.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- multipath.xml 7 Feb 2011 21:26:52 -0000 1.3
+++ multipath.xml 7 Feb 2011 23:43:27 -0000 1.4
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/multipath.xml,v 1.3 2011/02/07 21:26:52 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/multipath.xml,v 1.4 2011/02/07 23:43:27 nightmorph Exp $ -->
<guide>
<title>Multipathing for Gentoo</title>
@@ -29,7 +29,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2</version>
+<version>3</version>
<date>2011-02-07</date>
<chapter>
@@ -106,7 +106,7 @@
<p>
You need to emerge <c>multipath-tools</c> and <c>sg3_utils</c>. On the disk, you
-want to find the <c>wwid</c>. You can use <c>sq_vpd</c> (provided by
+want to find the <c>wwid</c>. You can use <c>sg_vpd</c> (provided by
<c>sg3_utils</c>) to do this.
</p>
@@ -292,7 +292,7 @@
multipaths {
multipath {
wwid
-<comment>(To find your wwid, please use /usr/bin/sq_vpd ?page=di /dev/DEVICE.
+<comment>(To find your wwid, please use /usr/bin/sg_vpd --page=di /dev/DEVICE.
The address will be a 0x6. Remove the 0x and replace it with 3.)</comment>
alias DB_SAN
}
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-07 23:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-07 23:43 [gentoo-commits] gentoo commit in xml/htdocs/doc/en: multipath.xml Joshua Saddler (nightmorph)
-- strict thread matches above, loose matches on Subject: below --
2011-02-07 21:26 Joshua Saddler (nightmorph)
2008-09-11 8:09 Joshua Saddler (nightmorph)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox