Hi Rasto, I created a user "john" which has sudo access.
When I add a host and type john as username and select "use sudo" i immediatly get the following error: Failed. Command failed.1 And in the console is see: [[email protected]:~#] /usr/local/bin/drbd-gui-helper-0.8.12 all DRBD MC sudo pwd: [[email protected]:~#] Shouldn't there be a "sudo" command before /usr/local/etc..... Because when I type the command in an ssh shell it works (but only with the sudo command): $ sudo /usr/local/bin/drbd-gui-helper-0.8.12 all net-info eth0 192.168.0.12 00:30:48:f3:2f:d4 255.255.255.0 eth0:0 192.168.0.30 00:30:48:f3:2f:d4 255.255.255.0 eth0:1 192.168.0.31 00:30:48:f3:2f:d4 255.255.255.0 eth0:2 192.168.0.32 00:30:48:f3:2f:d4 255.255.255.0 eth0:3 192.168.0.33 00:30:48:f3:2f:d4 255.255.255.0 eth2 10.0.0.1 00:15:17:eb:a6:b5 255.255.255.0 eth3 10.0.1.1 00:15:17:eb:a6:b4 255.255.255.0 eth4 10.0.2.1 00:15:17:eb:a6:b7 255.255.255.0 eth5 10.0.3.1 00:15:17:eb:a6:b6 255.255.255.0 disk-info /dev/md0 rl:/dev/md0 size:976762496 /dev/md1 rl:/dev/md1 size:976762496 /dev/md2 rl:/dev/md2 size:976762496 /dev/md3 rl:/dev/md3 size:976762496 Kind regards, Caspar Smit Systemengineer True Bit Resources B.V. Ampèrestraat 13E 1446 TP Purmerend T: +31(0)299 410 475 F: +31(0)299 410 476 @: [email protected] W: www.truebit.nl 2011/2/9 Rasto Levrinc <[email protected]> > > On Wed, February 9, 2011 10:53 am, Caspar Smit wrote: > > Hi, > > > > > > I'm using the DRBD-MC more and more and getting really enthuasiastic. > > Keep > > up the good work :) > > > > I would like to give a colleague access to the DRBD-MC but I don't want > > him having root privileges on the cluster nodes. Is this possible by > using > > sudo? I saw an option named sudo at the host configuration wizard. > > > > What commands does his account need to run under sudo? (like cibadmin, > > drbdadm, etc) > > > > You can use the sudo, without any problems. > > you need /usr/local/bin/drbd-gui-helper* for sure. Note the wildcard, > there's a suffix that changes with every version > > For pacemaker you need at least these I think: > > /usr/sbin/crm_attribute > /usr/sbin/crm_mon > /usr/sbin/crm_resource > /usr/sbin/crm_standby > > Maybe I'll compile the whole list one day. > > > Another question: is it possible to start the DRBD-MC in operator and/or > > read-only mode? > yes, the > > java -jar DMC-....jar --help > > gives you a list of options, so for example > > java -jar DMC-0.8.12.jar --op-mode=ro > java -jar DMC-0.8.12.jar --op-mode=op > > starts it in readonly or operator mode and it is not possible to change it > to the administrator mode. > > > > > And another: is it possible to disable the "check for drbd-mc update" > > feature? > > Yes, there is --no-upgrade-check option and --no-plugin-check option, if > you don't want contact the linbit servers. > > Rasto > > -- > : Dipl-Ing Rastislav Levrinc > : DRBD MC http://oss.linbit.com/drbd-mc/ > : DRBD MC http://www.drbd.org/mc/management-console/ > : DRBD/HA support and consulting http://www.linbit.com/ > DRBD(R) and LINBIT(R) are registered trademarks of LINBIT, Austria. > > > _______________________________________________ > drbd-mc mailing list > [email protected] > http://lists.linbit.com/mailman/listinfo/drbd-mc >
_______________________________________________ drbd-mc mailing list [email protected] http://lists.linbit.com/mailman/listinfo/drbd-mc
