Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] pScheduler and postgres

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] pScheduler and postgres


Chronological Thread 
  • From: "Uhl, George D. (GSFC-423.0)[SGT INC]" <>
  • To: Mark Feit <>, "" <>
  • Subject: Re: [perfsonar-user] pScheduler and postgres
  • Date: Tue, 14 Feb 2017 15:49:12 +0000
  • Accept-language: en-US
  • Dkim-filter: OpenDKIM Filter v2.11.0 ndjsvnpf101.ndc.nasa.gov 4DD5C4006278
  • Ironport-phdr: 9a23:FjDWChZmwEGx0lJlwKv8693/LSx+4OfEezUN459isYplN5qZps26ZB7h7PlgxGXEQZ/co6odzbGH7ua4ASddv96oizMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpTEdFQ/iOgVrO+/7BpDdj9it1+C15pbffxhEiCCzbL52LBi6txndutUZjYZiK6s61wfErGZPd+lK321jOEidnwz75se+/Z5j9zpftvc8/MNeUqv0Yro1Q6VAADspL2466svrtQLeTQSU/XsTTn8WkhtTDAfb6hzxQ4r8vTH7tup53ymaINH2QLUpUjms86tnVBnlgzocOjUn7G/YlNB/jKNDoBKguRN/xZLUYJqIP/Z6Z6/RYM8WSXZEUstXWSNBGIe8ZJYRAeQHM+hTso3xq0IToReiAAWhAuTgxyNWinLy3aA2yvgtHALb1wAkH98CrHHYodPoP6kQTO+11rHFwzXdYf1LxTfz5ovGch4jrv6CXLJ/bcXexFI1GA/ZlFids5DpMimV2+kLrmOV7/BgVeWqi2M/pQ1+rDivxsM0hoLUh4wa1FfE9T92wIkrONa2RlR3asOgHJVRqi+UN5V7TtotTm12tis20KEKtZu/cyYXyZop2QPUZf+ffYWW5B3vWvuaLDB3hH17f7K/nRmy/la6xuLhTMW0zVZKri5en9nKrH8NzAbc5tKISvt64EeswDCC3B3Q5OFcOU04iK7WJp07zrIti5Yes17PEjLslEnrjKKaa10o9vWs5unkeLnqu4KQOotuhg3gLKgigNKzDfg8PwQWQmSW+OCx2Kf98UD5T7hGlOA6nrPZvZzGI8kQu7S3DBVP0ok57hayFzem38ocnXkANF9Ffg+Ij4ryO1HQJvD4Ffm/j0mwnDt23fzGOKDuDYnXInjFirjhZqxy51RTyAo009BT/5NUCrcfL/LvQkL9qdjVAxwjPwCp3urqCs9x2p4EVW6SAqKVLbvesVqS6eIuJ+mMapUVuDH4K/U96P7hk3g5mUUSfaa3x5cYdWq0HulmI0WdenfshM0OEXwQsQYkQ+zqj0OCXSZJZ3muR6I8+i07CIW+AIfGSICinr2B3DugE51XYGBGFk6DEW3ud4qaR/cAdjieLdF8nTwZTbKhUZMu1QmytA/mzLpqNvLU9TMCtZLtz9h14OvTmgso9TBtEsSdyH+CT3tvk2MMRj82x7x/oVdjxluZ0Kh4heBYGsJJ5/NPTAg6KYDQw/ZkBN/vRwKSNuuOHXOvWNbuLzwwUpplxtEDYlpVGtO+gwrF0jbwRbIZiurPTNYs/7jSxH/3Ltw41m3LzoEgiUUrWM1CKTfgi6JivUCHH4PTnV6eka+wMLkH0TTl9WGfwHCIsV0CFgN8TPOWc2oYYx6ckNT9ogvtQri0BrlvHk0JieG5BIAPNoeyyw0Hd8zMBJz/RUmE0S/kChuP3LyBKoasZmUZ9CPUE0FCnAcNqyXVfTMiDzus9jqNRAdlEkjiNgayqeQ=

Hi Mark,

Not only was I thinking of a smaller footprint I was also looking at standing up instances of pScheduler/pS4.0 at remote sites on other people’s hosts that hopefully wouldn’t require intervention on their part.  I’ve been looking at Docker as a possible solution.  I’ve been able to build a container that runs bwctld and owampd but I wanted to enable pScheduler as well.  I’ve been following Brian Tierney’s development efforts to build a pS4.0 testpoint container which is still a work in progress.

Thanks,
George

From: Mark Feit <>
Date: Monday, February 13, 2017 at 2:33 PM
To: George Uhl <>, "" <>
Subject: Re: [perfsonar-user] pScheduler and postgres

Uhl, George D. (GSFC-423.0)[SGT INC] writes:

 

Does pScheduler require postgres to function if it’s installed as part of the perfsonar-tools package?

Yes, it does.  All of the persistent data storage and many of the processing functions are done in the database.  Taking that route cut development time considerably and gave us a lot of sophistication, reliability and integrity we wouldn’t have had with hand-rolled code.

 

The footprint isn’t very big.  All of the development was done in an environment much smaller than our minimum recommended configuration, and its use of resources has been watched carefully.

 

If you’re concerned about security, no use of PostgreSQL leaves the host and the pScheduler database is configured not to accept connections from anywhere other than locally.  Authentication is done with a long, random password that’s unique to every installation, changed whenever the software is updated and stashed away in a place where the few processes that need it can see it.

 

HTH.

 

--Mark

 




Archive powered by MHonArc 2.6.19.

Top of Page