Dejan Muhamedagic wrote:
The error you encountered is probably from the monitor operation (there's a monitor implied in the start). Did you try with stonith (the program): # stonith -t apcsmart ttydev=/dev/ttyS0 hostlist=teszt1 -S # stonith -t apcsmart ttydev=/dev/ttyS0 hostlist=teszt1 -l (perhaps you'll have to twiddle a bit the parameters/options).
[EMAIL PROTECTED] ~]# stonith -t apcsmart ttydev=/dev/ttyS0 hostlist=teszt1 -lS stonith: apcsmart device OK. teszt1 [EMAIL PROTECTED] ~]# stonith -t apcsmart ttydev=/dev/ttyS0 hostlist=teszt2 -lS stonith: apcsmart device OK. teszt2 But on teszt2: [EMAIL PROTECTED] ~]# stonith -t apcsmart ttydev=/dev/ttyS0 hostlist=teszt1 -lS ** (process:2978): DEBUG: APC_recv_rsp: returning on error. stonith: apcsmart device not accessible. teszt1 [EMAIL PROTECTED] ~]# stonith -t apcsmart ttydev=/dev/ttyS0 hostlist=teszt2 -lS ** (process:2979): DEBUG: APC_recv_rsp: returning on error. stonith: apcsmart device not accessible. teszt2 I've just rebooted the system, before reboot it was OK. What is this error? With teszt3 (there is no teszt456456): [EMAIL PROTECTED] ~]# stonith -t apcsmart ttydev=/dev/ttyS0 hostlist=teszt456456 -lS -v stonith: apcsmart device OK. teszt456456 I hope, this helps. It doesn't say anything to me. Thank you, tamas _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
