perfsonar-user - Re: [perfsonar-user] Re: Central MA database size snuck up on me
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: "Uhl, George D. (GSFC-423.0)[SGT INC]" <>
- To: Casey Russell <>
- Cc: "" <>, "Noss, Martyn J. (GSFC-420.0)[InuTeq, LLC]" <>
- Subject: Re: [perfsonar-user] Re: Central MA database size snuck up on me
- Date: Mon, 28 Aug 2017 16:44:22 +0000
- Accept-language: en-US
- Dkim-filter: OpenDKIM Filter v2.11.0 ndmsvnpf103.ndc.nasa.gov AE0B1401B201
- Ironport-phdr: 9a23:nPJ5kRxjIRzJe1/XCy+O+j09IxM/srCxBDY+r6Qd0uoQL/ad9pjvdHbS+e9qxAeQG96Ku7Qc06L/iOPJYSQ4+5GPsXQPItRndiQuroEopTEmG9OPEkbhLfTnPGQQFcVGU0J5rTngaRAGUMnxaEfPrXKs8DUcBgvwNRZvJuTyB4Xek9m72/q89pDXYAhEniaxba9vJxiqsAvdsdUbj5F/Iagr0BvJpXVIe+VSxWx2IF+Yggjx6MSt8pN96ipco/0u+dJOXqX8ZKQ4UKdXDC86PGAv5c3krgfMQA2S7XYBSGoWkx5IAw/Y7BHmW5r6ryX3uvZh1CScIMb7Vq4/Vyi84Kh3SR/okCYHOCA/8GHLkcx7kaZXrAu8qxBj34LYZYeYO/RkfqPZYNgUW2xPUMhMXCBFG4+xb44DAuwcNuhasob9vUMDoxugCwexGOPhxDxGhnH00qI00uQuDQ7J0Rc6EN4SqnnZtsn5Ob0SXO2z0aLGzS/Db/RT2Trl5oTHfBAhofWUUbltcMTe104vFxnKjlqOtIfrMSmZ3fkJv2aa8uRuVfyih3copg1vrDWj3NsghozNiYwIy17K6zhyzoUtK9CmTkF3b8OvHZxfty6EMIt2WMwiTH9ytCkn0LEGpJ67fCwRxZQh3RHfcOaIf5KH4hLkSuacODF1j29rdrK4gha960mgyuvkW8mw0VZKqClFncfRuXAM0Rzf8NSISvx4/ku5xTaO2QHT6v1YIU8qj6rXMYIuwrk1lpYLqUTMADX2mEvtjK+RcEUr4PKo5/7hYrr4up+QL4x0hRv4MqQ0hMO/B/40Mg4QUGiH/+m3yb7t/VXhTblXivA7kbPVvI3HKckZvKK1HxVZ3psj5huxFzuqzdAVkHodIF5YZh6Lk5LlN0/QLP33F/uygVuhnC92y/3HOrDtGIvBI3jMnbv7YLpx8VBQxBY1wNtC/ZxbEKsBL+j2WkLptNzXEBs5MwuszubhFdp905geWXyJAq+BPqPerEOE6+w1L+mKeYAapCzxK/4/6P71l3A1g1Adfa633ZcPaXC4GOppI1mBbHbxhtoMEn0GshcjQOHoklGOTSRfa2uyUq8y/j07DZipDYbHRoCjmryB2yK7E4VZZm9YDVCMC3joeJueV/gRci6SP89hkjgfWLinUYAhzguhuBX1y7pgMOrY4jcYuo771Nhp++3Tkgk/9SRqAMSH3WGNVGZ0nmUSSD8sxax/vFd9xUmZ0aVjh/xYFMdT5+9SUgskL5Lczup6C8zsVQLbeNeGVkqmTsu8DT4vU90x3oxGX0EoMNy5gwGL5TexGLIRk/TfD4Yp6bnR23zZJM970XvAkq8skw91bNFIMDjsu657s0D8ConTnEjRu+DiNYsn8gWIqD3YizLPj3p3bEZRd47wFzhLaUbRt9v0oE+EUr+qIbIuKQIHxsmcfPgZIub1hElLEa+wcO/VZHi8ziLpXUuF
Hi Casey,
Thanks for following up! I’m running a Central MA that I stitched together back in 2015. I’m thinking that a lot of the more recent cassandar/esmond support scripts might not be as backwards compatible as I had hoped. So in lieu of trying to remove
old data which eventually I will need to do, I went ahead and expanded the logical disk to buy some time until I can clean up the current MA and replace it with a new one.
Thanks,
George
From: Casey Russell <>
Date: Monday, August 28, 2017 at 9:46 AM To: George Uhl <> Cc: "" <>, "Noss, Martyn J. (GSFC-420.0)[InuTeq, LLC]" <> Subject: Re: [perfsonar-user] Re: Central MA database size snuck up on me George,
I'm not sure if this is the cause of your error, but I do remember a couple of problems I encountered in the documentation for the script on this page:
First if you haven't yet migrated to CentOS 7, you have to run the following commands PRIOR to running the ps_remove_data.py script:
(taken from that page)
cd /usr/lib/esmond
source /opt/rh/python27/enable
/opt/rh/python27/root/usr/bin/virtualenv --prompt="(esmond)" .
. bin/activate
python /usr/lib/esmond/util/ps_remove_data.py -c usr/lib/esmond/util/ps_remove_data.conf
Three things to note:
That third command does have a period at the end and it does matter. That fourth command does have a period and it matters as well. :-)
If you've run this more than once, then you'll get an error in the output of the third command that reads: "New python executable in ./bin/python2 Not overwriting existing python script ./bin/python (you must use ./bin/python2)" It appears to be harmless.
Finally, there's an error in the last command. You'll have to add the leading "/" character in the file path at the end of the command. So the corrected command will look like this.
python /usr/lib/esmond/util/ps_remove_data.py -c /usr/lib/esmond/util/ps_remove_data.conf
Now maybe that will help you, maybe not. But it might help others who are looking to run that script manually.
On Mon, Aug 28, 2017 at 7:23 AM, Uhl, George D. (GSFC-423.0)[SGT INC]
<> wrote:
|
- [perfsonar-user] Re: Central MA database size snuck up on me, Casey Russell, 08/09/2017
- [perfsonar-user] Re: Central MA database size snuck up on me, Casey Russell, 08/09/2017
- Re: [perfsonar-user] Re: Central MA database size snuck up on me, Uhl, George D. (GSFC-423.0)[SGT INC], 08/28/2017
- Re: [perfsonar-user] Re: Central MA database size snuck up on me, Casey Russell, 08/28/2017
- Re: [perfsonar-user] Re: Central MA database size snuck up on me, Uhl, George D. (GSFC-423.0)[SGT INC], 08/28/2017
- Re: [perfsonar-user] Re: Central MA database size snuck up on me, Casey Russell, 08/28/2017
- Re: [perfsonar-user] Re: Central MA database size snuck up on me, Uhl, George D. (GSFC-423.0)[SGT INC], 08/28/2017
- [perfsonar-user] Re: Central MA database size snuck up on me, Casey Russell, 08/09/2017
Archive powered by MHonArc 2.6.19.