Hi
First: I know that Ubuntu is not officially supported, but my questions are not Ubuntu specific.
I currently try to install the Raid Web Console 2 software on an Ubuntu server for remote administration.
My Steps was:
convert the "RAID_Web_Console_2-3.04-05.noarch.rpm" to "raid-web-console-2_3.04-6_all.deb" with alien (>sudo alien --scripts RAID_Web_Console_2-3.04-05.noarch.rpm)
installed libstdc++6 from the ubuntu repositories
installed the "raid-web-console-2_3.04-6_all.deb" file
This works fine, but now I have some problems.
For remote managing two daemons must be started:
/etc/init.d/vivaldiframeworkd start
/etc/init.d/mrmonitord start
First I have modified /etc/init.d/vivaldiframeworkd (changed directory of the jre and modiefied the for loop syntax)
/usr/local/RAID0 Web Console 2/Framework/startup.sh changed directory of the jre)
/usr/local/RAID0 Web Console 2/Framework/shutdown.sh changed directory of the jre)
After that "vivaldiframeworkd" seems to work. Don't know how to test it, but "ps aux" gives me:
root 28446 0.0 0.0 3944 568 pts/0 S 10:18 0:00 sh /usr/local/RAID Web Console 2/Framework/startup.sh
root 28448 2.8 0.8 2316520 70808 pts/0 Sl 10:18 0:01 /usr/bin/java -classpath ../jre/lib/rt.jar:../jre/lib/jsse.jar:../jre/lib/jce.jar -Djava.library.path=. -jar Framework.jar
I think it works Image may be NSFW.
Clik here to view.
Next is "/etc/init.d/mrmonitord start". Here is my main Problem. The startscript writes an error:
> cat /var/log/mrmonitord.debug
> /etc/init.d/mrmonitor: 49: /usr/local/bin/mrmonitord: not found
If I start "/usr/local/bin/mrmonitor" directly I get:
> /usr/local/bin/mrmonitord
> -bash: ./mrmonitord: No such file or directory
> ls -alhs /usr/local/bin/
> 4,0K drwxr-xr-x 2 root root 4,0K 2009-09-28 16:59 .
> 4,0K drwxr-xr-x 11 root root 4,0K 2009-09-28 16:59 ..
> 1,3M -rwxrwxrwx 1 root root 1,3M 2009-05-14 11:34 mrmonitord
Can anyone say me what this message means? mrmonitord is there (ls confirms this).
I don't understand why there is an "No such file or directory" error. Does mrmonitor open an File which is not on the right place?
Thanks for help in previous
Keros