LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   AOE ATA over Ethernet Redhat 5 (https://www.linuxquestions.org/questions/linux-server-73/aoe-ata-over-ethernet-redhat-5-a-899449/)

clcbluemont 08-25-2011 03:39 PM

AOE ATA over Ethernet Redhat 5
 
I have tried this on CentOS and Red hat 5 systems.
Using aoetools 31 and vblade 20 the exported file system device is not being created, it just hangs.
1) created /etc/udev/rules.d/60-aoe.rules with:
SUBSYSTEM=="aoe", KERNEL=="discover", NAME="etherd/%k", GROUP="disk", MODE="0220"
SUBSYSTEM=="aoe", KERNEL=="err", NAME="etherd/%k", GROUP="disk", MODE="0440"
SUBSYSTEM=="aoe", KERNEL=="interfaces", NAME="etherd/%k", GROUP="disk", MODE="0220"
SUBSYSTEM=="aoe", KERNEL=="revalidate", NAME="etherd/%k", GROUP="disk", MODE="0220"

# aoe block devices
KERNEL=="etherd*", NAME="%k", GROUP="disk"


2) load the module
modprobe aoe
aoe: aoe_init: AoE v22i initialised.

3) devices are loaded:
/dev/etherd/
c-w--w---- 1 root disk 152, 3 Aug 25 10:16 discover
cr--r----- 1 root disk 152, 2 Aug 25 10:16 err
c-w--w---- 1 root disk 152, 4 Aug 25 10:16 interfaces
c-w--w---- 1 root disk 152, 5 Aug 25 10:16 revalidate

4) Exporting just hangs
vbladed 0 1 eth0 /dev/sdb1
pid 29274: e0.1, 39062961 sectors O_RDWR

I think it must be a udev problem. With out the aoe udev rules the device shows up in /var/log/messages, but I can not find e0.1 in /dev. Can any one tell me why it is failing to create /dev/etherd/e0.1?

Thank you for your time.

angel786 08-27-2011 12:06 AM

sharing internet from redhat9 to windows ?
 
i am using a hathway broad band connection and internet is working fine on Redhat9 but i want to share my internet from Redhat 9 to windows.plss tell me the configuration settings on linux RHL9 to share internet


All times are GMT -5. The time now is 11:14 PM.