Re: Capacity vs Load in Resource Manager

2012-04-13 Thread Mattmann, Chris A (388J)
Hi Mike, On Apr 13, 2012, at 2:59 PM, Starch, Michael D (388L) wrote: > Cynthia, > > Capacity is what you set it to be. Load is then used to determine how jobs > can run on the machine. To the best of my knowledge OODT does not monitor > cpu, memory or anything else (correct me someone if it ha

Re: Capacity vs Load in Resource Manager

2012-04-13 Thread Starch, Michael D (388L)
Cynthia, Capacity is what you set it to be. Load is then used to determine how jobs can run on the machine. To the best of my knowledge OODT does not monitor cpu, memory or anything else (correct me someone if it has changes since snapshot 0.2). It runs as many jobs on a node as it can until the

Re: Capacity vs Load in Resource Manager

2012-04-13 Thread Mattmann, Chris A (388J)
Hi Cynthia, On Apr 13, 2012, at 12:47 PM, Wong, Cynthia L (388J) wrote: > What is "capacity" in nodes.xml? Capacity is the maximum load that can be allocated to a node, and is used by the XMLAssignmentMonitor to determine how much load has been sent to a node (should be < capacity). Different

Start/Restart/Stop commands for FM, WM, RM

2012-04-13 Thread Wong, Cynthia L (388J)
What are the behavior for these servers (FM, WM, RM) when the start/restart/stop commands are issued? For example, when we issue command "fmgr start", it does the following: Read properties files Read policy files Connect to database??? When we issue command "fmgr stop", does it wait for the cu

Capacity vs Load in Resource Manager

2012-04-13 Thread Wong, Cynthia L (388J)
What is "capacity" in nodes.xml? I also see "Load" as a piece of metadata for "Job". What does that mean? What is the different between them? How are they used by Resource Manager? Does Resource Manager monitor "Cores", CPU, disk space, and memory of a node? Thanks, Cynthia -- Cynthia L. Wong

Re: workflow task/condition question

2012-04-13 Thread Mattmann, Chris A (388J)
No problem dude, keep em' coming! :) Cheers, Chris On Apr 13, 2012, at 7:17 AM, Gerard, Ryan S. (GSFC-586.0)[COLUMBUS TECHNOLOGIES AND SERVICES INC] wrote: > Thanks Chris and Sheryl. We will give it a try. > ++ Chris Mattmann, P

RE: workflow task/condition question

2012-04-13 Thread Gerard, Ryan S. (GSFC-586.0)[COLUMBUS TECHNOLOGIES AND SERVICES INC]
Thanks Chris and Sheryl. We will give it a try. -Original Message- From: Mattmann, Chris A (388J) [mailto:chris.a.mattm...@jpl.nasa.gov] Sent: Wednesday, April 11, 2012 11:57 AM To: Subject: RE: workflow task/condition question Hi Chintu, From: "Mistry, Chintu (GSFC-586.0)[COLUMBUS TEC

Re: OODT project added to CodeMaps

2012-04-13 Thread Abhishek Rakshit
Chris, The conversation was extremely helpful. Got some really good feedback from both of them which will help us iterate and improve the site. On Fri, Apr 13, 2012 at 4:42 AM, Mattmann, Chris A (388J) < chris.a.mattm...@jpl.nasa.gov> wrote: > Hi Abhishek, > > Thanks for taking the time to flush

Re: bash if statements in PGE

2012-04-13 Thread Mattmann, Chris A (388J)
Good job awk master! Cheers, Chris On Apr 12, 2012, at 6:55 PM, Nguyen, Ricky wrote: > Worked around my issue by avoiding brackets completely. Used awk regular > expression instead. > > I'd still be interested to know how to do a shell IF statement in PGE > > On Apr 12, 2012, at 6:04 PM, Nguy

Re: bash if statements in PGE

2012-04-13 Thread Mattmann, Chris A (388J)
Hey Ricky, I think we're running into an envReplace issue here. By default, it's set to use the '[' as delimeters in CAS-ville for this. Using those commands in bash will hose the env var replacement. I guess we could optionally turn off env var replacement in these scenarios, by putting an attr

Re: OODT project added to CodeMaps

2012-04-13 Thread Mattmann, Chris A (388J)
Hi Abhishek, Thanks for taking the time to flush this back to the community. We really appreciate it and thanks again! Hope you found the conversation useful... Cheers, Chris On Apr 12, 2012, at 9:26 AM, Abhishek Rakshit wrote: > Hey Guys, > > I had a chance to talk to Sean Kelly and magica

Re: Review Request: String search and replace getMetadata("UUID with getMetadata("CAS.ProductId

2012-04-13 Thread Paul Ramirez
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4709/#review6897 --- Ship it! Other than what the other 2 commenters already mentioned LGT

Re: Review Request: String search and replace getMetadata("UUID with getMetadata("CAS.ProductId

2012-04-13 Thread Ricky Nguyen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4709/#review6891 --- trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/SolrInd

Re: Review Request: String search and replace getMetadata("UUID with getMetadata("CAS.ProductId

2012-04-13 Thread Ricky Nguyen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4709/#review6892 --- trunk/filemgr/src/main/java/org/apache/oodt/cas/filemgr/tools/SolrInd

Re: Review Request: String search and replace getMetadata("UUID with getMetadata("CAS.ProductId

2012-04-13 Thread Sheryl John
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/4709/#review6910 --- Ship it! Nice catch! Looks good. Note the "uuid" too. - Sheryl On

Re: bash if statements in PGE

2012-04-13 Thread Brian Foster
Hey Ricky, The envReplace which is causing this problem is the envReplace applied to the script... Currently this cannot be turned off... However if you create an issue for this I will take care of this fix... Updating the XML parser is my next step in porting wengine changes to trunk cas-pge