Re: [gridengine users] Accessing qacct accounting file from login/compute nodes

2019-02-20 Thread Derrick Lin
Hi Skylar, Thanks for the info. I will look into the way you suggested. BTW, can you tell me more about sending the accounting and reporting files to Splunk? We also want to do some dashboards too. Cheers, On Thu, Feb 21, 2019 at 3:20 AM Skylar Thompson wrote: > We actually don't have a share

Re: [gridengine users] Accessing qacct accounting file from login/compute nodes

2019-02-20 Thread Derrick Lin
Yes, $SGE_ROOT is configured to be shared. It's a Rocks cluster default, every SGE node has it own private $SGE_ROOT. I can try to export it as share volume or symlink to a network storage as Skylar suggested. Cheers, On Wed, Feb 20, 2019 at 6:08 PM Reuti wrote: > Hi, > > > Am 20.02.2019 um 05

Re: [gridengine users] Accessing qacct accounting file from login/compute nodes

2019-02-20 Thread Skylar Thompson
We actually don't have a shared $SGE_ROOT, so that in the event of network/storage trouble the binaries and libraries are still accessible. We do have $SGE_ROOT/$SGE_CELL on network storage via a symlink, so the accounting and reporting files are accessible. We also send the accounting and reportin

Re: [gridengine users] Accessing qacct accounting file from login/compute nodes

2019-02-20 Thread Tina Friedrich
I was about to ask that :) $SGE_ROOT ought to be accessible from (the) submit host(s), at least. So in general, you should be able to access it from there? (Note that you can also tell qacct where the accounting file lives - it assumes a default location, but the file does not have be in that l