Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Greetings oh wise and venerable monks!

I need to be able to call a perl script on a number of servers (two in my test set-up) using GNU parallel that "does something" and returns the results through STDIN to the calling terminal. I have quite happily managed a form of command line distributed grep as thus

parallel -q --onall --sshloginfile mycomputers --tag grep -H -E '3864885157' ::: /home/stephen/TO174/Data/dgrep-test/*.txt

Now I want to run a perl script on the servers listed in the loginfile "mycomputers". I have tried

parallel -q -onall -sshloginfile mycomputers --tag ./test.pl

and a number of variations but I always get the error message about

parallel: Input is read from the terminal. Only experts do this on purpose. Press CTRL-D to exit.

I have looked at all the examples but nothing I try seems to work. Can anyone give me a hint, or the answer as it is late here and I have been on this screen since 0600 today!

Many thanks

Steve

In reply to Calling a perl script from GNU Parallel by stevee

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-19 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found