search for: exec_nam

Displaying 2 results from an estimated 2 matches for "exec_nam".

Did you mean: exec_name
2012 Sep 02
5
[newbie] scripting remote check for R package
...kages. I do that work on 2 clusters. One uses environment modules, so any given server on that cluster can provide (via `module add`) pretty much the same resources. The other cluster, on which I must also unfortunately work, has servers managed individually, so I get in the habit of doing, e.g., EXEC_NAME='whatever' for S in 'foo' 'bar' 'baz' ; do ssh ${RSERVER} "${EXEC_NAME} --version" done periodically. I'm wondering, what incantation to utter (bash preferred) via ssh to query a given server's R for a given package? TIA, Tom Roche <Tom_Roch...
2012 Oct 26
12
Have Class Only Perform Actions When There Is Work To Do (i.e. Making Them Idempotent)
Howdy. I feel like I am missing something really simply with regards to the way that Puppet works and I am wondering if someone can point me in the write direction. I have written a class that downloads, uncompresses, compiles, and installs Python from source. So far so good. The problem is that it only needs to do this once, when Python is not already in place (or some other custom