in reply to Re^2: Multex - A Script For (Ex)ecuting The Same Command Across (Mult)iple Hosts
in thread Multex - A Script For (Ex)ecuting The Same Command Across (Mult)iple Hosts

Hi,

Personally, I would avoid the entire rsh/rlogin/etc suite and use ssh (or similar). Other than that, I can see an issue with the script that don't appear to be an issue in your environment:

You deserve the ++ I gave ya though :)

Jason L. Froebe

Team Sybase member

No one has seen what you have seen, and until that happens, we're all going to think that you're nuts. - Jack O'Neil, Stargate SG-1

  • Comment on Re^3: Multex - A Script For (Ex)ecuting The Same Command Across (Mult)iple Hosts

Replies are listed 'Best First'.
Re^4: Multex - A Script For (Ex)ecuting The Same Command Across (Mult)iple Hosts
by bpoag (Monk) on Nov 03, 2006 at 21:54 UTC
    Hi Jason, We actually did move Multex away from rsh to ssh recently. It's much slower, but that's the price you pay, I guess.