Trying to fix iSCSI. /etc/rc.sysinit does not exist

volmis

New Member
Jan 10, 2011
4
0
1
I'm trying to fix the iSCSI bug on my cluster nodes based on info from this thread:
http://forum.proxmox.com/threads/5155

Which states:
i. Comment these lines out in /etc/rc.sysinit - Lines 333 to 337.


Code:
#       if [ -x /sbin/lvm.static ]; then
     #               if /sbin/lvm.static vgscan --mknodes --ignorelockingfailure > /dev/null 2>&1 ; then
     #                       action $"Setting up Logical Volume  Management:" /sbin/lvm.static vgchange -a y --ignorelockingfailure
     #               fi
     #       fi
ii. Turn off aoe (ATA over Ethernet) service from autostart by running:
chkconfig aoe off
My problem? I don't have an rc.sysinit file in my /etc directory. Furthermore
Code:
locate rc.sysinit
returns nothing.
What next?