The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Security
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-30-2009
Wrathe Wrathe is offline
Registered User
  
 

Join Date: Jun 2008
Posts: 6
Recommended Solutions for Mass Command Execution

What methods/programs do folks use or recommend for a large mixed environment?

We have a mix of OS's from HPUX, Tru-64 (ya still), AIX, and Linux flavors. I'm looking at ~300 nodes to manage and would like a means to securely, but effectively manage these hosts.

Right now, we're using an expect script w/ a ksh wrapper that will run commands w/ a su -c root, but that requires you to stick user and root password in plain text files which isn't choice, even if temporary.

Root login isn't permitted via SSH of course, as that's a SOX violation.

Just looking for some direction or recommendations of what other folks are using when faced w/ this task.

Thanks for any advice you can offer!