-
non-root solaris agent installation
I have been asked to put a pandora agent on a solaris system where I cannot have root privilages. I modified the files and permissions on them so that this should work, yet when I start it up:
S90pandora_agent start
Pandora Agent is now running with PID 20294
Sending output to nohup.outIt does not work. When I look in nohup.out I see:
cat nohup.out
renice: nice value 20 rounded down to 19
touch: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data cannot stat
touch: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp cannot stat
/erp/usr/local/pandora/pandora_agent/pandora_agent[188]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data: cannot create
/erp/usr/local/pandora/pandora_agent/pandora_agent[223]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
/erp/usr/local/pandora/pandora_agent/pandora_agent[218]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
/erp/usr/local/pandora/pandora_agent/pandora_agent[263]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
/erp/usr/local/pandora/pandora_agent/pandora_agent[211]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
/erp/usr/local/pandora/pandora_agent/pandora_agent[248]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
/erp/usr/local/pandora/pandora_agent/pandora_agent[279]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data: cannot create
/erp/usr/local/pandora/pandora_agent/pandora_agent[223]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
/erp/usr/local/pandora/pandora_agent/pandora_agent[218]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot create
/erp/usr/local/pandora/pandora_agent/pandora_agent[263]: /erp/usr/local/pandora/pandora_agent/spool/data_out/cccune39.33130610.data_temp: cannot createAny thoughts or ideas on what this is caused by and how to fix it?
Thank you.