| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/multipath.xml,v 1.1 2008/09/10 23:14:34 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/multipath.xml,v 1.2 2008/09/11 08:09:05 nightmorph Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>Multipathing for Gentoo</title> |
6 | <title>Multipathing for Gentoo</title> |
| 7 | |
7 | |
| … | |
… | |
| 103 | <section> |
103 | <section> |
| 104 | <title>Installation and Tools</title> |
104 | <title>Installation and Tools</title> |
| 105 | <body> |
105 | <body> |
| 106 | |
106 | |
| 107 | <p> |
107 | <p> |
| 108 | Tou need to emerge <c>multipath-tools</c> and <c>sg3_utils</c>. On the disk, you |
108 | You need to emerge <c>multipath-tools</c> and <c>sg3_utils</c>. On the disk, you |
| 109 | want to find the <c>wwid</c>. You can use <c>sq_vpd</c> (provided by |
109 | want to find the <c>wwid</c>. You can use <c>sq_vpd</c> (provided by |
| 110 | <c>sg3_utils</c>) to do this. |
110 | <c>sg3_utils</c>) to do this. |
| 111 | </p> |
111 | </p> |
| 112 | |
112 | |
| 113 | <pre caption="Installing multipath-tools and initial configuration"> |
113 | <pre caption="Installing multipath-tools and initial configuration"> |