WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: AoE on TCL 7.2  (Read 1322 times)

Offline CentralWare

  • Administrator
  • Hero Member
  • *****
  • Posts: 1652
AoE on TCL 7.2
« on: February 21, 2017, 10:36:03 AM »
I installed VBLade, created entries on start-up as follows:
Code: [Select]
modprobe aoe
/usr/local/sbin/vbladed 0 1 eth0 /mounts/DISK05/aoe/test.img
This went through well and is found as a running process using ps -a
I have two images running, 0.1 and 0.2, both similar to:
Code: [Select]
10532 root     sh -c /usr/local/sbin/vblade 0 1 eth0 /mounts/DISK05/aoe/test.img < /dev/null 2>&1 | logger -t vbladed
10536 root     /usr/local/sbin/vblade 0 1 eth0 /mounts/DISK05/aoe/test.img
10537 root     logger -t vbladed
...and in /var/log/messages...
Code: [Select]
Feb 21 18:30:54 box user.notice vbladed: pid 10632: e0.1, 8388608 sectors O_RDWR
Feb 21 18:30:54 box user.notice vbladed: pid 10654: e0.2, 83886080 sectors O_RDWR
I then installed aoetools (same machine) to test things out with...
  • Besides being in need of a mild rewrite (initially intended for bash) after a few tweaks I no longer received errors
  • aoe-discover; aoe-stat...  no response and no nodes listed in /dev/etherd
Thoughts/suggestions?
Over 90% of all computer problems can be traced back to the interface between the keyboard and the chair