SpanglefishDMS Consulting | sitemap | log in
This is a free Spanglefish 1 website.

iSCSI Fedora System Build

Most of the development and testing has been done with a Fedora Core 10 system. A Fedora Core 11 system is currently being tested.
Fedora Linux can be downloaded from http://fedoraproject.org

I select KDE rather than Gnome (personal preference). I also included a few extra options such as System Tools.

I find Putty and Sftp very useful programs on my windows system.
Putty and Sftp can be downloaded from
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html  

To complete the build we need the kernel-devel package.
yum install yum-utils

For fc10
yumdownloader kernel-devel-2.6.27.15-117.fc10
rpm -U kernel-devel-2.6.27.5-117.fc10.i686.rpm

For fc11
yumdownloader kernel-devel-2.6.29.4-167.fc11
rpm -U kernel-devel-2.6.29.4-167.fc11.i586.rpm
 

To complete the install, I usually turn off sendmail.
chkconfig sendmail off

To run iSCSI Target Tape I turn off the Linux firewall. This is not a good idea but I have not yet worked out the firewall settings needed.
Please email me if you know how to set up the firewall.
chkconfig iptables off
service iptables stop
chkconfig ip6tables off

 

sitemap | cookie policy | privacy policy