Differences between version 20 and revision by previous author of XenNotes.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 20 | Last edited on Wednesday, September 24, 2008 1:08:58 pm | by DanielLawson | Revert |
Older page: | version 16 | Last edited on Thursday, August 7, 2008 8:54:07 pm | by GreigMcGill | Revert |
@@ -11,8 +11,9 @@
Note 2: I've used the ~XenServer terminology "host" instead of Dom0, as this applies to the Citrix commercial implementation of Xen. It will probably work fine on OSS Xen, but you can just install the normal kernel dev packages and ignore the DDK stuff.
Note 3: This is for ~XenServer 4.1.0, but the principles are the same for previous versions. Just ensure you understand each step rather than following blindly.
+Note 4: You'll need to enable yum repositories. Do this by editing /etc/yum.repos.d/CentOS-Base.repo, and set "enabled=1" for the Base, Updates and Addons repositories
* Download the Xen 4.1 DDK from citrix.com
* The DDK is an ISO containing a VM with a development environment. Import it to your Xen host, and start it.
* Download iscsitarget 0.4.14 (you MUST use this version, as the patch for rawio support will not cleanly apply to 0.4.15) from http://optusnet.dl.sourceforge.net/sourceforge/iscsitarget/iscsitarget-0.4.14.tar.gz into your DDK VM.
@@ -46,7 +47,11 @@
* Save and do <tt>/etc/init.d/iscsi-target start</tt>
* Modify <tt>/etc/sysconfig/iptables</tt> to allow port 3260 tcp from the IP addresses running the initiator.
* Attach to the target using the initiator of your choice.
+
+
+
+See [iSCSINotes] as well for more information
-----
CategoryXen