Figured it out. In the gui, the first parameter '1' needs to be '--config-file' and then the second parameter '2' needs to be the path of the config file.
So I was missing something completely :) On 11/4/08 4:04 PM, "Wolf Noble" <[EMAIL PROTECTED]> wrote: I'm certain this has to somehow be possible. I have a drbdlinks.conf file for one service (web) Which should symlink /etc/httpd to /shared/web/etc/httpd /var/log/httpd /shared/web/var/log/httpd /var/www /shared/web/var/www And another drbdlinks.conf file for mail services... Linking /var/spool/postfix to /shared/mail/var/spool/postfix /etc/postfix to /shared/mail/etc/postfix Etc. How do I tell the drbdlinks resource which config file to use? In the GUI, if I add a parameter '-c' with the value '/etc/drbdlinks1.conf' It doesn't work, it's still looking for the hard-coded /etc/drbdlinks.conf that's in the drbdlinks python script. Do I just create a separate python script in the /etc/ha.d/resource.d/ for 'webdrbdlinks' and 'maildrbdlinks' Or am I missing something completely? -W _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
