Re: [Pacemaker] wchih user's path is called from getenv("PATH")/external.c

2011-08-16 Thread Junko IKEDA
Hi, > The plugins path is fixed. You cannot have more than one. I'm not > sure, but it could be that it's possible to have subdirectories, > sth like external/mystuff/ipmi. sorry, my explanation was not clear. I want to use the specify "ipmitool" command, like /tmp/ipmitool not /usr/bin/ipmitool.

Re: [Pacemaker] wchih user's path is called from getenv("PATH")/external.c

2011-08-16 Thread Dejan Muhamedagic
Hi, On Mon, Aug 15, 2011 at 06:22:23PM +0900, Junko IKEDA wrote: > Hi, > > I am trying to setup external/ipmi configuration, > and binary path for ipmi is "/tmp/impi", for example. The plugins path is fixed. You cannot have more than one. I'm not sure, but it could be that it's possible to have

[Pacemaker] wchih user's path is called from getenv("PATH")/external.c

2011-08-15 Thread Junko IKEDA
Hi, I am trying to setup external/ipmi configuration, and binary path for ipmi is "/tmp/impi", for example. I added its path in "/etc/profile", # grep tmp /etc/profile PATH=$PATH:/tmp and PATH for root user is the following(including "/tmp"). # echo $PATH /usr/kerberos/sbin:/usr/kerberos/bin:/us