We just use the Splunk forwarder to read the reporting file as it's
generated (turns out I mis-spoke - we only forward reporting since it's a
superset of the accounting log), classify it with a custom source type, and
then do automatic field extraction on the Splunk server. Splunk makes this
easy s
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
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
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
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
Hi,
> Am 20.02.2019 um 05:31 schrieb Derrick Lin :
>
> Hi guys,
>
> On our SGE cluster, the accounting file stored on the qmaster node and is not
> accessible outside. qmaster node is not accessible by any user either.
>
> Now we have users request to obtain accounting info via qacct. I am won
Hi guys,
On our SGE cluster, the accounting file stored on the qmaster node and is
not accessible outside. qmaster node is not accessible by any user either.
Now we have users request to obtain accounting info via qacct. I am
wondering what is the common way to achieve this without giving access