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 }
